@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

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: 400;
    line-height: 1;
    color: #777777; }

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: 768px) {
    .lead {
      font-size: 21px; } }

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

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

.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, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

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

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

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

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

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

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

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

a.bg-danger:hover,
a.bg-danger:focus {
  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 {
  padding-left: 0;
  list-style: none; }

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

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

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

@media (min-width: 768px) {
  .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; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .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"; }

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > 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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: 700; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  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; }

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

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

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -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;
    filter: alpha(opacity=65);
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    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:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }
  .btn-link, .btn-link:active, .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: #23527c;
    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: #777777;
    text-decoration: none; }

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

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

.btn-xs {
  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%; }

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

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

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

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/* purgecss start ignore */
.alertify,
.alertify-show,
.alertify-log {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */ }

.alertify-hide {
  -webkit-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */ }

.alertify-log-hide {
  -webkit-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */ }

.alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  filter: alpha(opacity=0);
  opacity: 0; }

.alertify-cover-hidden {
  display: none; }

.alertify {
  position: fixed;
  z-index: 99999;
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  opacity: 1; }

.alertify-hidden {
  -webkit-transform: translate(0, -150px);
  -moz-transform: translate(0, -150px);
  -ms-transform: translate(0, -150px);
  -o-transform: translate(0, -150px);
  transform: translate(0, -150px);
  opacity: 0;
  display: none; }

/* overwrite display: none; for everything except IE6-8 */
:root * > .alertify-hidden {
  display: block;
  visibility: hidden; }

.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px; }

.alertify-logs-hidden {
  display: none; }

.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0; }

.alertify-log-show {
  right: 0;
  opacity: 1; }

.alertify-log-hide {
  -webkit-transform: translate(300px, 0);
  -moz-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  -o-transform: translate(300px, 0);
  transform: translate(300px, 0);
  opacity: 0; }

.alertify-dialog {
  padding: 25px; }

.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

.alertify-button,
.alertify-button:hover,
.alertify-button:active,
.alertify-button:visited {
  background: none;
  text-decoration: none;
  border: none;
  /* line-height and font-size for input button */
  line-height: 1.5;
  font-size: 100%;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px; }

