@charset "UTF-8";
/***

Main style file

Wraps everything that need to be compile into css

***/
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/***

Configuration file for the whole project. Sets all the project-agnostic variables.

***/
/* 1. Variables -------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url(../fonts/bison/stylesheet.css);
@import url(../fonts/icomoon/style.css);

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !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;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #1C2D40;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.hoverImg:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}

a {
  color: #1C2D40;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #1C2D40;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.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;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #6CB23F;
}

a.text-primary:hover {
  color: #558c32;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #6CB23F;
}

a.bg-primary:hover {
  background-color: #558c32;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 769px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 1050px) {
  .container {
    width: 1050px;
  }
}

@media (min-width: 1250px) {
  .container {
    width: 1050px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 769px) {

  .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-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1050px) {

  .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-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1250px) {

  .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-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857;
  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>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.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>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.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-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  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>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.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>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.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>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.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>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.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>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.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;
}

@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .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>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th: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>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th: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>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .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: #333333;
  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.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-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: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}

input[type="date"].input-sm,
.form-horizontal .form-group-sm input[type="date"].form-control,
.input-group-sm>input[type="date"].form-control,
.input-group-sm>input[type="date"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm>input[type="time"].form-control,
.input-group-sm>input[type="time"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm>input[type="datetime-local"].form-control,
.input-group-sm>input[type="datetime-local"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm>input[type="month"].form-control,
.input-group-sm>input[type="month"].input-group-addon,
.input-group-sm>.input-group-btn>input[type="month"].btn {
  line-height: 30px;
}

input[type="date"].input-lg,
.form-horizontal .form-group-lg input[type="date"].form-control,
.input-group-lg>input[type="date"].form-control,
.input-group-lg>input[type="date"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg>input[type="time"].form-control,
.input-group-lg>input[type="time"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg>input[type="datetime-local"].form-control,
.input-group-lg>input[type="datetime-local"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg>input[type="month"].form-control,
.input-group-lg>input[type="month"].input-group-addon,
.input-group-lg>.input-group-btn>input[type="month"].btn {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  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 {
  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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-horizontal .form-group-lg .form-control-static.form-control,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.form-horizontal .form-group-sm .form-control-static.form-control,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm,
.form-horizontal .form-group-sm .form-control,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm,
.form-horizontal .form-group-sm select.form-control,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
.form-horizontal .form-group-sm textarea.form-control,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn {
  height: auto;
}

.input-lg,
.form-horizontal .form-group-lg .form-control,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg,
.form-horizontal .form-group-lg select.form-control,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
.form-horizontal .form-group-lg textarea.form-control,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg+.form-control-feedback,
.form-horizontal .form-group-lg .form-control+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.form-horizontal .form-group-sm .form-control+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.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 {
  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 {
  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 {
  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.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #436b99;
}

@media (min-width: 769px) {

  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group,
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control,
  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .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;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 769px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

@media (min-width: 769px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}

@media (min-width: 769px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #6CB23F;
  border-color: #619f38;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #558c32;
  border-color: #457228;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #6CB23F;
  border-color: #619f38;
}

.btn-primary .badge {
  color: #6CB23F;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #E02020;
  border-color: #ca1c1c;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b41919;
  border-color: #951515;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #E02020;
  border-color: #ca1c1c;
}

.btn-warning .badge {
  color: #E02020;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #1C2D40;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #1C2D40;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #6CB23F;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #999999;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999999;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
  outline: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #999999;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #1C2D40;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #fff;
  background-color: #6CB23F;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 769px) {

  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 769px) {

  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 769px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 769px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 769px) {

  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 769px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 769px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 769px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 769px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 769px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 769px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 769px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 768px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a {
  color: #999999;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 768px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #999999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #999999;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #1C2D40;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #1C2D40;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #6CB23F;
  border-color: #6CB23F;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #999999;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #6CB23F;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #558c32;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #E02020;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #b41919;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #1C2D40;
  background-color: #fff;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #1C2D40;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1C2D40;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #6CB23F;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  color: #999999;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #E02020;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media>.pull-left {
  margin-right: 10px;
}

.media>.pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #999999;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #6CB23F;
  border-color: #6CB23F;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #dbeecf;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive {
  border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #6CB23F;
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #6CB23F;
  border-color: #6CB23F;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #6CB23F;
}

.panel-primary>.panel-heading .badge {
  color: #6CB23F;
  background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #6CB23F;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 769px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 1050px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

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

.clearfix: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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-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: 768px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 768px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 768px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 769px) and (max-width: 1049px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 769px) and (max-width: 1049px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 769px) and (max-width: 1049px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 769px) and (max-width: 1049px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1050px) and (max-width: 1249px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1050px) and (max-width: 1249px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1050px) and (max-width: 1249px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1050px) and (max-width: 1249px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1250px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 1049px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 1050px) and (max-width: 1249px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1250px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  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;
  }
}

/***

Base fonts file
Boostrap all the fonts stylesheets

***/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot?") format("eot"), url("../fonts/icomoon/fonts/icomoon.woff") format("woff"), url("../fonts/icomoon/fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon/fonts/icomoon.svg#icomoon") format("svg");
}

[class^="icon-"],
.icomoon {
  font-style: normal;
  font-weight: normal;
  speak: none;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-btn_video:before {
  content: "\e902";
}

.icon-twitter-logo-button:before {
  content: "\e910";
}

.icon-facebook-black-social-button-circle:before {
  content: "\e911";
}

.icon-instagram:before {
  content: "\e912";
}

.icon-down-arrow:before {
  content: "\e913";
}

.icon-arrow_down:before {
  content: "\e900";
}

.icon-envelope:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-google-plus:before {
  content: "\e904";
}

.icon-linkedin_social:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e906";
}

.icon-localisateur:before {
  content: "\e907";
}

.icon-phone-call:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e909";
}

.icon-placeholder:before {
  content: "\e90a";
}

.icon-search:before {
  content: "\e90b";
}

.icon-speaking:before {
  content: "\e90c";
}

.icon-twitter:before {
  content: "\e90d";
}

.icon-youtube_video_social:before {
  content: "\e90e";
}

.icon-youtube:before {
  content: "\e90f";
}

.icon-uniE009:before {
  content: "\e009";
}

.icon-uniE00A:before {
  content: "\e00a";
}

.icon-uniE00D:before {
  content: "\e00d";
}

.icon-uniE003:before {
  content: "\e003";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-radio-checked:before {
  content: "\ea54";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

/***

Base vendor file
Boostrap all the vendor stylesheets

***/
/***

Base modules file
Boostrap all the modules stylesheets

***/
body[data-aos-duration='50'] [data-aos],
[data-aos][data-aos][data-aos-duration='50'] {
  transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos],
[data-aos][data-aos][data-aos-delay='50'] {
  transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='50'].aos-animate {
  transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos],
[data-aos][data-aos][data-aos-duration='100'] {
  transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos],
[data-aos][data-aos][data-aos-delay='100'] {
  transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='100'].aos-animate {
  transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos],
[data-aos][data-aos][data-aos-duration='150'] {
  transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos],
[data-aos][data-aos][data-aos-delay='150'] {
  transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='150'].aos-animate {
  transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos],
[data-aos][data-aos][data-aos-duration='200'] {
  transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos],
[data-aos][data-aos][data-aos-delay='200'] {
  transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='200'].aos-animate {
  transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos],
[data-aos][data-aos][data-aos-duration='250'] {
  transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos],
[data-aos][data-aos][data-aos-delay='250'] {
  transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='250'].aos-animate {
  transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos],
[data-aos][data-aos][data-aos-duration='300'] {
  transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos],
[data-aos][data-aos][data-aos-delay='300'] {
  transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='300'].aos-animate {
  transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos],
[data-aos][data-aos][data-aos-duration='350'] {
  transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos],
[data-aos][data-aos][data-aos-delay='350'] {
  transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='350'].aos-animate {
  transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos],
[data-aos][data-aos][data-aos-duration='400'] {
  transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos],
[data-aos][data-aos][data-aos-delay='400'] {
  transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='400'].aos-animate {
  transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos],
[data-aos][data-aos][data-aos-duration='450'] {
  transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos],
[data-aos][data-aos][data-aos-delay='450'] {
  transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='450'].aos-animate {
  transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos],
[data-aos][data-aos][data-aos-duration='500'] {
  transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos],
[data-aos][data-aos][data-aos-delay='500'] {
  transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='500'].aos-animate {
  transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos],
[data-aos][data-aos][data-aos-duration='550'] {
  transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos],
[data-aos][data-aos][data-aos-delay='550'] {
  transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='550'].aos-animate {
  transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos],
[data-aos][data-aos][data-aos-duration='600'] {
  transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos],
[data-aos][data-aos][data-aos-delay='600'] {
  transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='600'].aos-animate {
  transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos],
[data-aos][data-aos][data-aos-duration='650'] {
  transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos],
[data-aos][data-aos][data-aos-delay='650'] {
  transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='650'].aos-animate {
  transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos],
[data-aos][data-aos][data-aos-duration='700'] {
  transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos],
[data-aos][data-aos][data-aos-delay='700'] {
  transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='700'].aos-animate {
  transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos],
[data-aos][data-aos][data-aos-duration='750'] {
  transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos],
[data-aos][data-aos][data-aos-delay='750'] {
  transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='750'].aos-animate {
  transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos],
[data-aos][data-aos][data-aos-duration='800'] {
  transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos],
[data-aos][data-aos][data-aos-delay='800'] {
  transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='800'].aos-animate {
  transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos],
[data-aos][data-aos][data-aos-duration='850'] {
  transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos],
[data-aos][data-aos][data-aos-delay='850'] {
  transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='850'].aos-animate {
  transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos],
[data-aos][data-aos][data-aos-duration='900'] {
  transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos],
[data-aos][data-aos][data-aos-delay='900'] {
  transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='900'].aos-animate {
  transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos],
[data-aos][data-aos][data-aos-duration='950'] {
  transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos],
[data-aos][data-aos][data-aos-delay='950'] {
  transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='950'].aos-animate {
  transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos],
[data-aos][data-aos][data-aos-duration='1000'] {
  transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos],
[data-aos][data-aos][data-aos-delay='1000'] {
  transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos],
[data-aos][data-aos][data-aos-duration='1050'] {
  transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos],
[data-aos][data-aos][data-aos-delay='1050'] {
  transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos],
[data-aos][data-aos][data-aos-duration='1100'] {
  transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos],
[data-aos][data-aos][data-aos-delay='1100'] {
  transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos],
[data-aos][data-aos][data-aos-duration='1150'] {
  transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos],
[data-aos][data-aos][data-aos-delay='1150'] {
  transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos],
[data-aos][data-aos][data-aos-duration='1200'] {
  transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos],
[data-aos][data-aos][data-aos-delay='1200'] {
  transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos],
[data-aos][data-aos][data-aos-duration='1250'] {
  transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos],
[data-aos][data-aos][data-aos-delay='1250'] {
  transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos],
[data-aos][data-aos][data-aos-duration='1300'] {
  transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos],
[data-aos][data-aos][data-aos-delay='1300'] {
  transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos],
[data-aos][data-aos][data-aos-duration='1350'] {
  transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos],
[data-aos][data-aos][data-aos-delay='1350'] {
  transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos],
[data-aos][data-aos][data-aos-duration='1400'] {
  transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos],
[data-aos][data-aos][data-aos-delay='1400'] {
  transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos],
[data-aos][data-aos][data-aos-duration='1450'] {
  transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos],
[data-aos][data-aos][data-aos-delay='1450'] {
  transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos],
[data-aos][data-aos][data-aos-duration='1500'] {
  transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos],
[data-aos][data-aos][data-aos-delay='1500'] {
  transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos],
[data-aos][data-aos][data-aos-duration='1550'] {
  transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos],
[data-aos][data-aos][data-aos-delay='1550'] {
  transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos],
[data-aos][data-aos][data-aos-duration='1600'] {
  transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos],
[data-aos][data-aos][data-aos-delay='1600'] {
  transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos],
[data-aos][data-aos][data-aos-duration='1650'] {
  transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos],
[data-aos][data-aos][data-aos-delay='1650'] {
  transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos],
[data-aos][data-aos][data-aos-duration='1700'] {
  transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos],
[data-aos][data-aos][data-aos-delay='1700'] {
  transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos],
[data-aos][data-aos][data-aos-duration='1750'] {
  transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos],
[data-aos][data-aos][data-aos-delay='1750'] {
  transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos],
[data-aos][data-aos][data-aos-duration='1800'] {
  transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos],
[data-aos][data-aos][data-aos-delay='1800'] {
  transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos],
[data-aos][data-aos][data-aos-duration='1850'] {
  transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos],
[data-aos][data-aos][data-aos-delay='1850'] {
  transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos],
[data-aos][data-aos][data-aos-duration='1900'] {
  transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos],
[data-aos][data-aos][data-aos-delay='1900'] {
  transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos],
[data-aos][data-aos][data-aos-duration='1950'] {
  transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos],
[data-aos][data-aos][data-aos-delay='1950'] {
  transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos],
[data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos],
[data-aos][data-aos][data-aos-delay='2000'] {
  transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos],
[data-aos][data-aos][data-aos-duration='2050'] {
  transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos],
[data-aos][data-aos][data-aos-delay='2050'] {
  transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos],
[data-aos][data-aos][data-aos-duration='2100'] {
  transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos],
[data-aos][data-aos][data-aos-delay='2100'] {
  transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos],
[data-aos][data-aos][data-aos-duration='2150'] {
  transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos],
[data-aos][data-aos][data-aos-delay='2150'] {
  transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos],
[data-aos][data-aos][data-aos-duration='2200'] {
  transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos],
[data-aos][data-aos][data-aos-delay='2200'] {
  transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos],
[data-aos][data-aos][data-aos-duration='2250'] {
  transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos],
[data-aos][data-aos][data-aos-delay='2250'] {
  transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos],
[data-aos][data-aos][data-aos-duration='2300'] {
  transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos],
[data-aos][data-aos][data-aos-delay='2300'] {
  transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos],
[data-aos][data-aos][data-aos-duration='2350'] {
  transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos],
[data-aos][data-aos][data-aos-delay='2350'] {
  transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos],
[data-aos][data-aos][data-aos-duration='2400'] {
  transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos],
[data-aos][data-aos][data-aos-delay='2400'] {
  transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos],
[data-aos][data-aos][data-aos-duration='2450'] {
  transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos],
[data-aos][data-aos][data-aos-delay='2450'] {
  transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos],
[data-aos][data-aos][data-aos-duration='2500'] {
  transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos],
[data-aos][data-aos][data-aos-delay='2500'] {
  transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos],
[data-aos][data-aos][data-aos-duration='2550'] {
  transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos],
[data-aos][data-aos][data-aos-delay='2550'] {
  transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos],
[data-aos][data-aos][data-aos-duration='2600'] {
  transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos],
[data-aos][data-aos][data-aos-delay='2600'] {
  transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos],
[data-aos][data-aos][data-aos-duration='2650'] {
  transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos],
[data-aos][data-aos][data-aos-delay='2650'] {
  transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos],
[data-aos][data-aos][data-aos-duration='2700'] {
  transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos],
[data-aos][data-aos][data-aos-delay='2700'] {
  transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos],
[data-aos][data-aos][data-aos-duration='2750'] {
  transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos],
[data-aos][data-aos][data-aos-delay='2750'] {
  transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos],
[data-aos][data-aos][data-aos-duration='2800'] {
  transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos],
[data-aos][data-aos][data-aos-delay='2800'] {
  transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos],
[data-aos][data-aos][data-aos-duration='2850'] {
  transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos],
[data-aos][data-aos][data-aos-delay='2850'] {
  transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos],
[data-aos][data-aos][data-aos-duration='2900'] {
  transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos],
[data-aos][data-aos][data-aos-delay='2900'] {
  transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos],
[data-aos][data-aos][data-aos-duration='2950'] {
  transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos],
[data-aos][data-aos][data-aos-delay='2950'] {
  transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos],
[data-aos][data-aos][data-aos-duration='3000'] {
  transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos],
[data-aos][data-aos][data-aos-delay='3000'] {
  transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate,
[data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos],
[data-aos][data-aos][data-aos-easing="linear"] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease"] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in"] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out"] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out"] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-back"] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-back"] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos],
[data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos='fade-up'] {
  transform: translate3d(0, 100px, 0);
}

[data-aos='fade-down'] {
  transform: translate3d(0, -100px, 0);
}

[data-aos='fade-right'] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos='fade-left'] {
  transform: translate3d(100px, 0, 0);
}

[data-aos='fade-up-right'] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos='fade-up-left'] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos='fade-down-right'] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos='fade-down-left'] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos='zoom-in'] {
  transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos='zoom-in-down'] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos='zoom-in-right'] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos='zoom-out'] {
  transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos='zoom-out-right'] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
  transition-property: transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos='slide-up'] {
  transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
  transform: translate3d(0, -100%, 0);
}

[data-aos='slide-right'] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos='slide-left'] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos='flip-left'] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  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;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
  text-indent: -9999px;
  width: 16px;
  height: 17px;
  border: none;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: transparent;
  margin-top: -17px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-arrow.slick-prev {
  left: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='10px' height='17px' viewBox='0 0 10 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EPath%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Prehos' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Accueil---Prehos' transform='translate(-388.000000, -3046.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='Témoignages' transform='translate(0.000000, 2649.000000)'%3E%3Cg id='arrow_down-copy' transform='translate(393.000000, 405.500000) rotate(-270.000000) translate(-393.000000, -405.500000) translate(385.000000, 401.000000)'%3E%3Cpath d='M16,1.125 C16,0.503625 15.488381,0 14.8571429,0 C14.5489524,0 14.2697143,0.120375 14.064,0.315375 L14.063619,0.315 L7.99733333,6.2865 L2.00952381,0.39225 C1.8,0.15225 1.48952381,0 1.14285714,0 C0.511619048,0 0,0.503625 0,1.125 C0,1.426875 0.121142857,1.701 0.318095238,1.903125 L0.315047619,1.906125 L7.17219048,8.656125 L7.17257143,8.65575 C7.38057143,8.868 7.672,9 7.99504762,9 C7.99580952,9 7.99657143,9 7.99771429,9 C7.99847619,9 7.9992381,9 8.00038095,9 C8.32380952,9 8.61447619,8.868 8.82285714,8.65575 L8.8232381,8.656125 L15.680381,1.906125 L15.68,1.90575 C15.8780952,1.703625 16,1.428375 16,1.125 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.slick-arrow.slick-next {
  right: 15px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='10px' height='17px' viewBox='0 0 10 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 61 (89581) - https://sketch.com --%3E%3Ctitle%3EPath%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cg id='Prehos' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Accueil---Prehos' transform='translate(-1224.000000, -3048.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='Témoignages' transform='translate(0.000000, 2649.000000)'%3E%3Cg id='arrow_down' transform='translate(1229.000000, 407.500000) rotate(-90.000000) translate(-1229.000000, -407.500000) translate(1221.000000, 403.000000)'%3E%3Cpath d='M16,1.125 C16,0.503625 15.488381,0 14.8571429,0 C14.5489524,0 14.2697143,0.120375 14.064,0.315375 L14.063619,0.315 L7.99733333,6.2865 L2.00952381,0.39225 C1.8,0.15225 1.48952381,0 1.14285714,0 C0.511619048,0 0,0.503625 0,1.125 C0,1.426875 0.121142857,1.701 0.318095238,1.903125 L0.315047619,1.906125 L7.17219048,8.656125 C7.38057143,8.868 7.672,9 7.99504762,9 C8.32380952,9 8.61447619,8.868 8.82285714,8.65575 L15.680381,1.906125 C15.8780952,1.703625 16,1.428375 16,1.125 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.slick-arrow:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.slick-arrow:focus {
  outline: none;
}

.slick-dots {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: circle;
  list-style: none;
  text-align: center;
  z-index: 10;
}

.slick-dots li.slick-active {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #6CB23F;
  border: 2px solid white;
  border-radius: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  background-color: #ffffff;
  border: 2px solid white;
  border-radius: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#sliderSection .slick-arrow {
  position: absolute;
  top: 93%;
  z-index: 99;
  text-indent: -9999px;
  width: 80px;
  height: 91px;
  border: none;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: transparent;
  margin-top: -55px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#sliderSection .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -100px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='378px' height='433px' viewBox='0 0 378 433' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='angle' transform='translate(189.000000, 216.500000) rotate(-180.000000) translate(-189.000000, -216.500000) translate(-0.000000, 0.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M10.616,432.084 C7.159,432.084 3.799,430.29 1.946,427.082 C-0.816,422.299 0.823,416.184 5.606,413.422 L347.479,216.042 L5.606,18.662 C0.823,15.9 -0.816,9.785 1.946,5.002 C4.706,0.22 10.822,-1.421 15.606,1.342 L372.479,207.383 C375.573,209.169 377.479,212.471 377.479,216.043 C377.479,219.615 375.573,222.917 372.479,224.703 L15.606,430.742 C14.032,431.651 12.312,432.084 10.616,432.084 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#sliderSection .slick-arrow.slick-next {
  right: 50%;
  margin-right: -100px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='378px' height='433px' viewBox='0 0 378 433' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eangle%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='angle' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M10.616,432.084 C7.159,432.084 3.799,430.29 1.946,427.082 C-0.816,422.299 0.823,416.184 5.606,413.422 L347.479,216.042 L5.606,18.662 C0.823,15.9 -0.816,9.785 1.946,5.002 C4.706,0.22 10.822,-1.421 15.606,1.342 L372.479,207.383 C375.573,209.169 377.479,212.471 377.479,216.043 C377.479,219.615 375.573,222.917 372.479,224.703 L15.606,430.742 C14.032,431.651 12.312,432.084 10.616,432.084 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#sliderSection .slick-arrow:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#sliderSection .slick-arrow:focus {
  outline: none;
}

@media screen and (max-width: 769px) {
  #sliderSection .slick-arrow {
    position: absolute;
    top: 93%;
    z-index: 99;
    text-indent: -9999px;
    width: 85px;
    height: 86px;
    border: none;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: transparent;
    margin-top: -55px;
  }
}

@media screen and (max-width: 480px) {
  #sliderSection .slick-arrow {
    position: absolute;
    top: 95%;
    z-index: 99;
    text-indent: -9999px;
    width: 35px;
    height: 41px;
    border: none;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    margin-top: -55px;
  }

  #sliderSection .slick-arrow.slick-prev {
    margin-left: -70px;
  }

  #sliderSection .slick-arrow.slick-next {
    margin-right: -70px;
  }
}

.carrousel-historique .slick-arrow {
  position: absolute;
  top: 93%;
  z-index: 99;
  text-indent: -9999px;
  width: 41px;
  height: 41px;
  border: none;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: transparent;
  margin-top: -55px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carrousel-historique .slick-arrow.slick-prev {
  display: none !important;
}

.carrousel-historique .slick-arrow.slick-next {
  left: -25px;
  bottom: 150px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='iconmonstr' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%2372AD24;%7D%0A%3C/style%3E%3Ccircle class='st0' cx='12.1' cy='12' r='8.3'/%3E%3Ctitle%3ETilton_specs_icons%3C/title%3E%3Cpath id='plus-5' class='st1' d='M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M18,13h-5v5h-2v-5H6v-2h5V6h2v5h5 V13z'/%3E%3C/svg%3E%0A");
  background-size: 100%;
}

.carrousel-historique .slick-arrow:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.carrousel-historique .slick-arrow:focus {
  outline: none;
}

/* mixin */
/***

Mobile menu

***/
#mobileMenuTrigger {
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

@media screen and (max-width: 769px) {
  #mobileMenuTrigger {
    display: inline-block;
  }

  #mobileMenuTrigger i {
    color: #fff;
    font-size: 40px;
    margin-top: 50%;
    display: inline-block;
  }
}

@media screen and (max-width: 480px) {
  #mobileMenuTrigger i {
    color: #fff;
    font-size: 25px;
    margin-top: 60%;
    display: inline-block;
  }
}

#mobileMenuTrigger i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#mobileMenuTrigger i:hover {
  color: #387C2B;
}

.mobileMenu {
  display: none;
  position: fixed;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
  overflow-y: scroll;
}

