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

Main style file

Wraps everything that need to be compile into css

***/
/***

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

***/
/* 1. Variables -------------------------- */
/* GREEN */
/* RED */
@import url("https://fonts.googleapis.com/css2?family=Cabin&family=Lexend+Deca&family=Open+Sans:wght@400;500;600&display=swap");
@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: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #241A19;
  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: #241A19;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    color: #241A19;
    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.428571429;
  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: #241A19; }

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

.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: #241A19; }

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

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

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

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.428571429;
  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.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .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.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .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.428571429;
    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.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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.428571429 \0; }
  input[type="date"].input-sm, .input-group-sm > [type="date"].form-control,
  .input-group-sm > [type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > [type="date"].btn, .form-horizontal .form-group-sm [type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm > [type="time"].form-control,
  .input-group-sm > [type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > [type="time"].btn,
  .form-horizontal .form-group-sm [type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm > [type="datetime-local"].form-control,
  .input-group-sm > [type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > [type="datetime-local"].btn,
  .form-horizontal .form-group-sm [type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm > [type="month"].form-control,
  .input-group-sm > [type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > [type="month"].btn,
  .form-horizontal .form-group-sm [type="month"].form-control {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > [type="date"].form-control,
  .input-group-lg > [type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > [type="date"].btn, .form-horizontal .form-group-lg [type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg > [type="time"].form-control,
  .input-group-lg > [type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > [type="time"].btn,
  .form-horizontal .form-group-lg [type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg > [type="datetime-local"].form-control,
  .input-group-lg > [type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > [type="datetime-local"].btn,
  .form-horizontal .form-group-lg [type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg > [type="month"].form-control,
  .input-group-lg > [type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > [type="month"].btn,
  .form-horizontal .form-group-lg [type="month"].form-control {
    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, .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-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .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, .form-horizontal .form-group-sm .form-control-static.form-control {
    padding-left: 0;
    padding-right: 0; }

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

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

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

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

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

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
.input-group-lg > [multiple].form-control,
.input-group-lg > [multiple].input-group-addon,
.input-group-lg > .input-group-btn > [multiple].btn,
.form-horizontal .form-group-lg [multiple].form-control {
  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, .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, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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: #6f504d; }

@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.428571429;
  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: #241A19;
  border-color: #150f0f; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #060404;
    border-color: black; }
  .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: #241A19;
    border-color: #150f0f; }
  .btn-primary .badge {
    color: #241A19;
    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: #241A19;
  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: #241A19;
    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.428571429;
    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: #241A19; }

.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.428571429;
  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: #241A19; }
  .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.428571429;
      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: #241A19; }

.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-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-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.428571429;
      text-decoration: none;
      color: #241A19;
      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: #241A19;
    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: #241A19;
    border-color: #241A19;
    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: #241A19; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #060404; }

.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: #241A19;
    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.428571429;
  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: #241A19; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #241A19; }

.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: #241A19;
  -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: #241A19;
  border-color: #241A19; }
  .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: #9b726e; }

.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: #241A19; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #241A19;
    border-color: #241A19; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #241A19; }
    .panel-primary > .panel-heading .badge {
      color: #241A19;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #241A19; }

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

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.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: 'Montserrat';
  src: url("../fonts/package/Montserrat-Regular.eot");
  src: url("../fonts/package/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/package/Montserrat-Regular.woff") format("woff"), url("../fonts/package/Montserrat-Regular.ttf") format("truetype"), url("../fonts/package/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/package/Montserrat-Bold.eot");
  src: url("../fonts/package/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/package/Montserrat-Bold.woff") format("woff"), url("../fonts/package/Montserrat-Bold.ttf") format("truetype"), url("../fonts/package/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-style: bold;
  font-weight: 700; }

@font-face {
  font-family: 'Muli';
  src: url("../fonts/package/Muli-Regular.eot");
  src: url("../fonts/package/Muli-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/package/Muli-Regular.woff") format("woff"), url("../fonts/package/Muli-Regular.ttf") format("truetype"), url("../fonts/package/Muli-Regular.svg#Muli-Regular") format("svg");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Libre Baskerville';
  src: url("../fonts/package/LibreBaskerville-Italic.eot");
  src: url("../fonts/package/LibreBaskerville-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/package/LibreBaskerville-Italic.woff") format("woff"), url("../fonts/package/LibreBaskerville-Italic.ttf") format("truetype"), url("../fonts/package/LibreBaskerville-Italic.svg#LibreBaskerville-Italic") format("svg");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'solas';
  src: url("../fonts/package/solas.eot?v=1469881316");
  src: url("../fonts/package/solas.eot?#iefix") format("embedded-opentype"), url("../fonts/package/solas.woff?v=1469881316") format("woff"), url("../fonts/package/solas.ttf?v=1469881316") format("truetype"), url("../fonts/package/solas.svg?v=1469881316#solas") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "solas" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-checkmark:before {
  content: '\e004'; }

.icon-clock:before {
  content: '\e005'; }

.icon-phone:before {
  content: '\e006'; }

.icon-quotes-end:before {
  content: '\e007'; }

.icon-quotes-start:before {
  content: '\e008'; }

.icon-social-facebook:before {
  content: '\e009'; }

.icon-social-linkedin:before {
  content: '\e00b'; }

.icon-menu:before {
  content: '\e00c'; }

.icon-close:before {
  content: '\e00d'; }

.icon-arrow-down:before {
  content: '\e00e'; }

.icon-arrow-left:before {
  content: '\e00f'; }

.icon-arrow-right:before {
  content: '\e010'; }

.icon-arrow-up:before {
  content: '\e011'; }

@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: #241A19;
      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; } }

/* mixin */
/***

Mobile menu

***/
#mobileMenuTrigger {
  position: relative;
  float: left;
  width: 16.6666666667%;
  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: #C3504C; }

.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: #FF9B42;
      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: #C3504C;
          text-decoration: none; }
        .mobileMenu .wrapperMenu ul li > a {
          color: #241A19;
          padding: 0;
          display: inline-block;
          color: #241A19;
          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: #241A19; }
        .mobileMenu .wrapperMenu ul li.postuler a {
          color: #241A19;
          font-weight: 600;
          font-size: 1.3em;
          padding: 12px 40px;
          width: 100%;
          text-transform: uppercase;
          background-color: #ffffff;
          border: 3px solid #241A19; }
          .mobileMenu .wrapperMenu ul li.postuler a:hover, .mobileMenu .wrapperMenu ul li.postuler a:focus {
            color: #ffffff;
            text-decoration: none;
            background-color: #C3504C;
            border: 3px solid #C3504C; }
        .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: #C3504C; }
            .mobileMenu .wrapperMenu ul li ul.sub-menu li.current_page_item a {
              color: #C3504C;
              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: #241A19;
    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: #C3504C; }
  .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: #241A19; }

::selection {
  color: #fff;
  background: #241A19; }

header {
  width: 100%;
  position: fixed;
  z-index: 80;
  top: 0;
  max-height: 90px;
  background-color: white; }
  header .header {
    background: transparent;
    padding: 0;
    width: 100%;
    height: 90px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media screen and (max-width: 769px) {
      header .header {
        padding: 15px 0 10px 0; } }
    header .header .container_large {
      position: relative;
      height: 100%; }
    header .header .row {
      margin-left: 0;
      margin-right: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      height: 100%; }
      header .header .row:before, header .header .row:after {
        content: " ";
        display: table; }
      header .header .row:after {
        clear: both; }
    header .header .navMenu {
      position: relative;
      float: left;
      width: 100%;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: inline-flex;
      flex-wrap: wrap;
      align-items: center;
      height: 100%; }
      header .header .navMenu .nav {
        text-align: center;
        width: 100%; }
        header .header .navMenu .nav ul {
          margin: 0;
          padding: 0;
          text-align: center; }
          header .header .navMenu .nav ul li {
            display: inline-block;
            padding: 0 0.5em;
            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: #241A19;
              text-decoration: none; }
            header .header .navMenu .nav ul li a {
              color: #241A19;
              font-weight: 500;
              font-size: 1.15em;
              padding: 5px 10px; }
              header .header .navMenu .nav ul li a:hover, header .header .navMenu .nav ul li a:focus {
                color: #241A19;
                border-bottom: 2px solid #C3504C;
                text-decoration: none; }
            header .header .navMenu .nav ul li.current_page_item a {
              color: #241A19;
              border-bottom: 2px solid #C3504C; }
            header .header .navMenu .nav ul li.menu-item-has-children:hover .sub-menu {
              opacity: 1;
              filter: alpha(opacity=100);
              visibility: visible;
              top: 40px;
              z-index: 999; }
            header .header .navMenu .nav ul li .sub-menu {
              opacity: 0;
              filter: alpha(opacity=0);
              visibility: hidden;
              position: absolute;
              background: #fff;
              padding: 0;
              top: 50px;
              left: 0;
              width: 230px;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease;
              z-index: -1;
              margin: 0;
              text-align: left !important;
              font-size: 0.85em;
              border: 2px solid #32838c; }
              header .header .navMenu .nav ul li .sub-menu:before {
                width: 1em;
                height: 1em;
                content: ' ';
                position: absolute;
                background-color: #fff;
                top: -0.6em;
                left: 50%;
                margin-left: -0.7em;
                transform: rotate(45deg);
                border-left: 2px solid #32838c;
                border-top: 2px solid #32838c; }
              header .header .navMenu .nav ul li .sub-menu li {
                padding: 0;
                display: block;
                margin: 0;
                text-align: center; }
                header .header .navMenu .nav ul li .sub-menu li a {
                  display: block;
                  color: #241A19;
                  padding: 12px 12px;
                  font-size: 1.5em; }
                  header .header .navMenu .nav ul li .sub-menu li a:hover, header .header .navMenu .nav ul li .sub-menu li a:focus, header .header .navMenu .nav ul li .sub-menu li a.current_page_item {
                    color: #241A19;
                    background-color: #C3504C;
                    text-decoration: none; }
                header .header .navMenu .nav ul li .sub-menu li.current_page_item a {
                  color: #241A19;
                  background-color: #C3504C; }
      @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; } }
      @media screen and (max-width: 769px) {
        header .header .navMenu {
          padding: 0;
          position: absolute;
          right: 35px; } }
      @media screen and (max-width: 480px) {
        header .header .navMenu {
          right: 25px; } }
    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' transform='translate(-258.000000, -34.000000)' stroke='%23C3504C' 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: 769px) {
        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 .header .content_menu {
      display: inline-block;
      min-width: 80%; }
      @media screen and (max-width: 769px) {
        header .header .content_menu {
          display: none; } }
  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: 769px) {
    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;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  #hero:before, #hero:after {
    content: " ";
    display: table; }
  #hero:after {
    clear: both; }
  #hero .photo_de_presentation {
    height: 65vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; }
  #hero .container_large {
    height: 100%; }
  #hero .container,
  #hero .container_intro {
    position: relative;
    height: 100%; }
    #hero .container .content_area,
    #hero .container_intro .content_area {
      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-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      height: 100%;
      text-align: center;
      padding-bottom: 35px; }
    #hero .container .titre_de_section h1,
    #hero .container_intro .titre_de_section h1 {
      color: #ffffff;
      font-family: "Cabin", sans-serif;
      font-weight: normal;
      margin-bottom: 0; }
    #hero .container .header_sub-title h2,
    #hero .container_intro .header_sub-title h2 {
      color: #ffffff;
      font-family: "Lexend Deca", sans-serif;
      font-weight: normal;
      margin-bottom: 20px; }
  #hero.home {
    margin-top: 90px;
    height: 75vh;
    min-height: 450px;
    position: relative; }
    #hero.home .credit_photo {
      position: absolute;
      right: 50px;
      bottom: 35px;
      z-index: 55;
      font-size: 0.85em;
      font-weight: 500;
      color: #ffffff; }
    @media screen and (max-width: 1050px) {
      #hero.home {
        min-height: 400px; } }
    @media screen and (max-width: 769px) {
      #hero.home {
        min-height: 350px; } }
    @media screen and (max-width: 480px) {
      #hero.home {
        min-height: 250px; } }
  #hero.hero_sections, #hero.hero_contact {
    min-height: 235px;
    width: 100%;
    margin-top: 90px;
    position: relative; }
    #hero.hero_sections .flexcontent, #hero.hero_contact .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 .container_intro, #hero.hero_contact .container_intro {
      padding-top: 50px; }
    #hero.hero_sections .content_area, #hero.hero_contact .content_area {
      padding-bottom: 20px; }
  #hero.hero_contact {
    min-height: 425px;
    width: 100%;
    height: 20em;
    padding: 7em 1em 0;
    background-position: center; }
    #hero.hero_contact .content_title h1 {
      color: #ffffff; }
    #hero.hero_contact .content_title h2 {
      color: #ffffff;
      margin-top: 1.5em; }

/***

Footer - Site main footer

***/
footer {
  padding: 50px;
  background: #ffffff; }
  footer .footer_wrapper {
    background: #C3504C;
    width: 100%;
    position: relative;
    z-index: 15;
    padding: 30px 0 30px 0;
    color: #ffffff; }
    @media screen and (max-width: 1050px) {
      footer .footer_wrapper {
        padding: 50px 0 25px 0; } }
    @media screen and (max-width: 769px) {
      footer .footer_wrapper {
        padding: 40px 0 25px 0; } }
    @media screen and (max-width: 480px) {
      footer .footer_wrapper {
        padding: 20px 0 20px 0; } }
  footer .navSociaux {
    padding: 0; }
    footer .navSociaux .contentTable {
      display: table;
      margin: 0 auto; }
    footer .navSociaux .sociaux {
      margin: 0 0 12px 0;
      padding: 0;
      min-width: 250px;
      text-align: center; }
      footer .navSociaux .sociaux li {
        display: inline;
        margin: 0 5px; }
        footer .navSociaux .sociaux li a {
          color: #FFFFFF; }
          footer .navSociaux .sociaux li a .icon_sociaux {
            width: 25px; }
          footer .navSociaux .sociaux li a:hover .icon_sociaux {
            opacity: 0.5; }
  footer .row.upper_row {
    margin-bottom: 25px; }
  footer .row.bottom_row {
    padding-top: 100px; }
  footer .row h6 {
    color: #ffffff;
    font-size: 1.15em;
    margin-bottom: 10px;
    text-transform: uppercase; }
  footer .row .navSociaux {
    padding: 0;
    float: right; }
    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: 769px) {
      footer .row .navSociaux {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px; } }
  footer .row .copyright {
    font-size: 1em;
    padding: 0;
    color: #ffffff;
    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;
    padding-right: 0;
    text-align: center; }
    @media (min-width: 769px) {
      footer .row .copyright {
        float: left;
        width: 100%; } }
    footer .row .copyright a {
      color: #ffffff; }
    footer .row .copyright p {
      margin-bottom: 0; }
    footer .row .copyright .cop {
      display: inline-block;
      margin-right: 20px; }
    footer .row .copyright .footerLegal {
      margin: 0;
      padding: 0;
      display: inline-block; }
      footer .row .copyright .footerLegal li {
        display: inline-block;
        margin: 0 10px; }
        footer .row .copyright .footerLegal li img {
          max-height: 113px; }
    @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: #ffffff;
    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.3333333333%; } }
    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; }

/***

Layout - Site structure

***/
a:focus, a:active, a:active:focus {
  outline: none;
  box-shadow: none; }

*:focus {
  outline: none; }

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

.clear:after {
  clear: both; }

.hidden {
  display: none; }

p {
  font-size: 1.25em;
  line-height: 25px;
  margin-bottom: 25px; }
  @media screen and (max-width: 1050px) {
    p {
      line-height: 25px;
      font-size: 1.25em; } }
  @media screen and (max-width: 769px) {
    p {
      line-height: 24px;
      font-size: 1.2em; } }
  @media screen and (max-width: 480px) {
    p {
      font-size: 1.15em; } }
a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.divider {
  color: #C3504C;
  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; }

section h1, section .h1, section h2, section .h2, section h3, section .h3, section h4, section h5, section h6, #hero h1, #hero .h1, #hero h2, #hero .h2, #hero h3, #hero .h3, #hero h4, #hero h5, #hero h6 {
  margin-top: 0;
  margin-bottom: 25px; }

section h1, #hero h1 {
  font-size: 4.15em;
  line-height: 1.3em;
  font-weight: bold;
  color: #C3504C; }
  @media screen and (max-width: 1050px) {
    section h1, #hero h1 {
      font-size: 3.85em; } }
  @media screen and (max-width: 769px) {
    section h1, #hero h1 {
      font-size: 3.5em; } }
  @media screen and (max-width: 480px) {
    section h1, #hero h1 {
      font-size: 3em; } }
section h2, #hero h2 {
  color: #C3504C;
  margin: 0 0 30px 0;
  font-size: 3.25em; }
  @media screen and (max-width: 1050px) {
    section h2, #hero h2 {
      font-size: 3em; } }
  @media screen and (max-width: 769px) {
    section h2, #hero h2 {
      font-size: 2.75em; } }
  @media screen and (max-width: 480px) {
    section h2, #hero h2 {
      font-size: 2.5em; } }