@media only screen and (max-width: 680px) {
  .alertify,
  .alertify-logs {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .alertify {
    left: 5%;
    margin: 0; } }

/**
 * Twitter Bootstrap Look and Feel
 * Based on http://twitter.github.com/bootstrap/
 */
.alertify,
.alertify-log {
  font-family: sans-serif; }

.alertify {
  background: #FFF;
  border: 1px solid #8E8E8E;
  /* browsers that don't support rgba */
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */ }

.alertify-dialog {
  padding: 0; }

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

.alertify-message {
  padding: 15px;
  margin: 0; }

.alertify-text-wrapper {
  padding: 0 15px; }

.alertify-text {
  color: #555;
  border-radius: 4px;
  padding: 8px;
  background-color: #FFF;
  border: 1px solid #CCC;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.alertify-text:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

.alertify-buttons {
  padding: 14px 15px 15px;
  background: #F5F5F5;
  border-top: 1px solid #DDD;
  border-radius: 0 0 6px 6px;
  box-shadow: inset 0 1px 0 #FFF;
  text-align: right; }

.alertify-button,
.alertify-button:hover,
.alertify-button:focus,
.alertify-button:active {
  margin-left: 10px;
  border-radius: 4px;
  font-weight: normal;
  padding: 4px 12px;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); }

.alertify-button:focus {
  outline: none;
  box-shadow: 0 0 5px #2B72D5; }

.alertify-button:active {
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus,
.alertify-button-cancel:active {
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.75);
  background-color: #E6E6E6;
  border: 1px solid #BBB;
  color: #333;
  background-image: -webkit-linear-gradient(top, #FFF, #E6E6E6);
  background-image: -moz-linear-gradient(top, #FFF, #E6E6E6);
  background-image: -ms-linear-gradient(top, #FFF, #E6E6E6);
  background-image: -o-linear-gradient(top, #FFF, #E6E6E6);
  background-image: linear-gradient(top, #FFF, #E6E6E6); }

.alertify-button-cancel:hover,
.alertify-button-cancel:focus,
.alertify-button-cancel:active {
  background: #E6E6E6; }

.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus,
.alertify-button-ok:active {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #04C;
  border: 1px solid #04C;
  border-color: #04C #04C #002A80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #FFF; }

.alertify-button-ok:hover,
.alertify-button-ok:focus,
.alertify-button-ok:active {
  background: #04C; }

.alertify-log {
  background: #D9EDF7;
  padding: 8px 14px;
  border-radius: 4px;
  color: #3A8ABF;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solid #BCE8F1; }

.alertify-log-error {
  color: #B94A48;
  background: #F2DEDE;
  border: 1px solid #EED3D7; }

.alertify-log-success {
  color: #468847;
  background: #DFF0D8;
  border: 1px solid #D6E9C6; }

.alertify-logs {
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px; }

.alertify-log {
  text-align: center;
  padding: 30px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.3); }

.alertify-inner {
  background: rgba(218, 255, 228, 0.27); }
  .alertify-inner .alertify-message {
    color: #05b305;
    text-align: center;
    font-weight: 400; }

.alertify-button-ok {
  background-color: #01a904; }

.alertify-cover {
  background-color: rgba(2, 2, 2, 0.761) !important;
  filter: alpha(opacity=1) !important;
  opacity: 1 !important; }

/* purgecss end ignore */
html {
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  -ms-font-feature-settings: "lnum";
  font-feature-settings: "lnum"; }

* {
  margin: 0;
  padding: 0; }

body {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: 0; }
  body h1.referencement {
    display: none !important; }
  body .appear {
    opacity: 0;
    transition: opacity 0.75s ease-in; }

h1, h2, h3, h4, h5, h6, blockquote {
  margin: 0; }

/* to fix a chrome bug */
.scroll-parallax {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

img {
  max-width: 100%; }

.body {
  overflow-x: hidden; }

html {
  font-size: 20px;
  scroll-behavior: smooth; }

@media screen and (max-width: 1299px) {
  html {
    font-size: 18px; } }

@media screen and (max-width: 990px) {
  html {
    font-size: 16px; } }

@media screen and (max-width: 767px) {
  html {
    font-size: 14px; } }

/* @include transform(normal_css_value_here) */
/* @include transition(normal_css_value_here) */
/* @include box-shadow(normal_css_value_here) */
/* @include text-shadow(normal_css_value_here) */
/* @include no-select() */
/* @include text-style() */
/***************************************************/
/* Select mixins
/* usage example:
li {
  @include first(4)
  {
    background: red;
  }
}
*/
/* @include to select child elements */
/* Selects the last element */
/* Selects the even elements */
/* Selects the odd elements */
/* Selects the n first elements */
/***************************************************/
/* fira-sans-condensed-300 - latin */
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Fira Sans Condensed Light"), local("FiraSansCondensed-Light"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-300.woff2") format("woff2"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-300.woff") format("woff"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-300.ttf") format("truetype"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-300.svg#FiraSansCondensed") format("svg");
  /* Legacy iOS */ }

/* fira-sans-condensed-regular - latin */
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Fira Sans Condensed Regular"), local("FiraSansCondensed-Regular"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-regular.woff2") format("woff2"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-regular.woff") format("woff"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-regular.ttf") format("truetype"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-regular.svg#FiraSansCondensed") format("svg");
  /* Legacy iOS */ }

/* fira-sans-condensed-500 - latin */
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("Fira Sans Condensed Medium"), local("FiraSansCondensed-Medium"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-500.woff2") format("woff2"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-500.woff") format("woff"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-500.ttf") format("truetype"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-500.svg#FiraSansCondensed") format("svg");
  /* Legacy iOS */ }

/* fira-sans-condensed-700 - latin */
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Fira Sans Condensed Bold"), local("FiraSansCondensed-Bold"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-700.woff2") format("woff2"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-700.woff") format("woff"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-700.ttf") format("truetype"), url("../fonts/fira-sans-condensed/fira-sans-condensed-v2-latin-700.svg#FiraSansCondensed") format("svg");
  /* Legacy iOS */ }

/* libre-baskerville-regular - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/libre-baskerville/libre-baskerville-v5-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Libre Baskerville"), local("LibreBaskerville-Regular"), url("../fonts/libre-baskerville/libre-baskerville-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-baskerville/libre-baskerville-v5-latin-regular.woff2") format("woff2"), url("../fonts/libre-baskerville/libre-baskerville-v5-latin-regular.woff") format("woff"), url("../fonts/libre-baskerville/libre-baskerville-v5-latin-regular.ttf") format("truetype"), url("../fonts/libre-baskerville/libre-baskerville-v5-latin-regular.svg#LibreBaskerville") format("svg");
  /* Legacy iOS */ }

/* libre-baskerville-700 - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/libre-baskerville/libre-baskerville-v5-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Libre Baskerville Bold"), local("LibreBaskerville-Bold"), url("../fonts/libre-baskerville/libre-baskerville-v5-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/libre-baskerville/libre-baskerville-v5-latin-700.woff2") format("woff2"), url("../fonts/libre-baskerville/libre-baskerville-v5-latin-700.woff") format("woff"), url("../fonts/libre-baskerville/libre-baskerville-v5-latin-700.ttf") format("truetype"), url("../fonts/libre-baskerville/libre-baskerville-v5-latin-700.svg#LibreBaskerville") format("svg");
  /* Legacy iOS */ }

/* montserrat-100 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/montserrat/montserrat-v26-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-100italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/montserrat/montserrat-v26-latin-100italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/montserrat/montserrat-v26-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-200italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/montserrat/montserrat-v26-latin-200italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat/montserrat-v26-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/montserrat/montserrat-v26-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat/montserrat-v26-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/montserrat/montserrat-v26-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat/montserrat-v26-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/montserrat/montserrat-v26-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat/montserrat-v26-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/montserrat/montserrat-v26-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat/montserrat-v26-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/montserrat/montserrat-v26-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat/montserrat-v26-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-800italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/montserrat/montserrat-v26-latin-800italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/montserrat/montserrat-v26-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* montserrat-900italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/montserrat/montserrat-v26-latin-900italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

.font-1-normal, .font-1-light, .font-1-medium, .font-1-bold, .font-main, p, .font-nav-items, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li > .menu-title, .font-nav-drop-items, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > .subitem-menu .subitem > a, h3, li, .font-nav-lang, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.lang > a, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.lang > .menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.lang > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.lang > .menu-title, .font-footer, body, body a, h1, h2, h4, h5, h6, .text p, .text div, nav.module-menu .menu-navbar .wrapper.left .logo .slogan, nav.module-menu .menu-toggle .word {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400; }

.font-1-light {
  font-weight: 300; }

.font-1-medium {
  font-weight: 500; }

.font-1-bold, .font-main, p, .font-nav-items, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li > .menu-title, .font-nav-drop-items, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > .subitem-menu .subitem > a, h3, li {
  font-weight: 700; }

.font-2-normal, .font-2-bold, .font-nav-drop-header, .font-nav-phone, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone > a, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone > .menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone > .menu-title, .font-nav-logo, nav.module-menu .menu-navbar .wrapper.left .logo a {
  font-family: "Libre Baskerville", Constantia, Lucida Bright, Lucidabright, Lucida Serif, Lucida, DejaVu Serif, Bitstream Vera Serif, Liberation Serif, Georgia, serif;
  font-weight: 400; }

.font-2-bold, .font-nav-drop-header, .font-nav-phone, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone > a, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone > .menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone > .menu-title {
  font-weight: 700; }

.font-main, p {
  font-size: 1rem; }

.font-nav-items, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li > .menu-title {
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase; }

.font-nav-drop-header {
  font-size: 1.2rem; }

.font-nav-drop-items, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > .subitem-menu .subitem > a {
  font-size: 0.8rem;
  line-height: 1; }

.font-nav-phone, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone > a, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone > .menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone > .menu-title {
  font-size: 0.8rem; }

.font-nav-lang, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.lang > a, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.lang > .menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.lang > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.lang > .menu-title {
  font-size: 0.9rem; }

.font-nav-logo, nav.module-menu .menu-navbar .wrapper.left .logo a {
  font-size: 1.4rem; }

.font-footer {
  font-size: 0.7rem; }

.flush {
  padding: 0; }

.w100 {
  width: 100%; }

.w75 {
  width: 75%; }

.w66 {
  width: 66.6%; }

.w50 {
  width: 50%; }

.w33 {
  width: 33.3%; }

.w25 {
  width: 25%; }

.w0 {
  width: 0; }

.wc1 {
  width: calc(100vw / 12); }

.wc2 {
  width: calc(100vw * 2 / 12); }

.wc3 {
  width: calc(100vw * 3 / 12); }

.wc4 {
  width: calc(100vw * 4 / 12); }

.wc5 {
  width: calc(100vw * 5 / 12); }

.wc6 {
  width: calc(100vw * 6 / 12); }

.wc7 {
  width: calc(100vw * 7 / 12); }

.wc8 {
  width: calc(100vw * 8 / 12); }

.m0, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul {
  margin: 0; }

.m1 {
  margin: 0.25rem; }

.m2 {
  margin: 0.5rem; }

.m3 {
  margin: 0.75rem; }

.m4 {
  margin: 1rem; }

.m5 {
  margin: 1.25rem; }

.m6 {
  margin: 1.5rem; }

.m7 {
  margin: 1.75rem; }

.m8 {
  margin: 2rem; }

.m9 {
  margin: 2.5rem; }

.m10 {
  margin: 3rem; }

.m11 {
  margin: 3.5rem; }

.m12 {
  margin: 4rem; }

.m13 {
  margin: 4.5rem; }

.m14 {
  margin: 5rem; }

.m15 {
  margin: 5.5rem; }

.m16 {
  margin: 6rem; }

.mauto {
  margin: 0 auto; }

.mt0 {
  margin-top: 0; }

.mt1 {
  margin-top: 0.25rem; }

.mt2 {
  margin-top: 0.5rem; }

.mt3 {
  margin-top: 0.75rem; }

.mt4 {
  margin-top: 1rem; }

.mt5 {
  margin-top: 1.25rem; }

.mt6 {
  margin-top: 1.5rem; }

.mt7 {
  margin-top: 1.75rem; }

.mt8 {
  margin-top: 2rem; }

.mt9 {
  margin-top: 2.5rem; }

.mt10 {
  margin-top: 3rem; }

.mt11 {
  margin-top: 3.5rem; }

.mt12 {
  margin-top: 4rem; }

.mt13 {
  margin-top: 4.5rem; }

.mt14 {
  margin-top: 5rem; }

.mt15 {
  margin-top: 5.5rem; }

.mt16 {
  margin-top: 6rem; }

.mr0 {
  margin-right: 0; }

.mr1 {
  margin-right: 0.25rem; }

.mr2, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone a .icon, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone a .icon {
  margin-right: 0.5rem; }

.mr3 {
  margin-right: 0.75rem; }

.mr4 {
  margin-right: 1rem; }

.mr5 {
  margin-right: 1.25rem; }

.mr6 {
  margin-right: 1.5rem; }

.mr7 {
  margin-right: 1.75rem; }

.mr8 {
  margin-right: 2rem; }

.mr9 {
  margin-right: 2.5rem; }

.mr10 {
  margin-right: 3rem; }

.mr11 {
  margin-right: 3.5rem; }

.mr12 {
  margin-right: 4rem; }

.mr13 {
  margin-right: 4.5rem; }

.mr14 {
  margin-right: 5rem; }

.mr15 {
  margin-right: 5.5rem; }

.mr16 {
  margin-right: 6rem; }

.mb0 {
  margin-bottom: 0; }

.mb1 {
  margin-bottom: 0.25rem; }

.mb2 {
  margin-bottom: 0.5rem; }

.mb3 {
  margin-bottom: 0.75rem; }

.mb4 {
  margin-bottom: 1rem; }

.mb5 {
  margin-bottom: 1.25rem; }

.mb6 {
  margin-bottom: 1.5rem; }

.mb7 {
  margin-bottom: 1.75rem; }

.mb8 {
  margin-bottom: 2rem; }

.mb9 {
  margin-bottom: 2.5rem; }

.mb10 {
  margin-bottom: 3rem; }

.mb11 {
  margin-bottom: 3.5rem; }

.mb12 {
  margin-bottom: 4rem; }

.mb13 {
  margin-bottom: 4.5rem; }

.mb14 {
  margin-bottom: 5rem; }

.mb15 {
  margin-bottom: 5.5rem; }

.mb16 {
  margin-bottom: 6rem; }

.ml0 {
  margin-left: 0; }

.ml1 {
  margin-left: 0.25rem; }

.ml2 {
  margin-left: 0.5rem; }

.ml3 {
  margin-left: 0.75rem; }

.ml4, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.icon, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.lang, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.icon, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.lang {
  margin-left: 1rem; }

.ml5 {
  margin-left: 1.25rem; }

.ml6 {
  margin-left: 1.5rem; }

.ml7 {
  margin-left: 1.75rem; }

.ml8 {
  margin-left: 2rem; }

.ml9 {
  margin-left: 2.5rem; }

.ml10 {
  margin-left: 3rem; }

.ml11 {
  margin-left: 3.5rem; }

.ml12 {
  margin-left: 4rem; }

.ml13 {
  margin-left: 4.5rem; }

.ml14 {
  margin-left: 5rem; }

.ml15 {
  margin-left: 5.5rem; }

.ml16 {
  margin-left: 6rem; }

.my0 {
  margin-top: 0;
  margin-bottom: 0; }

.my1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.my2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.my3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

.my4 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.my5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

.my6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.my7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem; }

.my8 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.my9 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.my10 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.my11 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem; }

.my12 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.my13 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem; }

.my14 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.my15 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem; }

.my16 {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.mx0 {
  margin-left: 0;
  margin-right: 0; }

.mx1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.mx2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.mx3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem; }

.mx4, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li > .menu-title {
  margin-left: 1rem;
  margin-right: 1rem; }

.mx5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem; }

.mx6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.mx7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem; }

.mx8 {
  margin-left: 2rem;
  margin-right: 2rem; }

.mx9 {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.mx10 {
  margin-left: 3rem;
  margin-right: 3rem; }

.mx11 {
  margin-left: 3.5rem;
  margin-right: 3.5rem; }

.mx12 {
  margin-left: 4rem;
  margin-right: 4rem; }

.mx13 {
  margin-left: 4.5rem;
  margin-right: 4.5rem; }

.mx14 {
  margin-left: 5rem;
  margin-right: 5rem; }

.mx15 {
  margin-left: 5.5rem;
  margin-right: 5.5rem; }

.mx16 {
  margin-left: 6rem;
  margin-right: 6rem; }

.mcr1 {
  margin-right: calc(100vw * (1 / 4) / 12); }

.mcr2 {
  margin-right: calc(100vw * (2 / 4) / 12); }

.mcr3 {
  margin-right: calc(100vw * (3 / 4) / 12); }

.mcr4 {
  margin-right: calc(100vw / 12); }

.mcr5 {
  margin-right: calc(100vw * (5 / 4) / 12); }

.mcr6 {
  margin-right: calc(100vw * (6 / 4) / 12); }

.mcr7 {
  margin-right: calc(100vw * (7 / 4) / 12); }

.mcr8 {
  margin-right: calc(100vw * 2 / 12); }

.mcr9 {
  margin-right: calc(100vw * (9 / 4) / 12); }

.mcr10 {
  margin-right: calc(100vw * (10 / 4) / 12); }

.mcr11 {
  margin-right: calc(100vw * (11 / 4) / 12); }

.mcr12 {
  margin-right: calc(100vw * 3 / 12); }

.mcr13 {
  margin-right: calc(100vw * (13 / 4) / 12); }

.mcr14 {
  margin-right: calc(100vw * (14 / 4) / 12); }

.mcr15 {
  margin-right: calc(100vw * (15 / 4) / 12); }

.mcr16 {
  margin-right: calc(100vw * 4 / 12); }

.mcl1 {
  margin-left: calc(100vw * (1 / 4) / 12); }

.mcl2 {
  margin-left: calc(100vw * (2 / 4) / 12); }

.mcl3 {
  margin-left: calc(100vw * (3 / 4) / 12); }

.mcl4 {
  margin-left: calc(100vw / 12); }

.mcl5 {
  margin-left: calc(100vw * (5 / 4) / 12); }

.mcl6 {
  margin-left: calc(100vw * (6 / 4) / 12); }

.mcl7 {
  margin-left: calc(100vw * (7 / 4) / 12); }

.mcl8 {
  margin-left: calc(100vw * 2 / 12); }

.mcl9 {
  margin-left: calc(100vw * (9 / 4) / 12); }

.mcl10 {
  margin-left: calc(100vw * (10 / 4) / 12); }

.mcl11 {
  margin-left: calc(100vw * (11 / 4) / 12); }

.mcl12 {
  margin-left: calc(100vw * 3 / 12); }

.mcl13 {
  margin-left: calc(100vw * (13 / 4) / 12); }

.mcl14 {
  margin-left: calc(100vw * (14 / 4) / 12); }

.mcl15 {
  margin-left: calc(100vw * (15 / 4) / 12); }

.mcl16 {
  margin-left: calc(100vw * 4 / 12); }

.mvt1 {
  margin-top: 0.5vh; }

.mvt2 {
  margin-top: 1vh; }

.mvt3 {
  margin-top: 1.5vh; }

.mvt4 {
  margin-top: 2vh; }

.mvt5 {
  margin-top: 4vh; }

.mvt6 {
  margin-top: 6vh; }

.mvt7 {
  margin-top: 10vh; }

.mvt8 {
  margin-top: 16vh; }

.mvb1 {
  margin-bottom: 0.5vh; }

.mvb2 {
  margin-bottom: 1vh; }

.mvb3 {
  margin-bottom: 1.5vh; }

.mvb4 {
  margin-bottom: 2vh; }

.mvb5 {
  margin-bottom: 4vh; }

.mvb6 {
  margin-bottom: 6vh; }

.mvb7 {
  margin-bottom: 10vh; }

.mvb8 {
  margin-bottom: 16vh; }

.p0, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul {
  padding: 0; }

.p1 {
  padding: 0.25rem; }

.p2 {
  padding: 0.5rem; }

.p3 {
  padding: 0.75rem; }

.p4 {
  padding: 1rem; }

.p5 {
  padding: 1.25rem; }

.p6 {
  padding: 1.5rem; }

.p7 {
  padding: 1.75rem; }

.p8 {
  padding: 2rem; }

.p9 {
  padding: 2.5rem; }

.p10 {
  padding: 3rem; }

.p11 {
  padding: 3.5rem; }

.p12 {
  padding: 4rem; }

.p13 {
  padding: 4.5rem; }

.p14 {
  padding: 5rem; }

.p15 {
  padding: 5.5rem; }

.p16 {
  padding: 6rem; }

.pt0 {
  padding-top: 0; }

.pt1 {
  padding-top: 0.25rem; }

.pt2 {
  padding-top: 0.5rem; }

.pt3 {
  padding-top: 0.75rem; }

.pt4 {
  padding-top: 1rem; }

.pt5 {
  padding-top: 1.25rem; }

.pt6 {
  padding-top: 1.5rem; }

.pt7 {
  padding-top: 1.75rem; }

.pt8 {
  padding-top: 2rem; }

.pt9 {
  padding-top: 2.5rem; }

.pt10 {
  padding-top: 3rem; }

.pt11 {
  padding-top: 3.5rem; }

.pt12 {
  padding-top: 4rem; }

.pt13 {
  padding-top: 4.5rem; }

.pt14 {
  padding-top: 5rem; }

.pt15 {
  padding-top: 5.5rem; }

.pt16 {
  padding-top: 6rem; }

.pr0, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li:last-child > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:last-child > a {
  padding-right: 0; }

.pr1 {
  padding-right: 0.25rem; }

.pr2 {
  padding-right: 0.5rem; }

.pr3 {
  padding-right: 0.75rem; }

.pr4 {
  padding-right: 1rem; }

.pr5 {
  padding-right: 1.25rem; }

.pr6, nav.module-menu .menu-navbar .wrapper.left .logo {
  padding-right: 1.5rem; }

.pr7 {
  padding-right: 1.75rem; }

.pr8 {
  padding-right: 2rem; }

.pr9 {
  padding-right: 2.5rem; }

.pr10 {
  padding-right: 3rem; }

.pr11 {
  padding-right: 3.5rem; }

.pr12 {
  padding-right: 4rem; }

.pr13 {
  padding-right: 4.5rem; }

.pr14 {
  padding-right: 5rem; }

.pr15 {
  padding-right: 5.5rem; }

.pr16 {
  padding-right: 6rem; }

.pb0 {
  padding-bottom: 0; }

.pb1 {
  padding-bottom: 0.25rem; }

.pb2 {
  padding-bottom: 0.5rem; }

.pb3 {
  padding-bottom: 0.75rem; }

.pb4 {
  padding-bottom: 1rem; }

.pb5 {
  padding-bottom: 1.25rem; }

.pb6 {
  padding-bottom: 1.5rem; }

.pb7 {
  padding-bottom: 1.75rem; }

.pb8 {
  padding-bottom: 2rem; }

.pb9 {
  padding-bottom: 2.5rem; }

.pb10 {
  padding-bottom: 3rem; }

.pb11 {
  padding-bottom: 3.5rem; }

.pb12 {
  padding-bottom: 4rem; }

.pb13 {
  padding-bottom: 4.5rem; }

.pb14 {
  padding-bottom: 5rem; }

.pb15 {
  padding-bottom: 5.5rem; }

.pb16 {
  padding-bottom: 6rem; }

.pl0 {
  padding-left: 0; }

.pl1 {
  padding-left: 0.25rem; }

.pl2 {
  padding-left: 0.5rem; }

.pl3 {
  padding-left: 0.75rem; }

.pl4 {
  padding-left: 1rem; }

.pl5 {
  padding-left: 1.25rem; }

.pl6 {
  padding-left: 1.5rem; }

.pl7 {
  padding-left: 1.75rem; }

.pl8 {
  padding-left: 2rem; }

.pl9 {
  padding-left: 2.5rem; }

.pl10 {
  padding-left: 3rem; }

.pl11 {
  padding-left: 3.5rem; }

.pl12 {
  padding-left: 4rem; }

.pl13 {
  padding-left: 4.5rem; }

.pl14 {
  padding-left: 5rem; }

.pl15 {
  padding-left: 5.5rem; }

.pl16 {
  padding-left: 6rem; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.py1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.py2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.py3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.py4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.py5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.py6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.py7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem; }

.py8 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.py9 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.py10 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.py11 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

.py12 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.py13 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }

.py14 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.py15 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem; }

.py16 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.px1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.px2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.px3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.px4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.px5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.px6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.px7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem; }

.px8 {
  padding-left: 2rem;
  padding-right: 2rem; }

.px9 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.px10 {
  padding-left: 3rem;
  padding-right: 3rem; }

.px11 {
  padding-left: 3.5rem;
  padding-right: 3.5rem; }

.px12 {
  padding-left: 4rem;
  padding-right: 4rem; }

.px13 {
  padding-left: 4.5rem;
  padding-right: 4.5rem; }

.px14 {
  padding-left: 5rem;
  padding-right: 5rem; }

.px15 {
  padding-left: 5.5rem;
  padding-right: 5.5rem; }

.px16 {
  padding-left: 6rem;
  padding-right: 6rem; }

.pcr1 {
  padding-right: calc(100vw * (1 / 4) / 12); }

.pcr2 {
  padding-right: calc(100vw * (2 / 4) / 12); }

.pcr3 {
  padding-right: calc(100vw * (3 / 4) / 12); }

.pcr4 {
  padding-right: calc(100vw / 12); }

.pcr5 {
  padding-right: calc(100vw * (5 / 4) / 12); }

.pcr6 {
  padding-right: calc(100vw * (6 / 4) / 12); }

.pcr7 {
  padding-right: calc(100vw * (7 / 4) / 12); }

.pcr8 {
  padding-right: calc(100vw * 2 / 12); }

.pcr9 {
  padding-right: calc(100vw * (9 / 4) / 12); }

.pcr10 {
  padding-right: calc(100vw * (10 / 4) / 12); }

.pcr11 {
  padding-right: calc(100vw * (11 / 4) / 12); }

.pcr12 {
  padding-right: calc(100vw * 3 / 12); }

.pcr13 {
  padding-right: calc(100vw * (13 / 4) / 12); }

.pcr14 {
  padding-right: calc(100vw * (14 / 4) / 12); }

.pcr15 {
  padding-right: calc(100vw * (15 / 4) / 12); }

.pcr16 {
  padding-right: calc(100vw * 4 / 12); }

.pcl1 {
  padding-left: calc(100vw * (1 / 4) / 12); }

.pcl2 {
  padding-left: calc(100vw * (2 / 4) / 12); }

.pcl3 {
  padding-left: calc(100vw * (3 / 4) / 12); }

.pcl4 {
  padding-left: calc(100vw / 12); }

.pcl5 {
  padding-left: calc(100vw * (5 / 4) / 12); }

.pcl6 {
  padding-left: calc(100vw * (6 / 4) / 12); }

.pcl7 {
  padding-left: calc(100vw * (7 / 4) / 12); }

.pcl8 {
  padding-left: calc(100vw * 2 / 12); }

.pcl9 {
  padding-left: calc(100vw * (9 / 4) / 12); }

.pcl10 {
  padding-left: calc(100vw * (10 / 4) / 12); }

.pcl11 {
  padding-left: calc(100vw * (11 / 4) / 12); }

.pcl12 {
  padding-left: calc(100vw * 3 / 12); }

.pcl13 {
  padding-left: calc(100vw * (13 / 4) / 12); }

.pcl14 {
  padding-left: calc(100vw * (14 / 4) / 12); }

.pcl15 {
  padding-left: calc(100vw * (15 / 4) / 12); }

.pcl16 {
  padding-left: calc(100vw * 4 / 12); }

.pvt1 {
  padding-top: 0.5vh; }

.pvt2 {
  padding-top: 1vh; }

.pvt3 {
  padding-top: 1.5vh; }

.pvt4 {
  padding-top: 2vh; }

.pvt5 {
  padding-top: 4vh; }

.pvt6 {
  padding-top: 6vh; }

.pvt7 {
  padding-top: 10vh; }

.pvt8 {
  padding-top: 16vh; }

.pvb1 {
  padding-bottom: 0.5vh; }

.pvb2 {
  padding-bottom: 1vh; }

.pvb3 {
  padding-bottom: 1.5vh; }

.pvb4 {
  padding-bottom: 2vh; }

.pvb5 {
  padding-bottom: 4vh; }

.pvb6 {
  padding-bottom: 6vh; }

.pvb7 {
  padding-bottom: 10vh; }

.pvb8 {
  padding-bottom: 16vh; }

.flex, nav.module-menu .menu-navbar, nav.module-menu .menu-navbar .wrapper.left .logo, nav.module-menu .menu-navbar .wrapper.right, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.icon a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.icon a, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone a .icon, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone a .icon, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.flex-column, nav.module-menu .menu-navbar .wrapper.right, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-wrap, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.items-start {
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.items-end, nav.module-menu .menu-navbar .wrapper.right {
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.items-center, nav.module-menu .menu-navbar .wrapper.left .logo, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.icon a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.icon a, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone a .icon, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone a .icon, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > a {
  -webkit-align-items: center;
  align-items: center; }

.items-baseline {
  -webkit-align-items: baseline;
  align-items: baseline; }

.items-stretch {
  -webkit-align-items: stretch;
  align-items: stretch; }

.self-start {
  -webkit-align-self: flex-start;
  /* add prefixed version */
  -ms-flex-item-align: start;
  /* add prefixed version */
  align-self: flex-start; }

.self-end {
  -webkit-align-self: flex-end;
  /* add prefixed version */
  -ms-flex-item-align: end;
  /* add prefixed version */
  align-self: flex-end; }

.self-center {
  -webkit-align-self: center;
  /* add prefixed version */
  -ms-flex-item-align: center;
  align-self: center; }

.self-baseline {
  align-self: baseline; }

.self-stretch {
  align-self: stretch; }

.justify-start, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

.justify-end, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.justify-center, nav.module-menu .menu-navbar .wrapper.left .logo, nav.module-menu .menu-navbar .wrapper.right {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.justify-between, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > a {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.justify-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around; }

.justify-evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly; }

.content-start {
  align-content: flex-start; }

.content-end {
  align-content: flex-end; }

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

.content-between {
  align-content: space-between; }

.content-around {
  align-content: space-around; }

.content-stretch {
  align-content: stretch; }

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */ }

.flex-none {
  flex: none; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-last {
  order: 99999; }

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

.visible-xs {
  display: none; }

.hidden-xs {
  display: block; }

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none; }
  .visible-xs {
    display: block; } }

.hidden-mobile {
  display: block; }

.hidden-desktop {
  display: none; }

@media screen and (max-width: 990px) {
  .hidden-mobile {
    display: none !important; }
  .hidden-desktop {
    display: block; } }

/* ==========================================================================
   Animation triggered with intersection observer
   ========================================================================== */
[data-scroll='opacity'] {
  opacity: 0;
  transition: all 1s ease; }
  [data-scroll='opacity'].is-active {
    opacity: 1; }

[data-scroll='fromBottomSlow'] {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.8s ease; }
  [data-scroll='fromBottomSlow'].is-active {
    opacity: 1;
    transform: translateY(0); }

[data-scroll='fromBottom'] {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.2s ease; }
  [data-scroll='fromBottom'].is-active {
    opacity: 1;
    transform: translateY(0); }

[data-scroll='fromBottomFast'] {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.6s ease; }
  [data-scroll='fromBottomFast'].is-active {
    opacity: 1;
    transform: translateY(0); }

[data-scroll='fromTopSlow'] {
  opacity: 0;
  transform: translateY(-60px);
  transition: all 1.8s ease; }
  [data-scroll='fromTopSlow'].is-active {
    opacity: 1;
    transform: translateY(0); }

[data-scroll='fromTop'] {
  opacity: 0;
  transform: translateY(-60px);
  transition: all 1.2s ease; }
  [data-scroll='fromTop'].is-active {
    opacity: 1;
    transform: translateY(0); }

[data-scroll='fromTopFast'] {
  opacity: 0;
  transform: translateY(-60px);
  transition: all 0.6s ease; }
  [data-scroll='fromTopFast'].is-active {
    opacity: 1;
    transform: translateY(0); }

[data-scroll='fromRightSlow'] {
  opacity: 0;
  transform: translateX(60px);
  transition: all 1.8s ease; }
  [data-scroll='fromRightSlow'].is-active {
    opacity: 1;
    transform: translateX(0); }

[data-scroll='fromRight'] {
  opacity: 0;
  transform: translateX(60px);
  transition: all 1.2s ease; }
  [data-scroll='fromRight'].is-active {
    opacity: 1;
    transform: translateX(0); }

[data-scroll='fromRightFast'] {
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.6s ease; }
  [data-scroll='fromRightFast'].is-active {
    opacity: 1;
    transform: translateX(0); }

[data-scroll='fromLeftSlow'] {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 1.8s ease; }
  [data-scroll='fromLeftSlow'].is-active {
    opacity: 1;
    transform: translateX(0); }

[data-scroll='fromLeft'] {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 1.2s ease; }
  [data-scroll='fromLeft'].is-active {
    opacity: 1;
    transform: translateX(0); }

[data-scroll='fromLeftFast'] {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.6s ease; }
  [data-scroll='fromLeftFast'].is-active {
    opacity: 1;
    transform: translateX(0); }

.text-color, .font-main, p, body, .text p, .text div {
  color: #262523; }

.text-color-header, h3 {
  color: #FFDA4C; }

.text-color-black {
  color: #000; }

.text-color-nav, nav.module-menu .menu-navbar .wrapper.left .logo .slogan, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > .subitem-menu .subitem > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > .subitem-menu .subitem > a div,
.text-color-nav-lang,
nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.lang > a,
nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.lang > .menu-title,
nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.lang > a,
nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.lang > .menu-title,
.text-color-nav-logo,
nav.module-menu .menu-navbar .wrapper.left .logo a {
  color: #FFDA4C; }

.text-color-nav-lang-hover, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.lang:hover > a, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.lang:hover > .menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.lang:hover > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.lang:hover > .menu-title {
  color: #fff; }

.text-color-nav-active, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem:active > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem:active > a > div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem.active > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem.active > a > div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > .subitem-menu .subitem:active > a div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > .subitem-menu .subitem.active > a div {
  color: #0A2854; }

.text-color-nav-hover, nav.module-menu .menu-navbar .wrapper.left .logo a:hover, nav.module-menu .menu-navbar .wrapper.left .logo .slogan:hover, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem:hover div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem:hover span, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem:hover i, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > .subitem-menu .subitem:hover > a div {
  color: #0A2854; }

.text-color-nav-phone, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone > a, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone > .menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone > .menu-title {
  color: #fff; }

.text-color-nav-phone-hover, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone:hover > a, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone:hover > .menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone:hover > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone:hover > .menu-title {
  color: #FFDA4C; }

.text-color-nav-toggle, nav.module-menu .menu-toggle .word {
  color: #b5b5b5; }

.text-color-white {
  color: #fff; }

.text-color-contrast, body a:hover, body a:focus {
  color: #fff; }

.text-color-grey {
  color: #b5b5b5; }

.text-color-primary, body a {
  color: #0A2854; }

.text-color-footer {
  color: #b5b5b5; }

.bg-color-body {
  background-color: #fff; }

.bg-color-gold {
  background-color: #0a2854; }

.bg-color-black {
  background-color: #000; }

.bg-color-nav, nav.module-menu .menu-navbar {
  background-color: #fff; }

.bg-color-nav-hover {
  background-color: #fff; }

.bg-color-nav-active {
  background-color: #fff; }

.bg-color-nav-toggle {
  background-color: #fff; }

.bg-color-nav-toggle-backdrop {
  background-color: black; }

.bg-color-footer, footer {
  background-color: #262523; }

.bg-color-transparent {
  background-color: rgba(0, 0, 0, 0.4); }

/** to add hover effect on icon **/
.filter-hover, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.icon a:hover .hoverable, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.icon a:hover .hoverable, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone a:hover .icon .hoverable, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone a:hover .icon .hoverable {
  filter: invert(79%) sepia(60%) saturate(6121%) hue-rotate(20deg) brightness(89%) contrast(94%); }

.filter-black {
  filter: none; }

.filter-normal, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.icon a .hoverable, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.icon a .hoverable, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone a .icon .hoverable, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone a .icon .hoverable {
  filter: invert(100%) sepia(19%) saturate(254%) hue-rotate(303deg) brightness(115%) contrast(100%); }

.icon a {
  background-color: inherit;
  position: relative; }
  .icon a .overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    background-color: #FFDA4C;
    mix-blend-mode: multiply;
    transition: all 0.2s ease-in; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .icon a .overlay {
        background: rgba(0, 0, 0, 0.5); } }
    @supports (-ms-ime-align: auto) {
      .icon a .overlay {
        background: rgba(0, 0, 0, 0.5); } }
  .icon a:hover .overlay {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease-out; }

/*
    Where we set the typography of the template
 */
body {
  line-height: 1; }
  body a {
    text-decoration: none !important;
    display: inline-block; }
    body a:hover, body a:focus {
      text-decoration: none !important; }

h3 {
  text-transform: uppercase;
  font-size: 1.2rem; }

p {
  line-height: 2; }

ul {
  padding-left: 20px; }

li {
  line-height: 3;
  text-transform: uppercase; }

.text p, .text div {
  line-height: 1.4; }

.text strong {
  color: #0A2854;
  font-weight: 900; }

.text em {
  color: #FFDA4C;
  font-style: normal;
  font-weight: 600; }

.btn-hero, .btn-primary {
  display: inline-block;
  max-width: 308px;
  padding: 15px 35px;
  background: #0A2854;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(10, 40, 84, 0.3);
  border: 2px solid #0A2854;
  position: relative;
  overflow: hidden; }
  .btn-hero::before, .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease; }
  .btn-hero:hover, .btn-primary:hover {
    background: #fff;
    color: #0A2854;
    transform: translateY(-3px) translateX(5px);
    box-shadow: 0 8px 25px rgba(10, 40, 84, 0.4);
    border-color: #0A2854; }
    .btn-hero:hover::before, .btn-primary:hover::before {
      left: 100%; }
  .btn-hero:active, .btn-primary:active {
    transform: translateY(-1px) translateX(2px);
    box-shadow: 0 4px 15px rgba(10, 40, 84, 0.5); }
  @media screen and (max-width: 990px) {
    .btn-hero, .btn-primary {
      padding: 12px 30px;
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .btn-hero, .btn-primary {
      padding: 10px 25px;
      font-size: 14px; } }

/* .btn-hero, .btn-primary {
        display: inline-block;
        max-width: 308px;
        padding: 15px 35px;
        background: $color-1;
        color: $color-white;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 0;
        transition: all $transition-speed-fast ease;
        box-shadow: 0 4px 15px rgba(10, 40, 84, 0.3);
        border: 2px solid $color-1;
        
        &:hover {
            background: $color-white;
            color: $color-1;
           // border-color: $color-1;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(10, 40, 84, 0.4);
        }
        
        &:active {
            transform: translateY(0);
        }
        
        @media screen and (max-width: $size-sm-max) {
            padding: 12px 30px;
            font-size: 16px;
        }
        
        @media screen and (max-width: $size-xs-max) {
            padding: 10px 25px;
            font-size: 14px;
        }
    }
*/
/* GENERAL TEMPLATE */
body {
  background-color: #fff; }
  body .parallax {
    background-attachment: fixed; }
    @media screen and (max-width: 767px) {
      body .parallax {
        background-attachment: scroll; } }

/** Add this class to any anchor tag so it clear the fixed menu height (used in forms) */
.jumptarget::before {
  content: "";
  display: block;
  height: 160px;
  /* fixed header height*/
  margin: -160px 0 0;
  /* negative fixed header height */ }

/** Adds a shadow to the div element **/
.shadow {
  position: relative; }
  .shadow::after {
    content: '';
    z-index: 0;
    width: 100%;
    top: 100%;
    height: 40px;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/*****************************************************/
/* Menu (to use with /modules/module-menu.php)
/* Or /modules/module-menu-centre.php
/* Or /modules/module-menu-etage.php
 */
/*****************************************************/
/*****************************************************/
/* needs _sources/js/main.js to toggle var menu = ".menu-mobile"; */
nav.module-menu {
  position: relative;
  padding-bottom: 0;
  /************ menu desktop ***************************/
  /************ modern menu toggle ***************************/
  /************ modern mobile menu ***************************/ }
  @media screen and (max-width: 990px) {
    nav.module-menu {
      padding-top: 80px; } }
  nav.module-menu ul {
    list-style: none; }
  @media screen and (max-width: 1200px) {
    nav.module-menu {
      padding-bottom: 0; } }
  nav.module-menu .menu-navbar {
    position: fixed;
    top: 0;
    z-index: 500;
    width: 100%;
    height: 160px;
    transition: all 0.3s ease;
    /* Navigation visibility states */ }
    nav.module-menu .menu-navbar.nav-invisible {
      top: -50px;
      height: 115px;
      transition: all 0.3s; }
      nav.module-menu .menu-navbar.nav-invisible .wrapper {
        height: 65px;
        transition: all 0.3s; }
      nav.module-menu .menu-navbar.nav-invisible .wrapper.left .logo {
        max-width: 125px; }
    nav.module-menu .menu-navbar.nav-visible {
      top: 0;
      transition: all 0.3s ease; }
    @media screen and (max-width: 1200px) {
      nav.module-menu .menu-navbar {
        transition: all 0.3s ease; }
        nav.module-menu .menu-navbar.nav-invisible {
          transition: all 0.3s ease; }
        nav.module-menu .menu-navbar.nav-visible {
          top: 0;
          transition: all 0.3s ease; } }
  @media screen and (max-width: 1200px) and (max-width: 1200px) {
    nav.module-menu .menu-navbar {
      height: 135px;
      border-radius: 0px; } }
    nav.module-menu .menu-navbar .main-menu-top {
      width: 100%;
      background: #0A2854;
      border-radius: 0px 0px 16px 0px;
      flex: none;
      height: 50px;
      display: flex;
      justify-content: right;
      padding-right: 5%; }
      nav.module-menu .menu-navbar .main-menu-top li.rbq div.phonenumber, nav.module-menu .menu-navbar .main-menu-top li.phone div.phonenumber {
        font-weight: bold;
        font-size: 18px;
        color: #fff;
        letter-spacing: 0.72px; }
        @media screen and (max-width: 375px) {
          nav.module-menu .menu-navbar .main-menu-top li.rbq div.phonenumber, nav.module-menu .menu-navbar .main-menu-top li.phone div.phonenumber {
            font-size: 20px; } }
        @media screen and (max-width: 800px) {
          nav.module-menu .menu-navbar .main-menu-top li.rbq div.phonenumber, nav.module-menu .menu-navbar .main-menu-top li.phone div.phonenumber {
            color: #fff; } }
      nav.module-menu .menu-navbar .main-menu-top li.lang a div {
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        line-height: 1;
        letter-spacing: 0.56px;
        transition: 0.3s; }
        nav.module-menu .menu-navbar .main-menu-top li.lang a div span {
          color: #6A96D6; }
      @media screen and (max-width: 1200px) {
        nav.module-menu .menu-navbar .main-menu-top li.lang.space-client {
          display: none; } }
      @media screen and (max-width: 1200px) {
        nav.module-menu .menu-navbar .main-menu-top {
          border-radius: 0px; } }
  @media screen and (max-width: 1200px) and (max-width: 767px) {
    nav.module-menu .menu-navbar .main-menu-top ul {
      width: 100%;
      justify-content: space-between; } }
    nav.module-menu .menu-navbar .wrapper.left {
      flex: 0 0 auto;
      padding-left: 5%; }
      nav.module-menu .menu-navbar .wrapper.left .logo {
        height: 100%;
        width: auto;
        max-width: 200px;
        margin-bottom: 40px; }
        nav.module-menu .menu-navbar .wrapper.left .logo .slogan {
          font-size: 0.6rem; }
        @media screen and (max-width: 1200px) {
          nav.module-menu .menu-navbar .wrapper.left .logo {
            max-width: 150px;
            margin-bottom: 15px; } }
    nav.module-menu .menu-navbar .wrapper.right {
      flex: auto;
      margin-right: 5%; }
      nav.module-menu .menu-navbar .wrapper.right .main-menu-top, nav.module-menu .menu-navbar .wrapper.right .main-menu {
        height: 70%; }
        @media screen and (max-width: 1200px) {
          nav.module-menu .menu-navbar .wrapper.right .main-menu-top, nav.module-menu .menu-navbar .wrapper.right .main-menu {
            display: none; } }
        nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul {
          height: 100%; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li:last-child > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:last-child > a {
            margin-right: 25px; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.icon a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.icon a {
            height: 100%; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone > a, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone > .menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone > .menu-title {
            height: 100%; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone a {
            height: 100%; }
            nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.phone a .icon, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.phone a .icon {
              height: 100%; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.lang:hover > a, nav.module-menu .menu-navbar .wrapper.right .main-menu-top > ul li.lang:hover > .menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.lang:hover > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.lang:hover > .menu-title {
            transition: all 0.3s ease; }
      nav.module-menu .menu-navbar .wrapper.right .main-menu {
        position: relative;
        width: 100%;
        background: #fff; }
        nav.module-menu .menu-navbar .wrapper.right .main-menu > ul > li:last-child {
          margin-right: -1rem;
          padding-right: 0; }
        nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li {
          position: relative; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li > .menu-title {
            transition: all 0.1s ease; }
            @media screen and (max-width: 1430px) {
              nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li > .menu-title {
                margin-right: 10px; } }
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.item .arrow {
            position: absolute;
            left: 5px !important;
            opacity: 0;
            width: 8px;
            top: -1px;
            transition: .3s; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.item div.menu-title {
            transform: translateX(0);
            transition: all 0.3s ease; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.item:hover .arrow, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.item.active .arrow {
            opacity: 1;
            transition: .3s;
            left: 15px; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.item.dropdown:hover > a .arrow {
            transform: rotate(90deg); }
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li a.menu-title {
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 1.3px;
            color: #03182F;
            text-transform: uppercase; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:hover {
            transition: all 0.3s ease; }
            nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:hover > a, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:hover > .menu-title {
              color: #0A2854; }
            nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:hover div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:hover a.menu-title {
              color: #0A2854;
              transform: translateX(5px) !important;
              transition: all 0.3s ease !important; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.active div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.active a.menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:active div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:active a.menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:hover div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:hover a.menu-title {
            color: #0A2854;
            transform: translateX(5px);
            transition: all 0.3s ease; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.active > div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.active > .menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:active > div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:active > .menu-title {
            color: #0A2854; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.active div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.active a.menu-title, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:active div, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li:active a.menu-title {
            color: #0A2854;
            transform: translateX(5px);
            transition: all 0.3s ease; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.dropdown:hover + .submenu,
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li.dropdown:hover > .submenu {
            opacity: 100;
            visibility: visible; }
          nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu {
            background-color: #fff;
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: 20px;
            left: 0;
            display: block;
            min-width: 100%;
            width: 160%;
            padding: 30px 0 15px 0;
            transition: opacity 0.1s ease-in;
            z-index: 505; }
            nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul {
              flex: 1 1 auto;
              margin-top: 0; }
              nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem {
                padding: 5px 0;
                position: relative;
                white-space: nowrap; }
                nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > a {
                  display: flex;
                  min-height: 30px;
                  width: 100%; }
                  nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > a div {
                    color: #063448; }
                    nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > a div:hover {
                      color: #0C4C92; }
                  nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > a i {
                    top: -1px;
                    font-size: 0.8rem; }
                nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem .arrow {
                  position: absolute;
                  left: 5px;
                  opacity: 0;
                  top: 9px;
                  transition: .3s; }
                nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem div.menu-title {
                  transform: translateX(0) !important;
                  transition: all 0.3s ease !important; }
                nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem:hover .arrow {
                  opacity: 1;
                  transition: .3s; }
                nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem:hover div.menu-title {
                  transform: translateX(5px) !important;
                  transition: all 0.3s ease !important; }
                nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem:hover {
                  color: #71C5F1;
                  border: none; }
                  nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem:hover > .subitem-menu {
                    display: block; }
                nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem:active, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem.active {
                  border: none; }
                nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > .subitem-menu {
                  position: absolute;
                  left: 100%;
                  top: 0;
                  display: none;
                  background-color: #000; }
                  nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > .subitem-menu .subitem {
                    white-space: nowrap; }
                    nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > .subitem-menu .subitem:active, nav.module-menu .menu-navbar .wrapper.right .main-menu > ul li .submenu ul .subitem > .subitem-menu .subitem.active {
                      border: none; }
  nav.module-menu .menu-toggle {
    display: none; }
    @media screen and (max-width: 1200px) {
      nav.module-menu .menu-toggle {
        position: fixed;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 501; }
        nav.module-menu .menu-toggle:hover {
          transform: scale(1.1); } }
    nav.module-menu .menu-toggle::before {
      content: '';
      width: 0;
      height: 0;
      border-left: 8px solid #fff;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      transition: all 0.3s ease; }
    nav.module-menu .menu-toggle.active::before {
      transform: rotate(180deg); }
  nav.module-menu #menu-mobile {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 20000;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden; }
    nav.module-menu #menu-mobile.toggled {
      transform: translateX(0);
      opacity: 1;
      visibility: visible; }
    nav.module-menu #menu-mobile::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(135deg, rgba(10, 40, 84, 0.9) 0%, rgba(0, 0, 0, 0.95) 100%);
      z-index: -1; }
    nav.module-menu #menu-mobile .menu-close {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 50px;
      height: 50px;
      border: 2px solid rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      backdrop-filter: blur(10px);
      z-index: 502; }
      nav.module-menu #menu-mobile .menu-close:hover {
        border-color: rgba(255, 255, 255, 0.6);
        transform: scale(1.1) rotate(90deg); }
      nav.module-menu #menu-mobile .menu-close::before, nav.module-menu #menu-mobile .menu-close::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.3s ease;
        border-left: 3px solid #fff;
        border-top: 3px solid #fff; }
      nav.module-menu #menu-mobile .menu-close::before {
        transform: rotate(45deg); }
      nav.module-menu #menu-mobile .menu-close::after {
        transform: rotate(-45deg); }
    nav.module-menu #menu-mobile ul {
      margin: 0;
      padding: 0;
      width: 100%;
      max-width: 350px;
      padding: 0 15px;
      list-style: none; }
      nav.module-menu #menu-mobile ul li {
        margin: 0;
        padding: 0;
        opacity: 0;
        line-height: 1.5;
        transform: translateY(30px);
        animation: slideInUp 0.6s ease forwards; }
        nav.module-menu #menu-mobile ul li:nth-child(1) {
          animation-delay: 0.1s; }
        nav.module-menu #menu-mobile ul li:nth-child(2) {
          animation-delay: 0.2s; }
        nav.module-menu #menu-mobile ul li:nth-child(3) {
          animation-delay: 0.3s; }
        nav.module-menu #menu-mobile ul li:nth-child(4) {
          animation-delay: 0.4s; }
        nav.module-menu #menu-mobile ul li:nth-child(5) {
          animation-delay: 0.5s; }
        nav.module-menu #menu-mobile ul li:nth-child(6) {
          animation-delay: 0.6s; }
        nav.module-menu #menu-mobile ul li a, nav.module-menu #menu-mobile ul li span.menu-title {
          display: block;
          text-align: center;
          padding: 12px 20px;
          font-weight: 500;
          font-size: 18px;
          color: #fff;
          text-decoration: none;
          text-transform: uppercase;
          letter-spacing: 1.5px;
          border-radius: 10px;
          margin: 6px 15px;
          transition: all 0.3s ease;
          position: relative;
          overflow: hidden; }
          nav.module-menu #menu-mobile ul li a::before, nav.module-menu #menu-mobile ul li span.menu-title::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transition: left 0.5s ease; }
          nav.module-menu #menu-mobile ul li a:hover, nav.module-menu #menu-mobile ul li span.menu-title:hover {
            background: rgba(255, 255, 255, 0.1);
            color: #FFDA4C;
            transform: translateX(10px); }
            nav.module-menu #menu-mobile ul li a:hover::before, nav.module-menu #menu-mobile ul li span.menu-title:hover::before {
              left: 100%; }
        nav.module-menu #menu-mobile ul li.active a, nav.module-menu #menu-mobile ul li.active span.menu-title {
          background: rgba(10, 40, 84, 0.3);
          color: #0A2854;
          border-left: 4px solid #0A2854; }
        nav.module-menu #menu-mobile ul li.top-bar {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 30px;
          padding: 15px; }
          nav.module-menu #menu-mobile ul li.top-bar div.icons {
            display: flex;
            gap: 15px; }
            nav.module-menu #menu-mobile ul li.top-bar div.icons a {
              width: 40px;
              height: 40px;
              background: rgba(255, 255, 255, 0.1);
              border-radius: 50%;
              display: flex;
              align-items: center;
              justify-content: center;
              transition: all 0.3s ease; }
              nav.module-menu #menu-mobile ul li.top-bar div.icons a:hover {
                background: rgba(255, 255, 255, 0.2);
                transform: translateY(-3px); }
              nav.module-menu #menu-mobile ul li.top-bar div.icons a img {
                width: 20px;
                height: 20px;
                filter: brightness(0) invert(1); }

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/*****************************************************/
/* Footer (to use with /modules/module-footer.php)
/*****************************************************/
footer {
  min-height: 100px;
  padding: 60px 0 40px 0; }
  footer .footer-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 0; }
    footer .footer-wrapper .footer-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
      align-items: start;
      margin-bottom: 40px; }
      footer .footer-wrapper .footer-grid .footer-column h3 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: initial; }
      footer .footer-wrapper .footer-grid .footer-column p, footer .footer-wrapper .footer-grid .footer-column a {
        color: #fff;
        font-size: 16px;
        line-height: 1.3;
        text-decoration: none;
        transition: color 0.3s ease; }
      footer .footer-wrapper .footer-grid .footer-column a:hover {
        color: #FFDA4C; }
      footer .footer-wrapper .footer-grid .footer-copyright .copyright {
        font-size: 15px;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 20px; }
      footer .footer-wrapper .footer-grid .footer-copyright .footer-mediaweb .mediaweb-link {
        display: flex;
        align-items: center;
        text-decoration: none;
        transition: transform 0.3s ease; }
        footer .footer-wrapper .footer-grid .footer-copyright .footer-mediaweb .mediaweb-link:hover {
          transform: translateY(-2px); }
        footer .footer-wrapper .footer-grid .footer-copyright .footer-mediaweb .mediaweb-link .mediaweb-logo {
          margin-right: 12px;
          flex-shrink: 0; }
          footer .footer-wrapper .footer-grid .footer-copyright .footer-mediaweb .mediaweb-link .mediaweb-logo img {
            height: auto; }
        footer .footer-wrapper .footer-grid .footer-copyright .footer-mediaweb .mediaweb-link .mediaweb-text p {
          font-size: 13px;
          color: #fff;
          margin: 0;
          font-weight: 400;
          line-height: 1.2; }
      footer .footer-wrapper .footer-grid .footer-address h3 {
        font-weight: bold;
        font-size: 1.2rem; }
      footer .footer-wrapper .footer-grid .footer-address p {
        font-weight: 400; }
      footer .footer-wrapper .footer-grid .footer-email h3 {
        font-weight: bold;
        font-size: 1.2rem; }
      footer .footer-wrapper .footer-grid .footer-email p, footer .footer-wrapper .footer-grid .footer-email a {
        font-weight: 400;
        font-size: 16px; }
      footer .footer-wrapper .footer-grid .footer-phone h3 {
        font-weight: bold;
        font-size: 1.2rem; }
      footer .footer-wrapper .footer-grid .footer-phone p, footer .footer-wrapper .footer-grid .footer-phone a {
        font-weight: 400;
        font-size: 16px; }
    @media screen and (max-width: 1250px) {
      footer .footer-wrapper .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px; } }
    @media screen and (max-width: 768px) {
      footer .footer-wrapper .footer-copyright {
        order: 1;
        margin: auto; }
      footer .footer-wrapper .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center; } }
    @media screen and (max-width: 480px) {
      footer .footer-wrapper {
        padding: 40px 5% 30px 5%; }
        footer .footer-wrapper .footer-grid {
          gap: 25px; }
          footer .footer-wrapper .footer-grid .footer-column h3 {
            font-size: 18px;
            margin-bottom: 15px; }
          footer .footer-wrapper .footer-grid .footer-column p, footer .footer-wrapper .footer-grid .footer-column a {
            font-size: 14px; } }

/*****************************************************/
/* Sections (to use with /sections/section-*-*.php)
/*****************************************************/
/*****************************************************/
/* Modules (to use with /modules/module-*-*.php)
/*****************************************************/
.module-header {
  position: relative; }
  .module-header--caption {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%); }
    .module-header--caption--title {
      width: 100%;
      text-align: center;
      font-size: 5vw;
      font-weight: 400;
      color: #fff;
      text-shadow: 0 0 10px #000; }
    .module-header--caption--subtitle {
      width: 100%;
      text-align: center;
      font-size: 3vw;
      font-weight: 300;
      color: #0A2854;
      text-shadow: 0 0 10px #000; }

@media screen and (max-width: 1299px) {
  .module-header--caption--title {
    font-size: 6vw; }
  .module-header--caption--subtitle {
    font-size: 4vw; } }

@media screen and (max-width: 990px) {
  .module-header--caption--title {
    font-size: 7vw; }
  .module-header--caption--subtitle {
    font-size: 5vw; } }

@media screen and (max-width: 767px) {
  .module-header--caption--title {
    font-size: 8vw; }
  .module-header--caption--subtitle {
    font-size: 6vw; } }

form input.form-control, form textarea.form-control {
  height: 50px;
  color: #333333;
  font-size: 1rem;
  background-color: #fff;
  box-sizing: border-box; }

form input::placeholder, form textarea::placeholder {
  font-size: 0.9rem;
  color: #535353; }

form label {
  color: #777777;
  font-size: 0.9rem; }

form .title {
  text-transform: uppercase;
  color: #333333;
  font-weight: bold;
  margin-top: 1em; }

form .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

form .checkbox, form .radio {
  display: flex;
  cursor: pointer;
  width: 100%; }
  form .checkbox > span, form .radio > span {
    color: #024b94;
    padding: 0.5rem 0.25rem;
    margin-right: auto; }
  form .checkbox > input, form .radio > input {
    height: 25px;
    width: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    transition-duration: 0.3s;
    background-color: #fff;
    cursor: pointer;
    position: inherit !important; }
  form .checkbox > input:checked, form .radio > input:checked {
    border: 3px solid #fff;
    background-color: #024b94; }

form .radio > input {
  border-radius: 50%; }

form textarea {
  height: 200px !important; }

form .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.has-error .form-control {
  color: #a94442; }

.help-block {
  min-height: 15px; }

.with-errors li {
  line-height: 1; }

.clear-both {
  clear: both; }

.messages {
  padding: 30px;
  margin-bottom: 2em; }
  .messages.errors p, .messages.success p {
    font-size: 1rem;
    line-height: 1;
    margin: 0; }
  .messages.errors {
    background-color: rgba(255, 26, 26, 0.7);
    border-radius: 5px;
    border: 5px solid #a94442;
    color: #a94442; }
    .messages.errors p {
      color: #a94442; }
  .messages.success {
    background-color: #fff;
    border-radius: 5px;
    border: 5px solid #00e600;
    color: green; }
    .messages.success p {
      color: green; }

/*******************************************************************************
* ACCUEIL
*******************************************************************************/
/*****************************************************/
/*****************************************************/
.video-hero-section {
  position: relative;
  margin-top: 160px;
  width: 100%;
  min-height: 660px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .video-hero-section.page {
    min-height: 550px; }
  @media screen and (max-width: 990px) {
    .video-hero-section {
      margin-top: 75px; } }
  .video-hero-section .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 950px;
    z-index: 1; }
    .video-hero-section .video-background video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      object-fit: cover; }
    .video-hero-section .video-background .video-desktop {
      display: block; }
    .video-hero-section .video-background .video-mobile {
      display: none; }
    @media screen and (max-width: 990px) {
      .video-hero-section .video-background .video-desktop {
        display: none; }
      .video-hero-section .video-background .video-mobile {
        display: block; } }
  .video-hero-section .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2; }
  .video-hero-section .hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .video-hero-section .hero-content .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 5% 0 5%;
      padding: 0; }
    .video-hero-section .hero-content .hero-text {
      max-width: 760px; }
      .video-hero-section .hero-content .hero-text .hero-message {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0;
        color: #fff;
        text-transform: inherit;
        margin-bottom: 40px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
        @media screen and (max-width: 1299px) {
          .video-hero-section .hero-content .hero-text .hero-message {
            font-size: 24px; } }
        @media screen and (max-width: 990px) {
          .video-hero-section .hero-content .hero-text .hero-message {
            font-size: 20px;
            margin-bottom: 30px; } }
        @media screen and (max-width: 767px) {
          .video-hero-section .hero-content .hero-text .hero-message {
            font-size: 18px;
            margin-bottom: 25px; } }
  @media screen and (max-width: 767px) {
    .video-hero-section {
      height: 80vh;
      min-height: 500px;
      margin-top: 55px; }
      .video-hero-section .hero-content .container {
        padding: 0 15px; }
      .video-hero-section .hero-content .hero-text {
        max-width: 100%;
        text-align: center; }
        .video-hero-section .hero-content .hero-text .hero-message {
          text-align: left; } }
  @media screen and (max-width: 767px) {
    .video-hero-section {
      height: 70vh;
      min-height: 400px; }
      .video-hero-section .hero-content .container {
        padding: 0 10px; } }

/*****************************************************/
/*****************************************************/
.image-hero-section {
  position: relative;
  margin-top: 160px;
  width: 100%;
  min-height: 660px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .image-hero-section.page {
    min-height: 550px; }
  @media screen and (max-width: 990px) {
    .image-hero-section {
      margin-top: 75px; } }
  .image-hero-section .image-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .image-hero-section .image-background .hero-image {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%);
      object-fit: cover;
      object-position: center center; }
  .image-hero-section .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2; }
  .image-hero-section .hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .image-hero-section .hero-content .container {
      width: 100%;
      max-width: 1200px;
      margin: 0 5% 0 5%;
      padding: 0; }
    .image-hero-section .hero-content .hero-text {
      max-width: 760px; }
      .image-hero-section .hero-content .hero-text .hero-title {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0;
        color: #fff;
        text-transform: inherit;
        margin-bottom: 20px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }
        @media screen and (max-width: 1299px) {
          .image-hero-section .hero-content .hero-text .hero-title {
            font-size: 32px; } }
        @media screen and (max-width: 990px) {
          .image-hero-section .hero-content .hero-text .hero-title {
            font-size: 28px;
            margin-bottom: 15px; } }
        @media screen and (max-width: 767px) {
          .image-hero-section .hero-content .hero-text .hero-title {
            font-size: 24px;
            margin-bottom: 12px; } }
      .image-hero-section .hero-content .hero-text .hero-description {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.6;
        color: #fff;
        margin-bottom: 40px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
        @media screen and (max-width: 1299px) {
          .image-hero-section .hero-content .hero-text .hero-description {
            font-size: 16px;
            margin-bottom: 35px; } }
        @media screen and (max-width: 990px) {
          .image-hero-section .hero-content .hero-text .hero-description {
            font-size: 15px;
            margin-bottom: 30px; } }
        @media screen and (max-width: 767px) {
          .image-hero-section .hero-content .hero-text .hero-description {
            font-size: 14px;
            margin-bottom: 25px; } }
      .image-hero-section .hero-content .hero-text .btn-hero {
        display: inline-block;
        max-width: 308px;
        padding: 15px 35px;
        background: #0A2854;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 8px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(10, 40, 84, 0.3);
        border: 2px solid #0A2854;
        position: relative;
        overflow: hidden; }
        .image-hero-section .hero-content .hero-text .btn-hero::before {
          content: '';
          position: absolute;
          top: 0;
          left: -100%;
          width: 100%;
          height: 100%;
          background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
          transition: left 0.5s ease; }
        .image-hero-section .hero-content .hero-text .btn-hero:hover {
          background: #fff;
          color: #0A2854;
          transform: translateY(-3px) translateX(5px);
          box-shadow: 0 8px 25px rgba(10, 40, 84, 0.4);
          border-color: #FFDA4C; }
          .image-hero-section .hero-content .hero-text .btn-hero:hover::before {
            left: 100%; }
        .image-hero-section .hero-content .hero-text .btn-hero:active {
          transform: translateY(-1px) translateX(2px);
          box-shadow: 0 4px 15px rgba(10, 40, 84, 0.5); }
        @media screen and (max-width: 990px) {
          .image-hero-section .hero-content .hero-text .btn-hero {
            padding: 12px 30px;
            font-size: 16px; } }
        @media screen and (max-width: 767px) {
          .image-hero-section .hero-content .hero-text .btn-hero {
            padding: 10px 25px;
            font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .image-hero-section {
      height: 80vh;
      min-height: 500px;
      margin-top: 55px; }
      .image-hero-section .hero-content .container {
        padding: 0 15px; }
      .image-hero-section .hero-content .hero-text {
        max-width: 100%;
        text-align: center; }
        .image-hero-section .hero-content .hero-text .hero-title,
        .image-hero-section .hero-content .hero-text .hero-description {
          text-align: left; } }
  @media screen and (max-width: 480px) {
    .image-hero-section {
      height: 70vh;
      min-height: 400px; }
      .image-hero-section .hero-content .container {
        padding: 0 10px; } }

#section-intro {
  padding: 35px 5% 100px 5%;
  text-align: center;
  max-width: 1920px;
  margin: 0 auto; }
  #section-intro h2 {
    font-weight: bold;
    font-size: 1.6rem;
    color: #000;
    padding-bottom: 30px;
    line-height: 1.2; }
  #section-intro p {
    width: 90%;
    margin: auto;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1rem;
    color: #535353; }
  @media screen and (max-width: 990px) {
    #section-intro h2 br {
      display: none; } }

@media screen and (max-width: 990px) and (max-width: 767px) {
  #section-intro {
    padding: 75px 5% 75px 5%; }
    #section-intro p {
      font-size: 18px; } }

#section-services {
  padding: 30px 5% 100px 5%; }
  #section-services .bloc:nth-child(2) .title {
    margin-bottom: 15px; }
    #section-services .bloc:nth-child(2) .title h4 {
      background: #FFDA4C;
      color: #000; }
  #section-services .bloc .title {
    margin-bottom: 15px; }
    #section-services .bloc .title h4 {
      background: #0A2854;
      width: fit-content;
      padding: 15px 20px;
      font-weight: 700;
      font-size: 1.2rem;
      color: #fff; }
  #section-services .bloc .img-responsive {
    box-shadow: 0px 0px 16px #00000029; }
  @media screen and (max-width: 1600px) {
    #section-services .bloc .title h4 {
      font-size: 1.15rem; } }

@media screen and (max-width: 1600px) and (max-width: 1395px) {
  #section-services .bloc .title h4 {
    font-size: 1.05rem; } }

@media screen and (max-width: 1600px) and (max-width: 1395px) and (max-width: 1185px) {
  #section-services {
    flex-direction: column; }
    #section-services .bloc {
      width: 75%;
      margin: auto; }
      #section-services .bloc .title h4 {
        font-size: 1.1rem; }
      #section-services .bloc.mx5 {
        margin: 50px auto; } }
  @media screen and (max-width: 1600px) and (max-width: 1395px) and (max-width: 1185px) and (max-width: 990px) {
    #section-services .bloc {
      width: 100%; }
      #section-services .bloc .title h4 {
        font-size: 1.3rem; } }

@media screen and (max-width: 1600px) and (max-width: 1395px) and (max-width: 1185px) and (max-width: 990px) and (max-width: 767px) {
  #section-services {
    padding: 100px 5%; }
    #section-services .bloc .title h4 {
      font-size: 1.2rem; } }

.section-img-background {
  padding: 115px 0 0 0;
  max-width: 1920px;
  margin: 0 auto;
  transition: all 0.5s ease;
  position: relative; }
  .section-img-background .text-side {
    width: 50%;
    border-top: 40px solid #FFDA4C;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #FAFAFA;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden; }
    .section-img-background .text-side.border-top-blue {
      border-top: 40px solid #0A2854; }
    .section-img-background .text-side .contenu {
      position: relative;
      margin-top: -15px;
      padding: 100px 5% 100px 100px;
      border-radius: 20px 20px 0 0;
      z-index: 2; }
      .section-img-background .text-side .contenu h3 {
        font-weight: bold;
        font-size: 1.8rem;
        color: #0A2854;
        text-transform: initial;
        padding-bottom: 45px;
        transition: color 0.3s ease; }
      .section-img-background .text-side .contenu .point {
        padding-top: 10px;
        transition: transform 0.3s ease; }
      .section-img-background .text-side .contenu .text {
        width: 100%; }
        .section-img-background .text-side .contenu .text p {
          color: #0A2854;
          font-weight: 400;
          font-size: 18px;
          transition: color 0.3s ease; }
          .section-img-background .text-side .contenu .text p strong {
            font-weight: 700;
            color: #535353;
            transition: color 0.3s ease; }
      .section-img-background .text-side .contenu .bloc {
        transition: all 0.3s ease;
        position: relative;
        padding: 10px 0;
        border-radius: 8px; }
        .section-img-background .text-side .contenu .bloc::before {
          content: '';
          position: absolute;
          left: -10px;
          top: 0;
          width: 4px;
          height: 0;
          background: linear-gradient(to bottom, #FFDA4C, #0A2854);
          transition: height 0.3s ease;
          border-radius: 2px; }
    .section-img-background .text-side.text-pages .contenu h3 {
      color: #000; }
    .section-img-background .text-side.text-pages .contenu h4 {
      font-size: 1.1rem;
      font-weight: 700;
      color: #0A2854;
      padding-bottom: 25px;
      transition: color 0.3s ease; }
    .section-img-background .text-side.text-pages .contenu p {
      padding: 10px 0;
      transition: color 0.3s ease; }
      .section-img-background .text-side.text-pages .contenu p strong {
        font-weight: 700;
        color: #0A2854;
        transition: color 0.3s ease; }
  .section-img-background .image-side {
    width: 50%;
    box-shadow: 0px 0px 16px #00000029;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden; }
    .section-img-background .image-side .media {
      height: 100%;
      width: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.5s ease; }
      .section-img-background .image-side .media.mobile {
        display: none; }
      .section-img-background .image-side .media.desktop {
        display: block; }
  @media screen and (max-width: 1600px) {
    .section-img-background .text-side .contenu {
      padding: 100px 5% 100px 85px; } }
  @media screen and (max-width: 1400px) {
    .section-img-background .text-side .contenu {
      padding: 75px 5% 75px 75px; } }
  @media screen and (max-width: 1299px) {
    .section-img-background .text-side .contenu {
      padding: 100px 5% 100px 65px; } }
  @media screen and (max-width: 1200px) {
    .section-img-background {
      flex-direction: column-reverse;
      padding: 100px 5% 0 5%; }
      .section-img-background .text-side {
        width: 75%;
        margin: 15px auto 0 auto; }
        .section-img-background .text-side .contenu {
          padding: 100px 50px;
          height: 100%; }
      .section-img-background .image-side {
        width: 75%;
        margin: auto; } }
  @media screen and (max-width: 990px) {
    .section-img-background .text-side,
    .section-img-background .image-side {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .section-img-background .image-side .media.mobile {
      display: block; }
    .section-img-background .image-side .media.desktop {
      display: none; }
    .section-img-background .text-side .contenu {
      padding: 75px 25px; }
      .section-img-background .text-side .contenu .text p {
        font-size: 16px; }
      .section-img-background .text-side .contenu h3 {
        padding-bottom: 25px; } }

#section-background {
  background: url("../images/accueil_section04_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 150px 5%;
  margin-top: 80px; }
  #section-background .bloc {
    width: 25%;
    height: calc(100% - 90px);
    background: rgba(255, 255, 255, 0.1) 0% 0% no-repeat padding-box;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px); }
    #section-background .bloc .title {
      border-bottom: 1px solid rgba(255, 255, 255, 0.11);
      padding: 40px 0;
      margin: 0 40px; }
      #section-background .bloc .title h4 {
        font-weight: 600;
        font-size: 1.2rem;
        color: #fff; }
    #section-background .bloc .contenu {
      padding: 40px; }
      #section-background .bloc .contenu p {
        font-weight: 500;
        font-size: 18px;
        color: #fff;
        min-height: 215px; }
  @media screen and (max-width: 1630px) {
    #section-background .bloc .contenu p {
      min-height: 230px; } }
  @media screen and (max-width: 1573px) {
    #section-background {
      justify-content: center; }
      #section-background .bloc .title {
        margin: 0 30px; }
        #section-background .bloc .title h4 {
          font-size: 1.1rem; }
      #section-background .bloc .contenu {
        padding: 40px 30px; }
        #section-background .bloc .contenu p {
          min-height: 250px; } }
  @media screen and (max-width: 1440px) {
    #section-background .bloc .title h4 {
      font-size: 1rem; }
    #section-background .bloc .contenu p {
      min-height: 275px; } }
  @media screen and (max-width: 1299px) {
    #section-background {
      flex-wrap: wrap; }
      #section-background .bloc {
        width: 48%;
        margin: 10px; }
        #section-background .bloc .title h4 {
          font-size: 1.15rem; }
        #section-background .bloc .contenu p {
          min-height: 150px; } }
  @media screen and (max-width: 1110px) {
    #section-background .bloc {
      width: 45%; } }
  @media screen and (max-width: 990px) {
    #section-background {
      padding: 100px 5%; }
      #section-background .bloc {
        width: 100%;
        margin: 0 0 15px 0; }
        #section-background .bloc .contenu p {
          font-size: 16px;
          min-height: initial;
          padding-bottom: 50px; }
        #section-background .bloc .title {
          min-height: initial; }
          #section-background .bloc .title h4 {
            font-size: 1.5rem; }
            #section-background .bloc .title h4 br {
              display: none; } }
  @media screen and (max-width: 767px) {
    #section-background {
      background: url("../images/accueil_section04_bg_m.jpg") no-repeat center;
      background-size: cover; }
      #section-background .bloc .contenu {
        padding: 40px 20px; }
      #section-background .bloc .title {
        margin: 0 20px; } }