.mobileMenu .wrapperMenu {
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

.mobileMenu .wrapperMenu .logo_mobile {
  margin-bottom: 30px;
  position: relative;
  padding: 15px 25px 0 25px;
}

.mobileMenu .wrapperMenu .logo_mobile .logo-img {
  margin: 0;
  max-width: 147px;
}

.mobileMenu .wrapperMenu .main_nav_mobile {
  padding: 0 30px 0 30px;
}

.mobileMenu .wrapperMenu .main_nav_mobile ul li a {
  font-weight: 600;
}

.mobileMenu .wrapperMenu .top_nav_mobile {
  background-color: #E3DBC9;
  padding: 40px 30px 40px 30px;
}

.mobileMenu .wrapperMenu .top_nav_mobile ul li a {
  font-weight: 500;
}

.mobileMenu .wrapperMenu .top_nav_mobile ul li:last-child {
  margin-bottom: 0;
}

.mobileMenu .wrapperMenu ul {
  padding: 0;
  margin: 0;
  /*position: absolute;
      top: 20vh;*/
  width: 100%;
}

.mobileMenu .wrapperMenu ul li {
  list-style-type: none;
  padding: 0;
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.mobileMenu .wrapperMenu ul li.current_page_item a {
  color: #387C2B;
  text-decoration: none;
}

.mobileMenu .wrapperMenu ul li>a {
  color: #1C2D40;
  padding: 0;
  display: inline-block;
  color: #3E3E48;
  font-weight: 400;
  font-size: 1.35em;
  line-height: 20px;
}

.mobileMenu .wrapperMenu ul li>a:focus,
.mobileMenu .wrapperMenu ul li>a:hover {
  text-decoration: none;
  color: #6CB23F;
}

.mobileMenu .wrapperMenu ul li.postuler a {
  color: #3E3E48;
  font-weight: 600;
  font-size: 1.3em;
  padding: 12px 40px;
  width: 100%;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 3px solid #6CB23F;
}

.mobileMenu .wrapperMenu ul li.postuler a:hover,
.mobileMenu .wrapperMenu ul li.postuler a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #387C2B;
  border: 3px solid #387C2B;
}

.mobileMenu .wrapperMenu ul li ul.sub-menu {
  display: none;
  padding: 0;
  margin-bottom: 4px;
}

.mobileMenu .wrapperMenu ul li ul.sub-menu .sub-menu {
  display: none;
}

.mobileMenu .wrapperMenu ul li ul.sub-menu li {
  padding: 0 0 0 15px;
  font-size: 0.9em;
  position: relative;
}

.mobileMenu .wrapperMenu ul li ul.sub-menu li:before {
  content: "›";
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
}

.mobileMenu .wrapperMenu ul li ul.sub-menu li a {
  padding: 3px 0;
  text-transform: none;
}

.mobileMenu .wrapperMenu ul li ul.sub-menu li a:focus,
.mobileMenu .wrapperMenu ul li ul.sub-menu li a:hover {
  text-decoration: none;
  color: #387C2B;
}

.mobileMenu .wrapperMenu ul li ul.sub-menu li.current_page_item a {
  color: #387C2B;
  text-decoration: none;
}

.mobileMenu .wrapperMenu ul li.menu-item-288 .sub-menu {
  display: block;
}

.mobileMenu .closeMenu {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 21px;
  font-weight: 700;
  width: 25px;
  height: 25px;
  color: #6CB23F;
  z-index: 99;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.mobileMenu .closeMenu:hover,
.mobileMenu .closeMenu:focus {
  color: #387C2B;
}

.mobileMenu .menuTop {
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 1350px) {
  .mobileMenu>ul li {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 1050px) {
  .mobileMenu>ul li {
    font-size: 3vw;
  }
}

@media screen and (max-width: 769px) {
  .mobileMenu>ul li {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 480px) {
  .mobileMenu>ul li {
    font-size: 4vw;
  }
}

/***

Header - Site main header

***/
body {
  background: #fff;
}

::-moz-selection {
  color: #fff;
  background: #6CB23F;
}

::selection {
  color: #fff;
  background: #6CB23F;
}

.wrapper-parallax {
  margin-top: 835px;
}

@media screen and (max-width: 1050px) {
  .wrapper-parallax {
    margin-top: 680px;
  }
}

@media screen and (max-width: 769px) {
  .wrapper-parallax {
    margin-top: 580px;
  }
}

@media screen and (max-width: 480px) {
  .wrapper-parallax {
    margin-top: 550px;
  }
}

.wrapper-parallax-section {
  margin-top: 90vh;
}

@media screen and (max-width: 1050px) {
  .wrapper-parallax-section {
    margin-top: 95vh;
  }
}

header {
  width: 100%;
  position: fixed;
  z-index: 80;
  top: 0;
  max-height: 135px;
}

header .top_header {
  padding: 0;
  width: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 980px) {
  header .top_header {
    display: none;
  }
}

header .top_header .nav {
  float: right;
}

header .top_header .nav ul {
  margin: 0;
  padding: 0 0 0 15px;
  text-align: right;
  background: #e3dbc9;
}

header .top_header .nav ul li {
  display: inline-block;
  position: relative;
  padding: 8px 0 9px 0;
}

header .top_header .nav ul li:first-child {
  margin-left: 0;
}

header .top_header .nav ul li a {
  color: #1C2D40;
  font-weight: 500;
  font-size: 0.95em;
  padding: 10px 22px;
  line-height: 13px;
}

header .top_header .nav ul li a:hover,
header .top_header .nav ul li a:focus {
  color: #387C2B;
  text-decoration: none;
}

header .top_header .nav ul li.current_page_item a {
  color: #387C2B;
}

header .top_header .nav ul li.wpml-ls-item {
  margin-left: 15px;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1050px) {
  header .top_header .nav ul {
    padding: 0 12px;
  }

  header .top_header .nav ul li a {
    font-size: 0.9em;
    padding: 10px 12px;
  }
}

header .header {
  background: white;
  padding: 0 0 23px 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 980px) {
  header .header {
    padding: 15px 0 10px 0;
  }
}

header .header .logo {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  margin-top: -6px;
}

@media (min-width: 769px) {
  header .header .logo {
    float: left;
    width: 20.83333%;
  }
}

@media (min-width: 1050px) {
  header .header .logo {
    float: left;
    width: 20.83333%;
  }
}

@media (min-width: 1250px) {
  header .header .logo {
    float: left;
    width: 20.83333%;
  }
}

header .header .logo .logo-img {
  max-width: 200px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media screen and (max-width: 1050px) {
  header .header .logo .logo-img {
    max-width: 155px;
  }
}

@media screen and (max-width: 769px) {
  header .header .logo {
    margin: 0;
  }

  header .header .logo .logo-img {
    max-width: 147px;
  }
}

header .header .navMenu {
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 28px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 769px) {
  header .header .navMenu {
    float: left;
    width: 79.16667%;
  }
}

@media (min-width: 1050px) {
  header .header .navMenu {
    float: left;
    width: 79.16667%;
  }
}

@media (min-width: 1250px) {
  header .header .navMenu {
    float: left;
    width: 79.16667%;
  }
}

header .header .navMenu .nav {
  text-align: right;
}

header .header .navMenu .nav ul {
  margin: 8px 0 0 0;
  padding: 0;
  text-align: right;
}

header .header .navMenu .nav ul li {
  display: inline-block;
  margin-left: 45px;
  position: relative;
}

header .header .navMenu .nav ul li:first-child {
  margin-left: 0;
}

header .header .navMenu .nav ul li.current_page_item>a,
header .header .navMenu .nav ul li.current_page_ancestor>a {
  color: #1C2D40;
  text-decoration: none;
}

header .header .navMenu .nav ul li a {
  color: #3E3E48;
  font-weight: 600;
  font-size: 1.05em;
  padding: 10px 0;
  border-bottom: 5px solid #ffffff;
}

header .header .navMenu .nav ul li a:hover,
header .header .navMenu .nav ul li a:focus {
  color: #3E3E48;
  text-decoration: none;
  border-bottom: 5px solid #6CB23F;
}

header .header .navMenu .nav ul li.postuler a {
  color: #3E3E48;
  font-weight: 600;
  font-size: 1.05em;
  padding: 13px 40px;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 3px solid #6CB23F;
}

header .header .navMenu .nav ul li.postuler a:hover,
header .header .navMenu .nav ul li.postuler a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #387C2B;
  border: 3px solid #387C2B;
}

header .header .navMenu .nav ul li.current_page_item a {
  border-bottom: 5px solid #6CB23F;
}

header .header .navMenu .nav ul li.current_page_item.postuler a {
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  background-color: #387C2B;
  border: 3px solid #387C2B;
}

@media screen and (max-width: 1250px) {
  header .header .navMenu .nav ul li {
    margin-left: 15px;
  }

  header .header .navMenu .nav ul li a {
    font-size: 1em;
  }

  header .header .navMenu .nav ul li.postuler a {
    font-size: 1em;
    padding: 10px 12px;
  }
}

@media screen and (max-width: 1050px) {
  header .header .navMenu .nav ul {
    margin: 8px 0 0 0;
    padding: 0;
    text-align: right;
  }

  header .header .navMenu .nav ul li {
    margin-left: 13px;
  }

  header .header .navMenu .nav ul li a {
    font-size: 0.95em;
    padding: 10px 0;
  }

  header .header .navMenu .nav ul li.postuler a {
    font-size: 0.95em;
    padding: 10px 12px;
  }
}

@media screen and (max-width: 960px) {
  header .header .navMenu .nav ul {
    margin: 0;
  }

  header .header .navMenu .nav ul li {
    margin-left: 10px;
  }

  header .header .navMenu .nav ul li a {
    font-size: 0.9em;
  }

  header .header .navMenu .nav ul li.postuler a {
    font-size: 0.95em;
    padding: 10px 12px;
  }
}

@media screen and (max-width: 980px) {
  header .header .navMenu {
    padding: 0;
    position: absolute;
    right: 35px;
  }
}

@media screen and (max-width: 480px) {
  header .header .navMenu {
    right: 25px;
  }
}

header .header .content_menu {
  display: inline-block;
  min-width: 80%;
}

@media screen and (max-width: 980px) {
  header .header .content_menu {
    display: none;
  }
}

header .header .top_nav {
  display: none;
  margin-left: 30px;
}

header .header .top_nav .menu-btn div {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='31px' height='22px' viewBox='0 0 31 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EHamburger%3C/title%3E%3Cg id='Mobile' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='VD16165_BarretteWood_Web_Accueil-Mobile' transform='translate(-258.000000, -34.000000)' stroke='%236CB23F' stroke-width='3'%3E%3Cg id='Hamburger' transform='translate(259.000000, 35.000000)'%3E%3Cline x1='0.5' y1='0.5' x2='28.5' y2='0.5' id='Line'%3E%3C/line%3E%3Cline x1='0.5' y1='10' x2='28.5' y2='10' id='Line-Copy'%3E%3C/line%3E%3Cline x1='0.5' y1='19' x2='28.5' y2='19' id='Line-Copy-2'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 29px 20px;
  color: #ffffff;
  width: 29px;
  height: 20px;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  vertical-align: middle;
  margin-top: 0;
}

@media screen and (max-width: 980px) {
  header .header .top_nav {
    display: inline-block;
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  header .header .top_nav {
    bottom: 25px;
    display: block;
  }
}

header.fixed .header {
  padding: 0 0 13px 0;
  background: white;
}

header.fixed .header:hover {
  background: white;
}

header.fixed .header .navMenu {
  padding-top: 18px;
}

header.fixed .header .navMenu .nav .sub-menu {
  background: white;
}

header.fixed .header .navMenu .nav ul li.postuler a {
  padding: 8px 40px;
}

header.fixed .header .logo img {
  max-width: 150px;
}

@media screen and (max-width: 980px) {
  header.fixed .header {
    padding: 10px 0 13px 0;
  }

  header.fixed .header .navMenu {
    padding-top: 0;
  }

  header.fixed .header .logo img {
    max-width: 147px;
  }
}

#hero {
  position: relative;
  height: 835px;
  min-height: 835px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#hero:before,
#hero:after {
  content: " ";
  display: table;
}

#hero:after {
  clear: both;
}

@media screen and (max-width: 1050px) {
  #hero {
    height: 680px;
    min-height: 680px;
  }
}

@media screen and (max-width: 769px) {
  #hero {
    height: 580px;
    min-height: 580px;
  }
}

@media screen and (max-width: 480px) {
  #hero {
    height: 550px;
    min-height: 550px;
  }
}

#hero.home_hero {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hero .photo_de_presentation {
  height: 65vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#hero #sliderSection {
  position: relative;
}

#hero #sliderSection .iconeentete {
  position: absolute;
  right: 1%;
  top: 240px;
  z-index: 55;
}

#hero #sliderSection .slick-slide {
  min-height: 835px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero #sliderSection .degrage_bg {
  display: block;
  background: rgba(7, 27, 0, 0.35);
  background: linear-gradient(90deg, rgba(7, 27, 0, 0.35) 0%, rgba(28, 45, 64, 0) 50%);
}

#hero #sliderSection .container_slide {
  position: relative;
  margin: 0 auto;
  height: 835px;
  z-index: 55;
}

#hero #sliderSection .container_slide .flexcontent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  z-index: 35;
}

#hero #sliderSection .container_slide .slide_txt {
  width: 100%;
  margin: auto;
  color: #ffffff;
  padding-top: 60px;
}

#hero #sliderSection .container_slide .slide_txt h2 {
  margin: 0 0 30px 0;
  font-size: 6.85em;
  line-height: 100px;
  text-transform: uppercase;
  color: #ffffff;
  width: 50%;
  text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.5);
}

#hero #sliderSection .container_slide .slide_txt .lien_carrousel {
  font-size: 1em;
  padding: 25px 60px 25px 25px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  border-radius: 0;
  font-weight: 600;
}

#hero #sliderSection .container_slide .slide_txt .lien_carrousel:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='24px' viewBox='0 0 25 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 5%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Accueil' transform='translate(-366.000000, -648.000000)' stroke='%23BDD5AC' stroke-width='3.15860005'%3E%3Cg id='Hero-Slider' transform='translate(0.000000, 135.000000)'%3E%3Cg id='Contenu' transform='translate(119.000000, 166.000000)'%3E%3Cg id='Bouton' transform='translate(0.000000, 327.000000)'%3E%3Cg id='Group-5' transform='translate(258.500000, 32.500000) rotate(-270.000000) translate(-258.500000, -32.500000) translate(248.000000, 22.000000)'%3E%3Cpolyline id='Stroke-1' points='0.0167400002 10.2739102 10.2572402 0.0334100005 20.4976403 10.2739102'%3E%3C/polyline%3E%3Cpolyline id='Stroke-3' points='0.0167400002 20.5330403 10.2572402 10.2926402 20.4976403 20.5330403'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 24px;
  width: 25px;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
  float: right;
  right: 20px;
  top: 21px;
  z-index: 55;
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#hero #sliderSection .container_slide .slide_txt .lien_carrousel:hover {
  color: #ffffff;
  background: #387C2B;
}

#hero #sliderSection .container_full {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1050px) {
  #hero #sliderSection .iconeentete {
    top: 220px;
  }

  #hero #sliderSection .iconeentete img {
    max-width: 275px;
  }

  #hero #sliderSection .slick-slide {
    min-height: 680px;
  }

  #hero #sliderSection .container_slide {
    height: 680px;
  }

  #hero #sliderSection .container_slide .slide_txt {
    padding-top: 50px;
  }

  #hero #sliderSection .container_slide .slide_txt h2 {
    font-size: 4.65em;
    line-height: 68px;
    width: 50%;
  }
}

@media screen and (max-width: 769px) {
  #hero #sliderSection {
    overflow: hidden;
  }

  #hero #sliderSection .iconeentete {
    top: 180px;
  }

  #hero #sliderSection .iconeentete img {
    max-width: 200px;
  }

  #hero #sliderSection .slick-slide {
    height: 580px;
    min-height: 580px;
    background-position: center 50px;
  }

  #hero #sliderSection .slick-list {
    overflow: visible;
  }

  #hero #sliderSection .container_slide {
    height: 580px;
  }

  #hero #sliderSection .container_slide .slide_txt {
    padding-top: 35px;
  }

  #hero #sliderSection .container_slide .slide_txt h2 {
    font-size: 3.5em;
    line-height: 52px;
    width: 70%;
  }

  #hero #sliderSection .container_slide .slide_txt .lien_carrousel {
    font-size: 0.95em;
    padding: 15px 60px 15px 25px;
  }

  #hero #sliderSection .container_slide .slide_txt .lien_carrousel:after {
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='24px' viewBox='0 0 25 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 5%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Accueil' transform='translate(-366.000000, -648.000000)' stroke='%23BDD5AC' stroke-width='3.15860005'%3E%3Cg id='Hero-Slider' transform='translate(0.000000, 135.000000)'%3E%3Cg id='Contenu' transform='translate(119.000000, 166.000000)'%3E%3Cg id='Bouton' transform='translate(0.000000, 327.000000)'%3E%3Cg id='Group-5' transform='translate(258.500000, 32.500000) rotate(-270.000000) translate(-258.500000, -32.500000) translate(248.000000, 22.000000)'%3E%3Cpolyline id='Stroke-1' points='0.0167400002 10.2739102 10.2572402 0.0334100005 20.4976403 10.2739102'%3E%3C/polyline%3E%3Cpolyline id='Stroke-3' points='0.0167400002 20.5330403 10.2572402 10.2926402 20.4976403 20.5330403'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 19px;
    width: 20px;
    height: 19px;
    top: 13px;
  }
}

@media screen and (max-width: 480px) {
  #hero #sliderSection .iconeentete {
    display: none;
  }

  #hero #sliderSection .slick-slide {
    height: 550px;
    min-height: 550px;
  }

  #hero #sliderSection .container_slide {
    height: 550px;
  }

  #hero #sliderSection .container_slide .flexcontent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    height: auto;
  }

  #hero #sliderSection .container_slide .slide_txt {
    padding-top: 130px;
    text-align: center;
  }

  #hero #sliderSection .container_slide .slide_txt h2 {
    font-size: 3em;
    line-height: 45px;
    text-align: center;
    width: 100%;
  }

  #hero #sliderSection .container_slide .slide_txt .lien_carrousel {
    font-size: 0.85em;
    margin: auto;
    width: 82%;
    margin-top: 125px;
    max-width: 245px;
    padding: 15px 35px 15px 20px;
  }

  #hero #sliderSection .container_slide .slide_txt .lien_carrousel:after {
    background-size: 15px 14px;
    width: 15px;
    height: 14px;
    top: 15px;
    right: 10px;
  }
}

#hero .container,
#hero .container_intro {
  position: relative;
  height: 100%;
}

#hero .container .iconeentete,
#hero .container_intro .iconeentete {
  position: absolute;
  right: 1%;
  top: 240px;
  z-index: 55;
}

@media screen and (max-width: 1050px) {

  #hero .container .iconeentete,
  #hero .container_intro .iconeentete {
    top: 220px;
  }

  #hero .container .iconeentete img,
  #hero .container_intro .iconeentete img {
    max-width: 275px;
  }
}

@media screen and (max-width: 769px) {

  #hero .container .iconeentete,
  #hero .container_intro .iconeentete {
    top: 180px;
  }

  #hero .container .iconeentete img,
  #hero .container_intro .iconeentete img {
    max-width: 200px;
  }
}

@media screen and (max-width: 480px) {

  #hero .container .iconeentete,
  #hero .container_intro .iconeentete {
    display: none;
  }
}

#hero.hero_sections {
  height: 90vh;
  min-height: 535px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hero.hero_sections .flexcontent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}

#hero.hero_sections .flexcontent .content_title {
  margin-top: 135px;
  text-align: center;
}

#hero.hero_sections .flexcontent .content_title h1 {
  margin: 0 0 30px 0;
  font-size: 6.85em;
  line-height: 100px;
  text-transform: uppercase;
  color: #ffffff;
}

#hero.hero_sections .flexcontent .content_title p {
  font-size: 1.65em;
  line-height: 35px;
  text-transform: none;
  color: #ffffff;
  margin-bottom: 10px;
  font-family: 'Santral-Light';
}

#hero.hero_sections .flexcontent .content_title a {
  color: #ffffff;
}

#hero.hero_sections .flexcontent .content_title a:hover {
  color: #6CB23F;
}

@media screen and (max-width: 1050px) {
  #hero.hero_sections {
    height: 92vh;
    min-height: 500px;
  }

  #hero.hero_sections .flexcontent .content_title {
    margin-top: 13%;
  }

  #hero.hero_sections .flexcontent .content_title h1 {
    font-size: 4.65em;
    margin-bottom: 25px;
  }

  #hero.hero_sections .flexcontent .content_title p {
    font-size: 1.65em;
    line-height: 32px;
  }
}

@media screen and (max-width: 769px) {
  #hero.hero_sections {
    height: 95vh;
    min-height: 480px;
  }

  #hero.hero_sections .flexcontent .content_title {
    margin-top: 13%;
  }

  #hero.hero_sections .flexcontent .content_title h1 {
    font-size: 3.5em;
    line-height: normal;
    margin-bottom: 20px;
  }

  #hero.hero_sections .flexcontent .content_title p {
    font-size: 1.5em;
    line-height: 28px;
  }
}

@media screen and (max-width: 480px) {
  #hero.hero_sections {
    height: 95vh;
    min-height: 450px;
  }

  #hero.hero_sections .flexcontent {
    padding-top: 65px;
  }

  #hero.hero_sections .flexcontent .content_title {
    margin-top: 15%;
  }

  #hero.hero_sections .flexcontent .content_title p {
    font-size: 1.35em;
    line-height: 25px;
  }
}

body.page-id-939 #hero:before,
body.page-id-1133 #hero:before {
  content: "";
  background: rgba(21, 15, 15, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.page-id-713 .wrapper-parallax-section {
  margin-top: 0;
}

body.page-id-713 #hero {
  display: none;
}

body.page-id-713 #generalPresentation {
  padding: 200px 0 50px 0;
  background-color: #ffffff;
}

@media screen and (max-width: 1050px) {
  body.page-id-713 #generalPresentation {
    padding: 170px 0 40px 0;
  }
}

@media screen and (max-width: 769px) {
  body.page-id-713 #generalPresentation {
    padding: 150px 0 35px 0;
  }
}

@media screen and (max-width: 480px) {
  body.page-id-713 #generalPresentation {
    padding: 125px 0 25px 0;
  }
}

/***

Footer - Site main footer

***/
#postulerAlertes {
  background-color: #ffffff;
  position: relative;
}

#postulerAlertes .photo_presentation_postulerAlertes {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 80px 0;
}

#postulerAlertes .photo_presentation_postulerAlertes .photo_postuler_et_alertes {
  display: none;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end:before,