section h3, #hero h3 {
  color: #C3504C;
  margin: 0 0 30px 0;
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1.3em; }
  @media screen and (max-width: 769px) {
    section h3, #hero h3 {
      line-height: 1.25em; } }
  @media screen and (max-width: 480px) {
    section h3, #hero h3 {
      line-height: 1.2em; } }
section h4, #hero h4 {
  margin: 0 0 25px 0;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.3em; }
  @media screen and (max-width: 769px) {
    section h4, #hero h4 {
      line-height: 1.25em; } }
  @media screen and (max-width: 480px) {
    section h4, #hero h4 {
      line-height: 1.2em; } }
section ul.checkmark.orange, #hero ul.checkmark.orange {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 0 0 35px; }
  section ul.checkmark.orange li, #hero ul.checkmark.orange li {
    margin-bottom: 0.3em;
    position: relative;
    font-size: 1.75em;
    line-height: 1.7em; }
    section ul.checkmark.orange li:before, #hero ul.checkmark.orange li:before {
      content: '\e004';
      font-family: solas !important;
      color: #ffaa42;
      font-size: 1.5em;
      margin-right: 0.2em;
      position: absolute;
      top: 0.05em;
      left: -1.3em; }

/* Accordeon */
.Accordeon:before, .Accordeon:after {
  content: " ";
  display: table; }