#section-titre-bottom {
  padding: 110px 5%; }
  #section-titre-bottom h3 {
    font-weight: bold;
    font-size: 1.6rem;
    color: #0A2854;
    text-transform: initial;
    text-align: center; }
  @media screen and (max-width: 767px) {
    #section-titre-bottom h3 {
      font-size: 2.3rem; } }

/*******************************************************************************
* INVENTAIRE
*******************************************************************************/
.section-search {
  padding: 70px 5% 20px 5%; }
  .section-search input[type="text"] {
    height: 48px;
    background: rgba(201, 201, 201, 0.45);
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 16px;
    transition: all 0.3s ease; }
    .section-search input[type="text"]:focus {
      outline: none;
      background: rgba(201, 201, 201, 0.6);
      box-shadow: 0 0 0 2px rgba(10, 40, 84, 0.2); }
    .section-search input[type="text"]::placeholder {
      color: #000;
      font-weight: 500; }
  @media screen and (max-width: 767px) {
    .section-search {
      padding: 50px 5% 20px 5%; } }

.section-gallery {
  padding: 0 5% 100px 5%; }
  .section-gallery #category-description-text {
    color: #0A2854; }
    .section-gallery #category-description-text p {
      font-size: 16px;
      font-weight: 400;
      color: #0A2854;
      padding: 10px;
      line-height: 1.5; }
  .section-gallery .gallery-filters {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    gap: 15px; }
    .section-gallery .gallery-filters select {
      background: #EDEDED;
      border: none;
      font-size: 16px;
      width: 310px;
      color: #000;
      padding: 15px;
      cursor: pointer;
      border-radius: 4px;
      transition: all 0.3s ease; }
      .section-gallery .gallery-filters select:hover {
        background: #E0E0E0; }
      .section-gallery .gallery-filters select:focus {
        outline: none;
        background: #E0E0E0;
        box-shadow: 0 0 0 2px rgba(10, 40, 84, 0.2); }
    @media screen and (max-width: 600px) {
      .section-gallery .gallery-filters {
        flex-direction: column;
        gap: 10px; }
        .section-gallery .gallery-filters select {
          width: 100%;
          max-width: 200px; } }
  .section-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; }
    @media screen and (max-width: 1299px) {
      .section-gallery .gallery-grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 900px) {
      .section-gallery .gallery-grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 600px) {
      .section-gallery .gallery-grid {
        grid-template-columns: 1fr; } }
  .section-gallery .gallery-item {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
    .section-gallery .gallery-item .gallery-link {
      display: block;
      text-indent: -9999px;
      background: transparent;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .section-gallery .gallery-item:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
      z-index: 3; }
      .section-gallery .gallery-item:hover .gallery-thumb img {
        transform: scale(1.1); }
  .section-gallery .gallery-thumb {
    overflow: hidden;
    border-radius: 4px 4px 0 0; }
    .section-gallery .gallery-thumb img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.5s ease; }
  .section-gallery .gallery-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .section-gallery .gallery-info h5 {
      color: #000;
      font-size: 1rem;
      margin: 0 0 8px 0;
      font-weight: 700;
      line-height: 1.3; }
    .section-gallery .gallery-info p {
      color: #8E8E8E;
      font-weight: 400;
      font-size: 16px;
      margin: 0;
      line-height: 1.4; }
  @media screen and (max-width: 600px) {
    .section-gallery .gallery-info h5 {
      font-size: 18px; } }