#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end:after {
  content: " ";
  display: table;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end:after {
  clear: both;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .col-8 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (min-width: 769px) {
  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .col-8 {
    float: left;
    width: 83.33333%;
  }
}

@media (min-width: 1050px) {
  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .col-8 {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1250px) {
  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .col-8 {
    float: left;
    width: 66.66667%;
  }
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col {
  display: block;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col:before,
#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col:after {
  content: " ";
  display: table;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col:after {
  clear: both;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row {
  margin-left: -20px;
  margin-right: -20px;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row:before,
#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row:after {
  content: " ";
  display: table;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row:after {
  clear: both;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  border-left: 4px solid #E4DCCA;
}

@media (min-width: 769px) {
  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 {
    float: left;
    width: 50%;
  }
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6:first-child {
  border-left: none;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 p {
  font-size: 1.25em;
  margin-bottom: 40px;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 p strong {
  font-size: 1.35em;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 p.titre_bloc_postuler,
#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 p.titre_bloc_alertes {
  margin-bottom: 20px;
}

#postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 .btn {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
  padding: 17px 40px;
}

@media screen and (max-width: 1050px) {
  #postulerAlertes .photo_presentation_postulerAlertes {
    padding: 60px 0;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .col-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 p {
    font-size: 1.2em;
    margin-bottom: 30px;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 p strong {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 769px) {
  #postulerAlertes .photo_presentation_postulerAlertes {
    padding: 40px 0 0 0;
    background-image: none !important;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .photo_postuler_et_alertes {
    display: block;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .col-8 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row {
    margin-left: 0;
    margin-right: 0;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 {
    padding-left: 20px;
    padding-right: 20px;
    border-left: none;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 4px solid #BDD5AC;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 p {
    font-size: 1.15em;
    margin-bottom: 15px;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 p strong {
    font-size: 1.15em;
  }
}

@media screen and (max-width: 480px) {
  #postulerAlertes .photo_presentation_postulerAlertes {
    padding: 0;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 {
    padding-left: 0;
    padding-right: 0;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 p {
    font-size: 1.1em;
  }

  #postulerAlertes .photo_presentation_postulerAlertes .justify-content-end .content_col .row .col-6 p strong {
    font-size: 1.1em;
  }
}

footer .footer_wrapper {
  background: #ffffff;
  width: 100%;
  position: relative;
  z-index: 15;
  padding: 70px 0 30px 0;
}

@media screen and (max-width: 1050px) {
  footer .footer_wrapper {
    padding: 60px 0 25px 0;
  }
}

@media screen and (max-width: 769px) {
  footer .footer_wrapper {
    padding: 50px 0 25px 0;
  }
}

@media screen and (max-width: 480px) {
  footer .footer_wrapper {
    padding: 20px 0 20px 0;
  }
}

footer .row.upper_row {
  margin-bottom: 60px;
}

@media screen and (max-width: 769px) {
  footer .row.upper_row {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  footer .row.upper_row {
    margin-bottom: 30px;
  }
}

footer .row h6 {
  color: #1C2D40;
  font-size: 1.15em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

footer .row .logo_footer {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 769px) {
  footer .row .logo_footer {
    float: left;
    width: 23.33333%;
  }
}

footer .row .logo_footer .logo-img {
  max-width: 188px;
  width: 100%;
}

@media screen and (max-width: 769px) {
  footer .row .logo_footer {
    margin-bottom: 30px;
  }

  footer .row .logo_footer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  footer .row .logo_footer {
    margin-bottom: 25px;
  }
}

footer .row .navColMenu {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 769px) {
  footer .row .navColMenu {
    float: left;
    width: 18.33333%;
  }
}

@media (min-width: 1050px) {
  footer .row .navColMenu {
    float: left;
    width: 18.33333%;
  }
}

footer .row .navColMenu:first-child {
  padding-right: 0;
}

footer .row .navColMenu .nav {
  height: 100%;
  border-right: 3px solid #E4DCCA;
}

footer .row .navColMenu .nav ul {
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
}

footer .row .navColMenu .nav ul li {
  display: list-item;
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 13px;
}

footer .row .navColMenu .nav ul li a {
  color: #1C2D40;
  padding-bottom: 15px;
}

footer .row .navColMenu .nav ul li a:hover,
footer .row .navColMenu .nav ul li a:focus {
  color: #6CB23F;
  text-decoration: underline;
}

footer .row .navColMenu .nav ul li.current-menu-item a {
  color: #6CB23F;
}

@media screen and (max-width: 1250px) {
  footer .row .navColMenu {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1050px) {
  footer .row .navColMenu {
    padding-left: 20px;
    padding-right: 0;
  }

  footer .row .navColMenu .nav ul {
    padding-right: 20px;
  }

  footer .row .navColMenu .nav ul li {
    font-size: 1.05em;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 769px) {
  footer .row .navColMenu {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  footer .row .navColMenu .nav ul li {
    text-align: center;
  }

  footer .row .navColMenu .nav ul li a {
    font-size: 1em;
  }
}

@media screen and (max-width: 480px) {
  footer .row .navColMenu {
    width: 100%;
    text-align: center;
  }

  footer .row .navColMenu .nav ul li {
    text-align: center;
  }

  footer .row .navColMenu .nav ul li a {
    font-size: 0.95em;
  }
}

footer .row .navColInformations {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
  padding-right: 5px;
}

@media (min-width: 769px) {
  footer .row .navColInformations {
    float: left;
    width: 23.33333%;
  }
}

footer .row .navColInformations h6 {
  color: #1C2D40;
  font-size: 1.1em;
}

footer .row .navColInformations a {
  color: #1C2D40;
}

footer .row .navColInformations p {
  color: #1C2D40;
  font-size: 1.1em;
  margin-bottom: 0;
}

footer .row .navColInformations .adresse_contact {
  display: block;
  margin-bottom: 0;
}

footer .row .navColInformations .telephone_contact a:hover {
  color: #387C2B;
  text-decoration: underline;
}

@media screen and (max-width: 1050px) {
  footer .row .navColInformations {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 769px) {
  footer .row .navColInformations {
    text-align: center;
    padding-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  footer .row .navColInformations {
    padding-left: 15px;
  }

  footer .row .navColInformations p {
    font-size: 1em;
  }

  footer .row .navColInformations h6 {
    font-size: 1em;
  }
}

footer .row .navSociaux {
  padding: 0;
  float: right;
  margin-top: -32px;
}

footer .row .navSociaux .sociaux {
  margin: 0;
  padding: 0;
}

footer .row .navSociaux .sociaux li {
  display: inline;
  margin: 0 5px;
}

footer .row .navSociaux .sociaux li a {
  width: 26px;
  height: 27px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='73px' height='73px' viewBox='0 0 73 73' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFill 1%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-3' fill='%231C2D40'%3E%3Cpath d='M68.7779,-0.0002 L4.0179,-0.0002 C1.7989,-0.0002 -0.0001,1.7988 -0.0001,4.0178 L-0.0001,68.7778 C-0.0001,70.9968 1.7989,72.7958 4.0179,72.7958 L38.8859,72.7958 L38.8859,44.6448 L29.4309,44.6448 L29.4309,33.6248 L38.8859,33.6248 L38.8859,25.5228 C38.8859,16.1208 44.6279,11.0008 53.0149,11.0008 C57.0329,11.0008 60.4859,11.2998 61.4919,11.4338 L61.4919,21.2558 L55.6909,21.2588 C51.1409,21.2588 50.2599,23.4258 50.2599,26.6068 L50.2599,33.6248 L61.1719,33.6248 L59.7509,44.6448 L50.2599,44.6448 L50.2599,72.7958 L68.7779,72.7958 C70.9969,72.7958 72.7959,70.9968 72.7959,68.7778 L72.7959,4.0178 C72.7959,1.7988 70.9969,-0.0002 68.7779,-0.0002' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px 27px;
  display: inline-block;
}

footer .row .navSociaux .sociaux li a:hover {
  width: 26px;
  height: 27px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='73px' height='73px' viewBox='0 0 73 73' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFill 1%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-3' fill='%23387C2B'%3E%3Cpath d='M4.0179,-0.0002 C1.7989,-0.0002 -0.0001,1.7988 -0.0001,4.0178 L-0.0001,68.7778 C-0.0001,70.9968 1.7989,72.7958 4.0179,72.7958 L38.8859,72.7958 L38.8859,44.6448 L29.4309,44.6448 L29.4309,33.6248 L38.8859,33.6248 L38.8859,25.5228 C38.8859,16.1208 44.6279,11.0008 53.0149,11.0008 C57.0329,11.0008 60.4859,11.2998 61.4919,11.4338 L61.4919,21.2558 L55.6909,21.2588 C51.1409,21.2588 50.2599,23.4258 50.2599,26.6068 L50.2599,33.6248 L61.1719,33.6248 L59.7509,44.6448 L50.2599,44.6448 L50.2599,72.7958 L68.7779,72.7958 C70.9969,72.7958 72.7959,70.9968 72.7959,68.7778 L72.7959,4.0178 C72.7959,1.7988 70.9969,-0.0002 68.7779,-0.0002 L4.0179,-0.0002 Z' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 26px 27px;
}

@media screen and (max-width: 1050px) {
  footer .row .navSociaux {
    margin-top: 0;
  }
}

@media screen and (max-width: 769px) {
  footer .row .navSociaux {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

footer .row .navbtnMenu {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}

@media (min-width: 769px) {
  footer .row .navbtnMenu {
    float: left;
    width: 16.66667%;
  }
}

footer .row .navbtnMenu.mobile {
  display: none;
}

footer .row .navbtnMenu .btn {
  background-color: #ffffff;
  padding: 12px 0;
  border: 2px solid #6CB23F;
  display: inline-block;
  text-align: center;
  color: #1C2D40;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  width: 90%;
  max-width: 189px;
}

footer .row .navbtnMenu .btn:hover {
  background-color: #387C2B;
  border: 2px solid #387C2B;
  color: #ffffff;
}

footer .row .navbtnMenu .btn.last {
  margin-bottom: 0;
}

@media screen and (max-width: 1050px) {
  footer .row .navbtnMenu {
    padding-left: 0;
    padding-right: 5px;
  }

  footer .row .navbtnMenu .btn {
    padding: 10px 0;
    font-size: 1em;
  }
}

@media screen and (max-width: 769px) {
  footer .row .navbtnMenu {
    margin-bottom: 30px;
    text-align: center;
  }

  footer .row .navbtnMenu .btn {
    font-size: 0.95em;
    margin: 0 auto 20px auto;
    display: block;
  }

  footer .row .navbtnMenu.desktop {
    display: none;
  }

  footer .row .navbtnMenu.mobile {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  footer .row .navbtnMenu .btn {
    font-size: 0.9em;
  }
}

footer .row .copyright {
  margin-bottom: 0;
  font-size: 0.9em;
  padding: 0;
  color: #1C2D40;
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}

@media (min-width: 769px) {
  footer .row .copyright {
    float: left;
    width: 66.66667%;
  }
}

footer .row .copyright a {
  color: #1C2D40;
}

footer .row .copyright p {
  margin-bottom: 0;
}

@media screen and (max-width: 769px) {
  footer .row .copyright {
    font-size: 0.85em;
  }
}

@media screen and (max-width: 480px) {
  footer .row .copyright {
    font-size: 0.75em;
    padding-left: 5px;
  }

  footer .row .copyright span {
    display: block;
  }
}

footer .row .madeby {
  margin-bottom: 0;
  font-size: 0.9em;
  padding: 0;
  color: #1C2D40;
  text-align: right;
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}

footer .row .madeby p {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  footer .row .madeby {
    float: left;
    width: 33.33333%;
  }
}

footer .row .madeby img {
  opacity: 0.5;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .row .madeby img:hover {
  opacity: 1;
}

body.page-template-template-emploi footer .row .navbtnMenu .postuler {
  background-color: #387C2B;
  border: 2px solid #387C2B;
  color: #ffffff;
}

body.page-template-template-contact footer .row .navbtnMenu .last {
  background-color: #387C2B;
  border: 2px solid #387C2B;
  color: #ffffff;
}

/***

Layout - Site structure

***/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: 'bisonbold';
}

a:focus,
a:active,
a:active:focus {
  outline: none;
  box-shadow: none;
}

.fancybox-button--zoom {
  display: none !important;
}

*:focus {
  outline: none;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.hidden {
  display: none;
}

p {
  font-size: 1.2em;
  line-height: 26px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1050px) {
  p {
    font-size: 1.15em;
    line-height: 25px;
  }
}

@media screen and (max-width: 769px) {
  p {
    font-size: 1.1em;
    line-height: 24px;
  }
}

@media screen and (max-width: 480px) {
  p {
    font-size: 1.05em;
    line-height: 22px;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.divider {
  color: #387C2B;
  width: 46px;
  border-width: 4px 0 0;
  display: block;
  padding: 0;
  border-style: solid;
  margin: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.divider.center {
  margin: 0 auto 0 auto;
}

.divider-grey {
  color: #D0D0D0;
  width: 100px;
  border-width: 3px 0 0;
  display: block;
  padding: 0;
  border-style: solid;
  margin: 0 0 20px 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

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

.Accordeon:after {
  clear: both;
}

.Accordeon .titreAccordeon {
  cursor: pointer;
  margin: 0 0 30px 0;
  padding: 10px 50px 15px 30px;
  position: relative;
  border-bottom: 4px solid #1C2D40;
  font-size: 1.3em;
  color: #1C2D40;
  font-family: "Inter", sans-serif;
  min-height: 39px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.Accordeon .titreAccordeon:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='42px' height='42px' viewBox='0 0 42 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Accueil' transform='translate(-913.000000, -2761.000000)' fill='%236CB23F' fill-rule='nonzero'%3E%3Cg id='TexteReferencement' transform='translate(118.000000, 2724.000000)'%3E%3Cg id='Group-4' transform='translate(795.000000, 31.000000)'%3E%3Cpolygon id='+' points='25.6267756 47.7755682 25.6259119 31.6269119 41.7755682 31.6267756 41.7755682 22.1487926 25.6259119 22.1489119 25.6267756 6 16.1487926 6 16.1479119 22.1489119 -5.68434189e-14 22.1487926 -5.68434189e-14 31.6267756 16.1479119 31.6269119 16.1487926 47.7755682'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  background-size: 21px 21px;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 12px;
  right: 25px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.Accordeon .titreAccordeon:hover {
  background: #6CB23F;
  color: #ffffff;
}

.Accordeon .titreAccordeon:hover:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='42px' height='42px' viewBox='0 0 42 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Accueil' transform='translate(-913.000000, -2761.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='TexteReferencement' transform='translate(118.000000, 2724.000000)'%3E%3Cg id='Group-4' transform='translate(795.000000, 31.000000)'%3E%3Cpolygon id='+' points='25.6267756 47.7755682 25.6259119 31.6269119 41.7755682 31.6267756 41.7755682 22.1487926 25.6259119 22.1489119 25.6267756 6 16.1487926 6 16.1479119 22.1489119 -5.68434189e-14 22.1487926 -5.68434189e-14 31.6267756 16.1479119 31.6269119 16.1487926 47.7755682'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.Accordeon .contenuAccordeon {
  display: none;
  padding: 0;
}

.Accordeon.active .titreAccordeon {
  color: #6CB23F;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.Accordeon.active .titreAccordeon:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='6px' viewBox='0 0 21 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Styles' transform='translate(-693.000000, -1589.000000)' fill='%236CB23F' fill-rule='nonzero'%3E%3Cg id='Bloc-1' transform='translate(223.000000, 1063.000000)'%3E%3Cg id='Liste-Ouverte' transform='translate(0.000000, 516.000000)'%3E%3Cpolygon id='+' points='491 15.4058586 491 10.5941414 470 10.5941414 470 15.4058586'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 21px 6px;
  width: 21px;
  height: 6px;
  top: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.Accordeon.active .titreAccordeon:hover {
  background: #6CB23F;
  color: #ffffff;
}

.Accordeon.active .titreAccordeon:hover:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='6px' viewBox='0 0 21 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Styles' transform='translate(-693.000000, -1589.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Bloc-1' transform='translate(223.000000, 1063.000000)'%3E%3Cg id='Liste-Ouverte' transform='translate(0.000000, 516.000000)'%3E%3Cpolygon id='+' points='491 15.4058586 491 10.5941414 470 10.5941414 470 15.4058586'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 1050px) {
  .Accordeon .titreAccordeon {
    margin: 8px 0 25px 0;
    padding: 0 40px 15px 25px;
    font-size: 1.25em;
    min-height: 39px;
  }

  .Accordeon .titreAccordeon:after {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    right: 15px;
  }

  .Accordeon.active .titreAccordeon:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='6px' viewBox='0 0 21 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Styles' transform='translate(-693.000000, -1589.000000)' fill='%236CB23F' fill-rule='nonzero'%3E%3Cg id='Bloc-1' transform='translate(223.000000, 1063.000000)'%3E%3Cg id='Liste-Ouverte' transform='translate(0.000000, 516.000000)'%3E%3Cpolygon id='+' points='491 15.4058586 491 10.5941414 470 10.5941414 470 15.4058586'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 18px 5px;
    width: 18px;
    height: 5px;
    top: 7px;
  }
}

@media screen and (max-width: 769px) {
  .Accordeon .titreAccordeon {
    margin: 8px 0 20px 0;
    padding: 0 35px 15px 20px;
    font-size: 1.2em;
    min-height: 35px;
  }

  .Accordeon .titreAccordeon:after {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    right: 13px;
  }

  .Accordeon.active .titreAccordeon:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='6px' viewBox='0 0 21 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Styles' transform='translate(-693.000000, -1589.000000)' fill='%236CB23F' fill-rule='nonzero'%3E%3Cg id='Bloc-1' transform='translate(223.000000, 1063.000000)'%3E%3Cg id='Liste-Ouverte' transform='translate(0.000000, 516.000000)'%3E%3Cpolygon id='+' points='491 15.4058586 491 10.5941414 470 10.5941414 470 15.4058586'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 16px 4px;
    width: 16px;
    height: 4px;
    top: 6px;
  }
}

@media screen and (max-width: 480px) {
  .Accordeon .titreAccordeon {
    margin: 8px 0 20px 0;
    padding: 0 30px 15px 15px;
    font-size: 1.1em;
    min-height: 32px;
  }

  .Accordeon .titreAccordeon:after {
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    right: 6px;
  }

  .Accordeon.active .titreAccordeon:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='6px' viewBox='0 0 21 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Styles' transform='translate(-693.000000, -1589.000000)' fill='%236CB23F' fill-rule='nonzero'%3E%3Cg id='Bloc-1' transform='translate(223.000000, 1063.000000)'%3E%3Cg id='Liste-Ouverte' transform='translate(0.000000, 516.000000)'%3E%3Cpolygon id='+' points='491 15.4058586 491 10.5941414 470 10.5941414 470 15.4058586'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px 4px;
    width: 15px;
    height: 4px;
    top: 6px;
  }
}

.primary_btn {
  border: none;
  cursor: pointer;
  line-height: 1.25;
  background-color: #6cb23f;
  color: #ffffff;
  font-size: 1.25em;
  padding: 1em 2em;
  letter-spacing: 0.05rem;
  outline: none;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: inherit;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.primary_btn:hover {
  background-color: #1C2D40;
  color: #ffffff;
}

.primary_btn:focus,
.primary_btn:active,
.primary_btn:active:focus {
  outline: none;
  box-shadow: none;
}

@media screen and (max-width: 769px) {
  .primary_btn {
    padding: 0.8em 1.65em;
    font-size: 1.2em;
    white-space: normal;
    letter-spacing: -0.5px;
  }
}

.btn {
  background: none;
  border: none;
  cursor: pointer;
  background-color: #6cb23f;
  color: #ffffff;
  font-size: 1em;
  padding: 20px 40px;
  letter-spacing: 0.05rem;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-family: inherit;
  border-radius: 0;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:hover {
  background-color: #387c2b;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:focus,
.btn:active,
.btn:active:focus {
  outline: none;
  box-shadow: none;
}

@media screen and (max-width: 769px) {
  .btn {
    padding: 18px 35px;
    font-size: 0.95em;
    white-space: normal;
  }
}

@media screen and (max-width: 480px) {
  .btn {
    font-size: 0.9em;
  }
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

/* Button 1 */
.btn-1 {
  border-radius: 50px;
  border: 2px solid #6CB23F;
  color: #1C2D40;
  background: rgba(251, 251, 251, 0);
  overflow: hidden;
  padding: 1.3em 3.5em;
}

.btn-1:hover {
  background: white;
}

.btn-1:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-1:active:before {
  color: #1C2D40;
}

.btn-1:before {
  left: 130%;
  top: 0;
}

.btn-1:hover:before {
  left: 85%;
}

/* Button 2 */
.btn-2 {
  border-radius: 50px;
  border: 2px solid #6CB23F;
  color: #1C2D40;
  background: #fbfbfb;
  overflow: hidden;
  padding: 1.3em 3.5em;
}

.btn-2:hover {
  background: white;
}

.btn-2:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.1;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-2:active:before {
  color: #1C2D40;
}

.btn-2:before {
  left: 130%;
  top: 0;
}

.btn-2:hover:before {
  left: 85%;
}

/* Button 4 */
.btn-4 {
  border-radius: 50px;
  border: 2px solid #fff;
  color: #1C2D40;
  background: #ffcf01;
  overflow: hidden;
}

.btn-4:active {
  border-color: #17954c;
  color: #17954c;
}

.btn-4:hover {
  background: #ffd755;
}

.btn-4:before {
  position: absolute;
  height: 100%;
  font-size: 125%;
  line-height: 3.3;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-4:active:before {
  color: #17954c;
}

/* Button 4a */
.btn-4a:before {
  left: 130%;
  top: 0;
}

.btn-4a:hover:before {
  left: 92%;
}

.icon-arrow-right:before {
  content: "\e00d";
  color: #1C2D40;
}

.draw-border {
  box-shadow: inset 0 0 0 4px #53338E;
  color: #53338E;
  transition: color 0.25s 0.08333s;
  position: relative;
}

.draw-border::before,
.draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}

.draw-border::after {
  border-top-width: 4px;
  border-right-width: 4px;
}

.draw-border:hover {
  color: #FFD100;
}

.draw-border:hover::before,
.draw-border:hover::after {
  border-color: #FFD100;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}

.draw-border:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

.draw-border-mauve-white {
  box-shadow: inset 0 0 0 4px #53338E;
  color: #53338E;
  transition: color 0.25s 0.08333s;
  position: relative;
}

.draw-border-mauve-white::before,
.draw-border-mauve-white::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border-mauve-white::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}

.draw-border-mauve-white::after {
  border-top-width: 4px;
  border-right-width: 4px;
}

.draw-border-mauve-white:hover {
  color: #FFFFFF;
}

.draw-border-mauve-white:hover::before,
.draw-border-mauve-white:hover::after {
  border-color: #FFFFFF;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.draw-border-mauve-white:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}

.draw-border-mauve-white:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

.draw-border-white {
  box-shadow: inset 0 0 0 4px #FFFFFF;
  color: #FFFFFF;
  transition: color 0.25s 0.08333s;
  position: relative;
}

.draw-border-white::before,
.draw-border-white::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border-white::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}

.draw-border-white::after {
  border-top-width: 4px;
  border-right-width: 4px;
}

.draw-border-white:hover {
  color: #53338E;
}

.draw-border-white:hover::before,
.draw-border-white:hover::after {
  border-color: #53338E;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.draw-border-white:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}

.draw-border-white:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

.draw-border-white-yellow {
  box-shadow: inset 0 0 0 4px #FFFFFF;
  color: #FFFFFF;
  transition: color 0.25s 0.08333s;
  position: relative;
}

.draw-border-white-yellow::before,
.draw-border-white-yellow::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border-white-yellow::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}

.draw-border-white-yellow::after {
  border-top-width: 4px;
  border-right-width: 4px;
}

.draw-border-white-yellow:hover {
  color: #FFD100;
}

.draw-border-white-yellow:hover::before,
.draw-border-white-yellow:hover::after {
  border-color: #FFD100;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.draw-border-white-yellow:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}

.draw-border-white-yellow:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

.draw-border-yellow {
  box-shadow: inset 0 0 0 4px #FFD100;
  color: #FFD100;
  transition: color 0.25s 0.08333s;
  position: relative;
}

.draw-border-yellow::before,
.draw-border-yellow::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.draw-border-yellow::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}

.draw-border-yellow::after {
  border-top-width: 4px;
  border-right-width: 4px;
}

.draw-border-yellow:hover {
  color: #FFFFFF;
}

.draw-border-yellow:hover::before,
.draw-border-yellow:hover::after {
  border-color: #FFFFFF;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.draw-border-yellow:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}

.draw-border-yellow:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

/***

General

***/
.b-lazy {
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

#hidden-content {
  display: none;
}

body .grecaptcha-badge {
  display: none;
}

body.page-template-template-booking .grecaptcha-badge {
  display: block;
}

.container_smaller {
  width: 615px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 650px) {
  .container_smaller {
    width: 100%;
  }
}

.container_small {
  width: 800px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 850px) {
  .container_small {
    width: 100%;
  }
}

.container_med {
  width: 1000px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (max-width: 1050px) {
  .container_med {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 769px) {
  .container_med {
    padding: 0 27.5px;
  }
}

@media screen and (max-width: 480px) {
  .container_med {
    padding: 0 25px;
  }
}

.container {
  width: 1150px;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1050px) {
  .container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 769px) {
  .container {
    padding: 0 27.5px;
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding: 0 25px;
  }
}

.container_large {
  width: 1360px;
  margin: 0 auto;
}

.container_large:before,
.container_large:after {
  content: " ";
  display: table;
}

.container_large:after {
  clear: both;
}

@media screen and (max-width: 1450px) {
  .container_large {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 769px) {
  .container_large {
    padding: 0 27.5px;
  }
}

@media screen and (max-width: 480px) {
  .container_large {
    padding: 0 25px;
  }
}

.container_full {
  width: 100%;
  padding: 0;
}

.container_full:before,
.container_full:after {
  content: " ";
  display: table;
}

.container_full:after {
  clear: both;
}

@media screen and (max-width: 1450px) {
  main .container_large {
    width: 100%;
    padding: 0 60px;
  }
}

@media screen and (max-width: 1250px) {
  main .container_large {
    width: 100%;
    padding: 0 50px;
  }
}

@media screen and (max-width: 1050px) {
  main .container_large {
    width: 100%;
    padding: 0 30px;
  }
}

#post-404 {
  text-align: center;
  padding: 60px 0;
  height: 60vh;
  min-height: 750px;
}

#post-404 h1 {
  color: #6CB23F;
}

#post-404 .icon_404 {
  max-width: 300px;
}

#post-404 .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}

body.page-template-template-contact main {
  background-color: #ffffff;
}

#generalPresentation,
#lesPages {
  padding: 100px 0 50px 0;
  background-color: #ffffff;
}

@media screen and (max-width: 1050px) {

  #generalPresentation,
  #lesPages {
    padding: 80px 0 40px 0;
  }
}

@media screen and (max-width: 769px) {

  #generalPresentation,
  #lesPages {
    padding: 50px 0 35px 0;
  }
}

@media screen and (max-width: 480px) {

  #generalPresentation,
  #lesPages {
    padding: 25px 0 25px 0;
  }
}

#generalPresentation #Flexible,
#lesPages #Flexible {
  display: block;
  width: 100%;
}

#generalPresentation #Flexible h2,
#lesPages #Flexible h2 {
  color: #387C2B;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-size: 3.25em;
  line-height: 45px;
}

#generalPresentation #Flexible h3,
#lesPages #Flexible h3 {
  color: #1C2D40;
  margin: 0 0 30px 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2em;
  line-height: 32px;
}

#generalPresentation #Flexible .flexcontent,
#lesPages #Flexible .flexcontent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}

#generalPresentation #Flexible ul,
#lesPages #Flexible ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2px;
}

#generalPresentation #Flexible ul li,
#lesPages #Flexible ul li {
  font-size: 1.2em;
  padding-left: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='190px' height='116px' viewBox='0 0 190 116' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcones / planches%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood-Wood_Web_Accueil' transform='translate(-817.000000, -1028.000000)' fill='%23D0B973'%3E%3Cg id='Facts' transform='translate(0.000000, 835.000000)'%3E%3Cg id='Group' transform='translate(119.000000, 139.000000)'%3E%3Cg transform='translate(698.000000, 54.000000)' id='Icones-/-planches'%3E%3Cpath d='M39.7615948,1.280202e-13 L2.66982759,69.3008621 L4.65527999e-14,74.2965517 L4.65527999e-14,82.6172414 L4.65527999e-14,115.424181 L58.7198276,115.424181 L72.0370259,115.424181 L117.439655,115.424181 L130.756853,115.424181 L189.475862,115.424181 L189.475862,82.6172414 L189.475862,74.2801724 L186.814224,69.3008621 L149.723276,1.280202e-13 L39.7615948,1.280202e-13 Z M119.692629,13.3155603 L141.747371,13.3155603 L171.713319,69.3008621 L130.756853,69.3008621 L129.675819,69.3008621 L119.692629,13.3155603 Z M83.3215517,13.3155603 L106.163319,13.3155603 L116.154698,69.3008621 L73.3309914,69.3008621 L83.3215517,13.3155603 Z M47.738319,13.3155603 L69.7930603,13.3155603 L59.8090517,69.3008621 L58.7198276,69.3008621 L17.7805603,69.3008621 L47.738319,13.3155603 Z M130.756853,82.6172414 L132.05,82.6172414 L176.159483,82.6172414 L176.159483,102.108621 L130.756853,102.108621 L130.756853,82.6172414 Z M72.0370259,102.108621 L117.439655,102.108621 L117.439655,82.6172414 L72.0370259,82.6172414 L72.0370259,102.108621 Z M13.3171983,82.6172414 L57.4340517,82.6172414 L58.7198276,82.6172414 L58.7198276,102.108621 L13.3171983,102.108621 L13.3171983,82.6172414 Z' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 23px 25px;
  margin-bottom: 20px;
  line-height: 26px;
  font-weight: 600;
}

#generalPresentation #Flexible ol,
#lesPages #Flexible ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-left: 0;
  padding: 0 0 0 2px;
}

#generalPresentation #Flexible ol li,
#lesPages #Flexible ol li {
  counter-increment: my-awesome-counter;
  color: #1C2D40;
  position: relative;
  margin-bottom: 20px;
  font-size: 1.2em;
}

#generalPresentation #Flexible ol li:before,
#lesPages #Flexible ol li:before {
  content: counter(my-awesome-counter) ". ";
  color: #387C2B;
  font-weight: 500;
  font-size: 1em;
  margin-right: 0.6rem;
  line-height: 21px;
}

#generalPresentation #Flexible p .btn,
#lesPages #Flexible p .btn {
  font-size: 1.05em;
}

#generalPresentation #Flexible p .btn.alertes,
#lesPages #Flexible p .btn.alertes {
  font-size: 0.8em;
}

#generalPresentation #Flexible a,
#lesPages #Flexible a {
  text-decoration: underline;
}

#generalPresentation #Flexible a:hover,
#lesPages #Flexible a:hover {
  color: #6CB23F;
  text-decoration: none;
}

#generalPresentation #Flexible .btn,
#lesPages #Flexible .btn {
  text-decoration: none;
}

#generalPresentation #Flexible .btn:hover,
#lesPages #Flexible .btn:hover {
  color: #ffffff;
}

#generalPresentation #Flexible .anchor_top,
#lesPages #Flexible .anchor_top {
  margin-top: -350px;
  position: absolute;
}

@media screen and (max-width: 1050px) {

  #generalPresentation #Flexible h2,
  #lesPages #Flexible h2 {
    font-size: 2.75em;
    line-height: 40px;
  }

  #generalPresentation #Flexible h3,
  #lesPages #Flexible h3 {
    font-size: 2em;
    line-height: 38px;
  }

  #generalPresentation #Flexible ul li,
  #lesPages #Flexible ul li {
    font-size: 1.15em;
    padding-left: 30px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='23px' height='25px' viewBox='0 0 23 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_PageInterne' transform='translate(-196.000000, -1530.000000)' stroke='%236CB23F' stroke-width='3.68000007'%3E%3Cg id='Bloc-1' transform='translate(198.000000, 1103.000000)'%3E%3Cg id='puces' transform='translate(0.000000, 430.000000)'%3E%3Cg id='Group' transform='translate(0.307692, 0.000000)'%3E%3Cpolyline id='Stroke-1' points='0 9 9.00004394 0 18 9'%3E%3C/polyline%3E%3Cpolyline id='Stroke-3' points='0 18 9.00004394 9 18 18'%3E%3C/polyline%3E%3Cline x1='9' y1='0' x2='9' y2='22' id='Stroke-5'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 21px 23px;
    margin-bottom: 18px;
    line-height: 22px;
  }

  #generalPresentation #Flexible ol,
  #lesPages #Flexible ol {
    padding-left: 30px;
  }

  #generalPresentation #Flexible ol li,
  #lesPages #Flexible ol li {
    margin-bottom: 18px;
    font-size: 1.15em;
  }

  #generalPresentation #Flexible ol li:before,
  #lesPages #Flexible ol li:before {
    font-size: 0.95em;
    line-height: 22px;
  }
}

@media screen and (max-width: 769px) {

  #generalPresentation #Flexible h2,
  #lesPages #Flexible h2 {
    font-size: 2.5em;
    line-height: 38px;
  }

  #generalPresentation #Flexible h3,
  #lesPages #Flexible h3 {
    font-size: 1.8em;
    line-height: 36px;
  }

  #generalPresentation #Flexible ul li,
  #lesPages #Flexible ul li {
    font-size: 1.1em;
    padding-left: 28px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='23px' height='25px' viewBox='0 0 23 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_PageInterne' transform='translate(-196.000000, -1530.000000)' stroke='%236CB23F' stroke-width='3.68000007'%3E%3Cg id='Bloc-1' transform='translate(198.000000, 1103.000000)'%3E%3Cg id='puces' transform='translate(0.000000, 430.000000)'%3E%3Cg id='Group' transform='translate(0.307692, 0.000000)'%3E%3Cpolyline id='Stroke-1' points='0 9 9.00004394 0 18 9'%3E%3C/polyline%3E%3Cpolyline id='Stroke-3' points='0 18 9.00004394 9 18 18'%3E%3C/polyline%3E%3Cline x1='9' y1='0' x2='9' y2='22' id='Stroke-5'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 19px 21px;
    margin-bottom: 16px;
    line-height: 20px;
  }

  #generalPresentation #Flexible ol,
  #lesPages #Flexible ol {
    padding-left: 28px;
  }

  #generalPresentation #Flexible ol li,
  #lesPages #Flexible ol li {
    margin-bottom: 16px;
    font-size: 1.1em;
  }

  #generalPresentation #Flexible ol li:before,
  #lesPages #Flexible ol li:before {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 480px) {

  #generalPresentation #Flexible h2,
  #lesPages #Flexible h2 {
    font-size: 1.75em;
    line-height: 34px;
  }

  #generalPresentation #Flexible h3,
  #lesPages #Flexible h3 {
    font-size: 1.5em;
    line-height: 32px;
  }

  #generalPresentation #Flexible ul li,
  #lesPages #Flexible ul li {
    font-size: 1.05em;
    padding-left: 26px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='23px' height='25px' viewBox='0 0 23 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_PageInterne' transform='translate(-196.000000, -1530.000000)' stroke='%236CB23F' stroke-width='3.68000007'%3E%3Cg id='Bloc-1' transform='translate(198.000000, 1103.000000)'%3E%3Cg id='puces' transform='translate(0.000000, 430.000000)'%3E%3Cg id='Group' transform='translate(0.307692, 0.000000)'%3E%3Cpolyline id='Stroke-1' points='0 9 9.00004394 0 18 9'%3E%3C/polyline%3E%3Cpolyline id='Stroke-3' points='0 18 9.00004394 9 18 18'%3E%3C/polyline%3E%3Cline x1='9' y1='0' x2='9' y2='22' id='Stroke-5'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: 15px 16px;
    margin-bottom: 15px;
    line-height: 18px;
  }

  #generalPresentation #Flexible ol,
  #lesPages #Flexible ol {
    padding-left: 25px;
  }

  #generalPresentation #Flexible ol li,
  #lesPages #Flexible ol li {
    margin-bottom: 15px;
    font-size: 1.05em;
  }

  #generalPresentation #Flexible ol li:before,
  #lesPages #Flexible ol li:before {
    font-size: 0.9em;
  }
}