.Accordeon:after {
  clear: both; }

.Accordeon .titreAccordeon {
  cursor: pointer;
  margin: 0 0 20px 0;
  padding: 15px 50px 15px 0;
  position: relative;
  border-bottom: 4px solid #C3504C;
  font-size: 1.3em;
  color: #241A19;
  font-family: "Cabin", 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 h5 {
    margin-bottom: 0;
    font-size: 1.5em; }
  .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' transform='translate(-913.000000, -2761.000000)' fill='%23C3504C' 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: 20px;
    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: #ddd;
    color: #C3504C; }
    .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' transform='translate(-913.000000, -2761.000000)' fill='%23C3504C' 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: #241A19;
  -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' transform='translate(-693.000000, -1589.000000)' fill='%23C3504C' 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: 26px;
    -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: #ddd;
    color: #C3504C; }
    .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' transform='translate(-693.000000, -1589.000000)' fill='%23C3504C' 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: #241A19;
    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; } }
/***

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

#wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed; }

.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: 1180px; }
  @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: 1280px;
  margin: 0 auto; }
  .container_large:before, .container_large:after {
    content: " ";
    display: table; }
  .container_large:after {
    clear: both; }
  @media screen and (max-width: 1350px) {
    .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; }

#post-404 {
  text-align: center;
  padding: 60px 0;
  height: 60vh;
  min-height: 450px; }
  #post-404 h1 {
    color: #241A19; }
  #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%; }

#generalPresentation,
#lesPages {
  padding: 3em 0 0 0;
  background-color: #ffffff; }
  #generalPresentation.legal,
  #lesPages.legal {
    background-color: #C3504C;
    padding: 100px 0 50px 0; }
    #generalPresentation.legal #Flexible,
    #lesPages.legal #Flexible {
      padding: 5em 1em 0; }
  @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 #Archive, #generalPresentation #Single,
  #lesPages #Archive,
  #lesPages #Single {
    display: block;
    width: 100%;
    padding: 0 10% 70px 10%; }
  #generalPresentation .section_title,
  #lesPages .section_title {
    display: block;
    margin-bottom: 50px; }
    #generalPresentation .section_title .section_title_h1,
    #lesPages .section_title .section_title_h1 {
      color: #C3504C;
      font-weight: 600; }
  #generalPresentation #Flexible,
  #lesPages #Flexible {
    display: block;
    width: 100%;
    padding: 0 30px 70px 30px; }
    #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 .em.em-list .em-item,
    #lesPages #Flexible .em.em-list .em-item {
      background-color: #ffffff;
      padding: 30px 0;
      display: block;
      margin-bottom: 0;
      position: relative;
      border: 0;
      box-shadow: none; }
      #generalPresentation #Flexible .em.em-list .em-item .em-item-info,
      #lesPages #Flexible .em.em-list .em-item .em-item-info {
        border-left: none;
        border-top: none;
        padding: 0 25% 0 0;
        width: 100%;
        float: left; }
        #generalPresentation #Flexible .em.em-list .em-item .em-item-info .em-item-meta,
        #lesPages #Flexible .em.em-list .em-item .em-item-info .em-item-meta {
          margin-bottom: 10px; }
        #generalPresentation #Flexible .em.em-list .em-item .em-item-info .em-item-meta > div,
        #lesPages #Flexible .em.em-list .em-item .em-item-info .em-item-meta > div {
          width: 100%;
          display: block;
          margin-bottom: 5px;
          line-height: 18px;
          flex: 1 1 100%; }
          #generalPresentation #Flexible .em.em-list .em-item .em-item-info .em-item-meta > div .year,
          #lesPages #Flexible .em.em-list .em-item .em-item-info .em-item-meta > div .year {
            color: #6C85A4;
            font-weight: 500;
            font-size: 1.25em; }
          #generalPresentation #Flexible .em.em-list .em-item .em-item-info .em-item-meta > div .date,
          #lesPages #Flexible .em.em-list .em-item .em-item-info .em-item-meta > div .date {
            color: #241A19;
            font-size: 1.35em;
            font-weight: 500; }
        #generalPresentation #Flexible .em.em-list .em-item .em-item-info .em-item-title a,
        #lesPages #Flexible .em.em-list .em-item .em-item-info .em-item-title a {
          text-decoration: none; }
        #generalPresentation #Flexible .em.em-list .em-item .em-item-info .em-item-desc,
        #lesPages #Flexible .em.em-list .em-item .em-item-info .em-item-desc {
          color: #241A19;
          font-weight: 300; }
        #generalPresentation #Flexible .em.em-list .em-item .em-item-info .em-item-actions,
        #lesPages #Flexible .em.em-list .em-item .em-item-info .em-item-actions {
          position: absolute;
          right: 0;
          bottom: 35px;
          z-index: 15; }
          #generalPresentation #Flexible .em.em-list .em-item .em-item-info .em-item-actions .em-item-read-more,
          #lesPages #Flexible .em.em-list .em-item .em-item-info .em-item-actions .em-item-read-more {
            display: block;
            text-decoration: none;
            padding-right: 15px; }
            #generalPresentation #Flexible .em.em-list .em-item .em-item-info .em-item-actions .em-item-read-more:after,
            #lesPages #Flexible .em.em-list .em-item .em-item-info .em-item-actions .em-item-read-more:after {
              content: "";
              background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='9px' viewBox='0 0 17 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EArrow/longue/droite bleu%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Bouton/terciaire-droit' transform='translate(1.000000, -4.000000)' stroke='%23C3504C' stroke-width='1.5'%3E%3Cg id='Group' transform='translate(0.000000, 5.000000)'%3E%3Cline x1='14.5' y1='3.5' x2='0.246519442' y2='3.5' id='Line'%3E%3C/line%3E%3Cpolyline id='Path-3-Copy' transform='translate(13.500000, 3.500000) scale(-1, 1) rotate(90.000000) translate(-13.500000, -3.500000) ' points='10 2 13.5 5 17 2'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
              background-repeat: no-repeat;
              background-position: center;
              background-size: 17px 9px;
              width: 17px;
              height: 19px;
              display: inline-block;
              float: right;
              margin-left: 15px;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
        #generalPresentation #Flexible .em.em-list .em-item .em-item-info h4,
        #lesPages #Flexible .em.em-list .em-item .em-item-info h4 {
          font-size: 1.8em; }
          #generalPresentation #Flexible .em.em-list .em-item .em-item-info h4 a,
          #lesPages #Flexible .em.em-list .em-item .em-item-info h4 a {
            color: #241A19; }
      #generalPresentation #Flexible .em.em-list .em-item .em-item-image,
      #lesPages #Flexible .em.em-list .em-item .em-item-image {
        display: none;
        width: 35%;
        float: left; }
        #generalPresentation #Flexible .em.em-list .em-item .em-item-image img,
        #lesPages #Flexible .em.em-list .em-item .em-item-image img {
          padding: 0; }
      #generalPresentation #Flexible .em.em-list .em-item .hover_btn,
      #lesPages #Flexible .em.em-list .em-item .hover_btn {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        top: 0;
        right: 0;
        left: 0;
        z-index: 19; }
      #generalPresentation #Flexible .em.em-list .em-item:hover .em-item-info .em-item-actions .em-item-read-more:after,
      #lesPages #Flexible .em.em-list .em-item:hover .em-item-info .em-item-actions .em-item-read-more:after {
        margin-right: 10px; }
    #generalPresentation #Flexible ul,
    #lesPages #Flexible ul {
      list-style: none;
      margin: 0 0 30px 0;
      padding: 0 0 0 20px; }
      #generalPresentation #Flexible ul li,
      #lesPages #Flexible ul li {
        margin-bottom: 0.3em;
        position: relative;
        font-size: 1.5em;
        line-height: 1.7em; }
        #generalPresentation #Flexible ul li:before,
        #lesPages #Flexible ul li:before {
          content: '\e010';
          font-family: solas !important;
          color: #32838c;
          font-size: 1em;
          margin-right: 0.5em;
          position: absolute;
          top: 0.05em;
          left: -1.5em; }
    #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: #241A19;
        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: #C3504C;
          font-weight: 500;
          font-size: 1em;
          margin-right: 0.6rem;
          line-height: 21px; }
    #generalPresentation #Flexible .table,
    #lesPages #Flexible .table {
      width: 100%;
      border-width: 0;
      border-style: solid;
      border-color: #ced4da;
      border-spacing: 0;
      margin: 0;
      padding: 0;
      border-collapse: collapse;
      background-color: transparent; }
      #generalPresentation #Flexible .table thead tr th,
      #lesPages #Flexible .table thead tr th {
        font-size: 1em;
        color: #C3504C;
        background-color: #ECDFDF;
        border-bottom: 2px solid #C3504C !important; }
      #generalPresentation #Flexible .table tr td,
      #lesPages #Flexible .table tr td {
        border-top: 1px solid #C3504C !important;
        font-size: 1em;
        height: 40px; }
        #generalPresentation #Flexible .table tr td a,
        #lesPages #Flexible .table tr td a {
          text-decoration: none !important;
          color: #241A19; }
      @media screen and (max-width: 769px) {
        #generalPresentation #Flexible .table thead,
        #lesPages #Flexible .table thead {
          display: none; }
        #generalPresentation #Flexible .table tr td,
        #lesPages #Flexible .table tr td {
          display: block;
          padding: 8px;
          font-size: 0.9em;
          height: 35px; }
        #generalPresentation #Flexible .table td[data-label],
        #lesPages #Flexible .table td[data-label] {
          display: flex; }
        #generalPresentation #Flexible .table td[data-label]:before,
        #lesPages #Flexible .table td[data-label]:before {
          content: attr(data-label) " :";
          width: 50%;
          padding: 0;
          margin-right: 1rem; }
        #generalPresentation #Flexible .table td[data-label]:before,
        #lesPages #Flexible .table td[data-label]:before {
          content: attr(data-label);
          display: block;
          padding: 0;
          font-weight: 700; } }
    #generalPresentation #Flexible p .btn,
    #lesPages #Flexible p .btn {
      font-size: 1.05em; }
    #generalPresentation #Flexible a,
    #lesPages #Flexible a {
      text-decoration: underline; }
      #generalPresentation #Flexible a:hover,
      #lesPages #Flexible a:hover {
        color: #241A19;
        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 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 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 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_presentation_principale,
    #lesPages #Flexible .bloc_presentation_principale {
      margin: 0; }
      #generalPresentation #Flexible .bloc_presentation_principale .texte_presentation_principale,
      #lesPages #Flexible .bloc_presentation_principale .texte_presentation_principale {
        text-align: center; }
        #generalPresentation #Flexible .bloc_presentation_principale .texte_presentation_principale .intro,
        #lesPages #Flexible .bloc_presentation_principale .texte_presentation_principale .intro {
          font-size: 2.3em; }
    #generalPresentation #Flexible .bloc_contenu_accordeons,
    #lesPages #Flexible .bloc_contenu_accordeons {
      margin: 0 0 50px 0; }
    #generalPresentation #Flexible .bloc_une_photo_a_droite,
    #lesPages #Flexible .bloc_une_photo_a_droite {
      margin: 0 0 50px 0;
      padding: 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 .rowContent,
      #lesPages #Flexible .bloc_une_photo_a_droite .rowContent {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap; }
        #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: 50px;
          display: flex;
          align-items: center; }
          @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: 54.1666666667%; } }
        #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;
          display: flex;
          align-items: center; }
          @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: 45.8333333333%; } }
      @media screen and (max-width: 1050px) {
        #generalPresentation #Flexible .bloc_une_photo_a_droite,
        #lesPages #Flexible .bloc_une_photo_a_droite {
          margin: 0 0 40px 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 25px 0; }
          #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 20px 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 50px 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 .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; }
          @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: 54.1666666667%; } }
        #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: 45.8333333333%; } }
      @media screen and (max-width: 1050px) {
        #generalPresentation #Flexible .bloc_une_photo_a_gauche,
        #lesPages #Flexible .bloc_une_photo_a_gauche {
          margin: 0 0 40px 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 50px 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 .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 .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; } }
    #generalPresentation #Flexible .large_banniere_avec_titre,
    #lesPages #Flexible .large_banniere_avec_titre {
      margin: 0 0 120px 0;
      text-align: center; }
    #generalPresentation #Flexible .photo_album,
    #lesPages #Flexible .photo_album {
      margin-left: -20px;
      margin-right: -20px; }
      #generalPresentation #Flexible .photo_album:before, #generalPresentation #Flexible .photo_album:after,
      #lesPages #Flexible .photo_album:before,
      #lesPages #Flexible .photo_album:after {
        content: " ";
        display: table; }
      #generalPresentation #Flexible .photo_album:after,
      #lesPages #Flexible .photo_album:after {
        clear: both; }
      #generalPresentation #Flexible .photo_album .photoGallery,
      #lesPages #Flexible .photo_album .photoGallery {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left;
        margin-bottom: 30px;
        position: relative; }
        @media (min-width: 769px) {
          #generalPresentation #Flexible .photo_album .photoGallery,
          #lesPages #Flexible .photo_album .photoGallery {
            float: left;
            width: 50%; } }
        @media (min-width: 1050px) {
          #generalPresentation #Flexible .photo_album .photoGallery,
          #lesPages #Flexible .photo_album .photoGallery {
            float: left;
            width: 50%; } }
        #generalPresentation #Flexible .photo_album .photoGallery a,
        #lesPages #Flexible .photo_album .photoGallery a {
          text-decoration: none; }
          #generalPresentation #Flexible .photo_album .photoGallery a span,
          #lesPages #Flexible .photo_album .photoGallery a span {
            text-decoration: none; }
    #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: #C3504C; }
        #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;
          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_presentation,
    #lesPages #Flexible .bloc_presentation {
      margin: 0 0 50px 0; }
    #generalPresentation #Flexible .bloc_formulaire,
    #lesPages #Flexible .bloc_formulaire {
      display: block; }
      #generalPresentation #Flexible .bloc_formulaire .container_form,
      #lesPages #Flexible .bloc_formulaire .container_form {
        padding: 0 30px; }
      @media screen and (max-width: 1050px) {
        #generalPresentation #Flexible .bloc_formulaire .container_form,
        #lesPages #Flexible .bloc_formulaire .container_form {
          padding: 0 40px; } }
      @media screen and (max-width: 769px) {
        #generalPresentation #Flexible .bloc_formulaire .container_form,
        #lesPages #Flexible .bloc_formulaire .container_form {
          padding: 0 20px; } }
      @media screen and (max-width: 480px) {
        #generalPresentation #Flexible .bloc_formulaire .container_form,
        #lesPages #Flexible .bloc_formulaire .container_form {
          padding: 0; } }
      #generalPresentation #Flexible .bloc_formulaire:before, #generalPresentation #Flexible .bloc_formulaire:after,
      #lesPages #Flexible .bloc_formulaire:before,
      #lesPages #Flexible .bloc_formulaire:after {
        content: " ";
        display: table; }
      #generalPresentation #Flexible .bloc_formulaire:after,
      #lesPages #Flexible .bloc_formulaire:after {
        clear: both; }
      #generalPresentation #Flexible .bloc_formulaire input:placeholder,
      #lesPages #Flexible .bloc_formulaire input:placeholder {
        color: #241A19; }
      #generalPresentation #Flexible .bloc_formulaire .head,
      #lesPages #Flexible .bloc_formulaire .head {
        display: block;
        text-align: center;
        margin-bottom: 60px; }
      #generalPresentation #Flexible .bloc_formulaire .single,
      #lesPages #Flexible .bloc_formulaire .single {
        margin-bottom: 20px;
        text-align: left;
        float: left;
        width: 50%;
        padding: 0 30px; }
        #generalPresentation #Flexible .bloc_formulaire .single .name,
        #lesPages #Flexible .bloc_formulaire .single .name {
          color: #241A19;
          display: block;
          margin-bottom: 10px;
          font-size: 1.1em; }
        #generalPresentation #Flexible .bloc_formulaire .single input,
        #lesPages #Flexible .bloc_formulaire .single input {
          padding: 8px 10px;
          color: #241A19;
          background-color: #ffffff;
          font-size: 1.2em;
          border: 1.5px solid #C3504C;
          border-radius: 3px;
          width: 100%;
          font-weight: 500; }
          #generalPresentation #Flexible .bloc_formulaire .single input::placeholder,
          #lesPages #Flexible .bloc_formulaire .single input::placeholder {
            color: #241A19;
            opacity: 0.3; }
          #generalPresentation #Flexible .bloc_formulaire .single input:focus,
          #lesPages #Flexible .bloc_formulaire .single input:focus {
            border: 2px solid #241A19;
            outline: none !important;
            box-shadow: none; }
          #generalPresentation #Flexible .bloc_formulaire .single input.wpcf7-date,
          #lesPages #Flexible .bloc_formulaire .single input.wpcf7-date {
            padding: 8px 20px; }
        #generalPresentation #Flexible .bloc_formulaire .single .wpcf7-not-valid,
        #lesPages #Flexible .bloc_formulaire .single .wpcf7-not-valid {
          color: #E02020;
          border: 2px solid #E02020; }
          #generalPresentation #Flexible .bloc_formulaire .single .wpcf7-not-valid::placeholder,
          #lesPages #Flexible .bloc_formulaire .single .wpcf7-not-valid::placeholder {
            color: #E02020; }
        #generalPresentation #Flexible .bloc_formulaire .single .wpcf7-not-valid-tip,
        #lesPages #Flexible .bloc_formulaire .single .wpcf7-not-valid-tip {
          color: #E02020;
          padding-top: 7px; }
        #generalPresentation #Flexible .bloc_formulaire .single .show-password-input,
        #lesPages #Flexible .bloc_formulaire .single .show-password-input {
          display: none; }
        @media screen and (max-width: 769px) {
          #generalPresentation #Flexible .bloc_formulaire .single,
          #lesPages #Flexible .bloc_formulaire .single {
            padding: 0;
            width: 100%; }
            #generalPresentation #Flexible .bloc_formulaire .single input,
            #lesPages #Flexible .bloc_formulaire .single input {
              padding: 13px 17px;
              font-size: 1.1em;
              max-width: 100%; } }
        @media screen and (max-width: 480px) {
          #generalPresentation #Flexible .bloc_formulaire .single input,
          #lesPages #Flexible .bloc_formulaire .single input {
            padding: 10px 15px;
            font-size: 1.05em; } }
      #generalPresentation #Flexible .bloc_formulaire textarea,
      #lesPages #Flexible .bloc_formulaire textarea {
        background: none;
        padding: 10px 20px;
        background-color: #ffffff;
        font-size: 1.2em;
        border: 1.5px solid #C3504C;
        border-radius: 3px;
        max-height: 147px;
        width: 100%;
        max-width: 100%;
        font-weight: 500;
        resize: none; }
        #generalPresentation #Flexible .bloc_formulaire textarea::placeholder,
        #lesPages #Flexible .bloc_formulaire textarea::placeholder {
          color: #241A19;
          opacity: 0.3; }
        #generalPresentation #Flexible .bloc_formulaire textarea:focus,
        #lesPages #Flexible .bloc_formulaire textarea:focus {
          border: 2px solid #241A19;
          outline: none !important;
          box-shadow: none; }
        @media screen and (max-width: 769px) {
          #generalPresentation #Flexible .bloc_formulaire textarea,
          #lesPages #Flexible .bloc_formulaire textarea {
            padding: 12px 17px;
            font-size: 1.1em;
            max-height: 110px; } }
        @media screen and (max-width: 480px) {
          #generalPresentation #Flexible .bloc_formulaire textarea,
          #lesPages #Flexible .bloc_formulaire textarea {
            padding: 10px 15px;
            font-size: 1em;
            max-height: 90px; } }
      #generalPresentation #Flexible .bloc_formulaire .form-row,
      #lesPages #Flexible .bloc_formulaire .form-row {
        margin-left: -30px;
        margin-right: -30px;
        display: flex;
        flex-wrap: wrap; }
        #generalPresentation #Flexible .bloc_formulaire .form-row:before, #generalPresentation #Flexible .bloc_formulaire .form-row:after,
        #lesPages #Flexible .bloc_formulaire .form-row:before,
        #lesPages #Flexible .bloc_formulaire .form-row:after {
          content: " ";
          display: table; }
        #generalPresentation #Flexible .bloc_formulaire .form-row:after,
        #lesPages #Flexible .bloc_formulaire .form-row:after {
          clear: both; }
      #generalPresentation #Flexible .bloc_formulaire .doc input[type="file"],
      #lesPages #Flexible .bloc_formulaire .doc input[type="file"] {
        background-color: #C3504C;
        font-size: 1.2em;
        border: none;
        border-radius: 20px; }
      #generalPresentation #Flexible .bloc_formulaire .btn_submit,
      #lesPages #Flexible .bloc_formulaire .btn_submit {
        display: inline-block;
        position: relative;
        background-color: #C3504C;
        border-radius: 25px; }
        #generalPresentation #Flexible .bloc_formulaire .btn_submit .ajax-loader,
        #lesPages #Flexible .bloc_formulaire .btn_submit .ajax-loader {
          position: absolute; }
        #generalPresentation #Flexible .bloc_formulaire .btn_submit .wpcf7-submit,
        #lesPages #Flexible .bloc_formulaire .btn_submit .wpcf7-submit {
          background: none;
          border: none;
          cursor: pointer;
          color: #ffffff;
          font-weight: 700;
          outline: none;
          position: relative;
          z-index: 15;
          padding: 15px 40px; }
          #generalPresentation #Flexible .bloc_formulaire .btn_submit .wpcf7-submit:focus, #generalPresentation #Flexible .bloc_formulaire .btn_submit .wpcf7-submit:active, #generalPresentation #Flexible .bloc_formulaire .btn_submit .wpcf7-submit:active:focus,
          #lesPages #Flexible .bloc_formulaire .btn_submit .wpcf7-submit:focus,
          #lesPages #Flexible .bloc_formulaire .btn_submit .wpcf7-submit:active,
          #lesPages #Flexible .bloc_formulaire .btn_submit .wpcf7-submit:active:focus {
            outline: none;
            box-shadow: none; }
          @media screen and (max-width: 769px) {
            #generalPresentation #Flexible .bloc_formulaire .btn_submit .wpcf7-submit,
            #lesPages #Flexible .bloc_formulaire .btn_submit .wpcf7-submit {
              font-size: 1.1em;
              white-space: normal; } }
          @media screen and (max-width: 480px) {
            #generalPresentation #Flexible .bloc_formulaire .btn_submit .wpcf7-submit,
            #lesPages #Flexible .bloc_formulaire .btn_submit .wpcf7-submit {
              font-size: 1em; } }
      #generalPresentation #Flexible .bloc_formulaire #recipient,
      #lesPages #Flexible .bloc_formulaire #recipient {
        display: none; }

#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: #241A19;
      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: #241A19; }
    #sectionNouvelle .wrapNews .col-sm-6 .link_news {
      font-size: 1.1em;
      text-align: left;
      margin-bottom: 5px;
      background: #C3504C;
      color: #241A19;
      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.6666666667%;
        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.6666666667%; } }
      #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: #241A19;
        margin-bottom: 20px;
        font-weight: 500; }
      #search article .post .date {
        font-weight: 700; }
      #search article .post .continue_link {
        color: #241A19;
        position: relative;
        font-size: 1.25em;
        float: right; }
        #search article .post .continue_link span {
          color: #241A19;
          font-size: 0.8em; }
        #search article .post .continue_link:after {
          color: #241A19;
          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: #241A19; }
      #search article .post a {
        color: #241A19;
        position: relative; }
        #search article .post a:hover {
          color: #241A19; }
      #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

***/
/***

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.25em; }
            #Nouvelles .sidebar .sidebar-widget .widget_categories ul li a {
              color: #241A19;
              padding-bottom: 1px;
              border-bottom: 1px solid #ffffff;
              font-size: 1.25em; }
              #Nouvelles .sidebar .sidebar-widget .widget_categories ul li a:hover {
                border-bottom: 1px solid #241A19; }
            #Nouvelles .sidebar .sidebar-widget .widget_categories ul li.current-cat a {
              border-bottom: 1px solid #241A19; }
    #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: 1.2em; } }
    @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 .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.35em; }
      #Nouvelles .allNouvelles .post .news_photo {
        display: none; }
      #Nouvelles .allNouvelles .post h4 {
        color: #241A19;
        margin-bottom: 30px;
        font-weight: 600; }
      #Nouvelles .allNouvelles .post .date {
        font-weight: 700;
        display: none; }
      #Nouvelles .allNouvelles .post .continue_link {
        color: #241A19;
        position: relative;
        font-size: 1.35em;
        cursor: pointer; }
        #Nouvelles .allNouvelles .post .continue_link span {
          color: #241A19;
          font-size: 0.7em; }
        #Nouvelles .allNouvelles .post .continue_link:after {
          color: #241A19;
          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: #241A19; }
          #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: #241A19; }
      #Nouvelles .allNouvelles .post a {
        color: #241A19; }
        #Nouvelles .allNouvelles .post a:hover {
          color: #241A19; }
      #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: #241A19; }
        #Nouvelles .allNouvelles .pagination .page-numbers .current {
          text-decoration: underline;
          color: #241A19; }
      #Nouvelles .allNouvelles .pagination a {
        padding: 10px 10px;
        font-weight: 700;
        text-decoration: none; }
        #Nouvelles .allNouvelles .pagination a:hover {
          border-bottom: 3px solid #241A19; }
      @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: 3em 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: 100%;
    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; }
    @media (min-width: 769px) {
      #nouvelle .content_article {
        float: left;
        width: 100%; } }
    @media (min-width: 1050px) {
      #nouvelle .content_article {
        float: left;
        width: 100%; } }
    #nouvelle .content_article .goback {
      margin-bottom: 35px; }
      #nouvelle .content_article .goback a {
        font-weight: 400;
        font-size: 1.2em;
        position: relative;
        color: #241A19;
        margin-bottom: 20px; }
        #nouvelle .content_article .goback a:after {
          color: #241A19;
          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.5em; }
    #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: #241A19;
          text-decoration: underline; }
          #nouvelle .content_article .head_info .author a:hover,
          #nouvelle .content_article .head_info .date a:hover {
            color: #241A19; }
      #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 .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: #241A19; }
      #nouvelle .navigation .previous a {
        font-size: 1.2em;
        color: #241A19;
        position: relative; }
        #nouvelle .navigation .previous a:after {
          color: #241A19;
          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: #241A19;
          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: #241A19; }
      #nouvelle .navigation .next a {
        font-size: 1.2em;
        color: #241A19;
        position: relative; }
        #nouvelle .navigation .next a:after {
          color: #241A19;
          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: #241A19;
          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.6666666667%; } }
    #nouvelle .container_contact_emploi a {
      color: #241A19; }
    #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.3333333333%; } }
    #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.3333333333%; } }
        #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.6666666667%; } }
      #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: #241A19;
          background-color: #F1F1F0;
          font-size: 1.1em;
          border: none;
          width: 95%;
          font-weight: 400; }
          #nouvelle .container_form_emplois .form .single input::placeholder {
            color: #241A19; }
        @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: #241A19;
          background-color: #F1F1F0;
          font-size: 1.1em;
          border: none;
          width: 97.5%;
          font-weight: 400; }
          #nouvelle .container_form_emplois .form .large input::placeholder {
            color: #241A19; }
          @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: #241A19;
        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: #241A19; }
        @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: #241A19 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: #241A19;
          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: 60px 0 50px 0;
  margin-top: 30px;
  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: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 60px; }
    @media (min-width: 769px) {
      #Contact .container_coordonnees {
        float: left;
        width: 50%; } }
    #Contact .container_coordonnees a {
      color: #241A19; }
    #Contact .container_coordonnees .logos ul li {
      display: inline-block; }
      #Contact .container_coordonnees .logos ul li img {
        max-width: 250px; }
  #Contact .container_form {
    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) {
      #Contact .container_form {
        float: left;
        width: 50%; } }
    #Contact .container_form .form {
      padding: 3em;
      background-color: #E2F0E5; }
      #Contact .container_form .form h4 {
        margin-bottom: 0;
        color: #C3504C;
        font-weight: bold; }
  @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; } }