.section-fiche-product {
  padding: 50px 0; }
  .section-fiche-product .arrow_back {
    max-width: 150px;
    display: flex; }
    .section-fiche-product .arrow_back .btn-back {
      width: 100%;
      text-align: center;
      background-color: #EDEDED;
      color: #000;
      padding: 15px;
      border-radius: 35px;
      font-size: 18px;
      transition: all 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      position: relative;
      overflow: hidden; }
      .section-fiche-product .arrow_back .btn-back .fa-arrow-left {
        margin-right: 10px; }
      .section-fiche-product .arrow_back .btn-back::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.5s ease; }
      .section-fiche-product .arrow_back .btn-back:hover {
        background: #0A2854;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(10, 40, 84, 0.3); }
        .section-fiche-product .arrow_back .btn-back:hover::before {
          left: 100%; }
  .section-fiche-product .wrapper {
    width: 90%;
    margin: auto; }
  .section-fiche-product .left-side {
    width: 40%; }
    .section-fiche-product .left-side .image-side {
      margin-right: 30px;
      margin-bottom: 2rem;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: all 0.5s ease; }
      .section-fiche-product .left-side .image-side:hover {
        transform: scale(1.02);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
  .section-fiche-product .right-side {
    width: 60%; }
    .section-fiche-product .right-side h3 {
      font-size: 1.5rem;
      font-weight: 700;
      color: #000;
      padding-bottom: 25px;
      text-transform: initial;
      line-height: 1.2; }
    .section-fiche-product .right-side h4 {
      font-size: 1rem;
      font-weight: 700;
      color: #000;
      margin-bottom: 15px; }
    .section-fiche-product .right-side .pdf {
      margin: 15px 0;
      font-size: 18px;
      color: #0A2854;
      text-decoration: none;
      transition: all 0.3s ease;
      display: inline-block; }
      .section-fiche-product .right-side .pdf:hover, .section-fiche-product .right-side .pdf:focus, .section-fiche-product .right-side .pdf:focus-visible {
        color: #FFDA4C;
        transform: translateX(5px); }
    .section-fiche-product .right-side p, .section-fiche-product .right-side li {
      font-weight: 400;
      font-size: 18px;
      color: #242424;
      text-transform: initial;
      line-height: 1.6; }
    .section-fiche-product .right-side ul {
      padding-top: 10px; }
      .section-fiche-product .right-side ul li {
        line-height: 1.4;
        padding-bottom: 8px;
        position: relative;
        padding-left: 20px; }
        .section-fiche-product .right-side ul li::before {
          content: '•';
          color: #0A2854;
          font-weight: bold;
          position: absolute;
          left: 0; }
  @media screen and (max-width: 1400px) {
    .section-fiche-product .left-side,
    .section-fiche-product .right-side {
      width: 50%; }
    .section-fiche-product .image-side {
      margin-right: 2rem;
      margin-bottom: 2rem; } }
  @media screen and (max-width: 1200px) {
    .section-fiche-product .image-side {
      margin-right: 2rem;
      margin-bottom: 2rem;
      max-width: 450px; }
    .section-fiche-product .right-side h3 {
      font-size: 24px; }
    .section-fiche-product .right-side p, .section-fiche-product .right-side li {
      font-size: 16px; }
    .section-fiche-product .right-side .pdf {
      font-size: 16px; } }
  @media screen and (max-width: 990px) {
    .section-fiche-product .section-info {
      flex-direction: column; }
    .section-fiche-product .left-side,
    .section-fiche-product .right-side {
      width: 100%; }
    .section-fiche-product .right-side h4 {
      font-size: 20px; }
    .section-fiche-product .image-side {
      margin-bottom: 2rem;
      width: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 600px) {
    .section-fiche-product .left-side .image-side {
      margin-bottom: 5rem; }
    .section-fiche-product .right-side h3 {
      font-size: 22px; }
    .section-fiche-product .right-side h4 {
      font-size: 18px; }
    .section-fiche-product .right-side ul li {
      font-size: 15px; } }

/* Create four equal columns that floats next to eachother */
.slideshow-wrap {
  width: 100%;
  margin-bottom: 20px; }

/* Modal Content */
.slide-content {
  background-color: #fff;
  margin: auto;
  padding: 5px;
  position: relative; }

.mySlides {
  transition: .3s; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  transition: .2s;
  bottom: 0;
  width: auto;
  padding: 16px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  display: flex;
  align-items: center;
  justify-content: center; }

/* Position the "next button" to the right */
.next {
  right: 0; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  color: #000;
  transition: .4s; }

.next:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  color: #000;
  transition: .4s; }

/* Caption text */
.caption-container {
  text-align: center;
  padding: 15px; }
  .caption-container p {
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3; }

div.thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  padding-top: 10px; }
  div.thumb-wrapper .column {
    padding: 5px; }
    div.thumb-wrapper .column img.thumb {
      opacity: 1;
      transition: 0.4s; }
      div.thumb-wrapper .column img.thumb.active {
        opacity: 0.6;
        transition: 0.4s; }
      div.thumb-wrapper .column img.thumb:hover {
        transform: scale(1.1);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: .4s; }
  @media screen and (max-width: 1500px) {
    div.thumb-wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 1500px) and (max-width: 1500px) {
    div.thumb-wrapper {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 1500px) and (max-width: 1500px) and (max-width: 767px) {
    div.thumb-wrapper {
      grid-template-columns: repeat(2, 1fr); } }

/*******************************************************************************
* SERVICES
*******************************************************************************/
#section-intro-services.services {
  padding: 80px 5% 0 5%;
  text-align: initial;
  max-width: 1920px;
  margin: 0 auto; }
  #section-intro-services.services .text-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center; }
  #section-intro-services.services .left-side {
    width: 45%;
    margin-right: 25px; }
    #section-intro-services.services .left-side h2 {
      width: 100%;
      font-size: 1.5rem;
      color: #0A2854;
      text-transform: initial;
      padding-bottom: 25px;
      line-height: 1.2;
      font-weight: bold; }
  #section-intro-services.services .right-side {
    width: 55%; }
    #section-intro-services.services .right-side p {
      font-size: 18px;
      line-height: 1.5 !important;
      font-weight: 400 !important;
      color: #535353; }
  @media screen and (max-width: 767px) {
    #section-intro-services.services .text-wrapper {
      flex-direction: column; }
    #section-intro-services.services .left-side {
      width: 100%; }
      #section-intro-services.services .left-side h2 {
        font-size: 24px; }
    #section-intro-services.services .right-side {
      width: 100%; }
      #section-intro-services.services .right-side p {
        font-size: 16px; } }