#generalPresentation #Flexible .content_height,
#lesPages #Flexible .content_height {
  display: block;
  width: 100%;
}

#generalPresentation #Flexible .content_height:before,
#generalPresentation #Flexible .content_height:after,
#lesPages #Flexible .content_height:before,
#lesPages #Flexible .content_height:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .content_height:after,
#lesPages #Flexible .content_height:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_titre,
#lesPages #Flexible .bloc_titre {
  margin: 0 0 100px 0;
  text-align: center;
}

#generalPresentation #Flexible .bloc_titre:before,
#generalPresentation #Flexible .bloc_titre:after,
#lesPages #Flexible .bloc_titre:before,
#lesPages #Flexible .bloc_titre:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_titre:after,
#lesPages #Flexible .bloc_titre:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_titre h1,
#lesPages #Flexible .bloc_titre h1 {
  color: #1C2D40;
  margin: 0 0 30px 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.65em;
  line-height: 45px;
}

#generalPresentation #Flexible .bloc_titre .sous-titre,
#lesPages #Flexible .bloc_titre .sous-titre {
  margin-top: 35px;
}

#generalPresentation #Flexible .bloc_titre .contentAccordeon,
#lesPages #Flexible .bloc_titre .contentAccordeon {
  width: 50%;
  margin: 0 auto;
}

#generalPresentation #Flexible .bloc_titre .contentAccordeon .Accordeon .titreAccordeon,
#lesPages #Flexible .bloc_titre .contentAccordeon .Accordeon .titreAccordeon {
  text-align: left;
  margin-bottom: 50px;
}

@media screen and (max-width: 1050px) {

  #generalPresentation #Flexible .bloc_titre,
  #lesPages #Flexible .bloc_titre {
    margin: 0 0 80px 0;
  }

  #generalPresentation #Flexible .bloc_titre h1,
  #lesPages #Flexible .bloc_titre h1 {
    font-size: 2.15em;
    line-height: 50px;
  }

  #generalPresentation #Flexible .bloc_titre .contentAccordeon,
  #lesPages #Flexible .bloc_titre .contentAccordeon {
    width: 65%;
  }

  #generalPresentation #Flexible .bloc_titre .contentAccordeon .Accordeon .titreAccordeon,
  #lesPages #Flexible .bloc_titre .contentAccordeon .Accordeon .titreAccordeon {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 769px) {

  #generalPresentation #Flexible .bloc_titre,
  #lesPages #Flexible .bloc_titre {
    margin: 0 0 50px 0;
  }

  #generalPresentation #Flexible .bloc_titre h1,
  #lesPages #Flexible .bloc_titre h1 {
    font-size: 1.8em;
    line-height: 45px;
  }

  #generalPresentation #Flexible .bloc_titre .contentAccordeon,
  #lesPages #Flexible .bloc_titre .contentAccordeon {
    width: 80%;
  }

  #generalPresentation #Flexible .bloc_titre .contentAccordeon .Accordeon .titreAccordeon,
  #lesPages #Flexible .bloc_titre .contentAccordeon .Accordeon .titreAccordeon {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 480px) {

  #generalPresentation #Flexible .bloc_titre,
  #lesPages #Flexible .bloc_titre {
    margin: 0 0 30px 0;
  }

  #generalPresentation #Flexible .bloc_titre h1,
  #lesPages #Flexible .bloc_titre h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
    line-height: 38px;
  }

  #generalPresentation #Flexible .bloc_titre .contentAccordeon,
  #lesPages #Flexible .bloc_titre .contentAccordeon {
    width: 100%;
  }

  #generalPresentation #Flexible .bloc_titre .contentAccordeon .Accordeon .titreAccordeon,
  #lesPages #Flexible .bloc_titre .contentAccordeon .Accordeon .titreAccordeon {
    margin-bottom: 30px;
  }
}

#generalPresentation #Flexible .bloc_une_photo_a_droite,
#lesPages #Flexible .bloc_une_photo_a_droite {
  margin: 0 0 150px 0;
}

#generalPresentation #Flexible .bloc_une_photo_a_droite:before,
#generalPresentation #Flexible .bloc_une_photo_a_droite:after,
#lesPages #Flexible .bloc_une_photo_a_droite:before,
#lesPages #Flexible .bloc_une_photo_a_droite:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_une_photo_a_droite:after,
#lesPages #Flexible .bloc_une_photo_a_droite:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_une_photo_a_droite .container_large,
#lesPages #Flexible .bloc_une_photo_a_droite .container_large {
  margin: 0 0 0 auto;
}

#generalPresentation #Flexible .bloc_une_photo_a_droite .rowContent,
#lesPages #Flexible .bloc_une_photo_a_droite .rowContent {
  margin-left: 0;
  margin-right: 0;
}

#generalPresentation #Flexible .bloc_une_photo_a_droite .rowContent:before,
#generalPresentation #Flexible .bloc_une_photo_a_droite .rowContent:after,
#lesPages #Flexible .bloc_une_photo_a_droite .rowContent:before,
#lesPages #Flexible .bloc_une_photo_a_droite .rowContent:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_une_photo_a_droite .rowContent:after,
#lesPages #Flexible .bloc_une_photo_a_droite .rowContent:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_une_photo_a_droite .rowContent .text_left,
#lesPages #Flexible .bloc_une_photo_a_droite .rowContent .text_left {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-right: 70px;
  padding-top: 50px;
}

@media (min-width: 769px) {

  #generalPresentation #Flexible .bloc_une_photo_a_droite .rowContent .text_left,
  #lesPages #Flexible .bloc_une_photo_a_droite .rowContent .text_left {
    float: left;
    width: 41.66667%;
  }
}

#generalPresentation #Flexible .bloc_une_photo_a_droite .rowContent .photo_right,
#lesPages #Flexible .bloc_une_photo_a_droite .rowContent .photo_right {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 769px) {

  #generalPresentation #Flexible .bloc_une_photo_a_droite .rowContent .photo_right,
  #lesPages #Flexible .bloc_une_photo_a_droite .rowContent .photo_right {
    float: left;
    width: 58.33333%;
  }
}

@media screen and (max-width: 1450px) {

  #generalPresentation #Flexible .bloc_une_photo_a_droite .container_large,
  #lesPages #Flexible .bloc_une_photo_a_droite .container_large {
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 1050px) {

  #generalPresentation #Flexible .bloc_une_photo_a_droite,
  #lesPages #Flexible .bloc_une_photo_a_droite {
    margin: 0 0 100px 0;
  }

  #generalPresentation #Flexible .bloc_une_photo_a_droite .rowContent .text_left,
  #lesPages #Flexible .bloc_une_photo_a_droite .rowContent .text_left {
    padding-right: 50px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 769px) {

  #generalPresentation #Flexible .bloc_une_photo_a_droite,
  #lesPages #Flexible .bloc_une_photo_a_droite {
    margin: 0 0 50px 0;
  }

  #generalPresentation #Flexible .bloc_une_photo_a_droite .container_large,
  #lesPages #Flexible .bloc_une_photo_a_droite .container_large {
    padding: 0 30px;
  }

  #generalPresentation #Flexible .bloc_une_photo_a_droite .rowContent .text_left,
  #lesPages #Flexible .bloc_une_photo_a_droite .rowContent .text_left {
    padding-right: 0;
    margin-bottom: 30px;
    padding-top: 35px;
  }
}

@media screen and (max-width: 480px) {

  #generalPresentation #Flexible .bloc_une_photo_a_droite,
  #lesPages #Flexible .bloc_une_photo_a_droite {
    margin: 0 0 35px 0;
  }

  #generalPresentation #Flexible .bloc_une_photo_a_droite .rowContent .text_left,
  #lesPages #Flexible .bloc_une_photo_a_droite .rowContent .text_left {
    margin-bottom: 20px;
    padding-top: 25px;
  }
}

#generalPresentation #Flexible .bloc_une_photo_a_gauche,
#lesPages #Flexible .bloc_une_photo_a_gauche {
  margin: 0 0 150px 0;
}

#generalPresentation #Flexible .bloc_une_photo_a_gauche:before,
#generalPresentation #Flexible .bloc_une_photo_a_gauche:after,
#lesPages #Flexible .bloc_une_photo_a_gauche:before,
#lesPages #Flexible .bloc_une_photo_a_gauche:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_une_photo_a_gauche:after,
#lesPages #Flexible .bloc_une_photo_a_gauche:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_une_photo_a_gauche .container_large,
#lesPages #Flexible .bloc_une_photo_a_gauche .container_large {
  margin: 0 auto 0 0;
}

#generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent,
#lesPages #Flexible .bloc_une_photo_a_gauche .rowContent {
  margin-left: 0;
  margin-right: 0;
}

#generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent:before,
#generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent:after,
#lesPages #Flexible .bloc_une_photo_a_gauche .rowContent:before,
#lesPages #Flexible .bloc_une_photo_a_gauche .rowContent:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent:after,
#lesPages #Flexible .bloc_une_photo_a_gauche .rowContent:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent .text_right,
#lesPages #Flexible .bloc_une_photo_a_gauche .rowContent .text_right {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  padding-left: 70px;
  padding-top: 50px;
}

@media (min-width: 769px) {

  #generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent .text_right,
  #lesPages #Flexible .bloc_une_photo_a_gauche .rowContent .text_right {
    float: left;
    width: 41.66667%;
  }
}

#generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent .photo_left,
#lesPages #Flexible .bloc_une_photo_a_gauche .rowContent .photo_left {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 769px) {

  #generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent .photo_left,
  #lesPages #Flexible .bloc_une_photo_a_gauche .rowContent .photo_left {
    float: left;
    width: 58.33333%;
  }
}

@media screen and (max-width: 1450px) {

  #generalPresentation #Flexible .bloc_une_photo_a_gauche .container_large,
  #lesPages #Flexible .bloc_une_photo_a_gauche .container_large {
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 1050px) {

  #generalPresentation #Flexible .bloc_une_photo_a_gauche,
  #lesPages #Flexible .bloc_une_photo_a_gauche {
    margin: 0 0 100px 0;
  }

  #generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent .text_right,
  #lesPages #Flexible .bloc_une_photo_a_gauche .rowContent .text_right {
    padding-left: 50px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 769px) {

  #generalPresentation #Flexible .bloc_une_photo_a_gauche,
  #lesPages #Flexible .bloc_une_photo_a_gauche {
    margin: 0 0 50px 0;
  }

  #generalPresentation #Flexible .bloc_une_photo_a_gauche .container_large,
  #lesPages #Flexible .bloc_une_photo_a_gauche .container_large {
    padding: 0 30px;
  }

  #generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent .photo_left,
  #lesPages #Flexible .bloc_une_photo_a_gauche .rowContent .photo_left {
    margin-bottom: 50px;
  }

  #generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent .text_right,
  #lesPages #Flexible .bloc_une_photo_a_gauche .rowContent .text_right {
    padding-left: 0;
    padding-top: 35px;
  }
}

@media screen and (max-width: 480px) {

  #generalPresentation #Flexible .bloc_une_photo_a_gauche,
  #lesPages #Flexible .bloc_une_photo_a_gauche {
    margin: 0 0 35px 0;
  }

  #generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent .photo_left,
  #lesPages #Flexible .bloc_une_photo_a_gauche .rowContent .photo_left {
    margin-bottom: 30px;
  }

  #generalPresentation #Flexible .bloc_une_photo_a_gauche .rowContent .text_right,
  #lesPages #Flexible .bloc_une_photo_a_gauche .rowContent .text_right {
    padding-top: 25px;
  }
}

#generalPresentation #Flexible .double_bloc_textes,
#lesPages #Flexible .double_bloc_textes {
  margin: 0 0 150px 0;
}

#generalPresentation #Flexible .double_bloc_textes:before,
#generalPresentation #Flexible .double_bloc_textes:after,
#lesPages #Flexible .double_bloc_textes:before,
#lesPages #Flexible .double_bloc_textes:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .double_bloc_textes:after,
#lesPages #Flexible .double_bloc_textes:after {
  clear: both;
}

#generalPresentation #Flexible .double_bloc_textes .rowContent,
#lesPages #Flexible .double_bloc_textes .rowContent {
  margin-left: 0;
  margin-right: 0;
}

#generalPresentation #Flexible .double_bloc_textes .rowContent:before,
#generalPresentation #Flexible .double_bloc_textes .rowContent:after,
#lesPages #Flexible .double_bloc_textes .rowContent:before,
#lesPages #Flexible .double_bloc_textes .rowContent:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .double_bloc_textes .rowContent:after,
#lesPages #Flexible .double_bloc_textes .rowContent:after {
  clear: both;
}

#generalPresentation #Flexible .double_bloc_textes .rowContent .bloc_left,
#lesPages #Flexible .double_bloc_textes .rowContent .bloc_left {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-right: 60px;
}

@media (min-width: 769px) {

  #generalPresentation #Flexible .double_bloc_textes .rowContent .bloc_left,
  #lesPages #Flexible .double_bloc_textes .rowContent .bloc_left {
    float: left;
    width: 50%;
  }
}

#generalPresentation #Flexible .double_bloc_textes .rowContent .bloc_right,
#lesPages #Flexible .double_bloc_textes .rowContent .bloc_right {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 60px;
}

@media (min-width: 769px) {

  #generalPresentation #Flexible .double_bloc_textes .rowContent .bloc_right,
  #lesPages #Flexible .double_bloc_textes .rowContent .bloc_right {
    float: left;
    width: 50%;
  }
}

@media screen and (max-width: 1050px) {

  #generalPresentation #Flexible .double_bloc_textes,
  #lesPages #Flexible .double_bloc_textes {
    margin: 0 0 100px 0;
  }

  #generalPresentation #Flexible .double_bloc_textes .rowContent .bloc_left,
  #lesPages #Flexible .double_bloc_textes .rowContent .bloc_left {
    padding-right: 35px;
  }

  #generalPresentation #Flexible .double_bloc_textes .rowContent .bloc_right,
  #lesPages #Flexible .double_bloc_textes .rowContent .bloc_right {
    padding-left: 35px;
  }
}

