/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .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;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -moz-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -ms-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #fff;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
.form-control::-moz-placeholder {
  color: #fff;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
.form-control:-ms-input-placeholder {
  color: #fff;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
.form-control input:-moz-placeholder {
  color: #fff;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group: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: 767px) {
  .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: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) 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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) 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: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) 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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@font-face {
  font-family: "Gotham";
  src:
    url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Book.otf") format("opentype"),
    url("../fonts/Gotham-Book.woff") format("woff"),
    url("../fonts/Gotham-Book.ttf") format("truetype"),
    url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src:
    url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Light.otf") format("opentype"),
    url("../fonts/Gotham-Light.woff") format("woff"),
    url("../fonts/Gotham-Light.ttf") format("truetype"),
    url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src:
    url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Gotham-Bold.otf") format("opentype"),
    url("../fonts/Gotham-Bold.woff") format("woff"),
    url("../fonts/Gotham-Bold.ttf") format("truetype"),
    url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
} /*!
 *  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/fontawesome-webfont.eot?v=4.6.1");
  src:
    url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.6.1") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.6.1") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.6.1") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.6.1#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: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@keyframes moving {
  from {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
body {
  padding-left: 50px;
  margin: 0;
  font-family: "Gotham";
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  overflow-x: hidden;
  max-width: 100vw;
}
@media screen and (max-width: 768px) {
  body {
    padding-left: 0;
  }
}
body a {
  text-decoration: none;
  outline: none;
}
body a:hover {
  text-decoration: none;
  color: #3fa435;
}
body h1 {
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
}
body h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}
body h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  color: #3fa435;
}
body h4 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}
body p b,
body p strong {
  font-weight: bold;
}
body .bordure-top {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #3fa435;
}
body .bordure-top:before {
  display: block;
  width: 15px;
  height: 3px;
  background: #3fa435;
  content: "";
  margin: 0 0 3px 0;
}
body .texte-fin {
  font-weight: 300;
}
body .button {
  background: #55acee;
  color: #fff;
  padding: 8px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .button.button-clear {
  color: #55acee;
  border: solid 1px #55acee;
}
body .button:hover {
  background: #2795e9;
  color: #fff;
}
body .right {
  text-align: right;
}
body .justify {
  text-align: justify;
}
body .center {
  text-align: center;
}
body .grayscale {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .grayscale:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(../img/grayscale.svg);
  filter: gray;
}
body .sepia {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .sepia:hover {
  -webkit-filter: sepia(50%);
  -moz-filter: sepia(50%);
  -ms-filter: sepia(50%);
  -o-filter: sepia(50%);
  filter: sepia(50%);
}
body .contrast {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body .contrast:hover {
  -webkit-filter: contrast(130%);
  -moz-filter: contrast(130%);
  -ms-filter: contrast(130%);
  -o-filter: contrast(130%);
  filter: contrast(130%);
}
body .delay-1 {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
body .delay-2 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
body .delay-3 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
body .delay-4 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
body .delay-5 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
body .delay-6 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
body .delay-7 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
body .delay-8 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
body .delay-9 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
body .delay-10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
body .delay-15 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
body .delay-20 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
}
body .delay-25 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
body .delay-30 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
}
body #bubble {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 70px;
  position: fixed;
  background: #55acee;
  outline: none;
}
body #bubble .mainlogo {
  position: absolute;
  top: 15px;
  left: 10px;
}
body #bubble .mainlogo img {
  height: 40px;
  width: auto;
}
body #bubble button.hamburger {
  position: absolute;
  top: 10px;
  right: 10px;
  outline: none;
}
body #bubble button.hamburger .hamburger-inner,
body #bubble button.hamburger .hamburger-inner::before,
body #bubble button.hamburger .hamburger-inner::after {
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  body #bubble {
    display: block;
  }
}
body #responsive-menu {
  display: none;
  position: fixed;
  overflow-y: auto;
  z-index: 998;
  background: #55acee;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body #responsive-menu ul {
  padding: 40px;
  margin: 60px 0 0 0;
  list-style: none;
}
body #responsive-menu ul li {
  font-size: 16px;
  text-align: center;
}
body #responsive-menu ul li a {
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
body #logo-mobile {
  width: 50%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 100px;
  display: none;
  z-index: 999;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body #logo-mobile img {
  width: 100%;
  height: auto;
}
body.home header h1 {
  display: none;
}
body .accroche {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  padding: 50px 0;
  line-height: 32px;
}
body .accroche strong,
body .accroche b {
  color: #de9602;
  font-weight: 300;
}
body #zone404 {
  display: flex;
  min-height: 80vh;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
}
body #zone404 a {
  display: inline-block;
  margin-top: 10px;
  border: solid 2px #fff;
  color: #fff;
  background: transparent;
  padding: 10px 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #zone404 a:hover {
  background: #fff;
  color: #3b5998;
}
body #page {
  display: block;
  min-height: 100vh;
  padding: 0;
}
body #rectangle1 {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  background: #77d06f;
  z-index: 9997;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
body #rectangle1.moving {
  -webkit-animation: moving 1.5s;
  -o-animation: moving 1.5s;
  animation: moving 1.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
body #rectangle2 {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  background: url(../img/fond-transition.jpg) center center no-repeat;
  background-size: cover;
  z-index: 9998;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
body #rectangle2.moving {
  -webkit-animation: moving 1.5s;
  -o-animation: moving 1.5s;
  animation: moving 1.5s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
body #rectangle3 {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  background: #3fa435;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
body #rectangle3.moving {
  -webkit-animation: moving 1.3s;
  -o-animation: moving 1.3s;
  animation: moving 1.3s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
body #backblanc {
  position: fixed;
  z-index: 9995;
  background: #fff;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
body #backblanc img {
  max-width: 90%;
  height: auto;
  display: inline-block;
}
body main {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  body main {
    padding: 50px 25px;
  }
}
body main.mentions {
  padding: 40px;
  background: #eeeeee;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  body main.mentions {
    padding: 50px 25px;
  }
}
body main.mentions article {
  min-height: calc(100vh - 80px);
  background: #fff;
  -webkit-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  body main.mentions article {
    flex-direction: column;
    margin-top: 25px;
  }
}
body main.mentions article .part1 {
  flex: 1;
  padding: 20px;
}
body main.mentions article .part1 h4 {
  font-size: 20px;
  margin: 0;
}
body main.mentions article .part2 {
  flex: 3;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  body main.mentions article .part2 {
    height: 50vh;
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: #21571c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#21571c),
    to(#53c448)
  );
  background: -webkit-linear-gradient(top, #21571c, #53c448);
  background: -moz-linear-gradient(top, #21571c, #53c448);
  background: -ms-linear-gradient(top, #21571c, #53c448);
  background: -o-linear-gradient(top, #21571c, #53c448);
  width: 50px;
  -webkit-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
header button.hamburger {
  outline: none;
  padding: 5px 0 0 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
header button.hamburger .hamburger-inner,
header button.hamburger .hamburger-inner::before,
header button.hamburger .hamburger-inner::after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header {
    bottom: auto;
    right: 0;
    width: 100%;
    height: 50px;
  }
}
header #shownav {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #133010;
  color: #fff;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #shownav i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #shownav:hover {
  background: #040a03;
}
header.active {
  left: 280px;
}
header.active #shownav {
  background: #040a03;
}
header.active #shownav i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header #social {
  bottom: 0;
  left: 0;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
header #social li a {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
header #social li a:hover {
  background: #040a03;
}
@media screen and (max-width: 768px) {
  header #social {
    left: auto;
    right: 10px;
    bottom: 3px;
    margin: 0;
    position: absolute;
  }
  header #social li {
    display: inline-block;
  }
}
#nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #133010;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0;
  z-index: 999;
}
#nav.active {
  width: 280px;
  display: flex;
  flex-direction: column;
  background: #040a03;
}
#nav #menu-menu-principal,
#nav #menu-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
#nav #menu-menu-principal li,
#nav #menu-footer-menu li {
  display: block;
}
#nav #menu-menu-principal li a,
#nav #menu-footer-menu li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 6px 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #nav #menu-menu-principal li a,
  #nav #menu-footer-menu li a {
    padding: 3px 20px;
  }
}
#nav #menu-menu-principal li a:before,
#nav #menu-footer-menu li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 4px;
  background: #3fa435;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav #menu-menu-principal li a:hover,
#nav #menu-footer-menu li a:hover {
  color: #3fa435;
}
#nav #menu-menu-principal li a:hover:before,
#nav #menu-footer-menu li a:hover:before {
  width: 10px;
}
#nav #menu-menu-principal li.current-menu-item a,
#nav #menu-footer-menu li.current-menu-item a {
  color: #3fa435;
}
#nav #menu-menu-principal li.current-menu-item a:before,
#nav #menu-footer-menu li.current-menu-item a:before {
  width: 10px;
}
#nav #menu-menu-principal li:nth-child(1):hover a,
#nav #menu-footer-menu li:nth-child(1):hover a {
  color: #307d29;
}
#nav #menu-menu-principal li:nth-child(1):hover a:before,
#nav #menu-footer-menu li:nth-child(1):hover a:before {
  background: #307d29;
}
#nav #menu-menu-principal li:nth-child(2):hover a,
#nav #menu-footer-menu li:nth-child(2):hover a {
  color: #38912f;
}
#nav #menu-menu-principal li:nth-child(2):hover a:before,
#nav #menu-footer-menu li:nth-child(2):hover a:before {
  background: #38912f;
}
#nav #menu-menu-principal li:nth-child(4):hover a,
#nav #menu-footer-menu li:nth-child(4):hover a {
  color: #46b73b;
}
#nav #menu-menu-principal li:nth-child(4):hover a:before,
#nav #menu-footer-menu li:nth-child(4):hover a:before {
  background: #46b73b;
}
#nav #menu-menu-principal li:nth-child(5):hover a,
#nav #menu-footer-menu li:nth-child(5):hover a {
  color: #53c448;
}
#nav #menu-menu-principal li:nth-child(5):hover a:before,
#nav #menu-footer-menu li:nth-child(5):hover a:before {
  background: #53c448;
}
#nav #menu-menu-principal li:nth-child(6):hover a,
#nav #menu-footer-menu li:nth-child(6):hover a {
  color: #65ca5b;
}
#nav #menu-menu-principal li:nth-child(6):hover a:before,
#nav #menu-footer-menu li:nth-child(6):hover a:before {
  background: #65ca5b;
}
#nav #menu-menu-principal li:nth-child(7):hover a,
#nav #menu-footer-menu li:nth-child(7):hover a {
  color: #77d06f;
}
#nav #menu-menu-principal li:nth-child(7):hover a:before,
#nav #menu-footer-menu li:nth-child(7):hover a:before {
  background: #77d06f;
}
#nav #menu-menu-principal li:nth-child(8):hover a,
#nav #menu-footer-menu li:nth-child(8):hover a {
  color: #8ad782;
}
#nav #menu-menu-principal li:nth-child(8):hover a:before,
#nav #menu-footer-menu li:nth-child(8):hover a:before {
  background: #8ad782;
}
#nav .separator {
  width: 90%;
  height: 1px;
  background: rgba(63, 164, 53, 0.5);
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  #nav .separator {
    margin: 8px auto;
  }
}
#nav address {
  color: #fff;
  padding: 0 20px;
  font-size: 13px;
  font-style: normal;
  display: none;
}
#nav address strong {
  color: #3fa435;
}
#nav address a {
  color: #fff;
  font-weight: bold;
}
#nav address #copyright {
  text-align: left;
  font-size: 11px;
  margin-top: 20px;
  font-style: italic;
}
#nav address #copyright p {
  text-align: left;
  font-size: 11px;
  font-style: italic;
}
footer {
  background: #fff;
  color: #4d4d4d;
  font-size: 11px;
  text-align: center;
}
footer #copyright {
  padding: 10px;
}
body.home {
  padding: 0;
}
body.home header {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  body.home header {
    left: 0;
    right: auto;
  }
}
body.home header #shownav:before {
  left: auto;
  right: 50px;
  -webkit-transform: translateX(240px);
  -moz-transform: translateX(240px);
  -ms-transform: translateX(240px);
  transform: translateX(240px);
}
body.home header #shownav:hover:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
body.home header #shownav i {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
body.home header.active {
  right: 280px;
}
@media screen and (max-width: 768px) {
  body.home header.active {
    right: auto;
    left: 280px;
  }
}
body.home header.active #shownav i {
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}
body.home #nav {
  left: auto;
  right: 0;
}
@media screen and (max-width: 768px) {
  body.home #nav {
    left: 0;
    right: auto;
  }
}
body.home #top {
  height: calc(100vh - 192px);
  position: relative;
}
body.home #top #slider-nav {
  position: absolute;
  bottom: 0;
  width: 1100px;
  z-index: 9999;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.home #top #slider-nav a {
  display: block;
  float: left;
  padding: 20px;
  background: #de9602;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  width: 16.666%;
  box-sizing: border-box;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 80px;
  position: relative;
}
body.home #top #slider-nav a .titre {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
body.home #top #slider-nav a .texte {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
}
body.home #top #slider .slide {
  display: block;
  height: calc(100vh - 192px);
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 140px;
}
body.home #top #slider .slide h2,
body.home #top #slider .slide h4 {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  color: #fff;
}
body.home #top #slider .slide h2 {
  font-weight: 400;
}
body.home #top #slider .slide h4 {
  font-weight: 300;
}
body.home #top #slider .goleft,
body.home #top #slider .goright {
  position: absolute;
  top: calc(50vh - 100px);
  color: #fff;
  font-size: 30px;
  z-index: 88;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
}
body.home #top #slider .goleft:hover,
body.home #top #slider .goright:hover {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
body.home #top #slider .goleft {
  left: 20px;
}
body.home #top #slider .goright {
  right: 20px;
}
body.home #bottom {
  height: 600px;
  width: 100%;
  background-position: top right;
  background-size: cover;
  position: relative;
}
body.home #bottom .bottom-content {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
}
body.home #bottom .bottom-content strong,
body.home #bottom .bottom-content b {
  font-weight: 400;
}
body.home .section {
  min-height: 100vh;
  background: #3fa435;
  background-size: cover;
  background-position: center center;
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body.home .section {
    overflow: auto;
    height: auto;
  }
}
body.home .section.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
}
body.home .section.slick-slider .slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}
body.home .section.slick-slider .slick-dots li:hover,
body.home .section.slick-slider .slick-dots li.active {
  background: #3fa435;
}
body.home .section.slick-slider .slick-dots li button {
  display: none;
}
body.home .section.homeslider {
  display: block;
}
body.home .section.homeslider .slick-dots li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  background: #3fa435;
}
body.home .section.homeslider .slick-dots li.slick-active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background: #77d06f;
}
body.home .section .slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.home .section .slide {
    min-height: 100vh;
  }
}
body.home .section .slide:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: url(../img/shadow.png) top left no-repeat;
}
body.home .section .slide .play {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 100px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
@media screen and (max-width: 768px) {
  body.home .section .slide .play {
    position: relative;
    z-index: 8888;
    display: none;
  }
}
body.home .section .slide .play:hover {
  color: #3fa435;
  font-size: 130px;
}
body.home .section .slide .content {
  margin-left: 10vh;
  margin-top: 10vh;
  color: #000;
  position: absolute;
}
@media screen and (max-width: 768px) {
  body.home .section .slide .content {
    margin: 60px 50px;
  }
}
body.home .section .slide .content .logo {
  width: 150px;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.home .section .slide .content .logo {
    display: none;
  }
}
body.home .section .slide .content h2 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 34px;
}
body.home .section .slide .content h3 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 24px;
}
body.home .section.image a {
  width: 100%;
  height: 100vh;
  background-size: contain;
  background-position: center center;
  display: block;
}
body.home .section .cadre {
  display: block;
  width: calc(100vw - 140px);
  min-height: calc(100vh - 80px);
  margin: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  opacity: 0.9;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.home .section .cadre {
    height: auto;
    width: auto;
    overflow: auto;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
body.home .section .cadre h2 {
  font-size: 100px;
  line-height: 100px;
  margin: 20px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body.home .section .cadre h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
body.home .section .cadre h3 {
  font-size: 30px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  body.home .section .cadre h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
body.home .section .cadre a {
  text-transform: uppercase;
  text-decoration: none;
}
body.home .section .cadre .logo {
  position: absolute;
  left: 50px;
  top: 30px;
  width: 150px;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.home .section .cadre .logo {
    display: none;
  }
}
body.home .section .fp-controlArrow {
  display: none;
}
body.home .section.tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  background: #fff;
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  body.home .section.tab {
    flex-direction: column;
  }
}
body.home .section.tab .fp-tableCell {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body.home .section.tab .fp-tableCell {
    flex-direction: column;
  }
}
body.home .section.tab .zone-content {
  display: flex;
  flex: 1;
  align-items: stretch;
}
body.home .section.tab .zone-content .tab-content {
  flex: 1;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right;
  flex-direction: column;
  position: relative;
  align-self: stretch;
}
body.home .section.tab .zone-content .tab-content .logo {
  position: absolute;
  width: 150px;
  left: 40px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  body.home .section.tab .zone-content .tab-content .logo {
    display: none;
  }
}
body.home .section.tab .zone-content .tab-content .logo img {
  width: 100%;
  height: auto;
}
body.home .section.tab .zone-content .tab-content .thetexte {
  font-weight: 300;
  margin: 24px;
  color: #000;
  font-size: 20px;
  line-height: 30px;
}
body.home .section.tab .zone-content .tab-content .thetexte p {
  display: inline;
  background: #fff;
  box-decoration-break: clone;
  padding: 5px;
}
body.home .section.tab .zone-content .tab-content a.more {
  color: #3fa435;
  font-weight: bold;
  font-size: 16px;
  display: block;
}
body.home .section.tab .zone-content .tab-content.active {
  display: flex;
}
body.home .section.tab .sidebar {
  flex: 0 0 auto;
  padding: 20px 130px 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 340px;
}
body.home .section.tab .sidebar h2 {
  font-weight: 300;
  text-transform: uppercase;
  color: #3fa435;
  margin: 0;
  font-size: 40px;
  line-height: 42px;
}
body.home .section.tab .sidebar .tabs {
  margin-left: -20px;
}
body.home .section.tab .sidebar .tabs .tabbutton {
  padding: 10px 0 10px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border-left: solid 3px transparent;
}
body.home .section.tab .sidebar .tabs .tabbutton:hover,
body.home .section.tab .sidebar .tabs .tabbutton.active {
  border-left: solid 3px #3fa435;
}
body.home .section.tab .sidebar .tabs .tabbutton strong,
body.home .section.tab .sidebar .tabs .tabbutton b {
  color: #000;
}
body.home .section.tab .sidebar .tab-content {
  display: none;
}
body.home .section.fullscreenvideo {
  position: relative;
}
body.home .section.fullscreenvideo #logo-video {
  position: absolute;
  top: 10vh;
  left: 10vh;
  z-index: 2;
}
body.home .section.fullscreenvideo #logo-video img {
  width: 190px;
  height: auto;
}
body.home .section.fullscreenvideo video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
body.home .section .fp-slidesNav ul li a span {
  background: #3fa435;
  -webkit-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
body.home .section .fp-slidesNav ul li.active a span {
  background: #307d29;
  -webkit-box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
body.home #menu {
  position: fixed;
  right: 50px;
  top: 50px;
  margin: 0;
  padding: 0;
  z-index: 1000;
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.home #menu li a {
  display: block;
  line-height: 50px;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 0 20px 0 20px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0);
}
body.home #menu li a:after {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: -50px;
  content: "";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.home #menu li a:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #77d06f;
  content: "";
  z-index: -1;
}
body.home #menu li a:hover {
  color: #040a03;
}
body.home #menu li a:hover:after {
  background: #77d06f !important;
}
body.home #menu li a:hover:before {
  width: 100%;
}
body.home #menu li:nth-child(1) a:after {
  background: #296a22;
}
body.home #menu li:nth-child(2) a:after {
  background: #307d29;
}
body.home #menu li:nth-child(3) a:after {
  background: #38912f;
}
body.home #menu li:nth-child(4) a:after {
  background: #3fa435;
}
body.home #menu li:nth-child(5) a:after {
  background: #46b73b;
}
body.home #menu li:nth-child(6) a:after {
  background: #53c448;
}
body.home #menu li:nth-child(7) a:after {
  background: #65ca5b;
}
body.home #menu li:nth-child(8) a:after {
  background: #77d06f;
}
body.home #menu.active {
  right: 330px;
}
@media screen and (max-width: 768px) {
  body.home #menu {
    display: none;
  }
}
body.home main {
  padding: 0;
}
@media screen and (max-width: 768px) {
  body.home main {
    display: none;
  }
}
body.home .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  body.home .mobile {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
}
body.home .mobile .actu {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.home .mobile .actu .slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.home .mobile .actu .slick-dots li {
  display: inline-block;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #3fa435;
  margin: 0 4px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.home .mobile .actu .slick-dots li.slick-active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
body.home .mobile .actu a {
  display: block;
  width: 100%;
  height: 50vh;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: center center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
body.home .mobile .actu a .title {
  padding: 10px;
  color: #fff;
  background: #3fa435;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px;
  -webkit-box-shadow:
    0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow:
    0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow:
    0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
body.home .mobile .actu a .title img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
  height: 20px;
  width: auto;
}
body.home .mobile .presentation {
  padding: 30px;
  background: #eeeeee;
}
body.home .mobile .presentation img {
  display: block;
  max-width: 80%;
  margin: 10px auto;
}
body.home .mobile .navigation li {
  color: #fff;
  height: 130px;
  background-size: cover;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px;
  -webkit-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
body.home .mobile .navigation li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
body.home .mobile .navigation li:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.2)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.6)
  );
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  content: "";
  z-index: 0;
}
body.login {
  background-image: url("../img/login.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
body.login #login h1 a {
  background: url(../img/login-logo.png) center center no-repeat;
  background-size: contain;
  width: 90%;
  height: 80px;
  margin: 10px auto;
}
body.login form input[type="submit"] {
  background: #55acee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#main.faq {
  background: #eeeeee;
  min-height: 100vh;
}
#main.faq .grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #main.faq .grid {
    flex-direction: column;
  }
}
#main.faq .grid .col1 {
  flex: 0 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
#main.faq .grid .col1 #logo {
  margin-left: 0;
  margin-bottom: 20px;
}
#main.faq .grid .col1 #logo img {
  width: 180px;
  height: auto;
  max-width: 100%;
}
#main.faq .grid .col1 h1 {
  color: #3fa435;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 0;
}
#main.faq .grid .col1 .filtres {
  display: block;
  margin-top: 30px;
}
#main.faq .grid .col1 .filtres h5 {
  font-size: 12px;
  color: #fff;
  margin: 0 0 5px 0;
}
#main.faq .grid .col1 .filtres h5:after {
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  content: "";
}
#main.faq .grid .col1 .filtres ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
#main.faq .grid .col1 .filtres ul li {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 0;
}
#main.faq .grid .col1 .filtres ul li:before {
  content: "•";
  display: inline-block;
  padding-right: 4px;
  vertical-align: middle;
}
#main.faq .grid .col1 .filtres ul li.current {
  color: #3fa435;
}
#main.faq .grid .col1 .filtres ul li.current:before {
  content: ">";
}
#main.faq .grid .col1 .filtres ul li:hover {
  color: #3fa435;
}
#main.faq .grid .col2 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#main.faq .grid .col2 .faq {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #main.faq .grid .col2 .faq {
    flex-direction: column;
  }
}
#main.faq .grid .col2 .faq .image {
  flex-basis: 25%;
  align-self: stretch;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #main.faq .grid .col2 .faq .image {
    flex-basis: auto;
  }
}
#main.faq .grid .col2 .faq .image img {
  width: 100%;
  height: auto;
}
#main.faq .grid .col2 .faq .contenu {
  flex-basis: 50%;
  padding: 40px 20px;
  background: #fff;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  #main.faq .grid .col2 .faq .contenu {
    flex-basis: auto;
  }
}
#main.faq .grid .col2 .faq .contenu h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px 0;
  padding: 0;
  width: 60%;
  color: #3fa435;
}
@media screen and (max-width: 768px) {
  #main.faq .grid .col2 .faq .contenu h2 {
    width: 100%;
  }
}
#main.faq .grid .col2 .faq .contenu .texte {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  #main.faq .grid .col2 .faq .contenu .texte {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
#main.faq .grid .col2 .faq .details {
  flex-basis: 25%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  #main.faq .grid .col2 .faq .details {
    flex-basis: auto;
  }
}
#main.faq .grid .col2 .faq .details p {
  margin: 0;
}
#main.faq .grid .col2 .faq .details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main.faq .grid .col2 .faq .details ul li {
  display: inline-block;
  color: #3fa435;
  text-transform: uppercase;
  font-weight: bold;
}
#main.faq .grid .col2 .faq .details ul li:before {
  content: ">";
  display: inline-block;
  padding-right: 2px;
  color: #000;
}
#main.faq .grid .col2 .faq .details .web {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 20px 0;
  margin: 20px 0;
}
#main.faq .grid .col2 .faq .details .web a {
  display: inline-block;
  color: #3fa435;
  text-transform: uppercase;
  font-weight: bold;
}
#main.faq .grid .col2 .faq .details .web a:before {
  content: ">";
  display: inline-block;
  padding-right: 2px;
  color: #000;
}
#main.faq .grid .col2 .faq .details .share li a {
  margin-top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #3fa435;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  display: inline-block;
}
#main.faq .grid .col2 .faq .details .share li a:hover {
  background: #53c448;
}
#main.faq .grid .col2 .faq .details .share li:before {
  display: none;
}
#main.faq .grid .col2 .faq.active {
  display: flex;
}
#main.actualites {
  background: #eeeeee;
  min-height: 100vh;
}
#main.actualites .grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #main.actualites .grid {
    flex-direction: column;
  }
}
#main.actualites .grid .col1 {
  flex: 0 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
#main.actualites .grid .col1 #logo {
  margin-left: 0;
  margin-bottom: 20px;
}
#main.actualites .grid .col1 #logo img {
  width: 180px;
  height: auto;
  max-width: 100%;
}
#main.actualites .grid .col1 h1 {
  color: #3fa435;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 0;
}
#main.actualites .grid .col1 .filtres {
  display: block;
  margin-top: 30px;
}
#main.actualites .grid .col1 .filtres h5 {
  font-size: 12px;
  color: #fff;
  margin: 0 0 5px 0;
}
#main.actualites .grid .col1 .filtres h5:after {
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  content: "";
}
#main.actualites .grid .col1 .filtres ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
#main.actualites .grid .col1 .filtres ul li {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 0;
}
#main.actualites .grid .col1 .filtres ul li:before {
  content: "•";
  display: inline-block;
  padding-right: 4px;
  vertical-align: middle;
}
#main.actualites .grid .col1 .filtres ul li.current {
  color: #3fa435;
}
#main.actualites .grid .col1 .filtres ul li.current:before {
  content: ">";
}
#main.actualites .grid .col1 .filtres ul li:hover {
  color: #3fa435;
}
#main.actualites .grid .col2 {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#main.actualites .grid .col2 .faq {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #main.actualites .grid .col2 .faq {
    flex-direction: column;
  }
}
#main.actualites .grid .col2 .faq .image {
  flex-basis: 25%;
  align-self: stretch;
  background-size: cover;
  background-position: center center;
  background-color: #3fa435;
  background-blend-mode: multiply;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main.actualites .grid .col2 .faq .image:hover {
  background-color: rgba(63, 164, 53, 0.1);
}
@media screen and (max-width: 768px) {
  #main.actualites .grid .col2 .faq .image {
    height: 40vh;
    flex-basis: auto;
  }
}
#main.actualites .grid .col2 .faq .contenu {
  flex-basis: 50%;
  padding: 40px 20px;
  background: #fff;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  #main.actualites .grid .col2 .faq .contenu {
    flex-basis: auto;
  }
}
#main.actualites .grid .col2 .faq .contenu h2 {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px 0;
  padding: 0;
  width: 60%;
  color: #3fa435;
}
@media screen and (max-width: 768px) {
  #main.actualites .grid .col2 .faq .contenu h2 {
    width: 100%;
  }
}
#main.actualites .grid .col2 .faq .contenu .texte .subcontent {
  display: none;
}
#main.actualites .grid .col2 .faq .details {
  flex-basis: 25%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  #main.actualites .grid .col2 .faq .details {
    background: #fff;
    flex-basis: auto;
  }
}
#main.actualites .grid .col2 .faq .details p {
  margin: 0;
}
#main.actualites .grid .col2 .faq .details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main.actualites .grid .col2 .faq .details ul li {
  display: inline-block;
  color: #3fa435;
  text-transform: uppercase;
  font-weight: bold;
}
#main.actualites .grid .col2 .faq .details ul li:before {
  content: ">";
  display: inline-block;
  padding-right: 2px;
  color: #000;
}
#main.actualites .grid .col2 .faq .details .themes {
  border-bottom: solid 1px #fff;
  padding: 20px 0;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  #main.actualites .grid .col2 .faq .details .themes {
    margin: 0;
  }
}
#main.actualites .grid .col2 .faq .details .themes a {
  display: inline-block;
  color: #3fa435;
  text-transform: uppercase;
  font-weight: bold;
}
#main.actualites .grid .col2 .faq .details .themes a:before {
  content: ">";
  display: inline-block;
  padding-right: 2px;
  color: #000;
}
#main.actualites .grid .col2 .faq .details .share li a {
  margin-top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #3fa435;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  display: inline-block;
}
#main.actualites .grid .col2 .faq .details .share li a:hover {
  background: #53c448;
}
#main.actualites .grid .col2 .faq .details .share li:before {
  display: none;
}
#main.actualites .grid .col2 .faq.active {
  display: flex;
}
#main.single-actualites .parallax-window {
  height: 60vh;
  padding: 0 0 30px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  flex-direction: column;
  margin-bottom: 50px;
}
#main.single-actualites .parallax-window h1 {
  margin: 0;
}
#main.single-actualites .parallax-window h1 a {
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  font-weight: 400;
}
#main.single-actualites .parallax-window .date {
  color: #fff;
  font-size: 12px;
}
#main.single-actualites .parallax-window .date b {
  color: #fff;
}
#main.single-actualites .parallax-window:after {
  background-color: transparent;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
  background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50%;
  z-index: -1;
}
#main.single-actualites .parallax-window .goback {
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  background: #3fa435;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin: 30px 0 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main.single-actualites .parallax-window .goback:hover {
  -webkit-box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow:
    0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  background: #53c448;
}
#main.single-actualites .articlebody {
  margin-bottom: 50px;
}
#main.single-actualites .articlebody .share {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
#main.single-actualites .articlebody .share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main.single-actualites .articlebody .share ul li {
  display: inline-block;
}
#main.single-actualites .articlebody .share ul li a {
  margin-top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #3fa435;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  display: inline-block;
}
#main.single-actualites .articlebody .share ul li a:hover {
  background: #53c448;
}
#main.single-preview .parallax-window {
  height: 250px;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}
#main.single-preview .parallax-window h2 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  margin: 0;
  font-weight: bold;
  text-transform: none;
}
#main.single-preview .parallax-window .date {
  color: #fff;
  font-size: 12px;
}
#main.single-preview .parallax-window .date b {
  color: #fff;
}
#main.single-preview .parallax-window:after {
  background: rgba(63, 164, 53, 0.8);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main.single-preview .parallax-window:hover:after {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(../img/grayscale.svg);
  filter: gray;
}
#main.single-preview .articlebody {
  font-size: 18px;
  line-height: 22px;
}
#main.contact {
  background: #333;
}
#main.contact article .grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #main.contact article .grid {
    flex-direction: column;
  }
}
#main.contact article .grid .part1 {
  flex-basis: 40%;
  padding: 40px 40px 20px 40px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  color: #fff;
  font-weight: 300;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  #main.contact article .grid .part1 {
    flex-basis: auto;
    padding: 50px 25px;
  }
}
#main.contact article .grid .part1 #logo img {
  width: 180px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #main.contact article .grid .part1 #logo {
    margin-left: 0;
  }
  #main.contact article .grid .part1 #logo img {
    width: 160px;
  }
}
#main.contact article .grid .part1 h1 {
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin: 30px 0 5px;
  text-transform: uppercase;
}
#main.contact article .grid .part1 .switchers {
  margin: 10px 0 20px 0;
}
#main.contact article .grid .part1 .switchers span {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 10px 20px 10px 0;
  cursor: pointer;
}
#main.contact article .grid .part1 .switchers span:before {
  color: rgba(255, 255, 255, 0.5);
  content: ">";
  display: inline-block;
  padding-right: 3px;
}
#main.contact article .grid .part1 .switchers span:after {
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
#main.contact article .grid .part1 .switchers span:hover {
  color: #fff;
}
#main.contact article .grid .part1 .switchers span.active {
  font-weight: bold;
  font-size: 1.1em;
  color: #3fa435;
  display: inline-block;
}
#main.contact article .grid .part1 .switchers span.active:before {
  color: #fff;
}
#main.contact article .grid .part1 .switchers span.active:after {
  background: #3fa435;
}
#main.contact article .grid .part1 .forms .hp-wrap {
  display: none;
}
#main.contact article .grid .part1 .forms .form {
  display: none;
}
#main.contact article .grid .part1 .forms .form.active {
  display: block;
}
#main.contact article .grid .part1 .forms .ninja-forms-required-items {
  padding: 10px 0;
  font-size: 10px;
  font-style: italic;
}
#main.contact article .grid .part1 .forms .field-wrap {
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
#main.contact article .grid .part1 .forms .field-wrap label {
  display: inline-block;
  width: auto;
}
#main.contact article .grid .part1 .forms .field-wrap input[type="text"],
#main.contact article .grid .part1 .forms .field-wrap input[type="email"],
#main.contact article .grid .part1 .forms .field-wrap input[type="tel"],
#main.contact article .grid .part1 .forms .field-wrap textarea {
  background: transparent;
  color: #fff;
  padding: 10px;
  border: none;
  outline: none;
  display: inline-block;
  color: #3fa435;
  font-weight: bold;
  min-width: 70%;
}
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="text"]::-moz-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="email"]::-moz-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="tel"]::-moz-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="text"]:-ms-input-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="email"]:-ms-input-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="tel"]:-ms-input-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  textarea:-ms-input-placeholder {
  color: #fff;
}
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="text"]::-webkit-input-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="email"]::-webkit-input-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="tel"]::-webkit-input-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  textarea::-webkit-input-placeholder {
  color: #fff;
}
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="text"]::-webkit-input-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="email"]::-webkit-input-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="tel"]::-webkit-input-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  textarea::-webkit-input-placeholder {
  color: #fff;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="text"]::-moz-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="email"]::-moz-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="tel"]::-moz-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  textarea::-moz-placeholder {
  color: #fff;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="text"]:-ms-input-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="email"]:-ms-input-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="tel"]:-ms-input-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  textarea:-ms-input-placeholder {
  color: #fff;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="text"]
  input:-moz-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="email"]
  input:-moz-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="tel"]
  input:-moz-placeholder,
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  textarea
  input:-moz-placeholder {
  color: #fff;
  font-style: "normal";
  opacity: 1;
  font-size: 1em;
}
#main.contact article .grid .part1 .forms .field-wrap textarea {
  width: 100%;
  height: 120px;
}
#main.contact article .grid .part1 .forms .field-wrap.submit-wrap {
  border: none;
  text-align: right;
}
#main.contact article .grid .part1 .forms .field-wrap .ninja-forms-field-error {
  padding: 3px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #3fa435;
  color: #fff;
  font-size: 11px;
  display: inline-block;
}
#main.contact article .grid .part1 .forms .field-wrap input[type="submit"] {
  background: #3fa435;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 400;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main.contact
  article
  .grid
  .part1
  .forms
  .field-wrap
  input[type="submit"]:hover {
  background: #53c448;
}
#main.contact article .grid .part2 {
  flex-basis: 60%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main.contact article .grid .part2 {
    flex-basis: auto;
  }
}
#main.contact article .grid .part2 .acf-map {
  top: 0;
  left: calc(40% + 40px);
  bottom: 0;
  right: 0;
  position: fixed !important;
  bottom: 38px;
}
@media screen and (max-width: 768px) {
  #main.contact article .grid .part2 .acf-map {
    position: relative !important;
    left: auto;
    width: 100%;
    height: 80vh;
  }
}
#main.realisations {
  background: #eeeeee;
  min-height: 100vh;
}
#main.realisations .grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #main.realisations .grid {
    flex-direction: column;
  }
}
#main.realisations .grid .col1 {
  flex: 0 0 auto;
  padding: 50px 20px 20px;
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
#main.realisations .grid .col1 #logo {
  margin-bottom: 30px;
}
#main.realisations .grid .col1 #logo img {
  width: 180px;
  height: auto;
  max-width: 100%;
}
#main.realisations .grid .col1 h1 {
  color: #3fa435;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 0;
}
#main.realisations .grid .col1 .filtres-realisation {
  display: block;
  margin-top: 30px;
}
#main.realisations .grid .col1 .filtres-realisation h5 {
  font-size: 12px;
  color: #fff;
  margin: 0 0 5px 0;
}
#main.realisations .grid .col1 .filtres-realisation h5:after {
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  content: "";
}
#main.realisations .grid .col1 .filtres-realisation ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
#main.realisations .grid .col1 .filtres-realisation ul li {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 0;
}
#main.realisations .grid .col1 .filtres-realisation ul li:before {
  content: "•";
  display: inline-block;
  padding-right: 4px;
  vertical-align: middle;
}
#main.realisations .grid .col1 .filtres-realisation ul li.current {
  color: #3fa435;
}
#main.realisations .grid .col1 .filtres-realisation ul li.current:before {
  content: ">";
}
#main.realisations .grid .col1 .filtres-realisation ul li:hover {
  color: #3fa435;
}
#main.realisations .grid .col2 {
  flex: 1;
  display: block;
}
#main.realisations .grid .col2 .realisation {
  width: calc(25% - 30px);
  margin: 15px;
  position: relative;
  text-decoration: none;
  -webkit-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1600px) {
  #main.realisations .grid .col2 .realisation {
    width: calc(33% - 30px);
  }
}
@media screen and (max-width: 1400px) {
  #main.realisations .grid .col2 .realisation {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 992px) {
  #main.realisations .grid .col2 .realisation {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main.realisations .grid .col2 .realisation {
    margin: 5px 0;
  }
}
#main.realisations .grid .col2 .realisation .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 300px;
  background-position: center center;
  background-size: cover;
}
#main.realisations .grid .col2 .realisation .image:hover {
  background-color: rgba(63, 164, 53, 0.1);
}
#main.realisations .grid .col2 .realisation .image .themes {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  background: rgba(48, 125, 41, 0.8);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#main.realisations .grid .col2 .realisation .contenu {
  padding: 20px;
  font-size: 12px;
  background: #fff;
  color: #000;
}
#main.realisations .grid .col2 .realisation .contenu h2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
}
#main.realisations .grid .col2 .realisation:hover {
  -webkit-box-shadow:
    0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow:
    0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow:
    0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
#main.single-realisation {
  background: #eeeeee;
  padding: 40px;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  #main.single-realisation {
    padding: 50px 25px;
  }
}
#main.single-realisation article {
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #main.single-realisation article {
    flex-direction: column;
  }
}
#main.single-realisation article .part1 {
  width: 300px;
  max-width: 100%;
  flex: 0 0 auto;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 80px);
}
@media screen and (max-width: 768px) {
  #main.single-realisation article .part1 {
    width: auto;
    margin-top: 10px;
  }
}
#main.single-realisation article .part1 .themes {
  background: #3fa435;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}
#main.single-realisation article .part1 h1 {
  font-weight: 300;
  font-size: 30px;
  line-height: 32px;
  color: #000;
  margin: 20px;
}
#main.single-realisation article .part1 .content {
  padding: 0 20px;
}
#main.single-realisation article .part1 .details {
  display: block;
  border: solid 1px #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  margin: 20px;
  font-size: 12px;
  line-height: 15px;
}
#main.single-realisation article .part1 .details p {
  font-size: 12px;
}
#main.single-realisation article .part1 .details div {
  border-bottom: solid 1px #eeeeee;
  padding: 10px;
  text-align: center;
}
#main.single-realisation article .part1 .details div span {
  color: #3fa435;
}
#main.single-realisation article .part1 .ajaxlink {
  display: block;
  background: #307d29;
  color: #fff;
  margin: 0;
  padding: 13px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
}
#main.single-realisation article .part1 .ajaxlink:hover {
  background: #21571c;
}
#main.single-realisation article .part2 {
  width: calc(100% - 300px);
}
@media screen and (max-width: 768px) {
  #main.single-realisation article .part2 {
    width: 100%;
  }
}
#main.single-realisation article .part2 .slick-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
#main.single-realisation article .part2 .slick-slider .slick-list,
#main.single-realisation article .part2 .slick-slider .slick-track {
  height: 100%;
}
#main.single-realisation article .part2 .slick-slider .slick-dots {
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  list-style: none;
}
#main.single-realisation article .part2 .slick-slider .slick-dots li {
  width: 13px;
  height: 13px;
  background: #fff;
  cursor: pointer;
  margin: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main.single-realisation article .part2 .slick-slider .slick-dots li:hover,
#main.single-realisation
  article
  .part2
  .slick-slider
  .slick-dots
  li.slick-active {
  background: #3fa435;
}
#main.single-realisation article .part2 .slick-slider .slick-dots li button {
  display: none;
}
#main.single-realisation article .part2 .slick-slider .slide {
  width: 100%;
  min-height: calc(100vh - 80px);
  height: 100%;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #main.single-realisation article .part2 .slick-slider .slide {
    height: 50vh;
  }
}
#main.single-realisation article .part2 .slick-slider .slide .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  background: #fff;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #main.single-realisation article .part2 .slick-slider .slide .caption {
    background: rgba(63, 164, 53, 0.8);
    font-size: 11px;
    line-height: 13px;
  }
}
#main.single-realisation article .part2 .slick-slider .slide i {
  font-size: 100px;
  color: #fff;
}
#main.single-realisation .navigation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #main.single-realisation .navigation {
    flex-direction: column;
  }
}
#main.single-realisation .navigation .back {
  padding: 10px 20px;
  font-weight: 300;
  background: #fff;
  color: #3fa435;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main.single-realisation .navigation .back:hover {
  background: #eeeeee;
}
#main.single-realisation .navigation .next {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  padding: 5px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #main.single-realisation .navigation .next {
    margin-top: 20px;
  }
}
#main.single-realisation .navigation .next:hover {
  -webkit-box-shadow:
    0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow:
    0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow:
    0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#main.single-realisation .navigation .next img {
  width: 50px;
  height: 50px;
}
#main.single-realisation .navigation .next h4 {
  margin: 0;
  padding: 0 0 0 10px;
  color: #3fa435;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
#main.single-realisation .navigation .next h4 span {
  font-weight: bold;
  font-size: 16px;
}
#main.partenaires {
  background: #3fa435;
  min-height: 100vh;
}
#main.partenaires .grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #main.partenaires .grid {
    flex-direction: column;
  }
}
#main.partenaires .grid .col1 {
  flex: 0 0 auto;
  padding: 50px 20px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #main.partenaires .grid .col1 {
    max-width: 100%;
  }
}
#main.partenaires .grid .col1 #logo {
  margin-bottom: 30px;
}
#main.partenaires .grid .col1 #logo img {
  width: 180px;
  height: auto;
  max-width: 100%;
}
#main.partenaires .grid .col1 h1 {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 0;
}
#main.partenaires .grid .col1 .filtres {
  display: block;
  margin-top: 30px;
}
#main.partenaires .grid .col1 .filtres h5 {
  font-size: 12px;
  color: #fff;
  margin: 0 0 5px 0;
}
#main.partenaires .grid .col1 .filtres h5:after {
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  content: "";
}
#main.partenaires .grid .col1 .filtres ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
#main.partenaires .grid .col1 .filtres ul li {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 0;
}
#main.partenaires .grid .col1 .filtres ul li:before {
  content: "•";
  display: inline-block;
  padding-right: 4px;
  vertical-align: middle;
}
#main.partenaires .grid .col1 .filtres ul li.current {
  color: #fff;
}
#main.partenaires .grid .col1 .filtres ul li.current:before {
  content: ">";
}
#main.partenaires .grid .col1 .filtres ul li:hover {
  color: #fff;
}
#main.partenaires .grid .col2 {
  flex: 1;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #main.partenaires .grid .col2 {
    flex-direction: column;
  }
}
#main.partenaires .grid .col2 .realisation {
  flex-direction: column;
  display: block;
  cursor: pointer;
  width: calc(25% - 30px);
  margin: 15px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 1400px) {
  #main.partenaires .grid .col2 .realisation {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  #main.partenaires .grid .col2 .realisation {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #main.partenaires .grid .col2 .realisation {
    margin: 10px 0;
  }
}
#main.partenaires .grid .col2 .realisation .image {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
}
#main.partenaires .grid .col2 .realisation .image:hover {
  background-color: rgba(63, 164, 53, 0.1);
}
#main.partenaires .grid .col2 .realisation .contenu {
  padding: 20px;
  font-size: 12px;
  background: #eeeeee;
  color: #000;
}
#main.partenaires .grid .col2 .realisation .contenu h2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #3fa435;
  font-weight: bold;
  text-transform: none;
}
#main.partenaires .grid .col2 .realisation .contenu .themes {
  padding: 5px 0;
  font-weight: 300;
  color: #000;
  font-size: 16px;
}
#main.partenaires .grid .col2 .realisation:hover {
  -webkit-box-shadow:
    0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow:
    0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow:
    0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
#main.single-partenaire {
  background: #262626;
  padding: 40px;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  #main.single-partenaire {
    padding: 50px 25px;
  }
}
#main.single-partenaire article {
  background: #eeeeee;
  display: block;
  height: calc(100vh - 80px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #main.single-partenaire article {
    height: auto;
    overflow: auto;
    margin-top: 25px;
  }
}
#main.single-partenaire article .part1 {
  width: 35%;
  float: left;
  font-size: 12px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #main.single-partenaire article .part1 {
    width: 100%;
    float: none;
  }
}
#main.single-partenaire article .part1 .top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #main.single-partenaire article .part1 .top {
    flex-direction: column;
  }
}
#main.single-partenaire article .part1 .top .logo {
  flex-basis: 50%;
}
@media screen and (max-width: 768px) {
  #main.single-partenaire article .part1 .top .logo {
    flex-basis: auto;
  }
}
#main.single-partenaire article .part1 .top .logo img {
  width: 100%;
  height: auto;
}
#main.single-partenaire article .part1 .top .vcard {
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #3fa435;
  color: #333;
  flex-direction: column;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #main.single-partenaire article .part1 .top .vcard {
    flex-basis: auto;
  }
}
#main.single-partenaire article .part1 .top .vcard .given-name {
  display: none;
}
#main.single-partenaire article .part1 .top .vcard .org {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
#main.single-partenaire article .part1 .top .vcard a {
  color: #fff;
}
#main.single-partenaire article .part1 .bottom {
  padding: 30px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  #main.single-partenaire article .part1 .bottom {
    padding: 10px;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
#main.single-partenaire article .part2 {
  width: 65%;
  float: left;
}
@media screen and (max-width: 768px) {
  #main.single-partenaire article .part2 {
    width: 100%;
    float: none;
  }
}
#main.single-partenaire article .part2 .slick-dots {
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  list-style: none;
}
#main.single-partenaire article .part2 .slick-dots li {
  width: 13px;
  height: 13px;
  background: #fff;
  cursor: pointer;
  margin: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main.single-partenaire article .part2 .slick-dots li:hover,
#main.single-partenaire article .part2 .slick-dots li.slick-active {
  background: #3fa435;
}
#main.single-partenaire article .part2 .slick-dots li button {
  display: none;
}
#main.single-partenaire article .part2 .slide {
  width: 100%;
  height: calc(100vh - 80px);
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #main.single-partenaire article .part2 .slide {
    height: 50vh;
  }
}
#main.single-partenaire article .part2 .slide .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px;
  background: #307d29;
  color: #fff;
}
#main.single-partenaire article .part2 .slide i {
  font-size: 100px;
  color: #fff;
}
#main.single-partenaire .navigation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #main.single-partenaire .navigation {
    flex-direction: column;
  }
}
#main.single-partenaire .navigation .back {
  padding: 10px 20px;
  font-weight: 300;
  background: #fff;
  color: #3fa435;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main.single-partenaire .navigation .back:hover {
  background: #eeeeee;
}
#main.single-partenaire .navigation .next {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 50px;
  padding: 5px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #main.single-partenaire .navigation .next {
    margin-top: 20px;
  }
}
#main.single-partenaire .navigation .next:hover {
  -webkit-box-shadow:
    0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow:
    0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow:
    0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#main.single-partenaire .navigation .next img {
  width: 50px;
  height: 50px;
}
#main.single-partenaire .navigation .next h4 {
  margin: 0;
  padding: 0 0 0 10px;
  color: #3fa435;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
#main.single-partenaire .navigation .next h4 span {
  font-weight: bold;
  font-size: 16px;
}
#main.domotique {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 0;
}
@media screen and (max-width: 768px) {
  #main.domotique {
    flex-direction: column;
  }
}
#main.domotique .part1 {
  flex: 0 0 auto;
  padding: 50px 20px 20px;
  display: flex;
  flex-direction: column;
  width: 300px;
}
@media screen and (max-width: 768px) {
  #main.domotique .part1 {
    width: 100%;
    position: relative;
  }
}
#main.domotique .part1 #logo {
  margin-bottom: 30px;
}
#main.domotique .part1 #logo img {
  width: 180px;
  height: auto;
  max-width: 100%;
}
#main.domotique .part1 h1 {
  color: #3fa435;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 0;
}
#main.domotique .part2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #main.domotique .part2 {
    margin: 0;
    flex-direction: column;
  }
}
#main.domotique .part2 .grille {
  display: flex;
  width: 70%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #main.domotique .part2 .grille {
    flex-basis: auto;
  }
}
#main.domotique .part2 .grille .domotique {
  width: 33.333333%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main.domotique .part2 .grille .domotique {
    width: 100%;
    border: solid 2px #fff;
  }
}
#main.domotique .part2 .grille .domotique img {
  width: 100%;
  height: auto;
}
#main.domotique .part2 .grille .domotique .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(63, 164, 53, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#main.domotique .part2 .grille .domotique .overlay img {
  width: 70%;
  height: auto;
}
#main.domotique .part2 .grille .domotique .contenu {
  display: none;
}
#main.domotique .part2 .grille .domotique:hover .overlay,
#main.domotique .part2 .grille .domotique.current .overlay {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#main.domotique .part2 #description {
  flex: 1;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #main.domotique .part2 #description {
    flex-basis: auto;
  }
}
#main.domotique .part2 #description .contenu h2 {
  color: #3fa435;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
#main.ecolo article .col1 {
  display: block;
  float: left;
  width: 300px;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #main.ecolo article .col1 {
    width: 100%;
    float: none;
  }
}
#main.ecolo article .col1 #logo {
  margin-bottom: 30px;
}
#main.ecolo article .col1 #logo img {
  width: 180px;
  height: auto;
  max-width: 100%;
}
#main.ecolo article .col1 h1 {
  color: #3fa435;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 0;
}
#main.ecolo article .col1 .navigation {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0;
}
#main.ecolo article .col1 .navigation a {
  padding-left: 20px;
  display: block;
  color: #000;
  position: relative;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main.ecolo article .col1 .navigation a:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #3fa435;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main.ecolo article .col1 .navigation a:after {
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  left: 4.5px;
  background: #3fa435;
  position: absolute;
}
#main.ecolo article .col1 .navigation a:hover,
#main.ecolo article .col1 .navigation a.current {
  font-weight: bold;
}
#main.ecolo article .col1 .navigation a:hover:before,
#main.ecolo article .col1 .navigation a.current:before {
  width: 14px;
  height: 14px;
  background: #fff;
  border: solid 2px #3fa435;
  top: -2px;
  left: -2px;
  z-index: 10;
}
#main.ecolo article .col1 .navigation a:last-child:after {
  display: none;
}
#main.ecolo article .imagemap {
  display: block;
  float: left;
  width: calc(100% - 300px);
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main.ecolo article .imagemap {
    padding: 0;
    float: none;
    width: 100%;
  }
}
#main.ecolo article .imagemap .grille {
  flex-basis: 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#main.ecolo article .imagemap .grille .domotique {
  width: 33.333333%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
#main.ecolo article .imagemap .grille .domotique img {
  width: 100%;
  height: auto;
}
#main.ecolo article .imagemap .grille .domotique .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(63, 164, 53, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
#main.ecolo article .imagemap .grille .domotique .contenu {
  display: none;
}
#main.ecolo article .imagemap .grille .domotique:hover .overlay,
#main.ecolo article .imagemap .grille .domotique.current .overlay {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#main.ecolo article .imagemap #description {
  flex-basis: 30%;
  padding: 20px;
}
#main.ecolo article .imagemap #description .contenu h2 {
  color: #3fa435;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
#main.ecolo article .imagemap #prisecontact {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #3fa435;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 40px;
  line-height: 40px;
  font-style: normal;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 999;
}
#main.ecolo article .imagemap #prisecontact:hover {
  background: #307d29;
}
#main.ecolo article .imp-tooltip-close-button {
  color: #3fa435;
}
#main.lab {
  background: #3fa435;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
  min-height: 100vh;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
#main.lab .grid {
  display: flex;
  flex: 1;
  margin-right: 10px;
  flex-direction: row;
  align-items: stretch;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #main.lab .grid {
    flex-direction: column;
    max-width: 100%;
  }
}
#main.lab .grid .col1 {
  flex: 0 0 auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #main.lab .grid .col1 {
    max-width: 100%;
  }
}
#main.lab .grid .col1 #logo {
  margin-bottom: 30px;
}
#main.lab .grid .col1 #logo img {
  width: 180px;
  height: auto;
  max-width: 100%;
}
#main.lab .grid .col1 h1 {
  color: #3fa435;
  font-weight: 300;
  font-size: 30px;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 0;
}
#main.lab .grid .col2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #main.lab .grid .col2 {
    flex-direction: column;
  }
}
#main.lab .grid .col2 .box {
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  background: #eeeeee;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #main.lab .grid .col2 .box {
    flex-direction: column;
  }
}
#main.lab .grid .col2 .box .thumb {
  flex-basis: 30%;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #main.lab .grid .col2 .box .thumb {
    flex-basis: auto;
  }
}
#main.lab .grid .col2 .box .thumb img {
  width: 100%;
  height: auto;
}
#main.lab .grid .col2 .box .text {
  flex: 1;
  padding: 20px;
}
#main.lab .grid .col2 .box .text a.discover {
  text-align: left;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  color: #3fa435;
  font-weight: bold;
}
#main.lab .grid .col2 .box .tools {
  flex: 0 0 auto;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #main.lab .grid .col2 .box .tools {
    flex-direction: row;
    width: auto;
  }
}
#main.lab .grid .col2 .box .tools a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #bbb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main.lab .grid .col2 .box .tools a:nth-child(2) {
  background: #888;
}
#main.lab .grid .col2 .box .tools a:nth-child(2) img {
  width: 20px;
  height: auto;
}
#main.lab .grid .col2 .box .tools a:nth-child(3) {
  background: #555;
}
#main.lab .grid .col2 .box .tools a:hover {
  background: #3fa435;
}
#main.lab .grid .col2 .box hr {
  width: 60px;
  margin-left: -30px;
  height: 2px;
  background: #3fa435;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #main.lab .grid .col2 .box {
    width: 100%;
  }
  #main.lab .grid .col2 .box img {
    max-width: 100%;
    height: auto;
  }
}