/* ===========================================
   FILTRE DE CATEGORIES de réalisations MODERNE
   =========================================== */
.section-menu-filter {
  border-top: 10px solid #FFDA4C;
  background: linear-gradient(135deg, #0A2854, #051226);
  padding: 60px 0;
  position: relative;
  overflow: hidden; }
  .section-menu-filter::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3; }

.filter-wrapper {
  position: relative;
  z-index: 2;
  text-align: center; }

.filter-title h2 {
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); }

.filter-title p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 40px;
  font-weight: 300; }

.filter-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px; }

.menu-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0; }

.filter-item {
  position: relative;
  line-height: 1.3; }
  .filter-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 15px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden; }
    .filter-item a::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s; }
    .filter-item a:hover {
      background: rgba(255, 255, 255, 0.25);
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
      border-color: rgba(255, 255, 255, 0.4); }
      .filter-item a:hover::before {
        left: 100%; }
  .filter-item.active a {
    background: rgba(255, 255, 255, 0.9);
    color: #0A2854;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.8); }
    .filter-item.active a:hover {
      background: #fff;
      transform: translateY(-2px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2); }
    .filter-item.active a::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      background: rgba(255, 255, 255, 0.3);
      border-radius: 50%;
      transform: translate(-50%, -50%);
      animation: pulse 2s infinite; }
  .filter-item.hover-effect a {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25); }