@media screen and (max-width: 769px) {

  #generalPresentation #Flexible .double_bloc_textes,
  #lesPages #Flexible .double_bloc_textes {
    margin: 0 0 50px 0;
  }

  #generalPresentation #Flexible .double_bloc_textes .rowContent .bloc_left,
  #lesPages #Flexible .double_bloc_textes .rowContent .bloc_left {
    padding-right: 0;
  }

  #generalPresentation #Flexible .double_bloc_textes .rowContent .bloc_right,
  #lesPages #Flexible .double_bloc_textes .rowContent .bloc_right {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {

  #generalPresentation #Flexible .double_bloc_textes,
  #lesPages #Flexible .double_bloc_textes {
    margin: 0 0 35px 0;
  }
}

#generalPresentation #Flexible .large_banniere_avec_titre,
#lesPages #Flexible .large_banniere_avec_titre {
  margin: 0 0 120px 0;
  text-align: center;
}

#generalPresentation #Flexible .bloc_citation,
#lesPages #Flexible .bloc_citation {
  margin: 0 0 120px 0;
  text-align: center;
}

#generalPresentation #Flexible .bloc_citation:before,
#generalPresentation #Flexible .bloc_citation:after,
#lesPages #Flexible .bloc_citation:before,
#lesPages #Flexible .bloc_citation:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_citation:after,
#lesPages #Flexible .bloc_citation:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_citation .blocCitation,
#lesPages #Flexible .bloc_citation .blocCitation {
  height: 350px;
  position: relative;
  background-color: #1C2D40;
}

#generalPresentation #Flexible .bloc_citation .blocCitation .text_content,
#lesPages #Flexible .bloc_citation .blocCitation .text_content {
  height: 100%;
  position: relative;
}

#generalPresentation #Flexible .bloc_citation .blocCitation .icon_citation,
#lesPages #Flexible .bloc_citation .blocCitation .icon_citation {
  position: absolute;
  right: 10%;
  top: -30px;
  z-index: 89;
}

#generalPresentation #Flexible .bloc_citation .blocCitation .icon_citation img,
#lesPages #Flexible .bloc_citation .blocCitation .icon_citation img {
  max-width: 170px;
}

#generalPresentation #Flexible .bloc_citation .blocCitation .texte_citation,
#lesPages #Flexible .bloc_citation .blocCitation .texte_citation {
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 1.6em;
  text-align: center;
  border-bottom: 4px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 20px;
  line-height: 30px;
}

#generalPresentation #Flexible .bloc_citation .blocCitation .reference_citation,
#lesPages #Flexible .bloc_citation .blocCitation .reference_citation {
  font-weight: 500;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {

  #generalPresentation #Flexible .bloc_citation .blocCitation .icon_citation,
  #lesPages #Flexible .bloc_citation .blocCitation .icon_citation {
    right: 8%;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .icon_citation img,
  #lesPages #Flexible .bloc_citation .blocCitation .icon_citation img {
    max-width: 150px;
  }
}

@media screen and (max-width: 1050px) {

  #generalPresentation #Flexible .bloc_citation,
  #lesPages #Flexible .bloc_citation {
    margin: 0 0 100px 0;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation,
  #lesPages #Flexible .bloc_citation .blocCitation {
    height: 325px;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .text_content,
  #lesPages #Flexible .bloc_citation .blocCitation .text_content {
    padding: 0 100px 0 0;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .icon_citation,
  #lesPages #Flexible .bloc_citation .blocCitation .icon_citation {
    right: -3%;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .icon_citation img,
  #lesPages #Flexible .bloc_citation .blocCitation .icon_citation img {
    max-width: 135px;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .texte_citation,
  #lesPages #Flexible .bloc_citation .blocCitation .texte_citation {
    font-size: 1.4em;
    line-height: 28px;
  }
}

@media screen and (max-width: 769px) {

  #generalPresentation #Flexible .bloc_citation,
  #lesPages #Flexible .bloc_citation {
    margin: 0 0 50px 0;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation,
  #lesPages #Flexible .bloc_citation .blocCitation {
    height: 300px;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .text_content,
  #lesPages #Flexible .bloc_citation .blocCitation .text_content {
    padding: 0 100px 0 20px;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .icon_citation,
  #lesPages #Flexible .bloc_citation .blocCitation .icon_citation {
    right: -3%;
    top: -20px;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .icon_citation img,
  #lesPages #Flexible .bloc_citation .blocCitation .icon_citation img {
    max-width: 100px;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .texte_citation,
  #lesPages #Flexible .bloc_citation .blocCitation .texte_citation {
    font-size: 1.35em;
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {

  #generalPresentation #Flexible .bloc_citation,
  #lesPages #Flexible .bloc_citation {
    margin: 0 0 35px 0;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation,
  #lesPages #Flexible .bloc_citation .blocCitation {
    height: auto;
    min-height: 275px;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .text_content,
  #lesPages #Flexible .bloc_citation .blocCitation .text_content {
    padding: 25px 20px 0 20px;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .icon_citation,
  #lesPages #Flexible .bloc_citation .blocCitation .icon_citation {
    display: none;
    right: -3%;
    top: -20px;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .icon_citation img,
  #lesPages #Flexible .bloc_citation .blocCitation .icon_citation img {
    max-width: 100px;
  }

  #generalPresentation #Flexible .bloc_citation .blocCitation .texte_citation,
  #lesPages #Flexible .bloc_citation .blocCitation .texte_citation {
    font-size: 1.2em;
    line-height: 24px;
  }
}

#generalPresentation #Flexible .bloc_citation_avec_photo,
#lesPages #Flexible .bloc_citation_avec_photo {
  margin: 0 0 120px 0;
  text-align: center;
}

#generalPresentation #Flexible .bloc_citation_avec_photo:before,
#generalPresentation #Flexible .bloc_citation_avec_photo:after,
#lesPages #Flexible .bloc_citation_avec_photo:before,
#lesPages #Flexible .bloc_citation_avec_photo:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_citation_avec_photo:after,
#lesPages #Flexible .bloc_citation_avec_photo:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_citation_avec_photo .wrapper_photo,
#lesPages #Flexible .bloc_citation_avec_photo .wrapper_photo {
  height: 535px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}

#generalPresentation #Flexible .bloc_citation_avec_photo .wrapper_photo:after,
#lesPages #Flexible .bloc_citation_avec_photo .wrapper_photo:after {
  content: "";
  background: rgba(21, 15, 15, 0.15);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 15;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#generalPresentation #Flexible .bloc_citation_avec_photo .wrapper_photo .text_content,
#lesPages #Flexible .bloc_citation_avec_photo .wrapper_photo .text_content {
  height: 100%;
  position: relative;
  padding: 0;
}

#generalPresentation #Flexible .bloc_citation_avec_photo .texte_citation,
#lesPages #Flexible .bloc_citation_avec_photo .texte_citation {
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 3.5em;
  text-align: center;
  font-family: 'bisonbold';
  border-bottom: 4px solid #ffffff;
  padding-bottom: 30px;
  margin-bottom: 20px;
  line-height: 50px;
  z-index: 25;
}

#generalPresentation #Flexible .bloc_citation_avec_photo .reference_citation,
#lesPages #Flexible .bloc_citation_avec_photo .reference_citation {
  font-weight: 600;
  color: #ffffff;
  z-index: 25;
}

@media screen and (max-width: 1050px) {

  #generalPresentation #Flexible .bloc_citation_avec_photo,
  #lesPages #Flexible .bloc_citation_avec_photo {
    margin: 0 0 100px 0;
  }

  #generalPresentation #Flexible .bloc_citation_avec_photo .wrapper_photo,
  #lesPages #Flexible .bloc_citation_avec_photo .wrapper_photo {
    height: 500px;
  }

  #generalPresentation #Flexible .bloc_citation_avec_photo .texte_citation,
  #lesPages #Flexible .bloc_citation_avec_photo .texte_citation {
    font-size: 2.75em;
    line-height: 46px;
  }
}

@media screen and (max-width: 769px) {

  #generalPresentation #Flexible .bloc_citation_avec_photo,
  #lesPages #Flexible .bloc_citation_avec_photo {
    margin: 0 0 50px 0;
  }

  #generalPresentation #Flexible .bloc_citation_avec_photo .wrapper_photo,
  #lesPages #Flexible .bloc_citation_avec_photo .wrapper_photo {
    height: 450px;
  }

  #generalPresentation #Flexible .bloc_citation_avec_photo .texte_citation,
  #lesPages #Flexible .bloc_citation_avec_photo .texte_citation {
    font-size: 2em;
    line-height: 40px;
  }
}

@media screen and (max-width: 480px) {

  #generalPresentation #Flexible .bloc_citation_avec_photo,
  #lesPages #Flexible .bloc_citation_avec_photo {
    margin: 0 0 35px 0;
  }

  #generalPresentation #Flexible .bloc_citation_avec_photo .wrapper_photo,
  #lesPages #Flexible .bloc_citation_avec_photo .wrapper_photo {
    height: 400px;
  }

  #generalPresentation #Flexible .bloc_citation_avec_photo .texte_citation,
  #lesPages #Flexible .bloc_citation_avec_photo .texte_citation {
    font-size: 1.75em;
    line-height: 35px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}

#generalPresentation #Flexible .call_to_action,
#lesPages #Flexible .call_to_action {
  margin: 0 0 120px 0;
  text-align: center;
}

#generalPresentation #Flexible .call_to_action:before,
#generalPresentation #Flexible .call_to_action:after,
#lesPages #Flexible .call_to_action:before,
#lesPages #Flexible .call_to_action:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .call_to_action:after,
#lesPages #Flexible .call_to_action:after {
  clear: both;
}

#generalPresentation #Flexible .call_to_action .blocCallToAction,
#lesPages #Flexible .call_to_action .blocCallToAction {
  height: 450px;
  position: relative;
  background-color: #1C2D40;
}

#generalPresentation #Flexible .call_to_action .blocCallToAction .text_content,
#lesPages #Flexible .call_to_action .blocCallToAction .text_content {
  height: 100%;
  position: relative;
}

#generalPresentation #Flexible .call_to_action .blocCallToAction .titre_call_to_action,
#lesPages #Flexible .call_to_action .blocCallToAction .titre_call_to_action {
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 3.5em;
  text-align: center;
  font-family: 'bisonbold';
  padding-bottom: 30px;
  margin-bottom: 20px;
  line-height: 50px;
}

#generalPresentation #Flexible .call_to_action .blocCallToAction .btn,
#lesPages #Flexible .call_to_action .blocCallToAction .btn {
  margin: 0 auto;
  padding-right: 60px;
}

#generalPresentation #Flexible .call_to_action .blocCallToAction .btn:after,
#lesPages #Flexible .call_to_action .blocCallToAction .btn:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='24px' viewBox='0 0 25 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 5%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Accueil' transform='translate(-366.000000, -648.000000)' stroke='%23BDD5AC' stroke-width='3.15860005'%3E%3Cg id='Hero-Slider' transform='translate(0.000000, 135.000000)'%3E%3Cg id='Contenu' transform='translate(119.000000, 166.000000)'%3E%3Cg id='Bouton' transform='translate(0.000000, 327.000000)'%3E%3Cg id='Group-5' transform='translate(258.500000, 32.500000) rotate(-270.000000) translate(-258.500000, -32.500000) translate(248.000000, 22.000000)'%3E%3Cpolyline id='Stroke-1' points='0.0167400002 10.2739102 10.2572402 0.0334100005 20.4976403 10.2739102'%3E%3C/polyline%3E%3Cpolyline id='Stroke-3' points='0.0167400002 20.5330403 10.2572402 10.2926402 20.4976403 20.5330403'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 24px;
  width: 25px;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
  float: right;
  right: 20px;
  top: 16px;
  z-index: 55;
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 1050px) {

  #generalPresentation #Flexible .call_to_action,
  #lesPages #Flexible .call_to_action {
    margin: 0 0 100px 0;
  }

  #generalPresentation #Flexible .call_to_action .blocCallToAction,
  #lesPages #Flexible .call_to_action .blocCallToAction {
    height: 425px;
  }

  #generalPresentation #Flexible .call_to_action .blocCallToAction .titre_call_to_action,
  #lesPages #Flexible .call_to_action .blocCallToAction .titre_call_to_action {
    font-size: 2.75em;
    padding-bottom: 28px;
    line-height: 46px;
  }
}

@media screen and (max-width: 769px) {

  #generalPresentation #Flexible .call_to_action,
  #lesPages #Flexible .call_to_action {
    margin: 0 0 50px 0;
  }

  #generalPresentation #Flexible .call_to_action .blocCallToAction,
  #lesPages #Flexible .call_to_action .blocCallToAction {
    height: 400px;
  }

  #generalPresentation #Flexible .call_to_action .blocCallToAction .titre_call_to_action,
  #lesPages #Flexible .call_to_action .blocCallToAction .titre_call_to_action {
    font-size: 2em;
    padding-bottom: 25px;
    line-height: 40px;
  }

  #generalPresentation #Flexible .call_to_action .blocCallToAction .btn,
  #lesPages #Flexible .call_to_action .blocCallToAction .btn {
    padding: 15px 60px 15px 25px;
  }

  #generalPresentation #Flexible .call_to_action .blocCallToAction .btn:after,
  #lesPages #Flexible .call_to_action .blocCallToAction .btn:after {
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='24px' viewBox='0 0 25 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EGroup 5%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Accueil' transform='translate(-366.000000, -648.000000)' stroke='%23BDD5AC' stroke-width='3.15860005'%3E%3Cg id='Hero-Slider' transform='translate(0.000000, 135.000000)'%3E%3Cg id='Contenu' transform='translate(119.000000, 166.000000)'%3E%3Cg id='Bouton' transform='translate(0.000000, 327.000000)'%3E%3Cg id='Group-5' transform='translate(258.500000, 32.500000) rotate(-270.000000) translate(-258.500000, -32.500000) translate(248.000000, 22.000000)'%3E%3Cpolyline id='Stroke-1' points='0.0167400002 10.2739102 10.2572402 0.0334100005 20.4976403 10.2739102'%3E%3C/polyline%3E%3Cpolyline id='Stroke-3' points='0.0167400002 20.5330403 10.2572402 10.2926402 20.4976403 20.5330403'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 19px;
    width: 20px;
    height: 19px;
    top: 13px;
  }
}

@media screen and (max-width: 480px) {

  #generalPresentation #Flexible .call_to_action,
  #lesPages #Flexible .call_to_action {
    margin: 0 0 35px 0;
  }

  #generalPresentation #Flexible .call_to_action .blocCallToAction,
  #lesPages #Flexible .call_to_action .blocCallToAction {
    height: 350px;
  }

  #generalPresentation #Flexible .call_to_action .blocCallToAction .titre_call_to_action,
  #lesPages #Flexible .call_to_action .blocCallToAction .titre_call_to_action {
    font-size: 1.65em;
    padding-bottom: 20px;
    line-height: 35px;
  }

  #generalPresentation #Flexible .call_to_action .blocCallToAction .btn,
  #lesPages #Flexible .call_to_action .blocCallToAction .btn {
    padding: 15px 35px 15px 20px;
  }

  #generalPresentation #Flexible .call_to_action .blocCallToAction .btn:after,
  #lesPages #Flexible .call_to_action .blocCallToAction .btn:after {
    background-size: 15px 14px;
    width: 15px;
    height: 14px;
    top: 15px;
    right: 10px;
  }
}

#generalPresentation #Flexible .bloc_histoire_verticale,
#lesPages #Flexible .bloc_histoire_verticale {
  margin: 0 0 100px 0;
}

#generalPresentation #Flexible .bloc_histoire_verticale:before,
#generalPresentation #Flexible .bloc_histoire_verticale:after,
#lesPages #Flexible .bloc_histoire_verticale:before,
#lesPages #Flexible .bloc_histoire_verticale:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_histoire_verticale:after,
#lesPages #Flexible .bloc_histoire_verticale:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_histoire_verticale .title_head,
#lesPages #Flexible .bloc_histoire_verticale .title_head {
  display: block;
  margin-bottom: 50px;
}

#generalPresentation #Flexible .bloc_histoire_verticale #timeline-content,
#lesPages #Flexible .bloc_histoire_verticale #timeline-content {
  text-align: center;
}

#generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline,
#lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline {
  border-left: 4px solid #6CB23F;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: fade(white, 80%);
  margin: 50px 10% 50px 35%;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 50px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  max-width: 60%;
}

#generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event,
#lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event {
  border-bottom: 1px dashed fade(#ffffff, 10%);
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
  font-size: 1em;
  background-image: none;
  font-weight: 500;
  padding-left: 0;
  padding-bottom: 20px;
}

#generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:last-of-type,
#lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

#generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:before,
#generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:after,
#lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:before,
#lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

#generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:before,
#lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:before {
  left: -330px;
  color: fade(#ffffff, 40%);
  content: attr(data-date);
  text-align: right;
  font-weight: 600;
  font-size: 1.2em;
  min-width: 235px;
}

#generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:after,
#lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:after {
  box-shadow: 0 0 0 4px #6CB23F;
  left: -57.85px;
  background: white;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 5px;
}

@media screen and (max-width: 1050px) {

  #generalPresentation #Flexible .bloc_histoire_verticale,
  #lesPages #Flexible .bloc_histoire_verticale {
    margin: 0 0 80px 0;
  }

  #generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline,
  #lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline {
    margin: 40px 5% 40px 30%;
    line-height: 1.3em;
    padding: 45px;
    max-width: 65%;
  }

  #generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:after,
  #lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:after {
    left: -52.85px;
  }

  #generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:before,
  #lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:before {
    left: -285px;
    font-size: 1.1em;
    min-width: 205px;
  }
}

@media screen and (max-width: 769px) {

  #generalPresentation #Flexible .bloc_histoire_verticale,
  #lesPages #Flexible .bloc_histoire_verticale {
    margin: 0 0 50px 0;
  }

  #generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline,
  #lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline {
    margin: 30px 0 30px 25%;
    line-height: 1.2em;
    padding: 30px;
    max-width: 75%;
  }

  #generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:after,
  #lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:after {
    left: -37.85px;
  }

  #generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:before,
  #lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:before {
    left: -240px;
    font-size: 1em;
    min-width: 185px;
  }
}

@media screen and (max-width: 480px) {

  #generalPresentation #Flexible .bloc_histoire_verticale,
  #lesPages #Flexible .bloc_histoire_verticale {
    margin: 0 0 35px 0;
  }

  #generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline,
  #lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline {
    margin: 25px 0 25px 10%;
    line-height: 1.1em;
    padding: 25px;
    max-width: 80%;
  }

  #generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event,
  #lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event {
    padding-top: 35px;
  }

  #generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:after,
  #lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:after {
    left: -32.85px;
  }

  #generalPresentation #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:before,
  #lesPages #Flexible .bloc_histoire_verticale #timeline-content .timeline .event:before {
    left: 0;
    font-size: 1.1em;
    min-width: 125px;
    text-align: left;
  }
}

#generalPresentation #Flexible .bloc_produits,
#lesPages #Flexible .bloc_produits {
  margin: 0 0 100px 0;
}

#generalPresentation #Flexible .bloc_produits:before,
#generalPresentation #Flexible .bloc_produits:after,
#lesPages #Flexible .bloc_produits:before,
#lesPages #Flexible .bloc_produits:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_produits:after,
#lesPages #Flexible .bloc_produits:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_produits .title_head,
#lesPages #Flexible .bloc_produits .title_head {
  display: block;
  margin-bottom: 50px;
}

#generalPresentation #Flexible .bloc_produits .galerie_produits,
#lesPages #Flexible .bloc_produits .galerie_produits {
  display: block;
}

#generalPresentation #Flexible .bloc_produits .galerie_produits:before,
#generalPresentation #Flexible .bloc_produits .galerie_produits:after,
#lesPages #Flexible .bloc_produits .galerie_produits:before,
#lesPages #Flexible .bloc_produits .galerie_produits:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_produits .galerie_produits:after,
#lesPages #Flexible .bloc_produits .galerie_produits:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_produits .galerie_produits .row_produits,
#lesPages #Flexible .bloc_produits .galerie_produits .row_produits {
  margin-left: -15px;
  margin-right: -15px;
}

#generalPresentation #Flexible .bloc_produits .galerie_produits .row_produits:before,
#generalPresentation #Flexible .bloc_produits .galerie_produits .row_produits:after,
#lesPages #Flexible .bloc_produits .galerie_produits .row_produits:before,
#lesPages #Flexible .bloc_produits .galerie_produits .row_produits:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_produits .galerie_produits .row_produits:after,
#lesPages #Flexible .bloc_produits .galerie_produits .row_produits:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_produits .galerie_produits .row_produits .produit,
#lesPages #Flexible .bloc_produits .galerie_produits .row_produits .produit {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
}

@media (min-width: 769px) {

  #generalPresentation #Flexible .bloc_produits .galerie_produits .row_produits .produit,
  #lesPages #Flexible .bloc_produits .galerie_produits .row_produits .produit {
    float: left;
    width: 33.33333%;
  }
}

#generalPresentation #Flexible .bloc_produits .galerie_produits .row_produits .produit .fancybox,
#lesPages #Flexible .bloc_produits .galerie_produits .row_produits .produit .fancybox {
  display: block;
  margin-bottom: 30px;
  position: relative;
  border: 2px solid #E4DCCA;
  /*&:after {
                  content:"";
                  background: rgba(21,15,15,0);
                  position: absolute;
                  left: 0;
                  right: 0;
                  margin: auto;
                  top: 0;
                  bottom: 0;
                  height: 100%;
                  width: 100%;
                  @include transition(all 0.5s ease);
              }*/
}

#generalPresentation #Flexible .bloc_produits .galerie_produits .row_produits .produit .fancybox:before,
#lesPages #Flexible .bloc_produits .galerie_produits .row_produits .produit .fancybox:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='42px' height='42px' viewBox='0 0 42 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Accueil' transform='translate(-913.000000, -2761.000000)' fill='%236CB23F' fill-rule='nonzero'%3E%3Cg id='TexteReferencement' transform='translate(118.000000, 2724.000000)'%3E%3Cg id='Group-4' transform='translate(795.000000, 31.000000)'%3E%3Cpolygon id='+' points='25.6267756 47.7755682 25.6259119 31.6269119 41.7755682 31.6267756 41.7755682 22.1487926 25.6259119 22.1489119 25.6267756 6 16.1487926 6 16.1479119 22.1489119 -5.68434189e-14 22.1487926 -5.68434189e-14 31.6267756 16.1479119 31.6269119 16.1487926 47.7755682'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  margin-top: -15px;
  z-index: 25;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#generalPresentation #Flexible .bloc_produits .galerie_produits .row_produits .produit .fancybox:hover:after,
#lesPages #Flexible .bloc_produits .galerie_produits .row_produits .produit .fancybox:hover:after {
  background: rgba(21, 15, 15, 0.65);
}

#generalPresentation #Flexible .bloc_produits .galerie_produits .row_produits .produit .fancybox:hover:before,
#lesPages #Flexible .bloc_produits .galerie_produits .row_produits .produit .fancybox:hover:before {
  opacity: 1;
}

#generalPresentation #Flexible .bloc_produits .galerie_produits .row_produits .produit h4,
#lesPages #Flexible .bloc_produits .galerie_produits .row_produits .produit h4 {
  font-size: 1.65em;
  margin-bottom: 20px;
}

#generalPresentation #Flexible .bloc_postes_disponibles,
#lesPages #Flexible .bloc_postes_disponibles {
  margin: 0 0 100px 0;
}