.filter-icon {
  font-size: 1.3rem;
  transition: transform 0.3s ease; }

.filter-text {
  position: relative;
  z-index: 1; }

/* Effets d'animation lors du chargement */
.filter-item {
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 0.6s ease forwards; }
  .filter-item:nth-child(1) {
    animation-delay: 0.1s; }
  .filter-item:nth-child(2) {
    animation-delay: 0.2s; }
  .filter-item:nth-child(3) {
    animation-delay: 0.3s; }
  .filter-item:nth-child(4) {
    animation-delay: 0.4s; }
  .filter-item:nth-child(5) {
    animation-delay: 0.5s; }
  .filter-item:nth-child(6) {
    animation-delay: 0.6s; }
  .filter-item:nth-child(7) {
    animation-delay: 0.7s; }
  .filter-item:nth-child(8) {
    animation-delay: 0.8s; }

@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes pulse {
  0% {
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0; } }

/* Estado de carga */
body.filter-loading .filter-item {
  animation-play-state: paused; }
  body.filter-loading .filter-item a {
    opacity: 0.7; }

/* Améliorations pour le scroll doux */
.section-gallerie {
  scroll-margin-top: 120px; }

.header-gallery-section {
  scroll-margin-top: 100px; }
  .header-gallery-section:target {
    animation: highlightSection 2s ease-in-out; }

/* Styles pour les titres de catégorie dans la galerie */
.gallery-category-header {
  grid-column: 1 / -1;
  margin: 40px 0 20px 0;
  padding: 20px 0;
  border-bottom: 3px solid #FFDA4C;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  scroll-margin-top: 100px; }
  .gallery-category-header h3 {
    color: #0A2854;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block; }
  .gallery-category-header .back-to-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #FFDA4C;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden; }
    .gallery-category-header .back-to-filter::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s; }
    .gallery-category-header .back-to-filter:hover {
      background: #0A2854;
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2); }
      .gallery-category-header .back-to-filter:hover::before {
        left: 100%; }
      .gallery-category-header .back-to-filter:hover .arrow-up {
        transform: translateY(-2px); }
    .gallery-category-header .back-to-filter .arrow-up {
      font-size: 24px;
      font-weight: bold;
      transition: transform 0.3s ease;
      position: relative;
      z-index: 1; }
  .gallery-category-header:target {
    animation: highlightSection 2s ease-in-out; }
  @media screen and (max-width: 600px) {
    .gallery-category-header h3 {
      font-size: 20px; } }

body.realisations .section-gallery .gallery-grid {
  grid-template-columns: repeat(3, 1fr); }
  body.realisations .section-gallery .gallery-grid .gallery-category-header {
    grid-column: 1 / -1; }

body.realisations .section-gallery .no-image-placeholder {
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  color: #6c757d;
  font-style: italic;
  text-align: center;
  padding: 20px; }

@media screen and (max-width: 900px) {
  body.realisations .section-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media screen and (max-width: 600px) {
  body.realisations .section-gallery .gallery-grid {
    grid-template-columns: 1fr; }
  body.realisations .section-gallery .gallery-category-header .back-to-filter {
    width: 40px;
    height: 40px; }
    body.realisations .section-gallery .gallery-category-header .back-to-filter .arrow-up {
      font-size: 20px; } }

@keyframes highlightSection {
  0% {
    background-color: transparent; }
  50% {
    background-color: rgba(102, 126, 234, 0.1); }
  100% {
    background-color: transparent; } }

/* Effet de scroll doux */
html {
  scroll-behavior: smooth; }

/* Responsive Design */
@media (max-width: 768px) {
  .section-menu-filter {
    padding: 40px 0; }
  .filter-title h2 {
    font-size: 2.2rem; }
  .filter-title p {
    font-size: 1rem;
    margin-bottom: 30px; }
  .filter-container {
    gap: 10px; }
  .menu-filter {
    gap: 10px; }
  .filter-item a {
    padding: 10px 20px;
    font-size: 1rem; } }

@media (max-width: 480px) {
  .filter-item a {
    padding: 10px 16px;
    font-size: 0.9rem; }
  .filter-title h2 {
    font-size: 1.8rem; } }

/* Ameliorations pour les dispositifs tactiles */
@media (hover: none) and (pointer: coarse) {
  .filter-item a:hover {
    transform: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); }
  .filter-item a:active {
    transform: scale(0.95);
    transition: transform 0.1s ease; } }