#generalPresentation #Flexible .bloc_postes_disponibles:before,
#generalPresentation #Flexible .bloc_postes_disponibles:after,
#lesPages #Flexible .bloc_postes_disponibles:before,
#lesPages #Flexible .bloc_postes_disponibles:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_postes_disponibles:after,
#lesPages #Flexible .bloc_postes_disponibles:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_postes_disponibles .blocPostes .pageTitle,
#lesPages #Flexible .bloc_postes_disponibles .blocPostes .pageTitle {
  text-align: center;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts {
  display: block;
  width: 100%;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts thead.head_title,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts thead.head_title {
  display: block;
  width: 100%;
  font-size: 1.2em;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts thead tr,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts thead tr {
  display: table;
  width: 100%;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts thead tr th,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts thead tr th {
  padding: .5em 1em .5em 1em;
  background-color: #F1F1F0;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts thead tr th.title_name,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts thead tr th.title_name {
  width: 60%;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tfoot,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tfoot {
  display: block;
  width: 100%;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tfoot tr,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tfoot tr {
  display: table;
  width: 100%;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tfoot .btn,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tfoot .btn {
  margin-top: 35px;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody {
  display: block;
  width: 100%;
  font-size: 1.2em;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody tr,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody tr {
  display: table;
  width: 100%;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody tr .alert_frequency small,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody tr .alert_frequency small {
  display: none;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody tr td,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody tr td {
  padding: .5em 1em .5em 1em;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody tr td.title_name,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody tr td.title_name {
  width: 60%;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody tr td.title_name .job-alert-actions li,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody tr td.title_name .job-alert-actions li {
  font-size: 0.8em;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody .job-alert-actions li,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job-manager-alerts tbody .job-alert-actions li {
  background-image: none !important;
  padding-left: 0;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters {
  border-bottom: 3px solid #1C2D40;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .showing_jobs .rss_link,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .showing_jobs .rss_link {
  display: none;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs {
  background: #ffffff;
  padding: 2em 0;
  text-align: center;
  display: none;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_keywords input,
#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_location input,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_keywords input,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_location input {
  padding: 15px 20px;
  color: #1C2D40;
  background-color: #ffffff;
  font-size: 1.2em;
  border: 2px solid #1C2D40;
  font-weight: 400;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_keywords input::placeholder,
#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_location input::placeholder,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_keywords input::placeholder,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_location input::placeholder {
  color: #1C2D40;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_keywords input:focus,
#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_location input:focus,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_keywords input:focus,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_location input:focus {
  border: 2px solid #387C2B;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_keywords,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_keywords {
  float: none;
  margin: 0 auto;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_keywords label,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_keywords label {
  display: none;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_location,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_location {
  padding-left: 100px;
  display: none;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_submit,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_submit {
  margin-top: 20px;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_submit input,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .search_jobs .search_submit input {
  color: #ffffff;
  margin: 0;
  background: #6CB23F;
  border-radius: 0;
  padding: 12px 35px 12px 35px;
  font-size: 1.15em;
  width: auto;
  border: none;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .wp-job-manager-showing-all,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .wp-job-manager-showing-all {
  display: none;
  visibility: 0;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .wp-job-manager-showing-all .alert,
#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .wp-job-manager-showing-all .reset,
#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .wp-job-manager-showing-all .rss_link,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .wp-job-manager-showing-all .alert,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .wp-job-manager-showing-all .reset,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters .wp-job-manager-showing-all .rss_link {
  display: none !important;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters ul.job_types,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters ul.job_types {
  background: #ffffff;
  padding: 2em 0;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters ul.job_types:before,
#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters ul.job_types:after,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters ul.job_types:before,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters ul.job_types:after {
  content: " ";
  display: table;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters ul.job_types:after,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters ul.job_types:after {
  clear: both;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters ul.job_types li,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .job_listings .job_filters ul.job_types li {
  background: none;
  padding: .5em 1em;
  float: left;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .company,
#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .date,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .company,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .date {
  display: none;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .position,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .position {
  padding: 0 15px 0 0;
  width: 50%;
  float: left;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .position h4,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .position h4 {
  font-size: 1.35em;
  margin-bottom: 0;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .location,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .location {
  padding: 0;
  float: left;
  font-size: 0.95em;
  width: 25%;
  text-align: left;
  color: #6CB23F;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .meta,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .meta {
  width: 25%;
  float: right;
  text-align: left;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .meta .job-type,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .meta .job-type {
  color: #BDD5AC;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .meta li,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .meta li {
  font-size: 1em;
  margin-bottom: 0;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings li.job_listing,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings li.job_listing {
  background: none;
  padding-left: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings li.job_listing a,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings li.job_listing a {
  padding: 1em 0;
  text-transform: none;
  display: block;
  border: 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
  line-height: 1.5em;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings li.job_listing a:hover,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings li.job_listing a:hover {
  color: #387C2B;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings li.job_listing a:hover .location,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings li.job_listing a:hover .location {
  color: #387C2B;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings li.job_listing a:hover .meta .job-type,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings li.job_listing a:hover .meta .job-type {
  color: #387C2B;
}

@media screen and (max-width: 769px) {

  #generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .position,
  #lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .position {
    width: 100%;
    padding-bottom: 20px;
  }

  #generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .position h4,
  #lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .position h4 {
    font-size: 1.25em;
  }

  #generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .location,
  #lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .location {
    width: 50%;
  }

  #generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .meta,
  #lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .meta {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {

  #generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .position,
  #lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .position {
    padding-bottom: 10px;
  }

  #generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .position h4,
  #lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .position h4 {
    font-size: 1.2em;
  }

  #generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .location,
  #lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .location {
    width: 100%;
  }

  #generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .meta,
  #lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles ul.job_listings .meta {
    width: 100%;
  }
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce {
  margin-top: 70px;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce_head,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce_head {
  display: block;
  width: 100%;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce-MyAccount-navigation,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce-MyAccount-content,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce-notices-wrapper .woocommerce-error:before,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce-notices-wrapper .woocommerce-error:before {
  display: none;
}

#generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce-notices-wrapper .woocommerce-error li,
#lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce-notices-wrapper .woocommerce-error li {
  background-image: none !important;
}

@media screen and (max-width: 769px) {

  #generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce-MyAccount-navigation,
  #lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  #generalPresentation #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce-MyAccount-content,
  #lesPages #Flexible .bloc_postes_disponibles .liste_postes_disponibles .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}

#generalPresentation #Flexible .bloc_presentation,
#lesPages #Flexible .bloc_presentation {
  margin: 0 0 100px 0;
}

.formulaire_contact {
  display: block;
}

.formulaire_contact:before,
.formulaire_contact:after {
  content: " ";
  display: table;
}

.formulaire_contact:after {
  clear: both;
}

.formulaire_contact .form-row {
  margin: 0;
}

.formulaire_contact .name {
  font-size: 1.2em;
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 21px;
}

@media screen and (max-width: 769px) {
  .formulaire_contact .name {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 480px) {
  .formulaire_contact .name {
    font-size: 1em;
  }
}

.formulaire_contact .info {
  font-size: 1em;
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
}

.formulaire_contact .content_label {
  display: block;
}

.formulaire_contact .content_label:before,
.formulaire_contact .content_label:after {
  content: " ";
  display: table;
}

.formulaire_contact .content_label:after {
  clear: both;
}

.formulaire_contact .content_label p {
  font-weight: 700;
  font-size: inherit;
}

.formulaire_contact fieldset {
  display: block;
  width: 100%;
}

.formulaire_contact legend {
  margin-top: 25px;
  border-bottom: none;
  width: 100%;
  float: left;
}

.formulaire_contact .single {
  margin-bottom: 35px;
  width: 100%;
  float: left;
  padding-right: 80px;
}

.formulaire_contact .single.half {
  width: 50%;
}

.formulaire_contact .single.half:nth-child(even) {
  padding-left: 80px;
  padding-right: 0;
}

.formulaire_contact .single.half.padbot {
  padding-bottom: 35px;
}

.formulaire_contact .single.even {
  padding-left: 80px;
  padding-right: 0;
}

.formulaire_contact .single.full {
  width: 100%;
}

.formulaire_contact .single em {
  display: block;
}

.formulaire_contact .single input {
  padding: 15px 20px;
  color: #1C2D40;
  background-color: #ffffff;
  font-size: 1.2em;
  border: 2px solid #1C2D40;
  font-weight: 400;
  width: 100%;
  max-width: 420px;
}

.formulaire_contact .single input::placeholder {
  color: #1C2D40;
}

.formulaire_contact .single input:focus {
  border: 2px solid #387C2B;
}

.formulaire_contact .single .wpcf7-not-valid {
  color: #E02020;
  border: 2px solid #E02020;
}

.formulaire_contact .single .wpcf7-not-valid::placeholder {
  color: #E02020;
}

.formulaire_contact .single .wpcf7-not-valid-tip {
  color: #E02020;
  padding-top: 7px;
}

.formulaire_contact .single .show-password-input {
  display: none;
}

@media screen and (max-width: 1050px) {
  .formulaire_contact .single.half {
    width: 50%;
  }

  .formulaire_contact .single.half:nth-child(even) {
    padding-left: 30px;
  }

  .formulaire_contact .single.half:nth-child(odd) {
    padding-right: 30px;
  }

  .formulaire_contact .single.even {
    padding-left: 30px;
    padding-right: 0;
  }
}

@media screen and (max-width: 769px) {
  .formulaire_contact .single {
    margin-bottom: 30px;
  }

  .formulaire_contact .single input {
    padding: 13px 17px;
    font-size: 1.1em;
  }
}

@media screen and (max-width: 600px) {
  .formulaire_contact .single.half {
    width: 100%;
  }

  .formulaire_contact .single.half:nth-child(even) {
    padding-left: 0;
  }

  .formulaire_contact .single.half:nth-child(odd) {
    padding-right: 0;
  }

  .formulaire_contact .single.even {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .formulaire_contact .single {
    margin-bottom: 25px;
  }

  .formulaire_contact .single input {
    padding: 10px 15px;
    font-size: 1.05em;
  }
}

.formulaire_contact .infosingle {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}

.formulaire_contact textarea {
  background: none;
  padding: 15px 20px;
  background-color: #ffffff;
  font-size: 1.2em;
  border: 2px solid #1C2D40;
  font-weight: 400;
  border-radius: 0;
  max-height: 130px;
  width: 100%;
  max-width: 420px;
  resize: none;
}

.formulaire_contact textarea::placeholder {
  color: #1C2D40;
}

.formulaire_contact textarea:focus {
  border: 2px solid #387C2B;
}

@media screen and (max-width: 769px) {
  .formulaire_contact textarea {
    padding: 13px 17px;
    font-size: 1.1em;
    max-height: 110px;
  }
}

@media screen and (max-width: 480px) {
  .formulaire_contact textarea {
    padding: 10px 15px;
    font-size: 1em;
    max-height: 90px;
  }
}

.formulaire_contact .radio_question {
  display: block;
}

.formulaire_contact .radio_question .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
}

.formulaire_contact .radio_question .wpcf7-list-item:first-child {
  margin-right: 50px;
}

.formulaire_contact .wpcf7-checkbox .wpcf7-list-item {
  cursor: pointer;
  padding: 0 25px 0 0;
}

.formulaire_contact .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: 15px;
  z-index: 14;
  opacity: 0;
  width: 30px;
  height: 30px;
  margin-top: 0;
}

.formulaire_contact .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked {
  display: block;
}

.formulaire_contact .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  box-sizing: border-box;
  float: left;
  margin: -1px 10px 0 0;
  content: "";
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 2px solid #6CB23F;
  border-radius: 5px;
  transition: background 100ms linear;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
}

.formulaire_contact .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label {
  color: #6CB23F;
}

.formulaire_contact .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label:before {
  content: "";
  background-image: url(../img/icons/check_green.png);
  background-color: #ffffff;
  border: 2px solid #6CB23F;
  box-shadow: none;
}

.formulaire_contact .select-style {
  border: 2px solid #1C2D40;
  border-radius: 0;
  overflow: hidden;
  font-weight: 400;
  background: #ffffff url("../img/icons/arrow_menu_select_green.png") no-repeat 94% 50%;
  background-size: 18px 12px;
  background-repeat: no-repeat;
  padding: 15px 0;
  width: 100%;
  max-width: 420px;
}

.formulaire_contact .select-style select {
  padding: 15px 20px;
  border: none;
  box-shadow: none;
  width: 100%;
  max-width: 420px;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  font-size: 1.2em;
}

.formulaire_contact .select-style .select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 0;
  min-height: 10px !important;
  line-height: 10px;
}

.formulaire_contact .select-style .select2-container--default .select2-selection--multiple ul li {
  margin: 0 !important;
  padding-left: 20px !important;
  background: #ffffff url("../img/icons/arrow_menu_select_green.png") no-repeat 94% 50% !important;
  background-size: 18px 12px;
  background-repeat: no-repeat;
  width: 100%;
}

.formulaire_contact .select-style .select2-container--default .select2-selection--multiple ul .select2-selection__choice {
  border: none;
  border-radius: 0;
  min-height: 10px !important;
}

.formulaire_contact .select-style .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  min-height: 10px !important;
  line-height: 10px;
  background: #ffffff url("../img/icons/arrow_menu_select_green.png") no-repeat 94% 50% !important;
  background-size: 18px 12px;
  background-repeat: no-repeat;
}

.formulaire_contact .select-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.formulaire_contact .select-style select:focus {
  outline: none;
}

@media screen and (max-width: 769px) {
  .formulaire_contact .select-style {
    padding: 15px 0;
  }
}

@media screen and (max-width: 480px) {
  .formulaire_contact .select-style {
    padding: 10px 0;
  }
}

.formulaire_contact .job-manager-form {
  margin-bottom: 70px;
}

.formulaire_contact .job-manager-form fieldset {
  margin: 0;
  border-bottom: none;
  margin-bottom: 35px;
}

.formulaire_contact .job-manager-form fieldset label {
  width: 100%;
}

.formulaire_contact .job-manager-form fieldset div.field {
  width: 100%;
  float: none;
}

.formulaire_contact .job-manager-form .nopadding {
  padding: 0;
}

.formulaire_contact .btn_submit {
  position: relative;
  margin-top: 20px;
}

.formulaire_contact .btn_submit .ajax-loader {
  position: absolute;
}

.formulaire_contact .btn_submit .wpcf7-submit {
  border: none;
  color: #ffffff;
  margin: 0;
  background: #6CB23F;
  border-radius: 0;
  padding: 12px 35px 12px 35px;
  font-size: 1.15em;
  letter-spacing: 1px;
  font-weight: 600;
}

.formulaire_contact .btn_submit .wpcf7-submit:hover {
  color: #ffffff;
  background: #387C2B;
}

@media screen and (max-width: 769px) {
  .formulaire_contact .btn_submit .wpcf7-submit {
    padding: 10px 30px 10px 30px;
    font-size: 1.1em;
  }
}

@media screen and (max-width: 480px) {
  .formulaire_contact .btn_submit .wpcf7-submit {
    font-size: 1em;
  }
}

.formulaire_contact .separate {
  display: block;
  width: 100%;
  float: left;
}

.formulaire_contact .separate hr {
  margin-top: 0;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #1C2D40;
  opacity: 0.25;
}

.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
  border-radius: 0;
}

.woocommerce form.login .woocommerce-privacy-policy-text,
.woocommerce form.register .woocommerce-privacy-policy-text {
  display: none;
}

#lesPages {
  padding: 200px 0 50px 0;
  background-color: #ffffff;
}

@media screen and (max-width: 1050px) {
  #lesPages {
    padding: 170px 0 40px 0;
  }
}

@media screen and (max-width: 769px) {
  #lesPages {
    padding: 150px 0 35px 0;
  }
}

@media screen and (max-width: 480px) {
  #lesPages {
    padding: 125px 0 25px 0;
  }
}

#sectionNouvelle .wrapNews {
  margin-left: -80px;
  margin-right: -80px;
}

#sectionNouvelle .wrapNews:before,
#sectionNouvelle .wrapNews:after {
  content: " ";
  display: table;
}

#sectionNouvelle .wrapNews:after {
  clear: both;
}

#sectionNouvelle .wrapNews #nav-posts {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

#sectionNouvelle .wrapNews #nav-posts .prev {
  float: left;
  width: 50%;
  text-align: center;
}

#sectionNouvelle .wrapNews #nav-posts .next {
  float: right;
  width: 50%;
  text-align: center;
}

#sectionNouvelle .wrapNews .col-sm-6 {
  padding: 40px 80px;
  margin-bottom: 30px;
}

#sectionNouvelle .wrapNews .col-sm-6:nth-child(even) {
  border-left: 1px solid #707070;
}

#sectionNouvelle .wrapNews .col-sm-6 h4 {
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  font-weight: 600;
  color: #6CB23F;
  margin-bottom: 15px;
}

#sectionNouvelle .wrapNews .col-sm-6 .view-article {
  display: none;
}

#sectionNouvelle .wrapNews .col-sm-6 .resume {
  display: block;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #6CB23F;
}

#sectionNouvelle .wrapNews .col-sm-6 .link_news {
  font-size: 1.1em;
  text-align: left;
  margin-bottom: 5px;
  background: #387C2B;
  color: #6CB23F;
  padding: 7px 10px;
  margin-bottom: 15px;
  margin-top: 20px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
}

#sectionNouvelle .wrapNews .col-sm-6 .link_news span {
  font-weight: 700;
}

@media screen and (max-width: 1350px) {
  #sectionNouvelle .wrapNews {
    margin-left: 0;
    margin-right: 0;
  }

  #sectionNouvelle .wrapNews:before,
  #sectionNouvelle .wrapNews:after {
    content: " ";
    display: table;
  }

  #sectionNouvelle .wrapNews:after {
    clear: both;
  }
}

@media screen and (max-width: 769px) {
  #sectionNouvelle .wrapNews .col-sm-6 {
    padding: 40px;
    margin-bottom: 10px;
  }

  #sectionNouvelle .wrapNews .col-sm-6:nth-child(even) {
    border-left: none;
  }
}

#search {
  padding: 235px 0 0 0;
}

#search article {
  display: block;
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
}

#search article:after {
  content: "";
  background: #C8C8C9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100px;
  margin: auto;
}

#search article .post {
  position: relative;
}

#search article .post:before,
#search article .post:after {
  content: " ";
  display: table;
}

#search article .post:after {
  clear: both;
}

#search article .post .row {
  margin-left: 0;
  margin-right: 0;
}

#search article .post .row:before,
#search article .post .row:after {
  content: " ";
  display: table;
}

#search article .post .row:after {
  clear: both;
}

#search article .post .wp-post-image {
  position: absolute;
  right: 0;
  z-index: 2;
  transition: all 200ms ease-in-out;
  opacity: 1;
  top: 50%;
  max-width: 750px;
  transform: translateY(-50%);
}

#search article .post .article_content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  background-color: #ffffff;
  z-index: 5;
  position: relative;
}

@media (min-width: 769px) {
  #search article .post .article_content {
    float: left;
    width: 100%;
  }
}

#search article .post .article_photo {
  padding: 12% 0;
  position: relative;
  float: left;
  width: 41.66667%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 75px;
}

@media (min-width: 769px) {
  #search article .post .article_photo {
    float: left;
    width: 41.66667%;
  }
}

#search article .post .resume {
  display: block;
  margin-bottom: 25px;
  font-size: 1.25em;
}

#search article .post h4 {
  font-size: 1.65em;
  line-height: 35px;
  color: #6CB23F;
  margin-bottom: 20px;
  font-weight: 500;
}

#search article .post .date {
  font-weight: 700;
}

#search article .post .continue_link {
  color: #1C2D40;
  position: relative;
  font-size: 1.25em;
  float: right;
}

#search article .post .continue_link span {
  color: #6CB23F;
  font-size: 0.8em;
}

#search article .post .continue_link:after {
  color: #6CB23F;
  content: "";
  width: 25px;
  border-width: 2px 0 0;
  display: block;
  padding: 0;
  border-style: solid;
  margin: 18px 0 5px 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

#search article .post .continue_link:hover,
#search article .post .continue_link:active,
#search article .post .continue_link:focus,
#search article .post .continue_link:checked #search article .post .continue_link.over {
  text-decoration: none;
}

#search article .post .continue_link:hover:after,
#search article .post .continue_link:active:after,
#search article .post .continue_link:focus:after,
#search article .post .continue_link:checked #search article .post .continue_link.over:after {
  width: 100%;
  border-width: 2px 0 0;
}

#search article .post .view-article {
  display: block;
  color: #ffffff;
}

#search article .post .view-article:hover {
  color: #ffffff;
}

#search article .post .view-article:hover:before {
  text-decoration: underline;
}

#search article .post .view-article:before {
  content: ">>>";
  color: #6CB23F;
}

#search article .post a {
  color: #1C2D40;
  position: relative;
}

#search article .post a:hover {
  color: #6CB23F;
}

#search article .post:hover .wp-post-image {
  opacity: 0.8;
}

#search article .news {
  position: relative;
  padding-bottom: 50px;
}

#search article .news:before,
#search article .news:after {
  content: " ";
  display: table;
}

#search article .news:after {
  clear: both;
}

#search article .news .wp-post-image {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

#search article .news .view-article {
  position: absolute;
  bottom: 0;
  right: 0;
}

#search .pagination {
  display: block;
  margin: 20px auto;
  text-align: center;
}

#Nouvelle {
  padding: 250px 0 0 0;
}

/***

ACCUEIL

***/
#Benefices {
  padding: 140px 0 150px 0;
  background-color: #1C2D40;
}

@media screen and (max-width: 1050px) {
  #Benefices {
    padding: 120px 0 125px 0;
  }
}

@media screen and (max-width: 769px) {
  #Benefices {
    padding: 80px 0 85px 0;
  }
}

@media screen and (max-width: 480px) {
  #Benefices {
    padding: 30px 0 40px 0;
  }
}

#Benefices .row_benefices {
  margin-left: -20px;
  margin-right: -20px;
}

#Benefices .row_benefices:before,
#Benefices .row_benefices:after {
  content: " ";
  display: table;
}

#Benefices .row_benefices:after {
  clear: both;
}

#Benefices .row_benefices .content_liste {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 769px) {
  #Benefices .row_benefices .content_liste {
    float: left;
    width: 45.83333%;
  }
}

#Benefices .row_benefices .icon_benefices {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

@media (min-width: 769px) {
  #Benefices .row_benefices .icon_benefices {
    float: left;
    width: 23.33333%;
  }
}

#Benefices .row_benefices .icon_benefices .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}

#Benefices .row_benefices .titre_benefices {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 769px) {
  #Benefices .row_benefices .titre_benefices {
    float: left;
    width: 30.83333%;
  }
}

#Benefices .row_benefices .titre_benefices h1 {
  font-size: 2.65em;
  line-height: normal;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 53px;
  margin-bottom: 0;
}

@media screen and (max-width: 1450px) {
  #Benefices .row_benefices {
    margin: 0;
  }
}

@media screen and (max-width: 1050px) {
  #Benefices .row_benefices .icon_benefices img {
    width: 80%;
    max-width: 125px;
  }

  #Benefices .row_benefices .titre_benefices h1 {
    font-size: 2em;
    line-height: 50px;
  }
}

@media screen and (max-width: 769px) {
  #Benefices .row_benefices .icon_benefices {
    margin-bottom: 35px;
  }

  #Benefices .row_benefices .icon_benefices img {
    width: 80%;
    max-width: 100px;
  }

  #Benefices .row_benefices .titre_benefices h1 {
    font-size: 1.8em;
    line-height: 45px;
  }
}

@media screen and (max-width: 480px) {
  #Benefices .row_benefices .icon_benefices {
    margin-bottom: 25px;
  }

  #Benefices .row_benefices .icon_benefices img {
    width: 60%;
    max-width: 50px;
  }

  #Benefices .row_benefices .titre_benefices h1 {
    font-size: 1.65em;
    text-align: center;
    margin-bottom: 0;
    line-height: 38px;
  }
}

#Benefices .liste_avantages {
  margin-left: -20px;
  margin-right: -20px;
}

#Benefices .liste_avantages:before,
#Benefices .liste_avantages:after {
  content: " ";
  display: table;
}

#Benefices .liste_avantages:after {
  clear: both;
}

#Benefices .liste_avantages .advantage {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

#Benefices .liste_avantages .advantage p {
  font-size: 1.9em;
  line-height: normal;
  color: #ffffff;
  margin-bottom: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

#Benefices .liste_avantages .advantage a {
  color: #1C2D40;
  text-decoration: none;
  padding: 0 0 40px 0;
  margin-bottom: 35px;
  border-bottom: 4px solid #ffffff;
  display: block;
}

#Benefices .liste_avantages .advantage a:hover {
  color: #BDD5AC;
  text-decoration: underline;
}

#Benefices .liste_avantages .advantage a:hover p {
  color: #BDD5AC;
}

#Benefices .liste_avantages .advantage:last-child a {
  margin-bottom: 0;
}

@media screen and (max-width: 1050px) {
  #Benefices .liste_avantages .advantage p {
    font-size: 1.65em;
  }

  #Benefices .liste_avantages .advantage a {
    padding: 0 0 35px 0;
    margin-bottom: 25px;
    border-bottom: 4px solid #ffffff;
  }
}