/*******************************************************************************
* EMPLOIS
*******************************************************************************/
.section-info {
  padding: 100px 5%;
  border-bottom: 1px solid #EDEDED; }
  .section-info .wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0; }
  .section-info .info-content {
    display: flex;
    align-items: center;
    gap: 50px; }
    .section-info .info-content .left-side {
      flex: 1; }
      .section-info .info-content .left-side h3 {
        font-weight: bold;
        font-size: 1.6rem;
        color: #000;
        line-height: 1.3;
        margin: 0; }
    .section-info .info-content .right-side {
      flex: 1; }
      .section-info .info-content .right-side p {
        font-size: 18px;
        color: #535353;
        line-height: 1.6;
        margin-bottom: 20px;
        font-weight: 400; }
        .section-info .info-content .right-side p:last-child {
          margin-bottom: 0; }
  .section-info.second {
    border-bottom: none;
    background-color: #fff; }
  @media screen and (max-width: 1299px) {
    .section-info {
      padding: 80px 5%; }
      .section-info .info-content .left-side h3 {
        font-size: 1.5rem; } }
  @media screen and (max-width: 990px) {
    .section-info {
      padding: 60px 5%; }
      .section-info .info-content {
        flex-direction: column;
        gap: 30px; }
        .section-info .info-content .left-side h3 {
          font-size: 1.2rem;
          text-align: center; }
        .section-info .info-content .right-side {
          text-align: center; } }

.section-emploi {
  padding: 80px 5%;
  background-color: #fff; }
  .section-emploi .wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0; }
  .section-emploi .section-wrapper {
    max-width: 100%; }
  .section-emploi .emplois-liste {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    width: 100%; }
    @media screen and (max-width: 990px) {
      .section-emploi .emplois-liste {
        grid-template-columns: 1fr;
        gap: 20px; } }
    .section-emploi .emplois-liste .item-poste {
      background-color: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      transition: all 0.5s ease;
      overflow: hidden;
      display: flex;
      flex-direction: column; }
      .section-emploi .emplois-liste .item-poste:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); }
      .section-emploi .emplois-liste .item-poste .title {
        background: linear-gradient(135deg, #0A2854, #051226);
        padding: 25px;
        margin-bottom: 0;
        flex-shrink: 0; }
        .section-emploi .emplois-liste .item-poste .title h4 {
          color: #fff;
          font-size: 18px;
          font-weight: bold;
          margin: 0;
          text-transform: none;
          line-height: 1.3; }
      .section-emploi .emplois-liste .item-poste .description {
        flex: 1;
        display: flex;
        flex-direction: column; }
        .section-emploi .emplois-liste .item-poste .description .soustitre {
          padding: 25px 25px 15px 25px;
          background-color: #fff;
          display: flex;
          flex-wrap: wrap;
          gap: 15px;
          flex-shrink: 0; }
          .section-emploi .emplois-liste .item-poste .description .soustitre .icon {
            font-size: 14px;
            font-weight: 500;
            color: #0A2854;
            display: flex;
            align-items: center;
            background-color: #f8f9fa;
            padding: 8px 12px;
            border-radius: 20px;
            border: 1px solid #e9ecef; }
            .section-emploi .emplois-liste .item-poste .description .soustitre .icon .fa {
              font-size: 16px;
              margin-right: 8px;
              color: #FFDA4C; }
        .section-emploi .emplois-liste .item-poste .description .content-full {
          padding: 0 25px 25px 25px;
          background-color: #fff;
          flex: 1;
          display: flex;
          flex-direction: column; }
          .section-emploi .emplois-liste .item-poste .description .content-full h4, .section-emploi .emplois-liste .item-poste .description .content-full h3, .section-emploi .emplois-liste .item-poste .description .content-full h2 {
            font-size: 16px;
            color: #0A2854;
            padding: 10px 0 8px 0;
            font-weight: bold;
            margin: 0; }
          .section-emploi .emplois-liste .item-poste .description .content-full p, .section-emploi .emplois-liste .item-poste .description .content-full li {
            color: #262523;
            font-weight: 400;
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 12px;
            text-transform: none; }
          .section-emploi .emplois-liste .item-poste .description .content-full ul {
            margin: 0; }
          .section-emploi .emplois-liste .item-poste .description .content-full .btn-wrapper {
            margin-top: auto;
            padding-top: 20px; }
            .section-emploi .emplois-liste .item-poste .description .content-full .btn-wrapper .btn {
              background: #0A2854;
              color: #fff;
              border: 2px solid #0A2854;
              padding: 10px 25px;
              border-radius: 25px;
              font-weight: 600;
              text-transform: uppercase;
              font-size: 14px;
              transition: all 0.5s ease; }
              .section-emploi .emplois-liste .item-poste .description .content-full .btn-wrapper .btn:hover {
                background: #fff;
                color: #0A2854;
                transform: translateY(-2px); }
  @media screen and (max-width: 1299px) {
    .section-emploi .emplois-liste {
      gap: 25px; } }
  @media screen and (max-width: 767px) {
    .section-emploi {
      padding: 60px 3%; }
      .section-emploi .emplois-liste {
        gap: 20px; }
        .section-emploi .emplois-liste .item-poste .title {
          padding: 20px; }
          .section-emploi .emplois-liste .item-poste .title h4 {
            font-size: 18px; }
        .section-emploi .emplois-liste .item-poste .description .soustitre {
          padding: 20px 20px 15px 20px;
          gap: 10px; }
          .section-emploi .emplois-liste .item-poste .description .soustitre .icon {
            font-size: 12px;
            padding: 6px 10px; }
            .section-emploi .emplois-liste .item-poste .description .soustitre .icon .fa {
              font-size: 14px;
              margin-right: 6px; }
        .section-emploi .emplois-liste .item-poste .description .content-full {
          padding: 0 20px 20px 20px; }
          .section-emploi .emplois-liste .item-poste .description .content-full h4, .section-emploi .emplois-liste .item-poste .description .content-full h3, .section-emploi .emplois-liste .item-poste .description .content-full h2 {
            font-size: 14px; }
          .section-emploi .emplois-liste .item-poste .description .content-full p, .section-emploi .emplois-liste .item-poste .description .content-full li {
            font-size: 16px; }
          .section-emploi .emplois-liste .item-poste .description .content-full .btn-wrapper .btn {
            padding: 8px 20px;
            font-size: 16px; } }

.section-images {
  padding: 80px 5%;
  background-color: #fff; }
  .section-images .wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0; }
  .section-images .images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px; }
    .section-images .images-grid .image {
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      transition: all 0.5s ease; }
      .section-images .images-grid .image:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); }
      .section-images .images-grid .image.first {
        grid-column: 1;
        grid-row: 1; }
      .section-images .images-grid .image.full {
        grid-column: 1 / -1;
        grid-row: 2; }
      .section-images .images-grid .image .img-responsive {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: center;
        transition: all 0.5s ease; }
      .section-images .images-grid .image:hover .img-responsive {
        transform: scale(1.05); }
  @media screen and (max-width: 990px) {
    .section-images {
      padding: 60px 3%; }
      .section-images .images-grid {
        grid-template-columns: 1fr; }
        .section-images .images-grid .image.first {
          grid-column: 1;
          grid-row: 1; }
        .section-images .images-grid .image.full {
          grid-column: 1;
          grid-row: 3; }
        .section-images .images-grid .image .img-responsive {
          height: 250px; } }

.section-form-emploi {
  padding: 80px 5%;
  background-color: #FAFAFA; }
  .section-form-emploi .wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0; }
  .section-form-emploi h3 {
    font-weight: bold;
    color: #0A2854;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 50px; }
  .section-form-emploi input[type="text"],
  .section-form-emploi input[type="email"],
  .section-form-emploi input[type="tel"] {
    height: 60px;
    background: #fff;
    border: 2px solid #A6ADB4;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
    width: 100%;
    transition: all 0.5s ease; }
    .section-form-emploi input[type="text"]:focus,
    .section-form-emploi input[type="email"]:focus,
    .section-form-emploi input[type="tel"]:focus {
      outline: none;
      border-color: #0A2854;
      box-shadow: 0 0 0 3px rgba(10, 40, 84, 0.1); }
  .section-form-emploi textarea {
    background: #fff;
    border: 2px solid #A6ADB4;
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
    width: 100%;
    min-height: 150px;
    resize: vertical;
    transition: all 0.5s ease; }
    .section-form-emploi textarea:focus {
      outline: none;
      border-color: #0A2854;
      box-shadow: 0 0 0 3px rgba(10, 40, 84, 0.1); }
  .section-form-emploi .btn-submit {
    text-align: center;
    margin-bottom: 30px; }
    .section-form-emploi .btn-submit .btn {
      background: #0A2854;
      color: #fff;
      border: 2px solid #0A2854;
      padding: 15px 40px;
      border-radius: 25px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 16px;
      transition: all 0.5s ease; }
      .section-form-emploi .btn-submit .btn:hover {
        background: #fff;
        color: #0A2854;
        transform: translateY(-2px); }
  @media screen and (max-width: 767px) {
    .section-form-emploi {
      padding: 60px 3%; }
      .section-form-emploi h3 {
        font-size: 1.2rem; }
      .section-form-emploi input[type="text"],
      .section-form-emploi input[type="email"],
      .section-form-emploi input[type="tel"] {
        height: 50px;
        font-size: 14px; }
      .section-form-emploi textarea {
        min-height: 120px;
        font-size: 14px; } }

/*******************************************************************************
* COORDONNÉES
*******************************************************************************/
#section-coordonnees {
  padding: 0 5% 100px 5%; }
  #section-coordonnees .form-info {
    position: relative;
    margin-top: -150px;
    display: flex;
    align-items: stretch;
    gap: 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto; }
    #section-coordonnees .form-info .section-form-emploi {
      flex: 1;
      background: #fff;
      box-shadow: 0px 0px 24px #00000012;
      border-radius: 16px 16px 64px 16px;
      padding: 65px 5% 50px 5%; }
      #section-coordonnees .form-info .section-form-emploi h3 {
        font-weight: bold;
        font-size: 1.2rem;
        color: #000307;
        text-align: left;
        text-transform: initial;
        padding-bottom: 25px;
        margin-bottom: 0; }
      #section-coordonnees .form-info .section-form-emploi p {
        padding-bottom: 35px;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 400;
        margin: 0; }
        @media screen and (max-width: 767px) {
          #section-coordonnees .form-info .section-form-emploi p {
            text-align: center; } }
        @media screen and (max-width: 1630px) {
          #section-coordonnees .form-info .section-form-emploi p br {
            display: none; } }
    @media screen and (max-width: 1400px) {
      #section-coordonnees .form-info .section-form-emploi {
        padding: 65px 0 30px 0; } }
    @media screen and (max-width: 1200px) {
      #section-coordonnees .form-info {
        flex-direction: column;
        gap: 0; }
        #section-coordonnees .form-info .section-form-emploi {
          width: 100%;
          margin-bottom: 25px; }
        #section-coordonnees .form-info .text-side {
          width: 100%; } }
  #section-coordonnees .text-side {
    width: 480px;
    flex-shrink: 0;
    padding: 65px 35px 35px 35px;
    border-radius: 16px 16px 64px 16px;
    background: #0A2854; }
    #section-coordonnees .text-side h2 {
      font-weight: bold;
      font-size: 1.4rem;
      color: #fff;
      padding-bottom: 70px; }
    #section-coordonnees .text-side .section-info-contact .text strong {
      font-weight: bold;
      color: #fff; }
    #section-coordonnees .text-side .section-info-contact .text {
      width: 100%;
      margin-left: 25px; }
      #section-coordonnees .text-side .section-info-contact .text h3 {
        font-weight: bold;
        font-size: 1.3rem;
        color: #fff;
        text-transform: initial;
        padding-bottom: 25px; }
      #section-coordonnees .text-side .section-info-contact .text h4, #section-coordonnees .text-side .section-info-contact .text a {
        font-weight: normal;
        font-size: 16px;
        line-height: 1.3;
        color: #fff; }
      #section-coordonnees .text-side .section-info-contact .text a, #section-coordonnees .text-side .section-info-contact .text b, #section-coordonnees .text-side .section-info-contact .text strong {
        font-weight: 700; }
      #section-coordonnees .text-side .section-info-contact .text .address {
        font-size: 1.2rem;
        color: #fff;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 20px; }
      #section-coordonnees .text-side .section-info-contact .text p, #section-coordonnees .text-side .section-info-contact .text span, #section-coordonnees .text-side .section-info-contact .text div:not(.address) {
        font-size: 0.9rem;
        color: #fff;
        line-height: 1.6;
        margin-bottom: 15px; }
      #section-coordonnees .text-side .section-info-contact .text .jours-heures {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 20px; }
        #section-coordonnees .text-side .section-info-contact .text .jours-heures .jour-heure {
          display: flex;
          align-items: center;
          gap: 10px;
          flex: 1;
          min-width: 200px; }
          #section-coordonnees .text-side .section-info-contact .text .jours-heures .jour-heure .jour {
            font-weight: 600;
            font-size: 0.9rem;
            color: #fff;
            min-width: 80px; }
          #section-coordonnees .text-side .section-info-contact .text .jours-heures .jour-heure .heure {
            font-weight: 400;
            font-size: 0.9rem;
            color: #fff; }
        #section-coordonnees .text-side .section-info-contact .text .jours-heures h4, #section-coordonnees .text-side .section-info-contact .text .jours-heures h5 {
          font-weight: normal;
          font-size: 0.9rem;
          color: #fff;
          padding-bottom: 0;
          line-height: 1.6;
          margin-bottom: 10px; }
      #section-coordonnees .text-side .section-info-contact .text .contact-info a {
        font-size: 0.9rem;
        color: #fff;
        text-decoration: none;
        display: block;
        margin-bottom: 10px; }
        #section-coordonnees .text-side .section-info-contact .text .contact-info a:hover {
          text-decoration: underline; }
  @media screen and (max-width: 767px) {
    #section-coordonnees .form-info {
      flex-direction: column; }
      #section-coordonnees .form-info .section-form-emploi {
        width: 100%;
        padding: 30px 0 30px 0; }
      #section-coordonnees .form-info .text-side {
        width: 100%;
        padding: 30px 10px 30px 20px; }
        #section-coordonnees .form-info .text-side .section-info-contact .icon {
          display: none; }
        #section-coordonnees .form-info .text-side .section-info-contact .text {
          margin-left: 0; }
          #section-coordonnees .form-info .text-side .section-info-contact .text h3 {
            padding-bottom: 15px; }
          #section-coordonnees .form-info .text-side .section-info-contact .text p {
            margin-bottom: 10px; }
      #section-coordonnees .form-info .text-side h2 {
        padding-bottom: 30px; }
      #section-coordonnees .form-info .text-side .section-info-contact .text h3 {
        padding-bottom: 15px; }
      #section-coordonnees .form-info .text-side .section-info-contact .text p {
        margin-bottom: 10px; } }

#section-map {
  padding: 75px 5% 100px 5%; }
  #section-map .title {
    padding-top: 90px;
    text-align: center; }
    #section-map .title h4 {
      font-weight: bold;
      font-size: 1.5rem;
      color: #FFDA4C; }
  #section-map #map-canvas {
    border-radius: 16px 16px 64px 16px; }
  @media screen and (max-width: 1299px) {
    #section-map #map-canvas {
      height: 550px !important; } }

div#content h3#firstHeading {
  font-size: 1.4rem;
  padding-bottom: 5px;
  color: #0A2854; }

div#content p a {
  color: #535353; }

/*******************************************************************************
* MODERN POPUP STYLES
*******************************************************************************/
/* ===========================================
   MODERN POPUP STYLES
   =========================================== */
.md-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backdrop-filter: blur(0px); }
  .md-modal.md-show {
    visibility: visible;
    opacity: 1;
    backdrop-filter: blur(8px); }

.popup-box {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  max-width: 900px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1);
  transform: scale(0.8) translateY(50px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2); }
  .md-show .popup-box {
    transform: scale(1) translateY(0); }
  @media screen and (max-width: 768px) {
    .popup-box {
      padding: 30px 20px;
      max-width: 95%;
      border-radius: 16px; } }
  @media screen and (max-width: 480px) {
    .popup-box {
      padding: 25px 15px;
      border-radius: 12px; } }

.md-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease; }
  .md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible; }

.mfp-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 50%;
  color: #666;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10; }
  .mfp-close:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #333;
    transform: scale(1.1); }
  .mfp-close:active {
    transform: scale(0.95); }
  .mfp-close::before {
    content: '×';
    font-size: 24px;
    line-height: 1; }

.popup-box h3 {
  font-family: "Sofia Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #0A2854;
  text-transform: none;
  letter-spacing: -0.5px;
  margin: 0 0 20px 0;
  line-height: 1.2;
  /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  */ }
  @media screen and (max-width: 768px) {
    .popup-box h3 {
      font-size: 1.8rem; } }
  @media screen and (max-width: 480px) {
    .popup-box h3 {
      font-size: 1.5rem; } }

.popup-box p {
  color: #5a6c7d;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 15px 0; }
  @media screen and (max-width: 768px) {
    .popup-box p {
      font-size: 1rem; } }

.popup-box img {
  margin: 25px auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease; }
  .popup-box img:hover {
    transform: scale(1.02); }

.popup-box .popup_pdf {
  display: inline-block;
  color: #667eea;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 24px;
  border: 2px solid #667eea;
  border-radius: 50px;
  transition: all 0.3s ease;
  margin-top: 20px; }
  .popup-box .popup_pdf:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3); }

.md-effect-1 .popup-box {
  transform: scale(0.7) translateY(30px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.md-show.md-effect-1 .popup-box {
  transform: scale(1) translateY(0);
  opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  .md-modal,
  .popup-box,
  .mfp-close,
  .md-overlay {
    transition: none; } }

@media (prefers-contrast: high) {
  .popup-box {
    border: 2px solid #000;
    background: #fff; }
  .mfp-close {
    background: #000;
    color: #fff; } }

@media (prefers-color-scheme: dark) {
  .popup-box {
    background: rgba(30, 30, 30, 0.95);
    color: #e0e0e0;
    border: 1px solid rgba(255, 255, 255, 0.1); }
  .popup-box h3 {
    color: #ffffff;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }
  .popup-box p {
    color: #b0b0b0; }
  .mfp-close {
    background: rgba(255, 255, 255, 0.1);
    color: #e0e0e0; }
    .mfp-close:hover {
      background: rgba(255, 255, 255, 0.2); } }

/*******************************************************************************
* USER LOGIN PAGE
*******************************************************************************/
/*******************************************************************************
* USER LOGIN PAGE
*******************************************************************************/
.user-login-page {
  background: linear-gradient(135deg, #6A96D6 0%, #0A2854 100%) !important;
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  padding: 20px !important;
  position: relative !important; }
  .user-login-page .login-container {
    max-width: 400px;
    margin: 0 auto;
    width: 100%; }
  .user-login-page .login-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .user-login-page .login-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); }
  .user-login-page .login-header {
    background: linear-gradient(135deg, #6A96D6 0%, #0A2854 100%) !important;
    color: white;
    padding: 2rem;
    text-align: center;
    position: relative; }
    .user-login-page .login-header::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
      opacity: 0.3; }
    .user-login-page .login-header h3 {
      margin: 0;
      font-size: 1.5rem;
      font-weight: 600;
      position: relative;
      z-index: 1; }
      .user-login-page .login-header h3 i {
        margin-right: 10px;
        font-size: 1.2em; }
    .user-login-page .login-header p {
      margin: 0.5rem 0 0 0;
      opacity: 0.9;
      font-size: 0.9rem;
      position: relative;
      z-index: 1; }
  .user-login-page .login-body {
    padding: 2rem; }
    .user-login-page .login-body .alert {
      border-radius: 10px;
      border: none;
      margin-bottom: 1.5rem; }
      .user-login-page .login-body .alert.alert-danger {
        background: linear-gradient(135deg, #ff6b6b, #ee5a52);
        color: white;
        box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3); }
        .user-login-page .login-body .alert.alert-danger i {
          margin-right: 8px; }
    .user-login-page .login-body .form-group {
      margin-bottom: 1.5rem; }
      .user-login-page .login-body .form-group label {
        font-weight: 600;
        color: #333;
        margin-bottom: 0.5rem;
        display: block; }
        .user-login-page .login-body .form-group label i {
          margin-right: 8px;
          color: #667eea; }
      .user-login-page .login-body .form-group .form-control {
        border-radius: 25px;
        border: 2px solid #e9ecef;
        padding: 12px 20px;
        font-size: 1rem;
        transition: all 0.3s ease;
        background: #f8f9fa; }
        .user-login-page .login-body .form-group .form-control:focus {
          border-color: #667eea;
          box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
          background: white;
          outline: none; }
        .user-login-page .login-body .form-group .form-control::placeholder {
          color: #adb5bd;
          font-style: italic; }
    .user-login-page .login-body .btn-login {
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      border: none;
      border-radius: 25px;
      padding: 12px 30px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: white;
      width: 100%;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden; }
      .user-login-page .login-body .btn-login::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: left 0.5s; }
      .user-login-page .login-body .btn-login:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4); }
        .user-login-page .login-body .btn-login:hover::before {
          left: 100%; }
      .user-login-page .login-body .btn-login:active {
        transform: translateY(0); }
      .user-login-page .login-body .btn-login i {
        margin-right: 8px; }
    .user-login-page .login-body .security-info {
      text-align: center;
      margin-top: 1.5rem; }
      .user-login-page .login-body .security-info small {
        color: #6c757d;
        font-size: 0.85rem; }
        .user-login-page .login-body .security-info small i {
          margin-right: 5px;
          color: #28a745; }
  @media screen and (max-width: 990px) {
    .user-login-page {
      padding: 10px; }
      .user-login-page .login-card {
        border-radius: 10px; }
      .user-login-page .login-header {
        padding: 1.5rem; }
        .user-login-page .login-header h3 {
          font-size: 1.3rem; }
      .user-login-page .login-body {
        padding: 1.5rem; }
        .user-login-page .login-body .form-group {
          margin-bottom: 1rem; }
          .user-login-page .login-body .form-group .form-control {
            padding: 10px 15px;
            font-size: 0.9rem; }
        .user-login-page .login-body .btn-login {
          padding: 10px 25px;
          font-size: 0.9rem; } }
  @media screen and (max-width: 767px) {
    .user-login-page .login-header {
      padding: 1rem; }
      .user-login-page .login-header h3 {
        font-size: 1.2rem; }
      .user-login-page .login-header p {
        font-size: 0.8rem; }
    .user-login-page .login-body {
      padding: 1rem; }
      .user-login-page .login-body .form-group .form-control {
        padding: 8px 12px;
        font-size: 0.85rem; }
      .user-login-page .login-body .btn-login {
        padding: 8px 20px;
        font-size: 0.85rem; } }

.login-loading .btn-login {
  position: relative;
  color: transparent; }
  .login-loading .btn-login::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite; }

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

/*******************************************************************************
* USER PDFS PAGE
*******************************************************************************/
/*******************************************************************************
* USER PDFS PAGE
*******************************************************************************/
.user-pdfs-page {
  background-color: #f8f9fa !important;
  min-height: 100vh !important; }
  .user-pdfs-page .no-documents-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    padding: 0 5%; }
    @media screen and (max-width: 990px) {
      .user-pdfs-page .no-documents-container {
        padding: 0 3%;
        min-height: 40vh; } }
    @media screen and (max-width: 767px) {
      .user-pdfs-page .no-documents-container {
        padding: 0 2%;
        min-height: 30vh; } }
  .user-pdfs-page .navbar-custom {
    background: linear-gradient(135deg, #6A96D6 0%, #0A2854 100%) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    margin-top: 160px; }
    .user-pdfs-page .navbar-custom .navbar-wrapper {
      width: 100%;
      padding: 0 5%; }
    .user-pdfs-page .navbar-custom .navbar-brand {
      font-weight: 600;
      font-size: 1.2rem; }
      .user-pdfs-page .navbar-custom .navbar-brand i {
        margin-right: 8px;
        font-size: 1.1em; }
    .user-pdfs-page .navbar-custom .navbar-text {
      font-weight: 500;
      opacity: 0.9;
      color: #fff; }
      .user-pdfs-page .navbar-custom .navbar-text i {
        margin-right: 5px; }
    .user-pdfs-page .navbar-custom .btn-logout {
      background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%) !important;
      border: none !important;
      border-radius: 25px !important;
      padding: 8px 20px !important;
      font-weight: 600 !important;
      color: white !important;
      transition: all 0.3s ease;
      margin-right: 10px; }
      .user-pdfs-page .navbar-custom .btn-logout:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(220, 53, 69, 0.4);
        color: white !important; }
      .user-pdfs-page .navbar-custom .btn-logout i {
        margin-right: 5px; }
    @media screen and (max-width: 1200px) {
      .user-pdfs-page .navbar-custom {
        margin-top: 75px;
        align-items: center;
        justify-content: center; }
        .user-pdfs-page .navbar-custom .navbar-nav, .user-pdfs-page .navbar-custom .navbar-brand {
          width: 100%;
          margin: 20px auto;
          text-align: center;
          justify-content: center;
          align-items: center; } }
  .user-pdfs-page .pdfs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0 5%; }
    @media screen and (max-width: 990px) {
      .user-pdfs-page .pdfs-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
        padding: 0 3%; } }
    @media screen and (max-width: 767px) {
      .user-pdfs-page .pdfs-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 2%; } }
  .user-pdfs-page .pdf-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: none !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    background: white !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .user-pdfs-page .pdf-card:hover {
      transform: translateY(-5px) !important;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important; }
    .user-pdfs-page .pdf-card .card-body {
      padding: 15px;
      text-align: center;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: space-between; }
      .user-pdfs-page .pdf-card .card-body .pdf-icon {
        font-size: 3rem !important;
        color: #dc3545 !important;
        margin-bottom: 1rem; }
      .user-pdfs-page .pdf-card .card-body .card-title {
        font-weight: 600;
        color: #333;
        margin-bottom: 1rem;
        font-size: 1.1rem; }
      .user-pdfs-page .pdf-card .card-body .card-text {
        color: #6c757d;
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 1rem; }
      .user-pdfs-page .pdf-card .card-body .text-info {
        color: #6A96D6 !important;
        font-size: 0.85rem;
        margin-bottom: 1rem; }
        .user-pdfs-page .pdf-card .card-body .text-info i {
          margin-right: 5px; }
      .user-pdfs-page .pdf-card .card-body .btn-primary {
        background: linear-gradient(135deg, #6A96D6 0%, #0A2854 100%) !important;
        border: none !important;
        border-radius: 25px !important;
        padding: 10px 20px !important;
        font-weight: 600 !important;
        transition: all 0.3s ease;
        max-width: inherit !important; }
        .user-pdfs-page .pdf-card .card-body .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 15px rgba(106, 150, 214, 0.4); }
        .user-pdfs-page .pdf-card .card-body .btn-primary i {
          margin-right: 5px; }
      .user-pdfs-page .pdf-card .card-body .btn-download {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
        border: none !important;
        border-radius: 25px !important;
        padding: 10px 20px !important;
        font-weight: 600 !important;
        color: white !important;
        transition: all 0.3s ease; }
        .user-pdfs-page .pdf-card .card-body .btn-download:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
          color: white !important; }
        .user-pdfs-page .pdf-card .card-body .btn-download i {
          margin-right: 5px; }
      .user-pdfs-page .pdf-card .card-body .d-grid {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-top: auto; }
  .user-pdfs-page .no-documents-card {
    background: white !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    border: none !important; }
    .user-pdfs-page .no-documents-card .card-body {
      padding: 3rem 2rem;
      text-align: center; }
      .user-pdfs-page .no-documents-card .card-body .fa-file-pdf {
        color: #dee2e6 !important;
        margin-bottom: 1.5rem; }
      .user-pdfs-page .no-documents-card .card-body h3 {
        color: #6c757d !important;
        font-weight: 600;
        margin-bottom: 1rem; }
      .user-pdfs-page .no-documents-card .card-body p {
        color: #6c757d !important;
        margin-bottom: 2rem;
        line-height: 1.6; }
      .user-pdfs-page .no-documents-card .card-body .btn-primary {
        background: linear-gradient(135deg, #6A96D6 0%, #0A2854 100%) !important;
        border: none !important;
        border-radius: 25px !important;
        padding: 12px 25px !important;
        font-weight: 600 !important;
        transition: all 0.3s ease; }
        .user-pdfs-page .no-documents-card .card-body .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 4px 15px rgba(106, 150, 214, 0.4); }
        .user-pdfs-page .no-documents-card .card-body .btn-primary i {
          margin-right: 8px; }
  .user-pdfs-page .footer-custom {
    background: #343a40 !important;
    color: white !important;
    padding: 2rem 0 !important;
    margin-top: 3rem !important; }
    .user-pdfs-page .footer-custom p {
      margin: 0;
      opacity: 0.8; }
      .user-pdfs-page .footer-custom p i {
        margin-right: 5px; }
  @media screen and (max-width: 990px) {
    .user-pdfs-page .navbar-custom {
      padding: 0.5rem 0; }
      .user-pdfs-page .navbar-custom .navbar-brand {
        font-size: 1rem; }
      .user-pdfs-page .navbar-custom .btn-logout {
        padding: 6px 15px !important;
        font-size: 0.85rem; }
    .user-pdfs-page .welcome-banner {
      padding: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
      .user-pdfs-page .welcome-banner h2 {
        font-size: 1.3rem; }
      .user-pdfs-page .welcome-banner p {
        font-size: 0.9rem; }
    .user-pdfs-page .pdf-card .card-body {
      padding: 1rem; }
      .user-pdfs-page .pdf-card .card-body .pdf-icon {
        font-size: 2.5rem !important; }
      .user-pdfs-page .pdf-card .card-body .card-title {
        font-size: 1rem; }
      .user-pdfs-page .pdf-card .card-body .card-text {
        font-size: 0.85rem; }
    .user-pdfs-page .no-documents-card .card-body {
      padding: 2rem 1rem; }
      .user-pdfs-page .no-documents-card .card-body .fa-file-pdf {
        font-size: 3rem !important; }
      .user-pdfs-page .no-documents-card .card-body h3 {
        font-size: 1.2rem; }
      .user-pdfs-page .no-documents-card .card-body p {
        font-size: 0.9rem; } }
  @media screen and (max-width: 767px) {
    .user-pdfs-page .welcome-banner {
      padding: 1rem !important; }
      .user-pdfs-page .welcome-banner h2 {
        font-size: 1.2rem; }
      .user-pdfs-page .welcome-banner p {
        font-size: 0.85rem; }
      .user-pdfs-page .welcome-banner .fa-download {
        font-size: 2rem !important; }
    .user-pdfs-page .pdf-card .card-body {
      padding: 0.75rem; }
      .user-pdfs-page .pdf-card .card-body .pdf-icon {
        font-size: 2rem !important; }
      .user-pdfs-page .pdf-card .card-body .card-title {
        font-size: 0.95rem; }
      .user-pdfs-page .pdf-card .card-body .card-text {
        font-size: 0.8rem; }
      .user-pdfs-page .pdf-card .card-body .btn-primary,
      .user-pdfs-page .pdf-card .card-body .btn-download {
        padding: 8px 15px !important;
        font-size: 0.85rem; }
    .user-pdfs-page .no-documents-card .card-body {
      padding: 1.5rem 0.75rem; }
      .user-pdfs-page .no-documents-card .card-body .fa-file-pdf {
        font-size: 2.5rem !important; }
      .user-pdfs-page .no-documents-card .card-body h3 {
        font-size: 1.1rem; }
      .user-pdfs-page .no-documents-card .card-body p {
        font-size: 0.85rem; }
      .user-pdfs-page .no-documents-card .card-body .btn-primary {
        padding: 10px 20px !important;
        font-size: 0.9rem; } }

.pdf-loading .pdf-card {
  opacity: 0.6;
  pointer-events: none; }

.pdf-card {
  animation: fadeInUp 0.6s ease forwards; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

/*# sourceMappingURL=../build/maps/template.css.map */