@media screen and (max-width: 769px) {
  #Benefices .liste_avantages .advantage p {
    font-size: 1.5em;
  }

  #Benefices .liste_avantages .advantage a {
    padding: 0 0 30px 0;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 480px) {
  #Benefices .liste_avantages .advantage p {
    font-size: 1.35em;
  }

  #Benefices .liste_avantages .advantage a {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1050px) {
  #Benefices .titre_benefices {
    padding: 0 15%;
  }

  #Benefices .titre_benefices h3 {
    font-size: 1.9em;
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 769px) {
  #Benefices .titre_benefices {
    margin-bottom: 70px;
    padding: 0 12%;
    text-align: center;
  }

  #Benefices .titre_benefices h3 {
    font-size: 1.8em;
    margin-bottom: 60px;
  }

  #Benefices .liste_avantages .advantage {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  #Benefices {
    padding: 40px 0 40px 0;
  }

  #Benefices .titre_benefices {
    margin-bottom: 30px;
    padding: 0 6%;
  }

  #Benefices .titre_benefices h3 {
    font-size: 1.7em;
    margin-bottom: 15px;
  }

  #Benefices .liste_avantages .advantage {
    padding: 0;
  }

  #Benefices .liste_avantages .advantage .iconadvantage {
    margin-bottom: 15px;
  }
}

#presentationEquipe {
  background-color: #ffffff;
  padding: 100px 0;
  position: relative;
}

#presentationEquipe .icon_presentation_equipe {
  position: absolute;
  left: -175px;
  top: 50px;
  z-index: 19;
}

@media screen and (max-width: 1050px) {
  #presentationEquipe {
    padding: 80px 0;
  }

  #presentationEquipe .icon_presentation_equipe {
    left: -100px;
    top: 40px;
  }

  #presentationEquipe .icon_presentation_equipe img {
    max-width: 200px;
  }
}

@media screen and (max-width: 769px) {
  #presentationEquipe {
    padding: 50px 0 65px 0;
  }

  #presentationEquipe .icon_presentation_equipe {
    left: -100px;
    top: 60px;
  }

  #presentationEquipe .icon_presentation_equipe img {
    max-width: 250px;
  }
}

@media screen and (max-width: 480px) {
  #presentationEquipe {
    padding: 25px 0 50px 0;
  }

  #presentationEquipe .icon_presentation_equipe {
    left: -80px;
    top: 35px;
  }

  #presentationEquipe .icon_presentation_equipe img {
    max-width: 150px;
  }
}

#presentationEquipe .row_presentationEquipe {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

#presentationEquipe .row_presentationEquipe:before,
#presentationEquipe .row_presentationEquipe:after {
  content: " ";
  display: table;
}

#presentationEquipe .row_presentationEquipe:after {
  clear: both;
}

#presentationEquipe .row_presentationEquipe .photo_presentationEquipe {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 65px;
}

@media (min-width: 769px) {
  #presentationEquipe .row_presentationEquipe .photo_presentationEquipe {
    float: left;
    width: 50%;
  }
}

#presentationEquipe .row_presentationEquipe .textre_presentationEquipe {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 65px;
}

@media (min-width: 769px) {
  #presentationEquipe .row_presentationEquipe .textre_presentationEquipe {
    float: left;
    width: 50%;
  }
}

#presentationEquipe .row_presentationEquipe .textre_presentationEquipe .flexcontent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}

#presentationEquipe .row_presentationEquipe .textre_presentationEquipe h2 {
  font-size: 3.5em;
  line-height: normal;
  color: #387C2B;
  margin-bottom: 40px;
}

#presentationEquipe .row_presentationEquipe .textre_presentationEquipe p {
  line-height: 27px;
  margin-bottom: 30px;
}

#presentationEquipe .row_presentationEquipe .textre_presentationEquipe .btn {
  text-align: center;
  max-width: 255px;
}

@media screen and (max-width: 1050px) {
  #presentationEquipe .row_presentationEquipe {
    margin-left: -10px;
    margin-right: -10px;
  }

  #presentationEquipe .row_presentationEquipe .photo_presentationEquipe {
    padding-right: 35px;
  }

  #presentationEquipe .row_presentationEquipe .textre_presentationEquipe {
    padding-left: 35px;
  }

  #presentationEquipe .row_presentationEquipe .textre_presentationEquipe h2 {
    font-size: 2.75em;
    margin-bottom: 35px;
  }

  #presentationEquipe .row_presentationEquipe .textre_presentationEquipe p {
    line-height: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 769px) {
  #presentationEquipe .row_presentationEquipe {
    margin-left: 0;
    margin-right: 0;
  }

  #presentationEquipe .row_presentationEquipe .photo_presentationEquipe {
    padding: 0;
    margin-bottom: 50px;
  }

  #presentationEquipe .row_presentationEquipe .textre_presentationEquipe {
    padding: 0;
  }

  #presentationEquipe .row_presentationEquipe .textre_presentationEquipe h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  #presentationEquipe .row_presentationEquipe .photo_presentationEquipe {
    padding: 0;
    margin-bottom: 30px;
  }

  #presentationEquipe .row_presentationEquipe .textre_presentationEquipe h2 {
    font-size: 2em;
    margin-bottom: 15px;
  }

  #presentationEquipe .row_presentationEquipe .btn {
    margin: 0 auto;
    max-width: 205px;
  }
}

.parallax-mirror {
  z-index: 0 !important;
}

#bannerMotivation {
  padding: 0;
}

#bannerMotivation .photo_presentation_motivation {
  height: 20vh;
  min-height: 535px;
}

#bannerMotivation .parallax-window {
  min-height: 535px;
  background: transparent;
  width: 100%;
}

#bannerMotivation .titre_motivation {
  height: 100%;
}

#bannerMotivation .titre_motivation .flexcontent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}

#bannerMotivation .titre_motivation h4 {
  font-size: 5.8em;
  font-weight: 300;
  margin: 0;
  line-height: 85px;
  color: #ffffff;
}

@media screen and (max-width: 1050px) {
  #bannerMotivation .photo_presentation_motivation {
    height: 18vh;
    min-height: 515px;
  }

  #bannerMotivation .titre_motivation h4 {
    font-size: 4.5em;
    line-height: 75px;
  }
}

@media screen and (max-width: 769px) {
  #bannerMotivation .photo_presentation_motivation {
    height: 15vh;
    min-height: 415px;
  }

  #bannerMotivation .titre_motivation h4 {
    font-size: 3.25em;
    line-height: 55px;
  }
}

@media screen and (max-width: 480px) {
  #bannerMotivation .photo_presentation_motivation {
    height: 10vh;
    min-height: 350px;
  }

  #bannerMotivation .titre_motivation .flexcontent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    padding-top: 40px;
  }

  #bannerMotivation .titre_motivation h4 {
    font-size: 2.8em;
    line-height: 42px;
  }
}

#presentationEntreprise {
  background-color: #ffffff;
  padding: 110px 0;
  position: relative;
}

@media screen and (max-width: 1050px) {
  #presentationEntreprise {
    padding: 80px 0;
  }
}

@media screen and (max-width: 769px) {
  #presentationEntreprise {
    padding: 50px 0 65px 0;
  }
}

@media screen and (max-width: 480px) {
  #presentationEntreprise {
    padding: 25px 0 35px 0;
  }
}

#presentationEntreprise .row_presentationEntreprise {
  margin-left: -20px;
  margin-right: -20px;
}

#presentationEntreprise .row_presentationEntreprise:before,
#presentationEntreprise .row_presentationEntreprise:after {
  content: " ";
  display: table;
}

#presentationEntreprise .row_presentationEntreprise:after {
  clear: both;
}

#presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 65px;
}

@media (min-width: 769px) {
  #presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise {
    float: left;
    width: 50%;
  }
}

#presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise .flexcontent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}

#presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise h2 {
  font-size: 3.5em;
  line-height: normal;
  color: #387C2B;
  margin-bottom: 40px;
}

#presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise p {
  line-height: 27px;
  margin-bottom: 30px;
}

#presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise .btn {
  text-align: left;
}

#presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise .liste_secondaire {
  display: block;
  margin-top: 50px;
}

#presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise .liste_secondaire .highlight_secondaire {
  display: block;
  margin-bottom: 40px;
  font-size: 1.2em;
  padding-left: 80px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='190px' height='116px' viewBox='0 0 190 116' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcones / planches%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood-Wood_Web_Accueil' transform='translate(-817.000000, -1028.000000)' fill='%23D0B973'%3E%3Cg id='Facts' transform='translate(0.000000, 835.000000)'%3E%3Cg id='Group' transform='translate(119.000000, 139.000000)'%3E%3Cg transform='translate(698.000000, 54.000000)' id='Icones-/-planches'%3E%3Cpath d='M39.7615948,1.280202e-13 L2.66982759,69.3008621 L4.65527999e-14,74.2965517 L4.65527999e-14,82.6172414 L4.65527999e-14,115.424181 L58.7198276,115.424181 L72.0370259,115.424181 L117.439655,115.424181 L130.756853,115.424181 L189.475862,115.424181 L189.475862,82.6172414 L189.475862,74.2801724 L186.814224,69.3008621 L149.723276,1.280202e-13 L39.7615948,1.280202e-13 Z M119.692629,13.3155603 L141.747371,13.3155603 L171.713319,69.3008621 L130.756853,69.3008621 L129.675819,69.3008621 L119.692629,13.3155603 Z M83.3215517,13.3155603 L106.163319,13.3155603 L116.154698,69.3008621 L73.3309914,69.3008621 L83.3215517,13.3155603 Z M47.738319,13.3155603 L69.7930603,13.3155603 L59.8090517,69.3008621 L58.7198276,69.3008621 L17.7805603,69.3008621 L47.738319,13.3155603 Z M130.756853,82.6172414 L132.05,82.6172414 L176.159483,82.6172414 L176.159483,102.108621 L130.756853,102.108621 L130.756853,82.6172414 Z M72.0370259,102.108621 L117.439655,102.108621 L117.439655,82.6172414 L72.0370259,82.6172414 L72.0370259,102.108621 Z M13.3171983,82.6172414 L57.4340517,82.6172414 L58.7198276,82.6172414 L58.7198276,102.108621 L13.3171983,102.108621 L13.3171983,82.6172414 Z' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 52px 31px;
  margin-bottom: 20px;
  line-height: 23px;
  min-height: 35px;
  font-weight: 600;
}

#presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 110px;
  position: relative;
}

@media (min-width: 769px) {
  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise {
    float: left;
    width: 50%;
  }
}

#presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .icon_presentation_entreprise {
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 55;
}

#presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste {
  display: block;
}

#presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight {
  display: block;
  padding-top: 20px;
  margin-bottom: 30px;
  padding-left: 55px;
  position: relative;
  z-index: 65;
}

#presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight h5 {
  font-size: 3.5em;
  line-height: 38px;
  color: #1C2D40;
  margin-bottom: 10px;
}

#presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight p {
  font-size: 1.55em;
  font-weight: 600;
  width: 55%;
}

#presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight:after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='42px' height='42px' viewBox='0 0 42 42' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E+%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood_Web_Accueil' transform='translate(-913.000000, -2761.000000)' fill='%236CB23F' fill-rule='nonzero'%3E%3Cg id='TexteReferencement' transform='translate(118.000000, 2724.000000)'%3E%3Cg id='Group-4' transform='translate(795.000000, 31.000000)'%3E%3Cpolygon id='+' points='25.6267756 47.7755682 25.6259119 31.6269119 41.7755682 31.6267756 41.7755682 22.1487926 25.6259119 22.1489119 25.6267756 6 16.1487926 6 16.1479119 22.1489119 -5.68434189e-14 22.1487926 -5.68434189e-14 31.6267756 16.1479119 31.6269119 16.1487926 47.7755682'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 42px 42px;
  width: 42px;
  height: 42px;
  display: inline-block;
  float: left;
  left: 0;
  top: 20px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 1050px) {
  #presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise {
    padding-right: 35px;
  }

  #presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise h2 {
    font-size: 2.75em;
    margin-bottom: 35px;
  }

  #presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise p {
    line-height: 25px;
    margin-bottom: 25px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise {
    padding-left: 50px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .icon_presentation_entreprise img {
    max-width: 225px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight {
    padding-top: 18px;
    margin-bottom: 25px;
    padding-left: 50px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight h5 {
    font-size: 3em;
    line-height: 34px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight p {
    font-size: 1.45em;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight:after {
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
    top: 18px;
  }
}

@media screen and (max-width: 769px) {
  #presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise {
    padding-right: 20px;
    margin-bottom: 50px;
  }

  #presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise h2 {
    font-size: 2.5em;
    margin-bottom: 30px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise {
    padding-left: 20px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .icon_presentation_entreprise {
    right: 30px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .icon_presentation_entreprise img {
    max-width: 200px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight {
    padding-top: 17px;
    margin-bottom: 20px;
    padding-left: 50px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight h5 {
    font-size: 2em;
    line-height: 34px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight p {
    font-size: 1.25em;
    margin-bottom: 0;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight:after {
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    top: 17px;
  }
}

@media screen and (max-width: 480px) {
  #presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise {
    margin-bottom: 35px;
  }

  #presentationEntreprise .row_presentationEntreprise .textre_presentationEntreprise h2 {
    font-size: 2.5em;
    margin-bottom: 15px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .icon_presentation_entreprise {
    right: 20px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .icon_presentation_entreprise img {
    max-width: 140px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight {
    padding-top: 17px;
    margin-bottom: 20px;
    padding-left: 50px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight h5 {
    font-size: 2.75em;
    line-height: 34px;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight p {
    font-size: 1.1em;
  }

  #presentationEntreprise .row_presentationEntreprise .liste_presentationEntreprise .liste .highlight:after {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    top: 17px;
  }
}

/***************  Partenaires  *******************/
#partenaires {
  padding: 80px 0 80px 0;
}

@media screen and (max-width: 1050px) {
  #partenaires {
    padding: 70px 0 70px 0;
  }
}

@media screen and (max-width: 769px) {
  #partenaires {
    padding: 50px 0 50px 0;
  }
}

#partenaires h3 {
  font-weight: normal;
  font-style: normal;
  font-size: 2.3em;
  font-weight: 900;
  text-align: center;
}

#partenaires .slideset_partenaires {
  padding-top: 25px;
}

#partenaires .slideset_partenaires .partner {
  padding: 0 10px;
  margin: 0 10px;
  position: relative;
}

#partenaires .slideset_partenaires .partner .flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}

#partenaires .slideset_partenaires .partner img {
  max-width: 135px;
  max-height: 80px;
  vertical-align: middle;
}

#partenaires .slideset_partenaires .partner a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media screen and (max-width: 1050px) {
  #partenaires h3 {
    font-size: 1.65em;
  }
}

@media screen and (max-width: 769px) {
  #partenaires h3 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 480px) {
  #partenaires h3 {
    font-size: 1.25em;
  }
}

/***

Emplois

***/
#emplois {
  padding: 100px 0 0 0;
  background-color: #ffffff;
}

#emplois .row {
  padding-bottom: 70px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

#emplois .row:before,
#emplois .row:after {
  content: " ";
  display: table;
}

#emplois .row:after {
  clear: both;
}

@media screen and (max-width: 1050px) {
  #emplois .row {
    margin-bottom: 60px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 769px) {
  #emplois .row {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  #emplois .row {
    margin-bottom: 25px;
  }
}

#emplois .content_article {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  min-height: 500px;
}

@media (min-width: 769px) {
  #emplois .content_article {
    float: left;
    width: 100%;
  }
}

#emplois .content_article .goback {
  margin-bottom: 35px;
  display: none;
}

#emplois .content_article h2 {
  color: #387C2B;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-size: 3.5em;
  line-height: 45px;
  padding-right: 50px;
}

#emplois .content_article h3 {
  color: #1C2D40;
  margin: 0 0 20px 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2em;
  line-height: 32px;
}

#emplois .content_article .titre_principal_emplois {
  margin-right: 120px;
}

#emplois .content_article .contenu_emploi .job-listing-meta {
  margin-right: 100px;
  margin-bottom: 50px;
}

#emplois .content_article .contenu_emploi .job-listing-meta .job-type {
  background-color: #387C2B;
}

#emplois .content_article .contenu_emploi .content_details {
  display: block;
  margin-bottom: 70px;
}

#emplois .content_article .contenu_emploi .content_details div {
  display: block;
  margin-bottom: 35px;
}

#emplois .content_article .contenu_emploi .content_details ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2px;
}

#emplois .content_article .contenu_emploi .content_details ul li {
  font-size: 1.2em;
  padding-left: 32px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='190px' height='116px' viewBox='0 0 190 116' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EIcones / planches%3C/title%3E%3Cg id='Desktop' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='VD16165_BarretteWood-Wood_Web_Accueil' transform='translate(-817.000000, -1028.000000)' fill='%23D0B973'%3E%3Cg id='Facts' transform='translate(0.000000, 835.000000)'%3E%3Cg id='Group' transform='translate(119.000000, 139.000000)'%3E%3Cg transform='translate(698.000000, 54.000000)' id='Icones-/-planches'%3E%3Cpath d='M39.7615948,1.280202e-13 L2.66982759,69.3008621 L4.65527999e-14,74.2965517 L4.65527999e-14,82.6172414 L4.65527999e-14,115.424181 L58.7198276,115.424181 L72.0370259,115.424181 L117.439655,115.424181 L130.756853,115.424181 L189.475862,115.424181 L189.475862,82.6172414 L189.475862,74.2801724 L186.814224,69.3008621 L149.723276,1.280202e-13 L39.7615948,1.280202e-13 Z M119.692629,13.3155603 L141.747371,13.3155603 L171.713319,69.3008621 L130.756853,69.3008621 L129.675819,69.3008621 L119.692629,13.3155603 Z M83.3215517,13.3155603 L106.163319,13.3155603 L116.154698,69.3008621 L73.3309914,69.3008621 L83.3215517,13.3155603 Z M47.738319,13.3155603 L69.7930603,13.3155603 L59.8090517,69.3008621 L58.7198276,69.3008621 L17.7805603,69.3008621 L47.738319,13.3155603 Z M130.756853,82.6172414 L132.05,82.6172414 L176.159483,82.6172414 L176.159483,102.108621 L130.756853,102.108621 L130.756853,82.6172414 Z M72.0370259,102.108621 L117.439655,102.108621 L117.439655,82.6172414 L72.0370259,82.6172414 L72.0370259,102.108621 Z M13.3171983,82.6172414 L57.4340517,82.6172414 L58.7198276,82.6172414 L58.7198276,102.108621 L13.3171983,102.108621 L13.3171983,82.6172414 Z' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 23px 25px;
  margin-bottom: 20px;
  line-height: 26px;
  font-weight: 600;
}

#emplois .content_article .contenu_emploi .company {
  margin-right: 100px;
  display: none;
}

#emplois .content_article .contenu_emploi .job_description {
  margin-right: 100px;
}

#emplois .content_article .contenu_emploi .job_application {
  display: none;
}

#emplois .content_article .formulaire_contact {
  display: block;
  margin-bottom: 25px;
}

#emplois .content_article .job-manager-single-alert-link {
  display: none;
}

#emplois .content_article .head_info {
  display: block;
  margin-bottom: 30px;
}

#emplois .content_article .head_info .author,
#emplois .content_article .head_info .date {
  display: block;
}

#emplois .content_article .head_info .author a,
#emplois .content_article .head_info .date a {
  color: #1C2D40;
  text-decoration: underline;
}

#emplois .content_article .head_info .author a:hover,
#emplois .content_article .head_info .date a:hover {
  color: #6CB23F;
}

#emplois .content_article .head_info .author {
  text-transform: uppercase;
  display: none;
}

#emplois .content_article .post img {
  width: 100%;
}

@media screen and (max-width: 1050px) {
  #emplois .content_article h2 {
    font-size: 2.75em;
    line-height: 40px;
  }

  #emplois .content_article h3 {
    font-size: 2em;
    line-height: 38px;
  }
}

@media screen and (max-width: 769px) {
  #emplois .content_article {
    min-height: 400px;
  }

  #emplois .content_article h2 {
    font-size: 2.5em;
    line-height: 38px;
  }

  #emplois .content_article h3 {
    font-size: 1.8em;
    line-height: 36px;
  }

  #emplois .content_article .contenu_nouvelle p {
    font-size: 1.15em;
  }

  #emplois .content_article .contenu_nouvelle ul li {
    font-size: 1.15em;
  }
}

@media screen and (max-width: 480px) {
  #emplois .content_article {
    min-height: 350px;
  }

  #emplois .content_article h2 {
    font-size: 1.75em;
    line-height: 34px;
  }

  #emplois .content_article h3 {
    font-size: 1.5em;
    line-height: 32px;
  }

  #emplois .content_article .contenu_nouvelle p {
    font-size: 1.05em;
  }

  #emplois .content_article .contenu_nouvelle ul li {
    font-size: 1.05em;
  }
}

#emplois #partage {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

#emplois #partage ul {
  list-style: none;
}

#emplois #partage ul li {
  display: list-item;
  padding: 0 0 15px 0;
}

#emplois #partage ul li a {
  font-size: 2.5em;
  font-weight: normal;
}

#emplois #partage ul li a:before {
  color: #1C2D40;
}

#emplois #partage ul li a:hover {
  text-decoration: none;
  background: none;
}

#emplois #partage ul li a:hover:before {
  color: #6CB23F;
}

#emplois #partage .title_partage {
  color: #1C2D40;
  font-size: 1.1em;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 769px) {
  #emplois #partage ul {
    margin-bottom: 0;
  }

  #emplois #partage ul li:last-child {
    padding: 0;
  }

  #emplois #partage ul li a {
    font-size: 2em;
  }

  #emplois #partage .title_partage {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1050px) {
  #emplois {
    padding: 180px 0 0 0;
  }
}

@media screen and (max-width: 769px) {
  #emplois {
    padding: 150px 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  #emplois {
    padding: 135px 0 0 0;
  }
}

/***

NOUVELLES

***/
#Nouvelles {
  padding: 50px 0 50px 0;
}

#Nouvelles .row {
  margin-left: 0;
  margin-right: 0;
}

#Nouvelles .row:before,
#Nouvelles .row:after {
  content: " ";
  display: table;
}

#Nouvelles .row:after {
  clear: both;
}

#Nouvelles .row .row_sidebar {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1050px) {
  #Nouvelles .row .row_sidebar {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 769px) {
  #Nouvelles .row .row_sidebar {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 480px) {
  #Nouvelles .row .row_sidebar {
    margin-bottom: 50px;
  }
}

#Nouvelles .row .row_nouvelles {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#Nouvelles .sidebar {
  position: relative;
}

#Nouvelles .sidebar .widget_categories,
#Nouvelles .sidebar .widget_archive {
  display: block;
  margin-bottom: 50px;
}

#Nouvelles .sidebar .widget_categories ul,
#Nouvelles .sidebar .widget_archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#Nouvelles .sidebar .widget_categories ul li,
#Nouvelles .sidebar .widget_archive ul li {
  display: block;
  margin-bottom: 10px;
}

#Nouvelles .sidebar .widget_categories ul li a,
#Nouvelles .sidebar .widget_archive ul li a {
  font-size: 1.2em;
}

#Nouvelles .sidebar .sidebar-widget {
  display: block;
}

#Nouvelles .sidebar .sidebar-widget .widget_categories {
  display: table;
  margin: 0 auto;
}

#Nouvelles .sidebar .sidebar-widget .widget_categories h3 {
  display: none;
}

#Nouvelles .sidebar .sidebar-widget .widget_categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 350px;
}

#Nouvelles .sidebar .sidebar-widget .widget_categories ul li {
  margin: 0 10px;
  padding: 0;
  display: inline-block;
  font-size: 1.1em;
}

#Nouvelles .sidebar .sidebar-widget .widget_categories ul li a {
  color: #1C2D40;
  padding-bottom: 1px;
  border-bottom: 1px solid #ffffff;
  font-size: 1.1em;
}

#Nouvelles .sidebar .sidebar-widget .widget_categories ul li a:hover {
  border-bottom: 1px solid #1C2D40;
}

#Nouvelles .sidebar .sidebar-widget .widget_categories ul li.current-cat a {
  border-bottom: 1px solid #1C2D40;
}

#Nouvelles .sidebar h3 {
  font-size: 1.5em;
  line-height: normal;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  #Nouvelles .sidebar .sidebar-widget .widget_categories ul {
    min-width: 250px;
  }

  #Nouvelles .sidebar .sidebar-widget .widget_categories ul li {
    margin: 0 5px;
    font-size: 1em;
    padding: 5px 0;
  }

  #Nouvelles .sidebar .sidebar-widget .widget_categories ul li a {
    font-size: 1em;
  }
}

@media screen and (max-width: 480px) {
  #Nouvelles .sidebar .sidebar-widget .widget_categories ul {
    min-width: 200px;
  }

  #Nouvelles .sidebar .sidebar-widget .widget_categories ul li {
    margin: 0 5px;
    font-size: 0.95em;
    display: block;
    text-align: center;
  }

  #Nouvelles .sidebar .sidebar-widget .widget_categories ul li a {
    font-size: 0.95em;
  }
}

#Nouvelles .allNouvelles {
  padding: 0;
}

#Nouvelles .allNouvelles h1 {
  margin: 0 0 100px 0;
  text-transform: uppercase;
}

#Nouvelles .allNouvelles .post {
  margin-bottom: 20px;
  position: relative;
}

#Nouvelles .allNouvelles .post:before,
#Nouvelles .allNouvelles .post:after {
  content: " ";
  display: table;
}

#Nouvelles .allNouvelles .post:after {
  clear: both;
}

#Nouvelles .allNouvelles .post .row {
  margin-left: 0;
  margin-right: 0;
}

#Nouvelles .allNouvelles .post .row:before,
#Nouvelles .allNouvelles .post .row:after {
  content: " ";
  display: table;
}

#Nouvelles .allNouvelles .post .row:after {
  clear: both;
}

#Nouvelles .allNouvelles .post .flexcontent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}

#Nouvelles .allNouvelles .post .article_content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  padding: 40px 60px 25px 60px;
  background-color: #ffffff;
  z-index: 5;
  position: relative;
}

@media (min-width: 769px) {
  #Nouvelles .allNouvelles .post .article_content {
    float: left;
    width: 50%;
  }
}

#Nouvelles .allNouvelles .post .article_photo {
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 25px;
}

@media (min-width: 769px) {
  #Nouvelles .allNouvelles .post .article_photo {
    float: left;
    width: 50%;
  }
}

#Nouvelles .allNouvelles .post .article_photo.pic_right {
  padding-left: 30px;
}

#Nouvelles .allNouvelles .post .article_photo.pic_left {
  padding-right: 30px;
}

#Nouvelles .allNouvelles .post .resume {
  display: block;
  margin-bottom: 25px;
  font-size: 1.1em;
}

#Nouvelles .allNouvelles .post .news_photo {
  display: none;
}

#Nouvelles .allNouvelles .post h4 {
  font-size: 1.5em;
  line-height: 25px;
  color: #6CB23F;
  margin-bottom: 30px;
  font-weight: 600;
}

#Nouvelles .allNouvelles .post .date {
  font-weight: 700;
  display: none;
}

#Nouvelles .allNouvelles .post .continue_link {
  color: #1C2D40;
  position: relative;
  font-size: 1.15em;
  cursor: pointer;
}

#Nouvelles .allNouvelles .post .continue_link span {
  color: #6CB23F;
  font-size: 0.7em;
}

#Nouvelles .allNouvelles .post .continue_link:after {
  color: #6CB23F;
  content: "";
  width: 25px;
  border-width: 3px 0 0;
  display: block;
  padding: 0;
  border-style: solid;
  margin: 12px 0 5px 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

#Nouvelles .allNouvelles .post .continue_link:hover,
#Nouvelles .allNouvelles .post .continue_link:active,
#Nouvelles .allNouvelles .post .continue_link:focus {
  text-decoration: none;
  color: #1C2D40;
}

#Nouvelles .allNouvelles .post .continue_link:hover:after,
#Nouvelles .allNouvelles .post .continue_link:active:after,
#Nouvelles .allNouvelles .post .continue_link:focus:after {
  width: 150px;
  border-width: 3px 0 0;
}

@media screen and (max-width: 480px) {

  #Nouvelles .allNouvelles .post .continue_link:hover:after,
  #Nouvelles .allNouvelles .post .continue_link:active:after,
  #Nouvelles .allNouvelles .post .continue_link:focus:after {
    width: 25px;
    border-width: 2px 0 0;
  }
}

#Nouvelles .allNouvelles .post .view-article {
  display: none;
  color: #ffffff;
}

#Nouvelles .allNouvelles .post .view-article:hover {
  color: #ffffff;
}

#Nouvelles .allNouvelles .post .view-article:hover:before {
  text-decoration: underline;
}

#Nouvelles .allNouvelles .post .view-article:before {
  content: ">>>";
  color: #6CB23F;
}

#Nouvelles .allNouvelles .post a {
  color: #1C2D40;
}

#Nouvelles .allNouvelles .post a:hover {
  color: #6CB23F;
}

#Nouvelles .allNouvelles .post:hover .wp-post-image {
  opacity: 0.8;
}

@media screen and (max-width: 1050px) {
  #Nouvelles .allNouvelles .post .article_content {
    padding: 35px 50px 25px 50px;
  }
}

@media screen and (max-width: 769px) {
  #Nouvelles .allNouvelles .post .article_content {
    padding: 30px 40px 35px 40px;
  }

  #Nouvelles .allNouvelles .post .article_content .news_photo {
    display: block;
  }

  #Nouvelles .allNouvelles .post .article_content .news_photo img {
    display: block;
    width: 100%;
    margin-bottom: 35px;
  }

  #Nouvelles .allNouvelles .post .article_photo {
    display: none;
  }

  #Nouvelles .allNouvelles .post .article_photo.pic_right {
    padding-left: 0;
  }

  #Nouvelles .allNouvelles .post .article_photo.pic_left {
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  #Nouvelles .allNouvelles .post .article_content {
    padding: 25px 25px 35px 25px;
  }
}

#Nouvelles .allNouvelles #nav-posts {
  text-align: center;
}

#Nouvelles .allNouvelles #nav-posts .wp-pagenavi span.pages,
#Nouvelles .allNouvelles #nav-posts .wp-pagenavi .nextpostslink {
  border: none;
  margin: 0 10px;
}

#Nouvelles .allNouvelles #nav-posts .wp-pagenavi .page,
#Nouvelles .allNouvelles #nav-posts .wp-pagenavi .current {
  border-radius: 50%;
  margin: 0 10px;
  padding: 8px 13px;
}

#Nouvelles .allNouvelles .pagination {
  margin: 10px 0 0 0;
  display: block;
  text-align: center;
}

#Nouvelles .allNouvelles .pagination .page-numbers {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  font-size: 1.15em;
  font-weight: 700;
  color: #6CB23F;
}

#Nouvelles .allNouvelles .pagination .page-numbers .current {
  text-decoration: underline;
  color: #1C2D40;
}

#Nouvelles .allNouvelles .pagination a {
  padding: 10px 10px;
  font-weight: 700;
  text-decoration: none;
}

#Nouvelles .allNouvelles .pagination a:hover {
  border-bottom: 3px solid #6CB23F;
}

@media screen and (max-width: 769px) {
  #Nouvelles .allNouvelles .pagination .page-numbers {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 480px) {
  #Nouvelles .allNouvelles .pagination .page-numbers {
    font-size: 1.05em;
  }
}

#nouvelle {
  padding: 100px 0 0 0;
}

#nouvelle .row {
  margin-bottom: 70px;
  margin-left: 0;
  margin-right: 0;
}

#nouvelle .row:before,
#nouvelle .row:after {
  content: " ";
  display: table;
}

#nouvelle .row:after {
  clear: both;
}

@media screen and (max-width: 1050px) {
  #nouvelle .row {
    margin-bottom: 60px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 769px) {
  #nouvelle .row {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  #nouvelle .row {
    margin-bottom: 25px;
  }
}

#nouvelle .content_article {
  position: relative;
  float: left;
  width: 83.33333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  min-height: 500px;
}

@media (min-width: 769px) {
  #nouvelle .content_article {
    float: left;
    width: 75%;
  }
}

@media (min-width: 1050px) {
  #nouvelle .content_article {
    float: left;
    width: 75%;
  }
}

#nouvelle .content_article .goback {
  margin-bottom: 35px;
}

#nouvelle .content_article .goback a {
  font-weight: 400;
  font-size: 1.2em;
  position: relative;
  color: #1C2D40;
  margin-bottom: 20px;
}

#nouvelle .content_article .goback a:after {
  color: #6CB23F;
  content: "";
  width: 25px;
  border-width: 3px 0 0;
  display: block;
  padding: 0;
  border-style: solid;
  margin: 8px 0 5px 0;
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

#nouvelle .content_article .goback a:hover {
  text-decoration: none;
}

#nouvelle .content_article .goback a:hover:after {
  width: 100%;
}

#nouvelle .content_article h1 {
  margin: 0 0 50px 0;
  font-size: 1.65em;
  text-transform: uppercase;
  font-weight: 500;
}

#nouvelle .content_article .contenu_nouvelle img {
  height: auto;
}

#nouvelle .content_article .contenu_nouvelle p {
  font-size: 1.25em;
}

#nouvelle .content_article .contenu_nouvelle ul {
  padding-left: 20px;
}

#nouvelle .content_article .contenu_nouvelle ul li {
  font-size: 1.25em;
}

#nouvelle .content_article .head_info {
  display: block;
  margin-bottom: 30px;
}

#nouvelle .content_article .head_info .author,
#nouvelle .content_article .head_info .date {
  display: block;
}

#nouvelle .content_article .head_info .author a,
#nouvelle .content_article .head_info .date a {
  color: #1C2D40;
  text-decoration: underline;
}

#nouvelle .content_article .head_info .author a:hover,
#nouvelle .content_article .head_info .date a:hover {
  color: #6CB23F;
}

#nouvelle .content_article .head_info .author {
  text-transform: uppercase;
  display: none;
}

#nouvelle .content_article .attachment-news {
  display: block;
  margin-bottom: 50px;
}

#nouvelle .content_article .post img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  #nouvelle .content_article {
    min-height: 400px;
  }

  #nouvelle .content_article .contenu_nouvelle p {
    font-size: 1.15em;
  }

  #nouvelle .content_article .contenu_nouvelle ul li {
    font-size: 1.15em;
  }
}

@media screen and (max-width: 480px) {
  #nouvelle .content_article {
    min-height: 350px;
  }

  #nouvelle .content_article .contenu_nouvelle p {
    font-size: 1.05em;
  }

  #nouvelle .content_article .contenu_nouvelle ul li {
    font-size: 1.05em;
  }
}

#nouvelle #partage {
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

@media (min-width: 769px) {
  #nouvelle #partage {
    float: left;
    width: 25%;
  }
}

@media (min-width: 1050px) {
  #nouvelle #partage {
    float: left;
    width: 25%;
  }
}

#nouvelle #partage ul {
  list-style: none;
}

#nouvelle #partage ul li {
  display: list-item;
  padding: 0 0 15px 0;
}

#nouvelle #partage ul li a {
  font-size: 2.5em;
  font-weight: normal;
}

#nouvelle #partage ul li a:before {
  color: #1C2D40;
}

#nouvelle #partage ul li a:hover {
  text-decoration: none;
  background: none;
}

#nouvelle #partage ul li a:hover:before {
  color: #6CB23F;
}

#nouvelle #partage .title_partage {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
  color: #1C2D40;
  font-size: 1.2em;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}

@media screen and (max-width: 769px) {
  #nouvelle #partage ul {
    margin-bottom: 0;
  }

  #nouvelle #partage ul li:last-child {
    padding: 0;
  }

  #nouvelle #partage ul li a {
    font-size: 2em;
  }

  #nouvelle #partage .title_partage {
    font-size: 0.9em;
  }
}

#nouvelle .navigation {
  display: block;
  margin: 0 0 80px 0;
}

#nouvelle .navigation.desktop {
  display: block;
}

#nouvelle .navigation.mobile {
  display: none;
}

#nouvelle .navigation:after {
  clear: both;
  content: "";
  display: table;
}

#nouvelle .navigation .previous {
  float: left;
  color: #1C2D40;
}

#nouvelle .navigation .previous a {
  font-size: 1.2em;
  color: #1C2D40;
  position: relative;
}

#nouvelle .navigation .previous a:after {
  color: #6CB23F;
  content: "";
  width: 25px;
  border-width: 3px 0 0;
  display: block;
  padding: 0;
  border-style: solid;
  margin: 10px 0 5px 0;
  position: absolute;
  left: 0;
  top: 20px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

#nouvelle .navigation .previous a:before {
  color: #1C2D40;
  content: "«";
  position: absolute;
  left: -15px;
  top: 0;
  font-size: 0.8em;
  line-height: 18px;
}

#nouvelle .navigation .previous a:hover {
  text-decoration: none;
}

#nouvelle .navigation .previous a:hover:after {
  width: 100%;
}

@media screen and (max-width: 480px) {
  #nouvelle .navigation .previous a:hover:after {
    width: 25px;
  }
}

#nouvelle .navigation .next {
  float: right;
  color: #1C2D40;
}

#nouvelle .navigation .next a {
  font-size: 1.2em;
  color: #1C2D40;
  position: relative;
}

#nouvelle .navigation .next a:after {
  color: #6CB23F;
  content: "";
  width: 25px;
  border-width: 3px 0 0;
  display: block;
  padding: 0;
  border-style: solid;
  margin: 10px 0 5px 0;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

#nouvelle .navigation .next a:before {
  color: #1C2D40;
  content: "»";
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 0.8em;
  line-height: 18px;
}

#nouvelle .navigation .next a:hover {
  text-decoration: none;
}

#nouvelle .navigation .next a:hover:after {
  width: 100%;
}

@media screen and (max-width: 480px) {
  #nouvelle .navigation .next a:hover:after {
    width: 25px;
  }
}

@media screen and (max-width: 1050px) {
  #nouvelle .navigation {
    margin: 0 0 70px 0;
  }
}

@media screen and (max-width: 769px) {
  #nouvelle .navigation {
    margin: 0 0 50px 0;
  }

  #nouvelle .navigation.desktop {
    display: none;
  }

  #nouvelle .navigation.mobile {
    display: block;
  }

  #nouvelle .navigation .previous a {
    font-size: 1.1em;
  }

  #nouvelle .navigation .next a {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 480px) {
  #nouvelle .navigation {
    margin: 0 0 35px 0;
  }

  #nouvelle .navigation .previous a {
    font-size: 0.9em;
  }

  #nouvelle .navigation .next a {
    font-size: 0.9em;
  }
}

#nouvelle .row_contact {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 100px;
}

#nouvelle .row_contact:before,
#nouvelle .row_contact:after {
  content: " ";
  display: table;
}

#nouvelle .row_contact:after {
  clear: both;
}

#nouvelle .container_contact_emploi {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 769px) {
  #nouvelle .container_contact_emploi {
    float: left;
    width: 41.66667%;
  }
}

#nouvelle .container_contact_emploi a {
  color: #1C2D40;
}

#nouvelle .container_contact_emploi .icon_coordonnees {
  max-width: 38px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 2;
  transition: all 200ms ease-in-out;
}

#nouvelle .container_contact_emploi p {
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 28px;
}

#nouvelle .container_contact_emploi a {
  font-weight: 500;
}

@media screen and (max-width: 769px) {
  #nouvelle .container_contact_emploi {
    margin-bottom: 50px;
  }

  #nouvelle .container_contact_emploi p {
    font-size: 1.2em;
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {
  #nouvelle .container_contact_emploi {
    margin-bottom: 35px;
  }

  #nouvelle .container_contact_emploi p {
    font-size: 1.1em;
    line-height: 24px;
  }
}

#nouvelle .container_form_emplois {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 769px) {
  #nouvelle .container_form_emplois {
    float: left;
    width: 58.33333%;
  }
}

#nouvelle .container_form_emplois p {
  font-size: 1.2em;
  line-height: 26px;
}

#nouvelle .container_form_emplois .form_title {
  margin-bottom: 80px;
}

#nouvelle .container_form_emplois .form_title h3 {
  font-size: 3em;
  line-height: 30px;
  margin-bottom: 0;
  color: #ffffff;
}

#nouvelle .container_form_emplois p {
  font-size: 1em;
}

#nouvelle .container_form_emplois p small {
  line-height: 21px;
}

#nouvelle .container_form_emplois .form {
  display: block;
  display: block;
}

#nouvelle .container_form_emplois .form:before,
#nouvelle .container_form_emplois .form:after {
  content: " ";
  display: table;
}

#nouvelle .container_form_emplois .form:after {
  clear: both;
}

#nouvelle .container_form_emplois .form .contact_form {
  margin-left: 0;
  margin-right: 0;
}

#nouvelle .container_form_emplois .form .contact_form:before,
#nouvelle .container_form_emplois .form .contact_form:after {
  content: " ";
  display: table;
}

#nouvelle .container_form_emplois .form .contact_form:after {
  clear: both;
}

#nouvelle .container_form_emplois .form .contact_form .content_left {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 769px) {
  #nouvelle .container_form_emplois .form .contact_form .content_left {
    float: left;
    width: 33.33333%;
  }
}

#nouvelle .container_form_emplois .form .contact_form .content_right {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 769px) {
  #nouvelle .container_form_emplois .form .contact_form .content_right {
    float: left;
    width: 66.66667%;
  }
}

#nouvelle .container_form_emplois .form h5 {
  font-size: 1.8em;
  line-height: 45px;
  margin-bottom: 15px;
  color: #ffffff;
}

#nouvelle .container_form_emplois .form .content_label {
  display: block;
}

#nouvelle .container_form_emplois .form .content_label:before,
#nouvelle .container_form_emplois .form .content_label:after {
  content: " ";
  display: table;
}

#nouvelle .container_form_emplois .form .content_label:after {
  clear: both;
}

#nouvelle .container_form_emplois .form .single {
  margin-bottom: 20px;
  width: 50%;
  float: left;
}

#nouvelle .container_form_emplois .form .single input {
  border: none;
  padding: 12px 30px;
  margin-right: 20px;
  color: #1C2D40;
  background-color: #F1F1F0;
  font-size: 1.1em;
  border: none;
  width: 95%;
  font-weight: 400;
}

#nouvelle .container_form_emplois .form .single input::placeholder {
  color: #1C2D40;
}

@media screen and (max-width: 480px) {
  #nouvelle .container_form_emplois .form .single {
    width: 100%;
  }

  #nouvelle .container_form_emplois .form .single input {
    margin-right: 0;
    padding: 10px 20px;
    font-size: 1em;
  }
}

#nouvelle .container_form_emplois .form .subtitle {
  width: 46%;
  float: left;
  padding-top: 15px;
  font-weight: 600;
}

#nouvelle .container_form_emplois .form .large {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#nouvelle .container_form_emplois .form .large:before,
#nouvelle .container_form_emplois .form .large:after {
  content: " ";
  display: table;
}

#nouvelle .container_form_emplois .form .large:after {
  clear: both;
}

#nouvelle .container_form_emplois .form .large input {
  border: none;
  padding: 12px 30px;
  color: #1C2D40;
  background-color: #F1F1F0;
  font-size: 1.1em;
  border: none;
  width: 97.5%;
  font-weight: 400;
}

#nouvelle .container_form_emplois .form .large input::placeholder {
  color: #1C2D40;
}

@media screen and (max-width: 480px) {
  #nouvelle .container_form_emplois .form .large input {
    font-size: 1em;
    padding: 10px 25px;
  }
}

#nouvelle .container_form_emplois .form .area_title {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 50px;
}

#nouvelle .container_form_emplois .form textarea {
  background: none;
  width: 100%;
  color: #1C2D40;
  background-color: #F1F1F0;
  font-weight: 300;
  font-size: 1.1em;
  padding: 30px;
  border: none;
  border-radius: 0;
  max-height: 130px;
  width: 97.5%;
  resize: none;
}

#nouvelle .container_form_emplois .form textarea::placeholder {
  color: #1C2D40;
}

@media screen and (max-width: 480px) {
  #nouvelle .container_form_emplois .form textarea {
    font-size: 1em;
    padding: 10px 20px;
  }
}

#nouvelle .container_form_emplois .form .radio_question {
  display: block;
}

#nouvelle .container_form_emplois .form .radio_question .wpcf7-list-item {
  display: inline-block;
}

#nouvelle .container_form_emplois .form .radio_question .wpcf7-list-item:first-child {
  margin-right: 50px;
}

#nouvelle .container_form_emplois .form .accepte-contact {
  margin-bottom: 20px;
  display: block;
}

#nouvelle .container_form_emplois .form .select-style {
  border: 1px solid #ffffff;
  border-radius: 0;
  width: 46%;
  float: left;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 25px;
  background: #6CB23F url("../img/icons/arrow_menu_select_white.png") no-repeat 94% 50%;
  background-size: 8px 4px;
  background-repeat: no-repeat;
}

#nouvelle .container_form_emplois .form .select-style select {
  padding: 5px 0;
  width: 100%;
  margin: 10px 18px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

#nouvelle .container_form_emplois .form .select-style select:focus {
  outline: none;
}

#nouvelle .container_form_emplois .form .btn_submit {
  position: relative;
}

#nouvelle .container_form_emplois .form .btn_submit .ajax-loader {
  position: absolute;
}

#nouvelle .container_form_emplois .form .btn_submit .wpcf7-submit {
  border: none;
  color: #ffffff;
  margin: 0;
  background: #6CB23F;
  border-radius: 0;
  padding: 12px 50px 12px 50px;
  font-size: 1.15em;
  letter-spacing: 1px;
  font-weight: 600;
}

#nouvelle .container_form_emplois .form .btn_submit .wpcf7-submit:hover {
  color: #ffffff;
  background: #3A3E3F;
}

@media screen and (max-width: 480px) {
  #nouvelle .container_form_emplois .form .btn_submit .wpcf7-submit {
    font-size: 1em;
    padding: 10px 35px 10px 35px;
  }
}

@media screen and (max-width: 1050px) {
  #nouvelle {
    padding: 90px 0 0 0;
  }
}

@media screen and (max-width: 769px) {
  #nouvelle {
    padding: 70px 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  #nouvelle {
    padding: 60px 0 0 0;
  }
}

/***

Contact

***/
body.page-template-template-contact #generalPresentation {
  padding: 100px 0 0 0;
}

#Contact {
  padding: 0 0 50px 0;
  background-color: #ffffff;
}

#Contact .row_contact {
  margin-left: -30px;
  margin-right: -30px;
}

#Contact .row_contact:before,
#Contact .row_contact:after {
  content: " ";
  display: table;
}

#Contact .row_contact:after {
  clear: both;
}

#Contact .container_coordonnees {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-left: 60px;
}

@media (min-width: 769px) {
  #Contact .container_coordonnees {
    float: left;
    width: 50%;
  }
}

#Contact .container_coordonnees a {
  color: #1C2D40;
}

#Contact .container_coordonnees .telephones_coordonnees,
#Contact .container_coordonnees .courriel_coordonnees,
#Contact .container_coordonnees .adresse_coordonnees {
  position: relative;
  margin-bottom: 15px;
}

#Contact .container_coordonnees .telephones_coordonnees a,
#Contact .container_coordonnees .courriel_coordonnees a,
#Contact .container_coordonnees .adresse_coordonnees a {
  font-weight: 500;
}

#Contact .container_coordonnees .telephones_coordonnees a:hover,
#Contact .container_coordonnees .courriel_coordonnees a:hover,
#Contact .container_coordonnees .adresse_coordonnees a:hover {
  text-decoration: underline;
  color: #387C2B;
}

#Contact .container_form {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-right: 60px;
}

@media (min-width: 769px) {
  #Contact .container_form {
    float: left;
    width: 50%;
  }
}

@media screen and (max-width: 1250px) {
  #Contact .row_contact {
    margin: 0;
  }
}

@media screen and (max-width: 1050px) {
  #Contact .container_coordonnees {
    padding-left: 30px;
  }

  #Contact .container_form {
    padding-right: 30px;
  }
}

@media screen and (max-width: 769px) {
  #Contact .container_coordonnees {
    padding-left: 0;
  }

  #Contact .container_form {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

#carte .acf-map {
  width: 100%;
  height: 500px;
  border: none;
  margin: 0 0 30px 0;
}

#carte .acf-map img {
  max-width: inherit !important;
}

@media screen and (max-width: 535px) {
  #carte .acf-map {
    height: 400px;
  }
}



.formulaire_contact .job-manager-form {
  display: flex;
  flex-direction: column;
}

.formulaire_contact .job-manager-form fieldset.single.half {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.job-manager-form .select2-container {
  font-size: 16px !important;
}