/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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 {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
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-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  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;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
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: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.row {
  margin-left: 0;
  margin-right: 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-left: 0;
  padding-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  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);
  -moz-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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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[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;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.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 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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);
  -moz-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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 0;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  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:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  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;
  -moz-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,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 0;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
.navbar.container {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .navbar.container {
    max-width: 690px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 910px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1110px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media only screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #a94442;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #a94442;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #a94442;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #555555;
  border: 1px solid #ccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333333;
}
.list-inline > li.first {
  padding-left: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}
.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #999;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #337ab7;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a {
  color: #2b542c;
}
.alert-info a {
  color: #245269;
}
.alert-warning a {
  color: #66512c;
}
.alert-danger a {
  color: #843534;
}
/****************************** HEADER ******************************/
/* principal menu */
html body.admin-menu {
  margin-top: 110px !important;
}
html body.admin-menu .navbar-header {
  top: 110px;
}
.navbar.container {
  margin: 0;
  padding: 0;
  max-width: inherit !important;
}
.navbar.container-fluid {
  width: 100%;
}
.body-pull {
  /*margin-left: 33%;*/
}
@media only screen and (max-width: 767px) {
  .body-pull {
    margin-left: 86%;
  }
}
.overlay-master {
  overflow-x: hidden;
}
.overlay-master .navbar-header {
  background: #001938 url(../images/navbar-header-bg.png) left top no-repeat;
  border-right: 1px solid #00142d;
  width: 33%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .overlay-master .navbar-header {
    /*width: 76%;*/
    width: 86%;
  }
}
@media only screen and (min-width: 768px) {
  .overlay-master .navbar-header.breadcrumb-exist {
    height: 95vh;
  }
}
.mobile.overlay-master {
  position: fixed;
}
.overlay-master:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 150;
  background-color: rgba(0, 19, 42, 0.8);
}
.navbar {
  border: 0;
  background: none;
  min-height: initial;
}
.navbar .container-fluid {
  position: fixed;
  /*position: absolute;*/
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}
.navbar .container-fluid #breadcrumb {
  background: #000D1D;
  color: #FFFFFF;
  font-family: "proximanovaregular" !important;
  font-size: 1.4rem;
  height: 50px;
  padding: 15px 18px;
}
.navbar .container-fluid #breadcrumb a {
  color: #FFFFFF;
  display: inline-block;
}
.navbar .container-fluid #breadcrumb .breadcrumb {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.navbar .container-fluid #breadcrumb .breadcrumb > .active {
  color: #005BA8;
}
.navbar .container-fluid #breadcrumb .breadcrumb li {
  color: #FFFFFF;
  min-height: 20px;
  padding: 2px 0;
}
.navbar .container-fluid #breadcrumb .breadcrumb li a {
  color: #FFFFFF;
}
.navbar .container-fluid #breadcrumb .breadcrumb li:before {
  color: #FFFFFF;
}
.navbar .container-fluid #breadcrumb .breadcrumb li:last-child {
  background: url(../images/location.png) right center no-repeat;
  padding-right: 40px;
}
.navbar .container-fluid #menu-btn {
  position: inherit;
  /*position: fixed;*/
  z-index: 10000;
}
.navbar .container-fluid #menu-btn .nav-btn {
  display: none;
  float: left;
}
.navbar .container-fluid #menu-btn .nav-btn#btn-menu {
  display: block;
}
.navbar .container-fluid #menu-btn.menu-on .nav-btn {
  display: block;
}
@media only screen and (min-width: 1080px) {
  .navbar .container-fluid #menu-btn {
    max-width: 180px;
  }
}
.navbar .container-fluid .navbar-header {
  position: relative;
  /*overflow-y:scroll;*/
  z-index: 1000;
}
.navbar .container-fluid .navbar-header #block-locale-language h2 {
  display: none;
}
.navbar .container-fluid .navbar-header #block-locale-language .language-switcher-locale-url {
  text-align: left;
  padding: 0 0 0 4%;
  border-bottom: 1px solid #00224d;
}
.navbar .container-fluid .navbar-header #block-locale-language .language-switcher-locale-url li {
  display: inline-block;
  margin: 15px 15px 15px 0;
}
.navbar .container-fluid .navbar-header #block-locale-language .language-switcher-locale-url li span,
.navbar .container-fluid .navbar-header #block-locale-language .language-switcher-locale-url li a {
  text-transform: uppercase;
  color: #005BA8;
  font: 1.6rem "proximanovabold" !important;
}
.navbar .container-fluid .navbar-header #block-locale-language .language-switcher-locale-url li span.active,
.navbar .container-fluid .navbar-header #block-locale-language .language-switcher-locale-url li a.active {
  color: #FFFFFF;
}
.navbar .container-fluid .navbar-header #block-search-form {
  width: auto;
  padding: 0 4%;
  margin-bottom: 40px;
  float: none;
}
.navbar .container-fluid .navbar-header #block-search-form #search-block-form input,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 input,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form button,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 button {
  height: 50px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.navbar .container-fluid .navbar-header #block-search-form #search-block-form inputhover,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 inputhover,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form buttonhover,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 buttonhover,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form input:focus,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 input:focus,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form button:focus,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 button:focus {
  border: none;
}
.navbar .container-fluid .navbar-header #block-search-form #search-block-form input,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 input {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .navbar .container-fluid .navbar-header #block-search-form #search-block-form span,
  .navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 span {
    width: auto;
  }
}
.navbar .container-fluid .navbar-header #block-search-form #search-block-form span button,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 span button {
  background: url(../images/loupe.png) center center no-repeat #FFFFFF;
  font-size: 0;
  width: 40px;
}
.navbar .container-fluid .navbar-header #block-search-form #search-block-form span button i,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 span button i {
  color: #005BA8;
}
.navbar .container-fluid .navbar-header #block-search-form #search-block-form ::-webkit-input-placeholder,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 ::-webkit-input-placeholder {
  color: #005BA8;
  font-family: "proximanovabold" !important;
}
.navbar .container-fluid .navbar-header #block-search-form #search-block-form :-moz-placeholder,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 :-moz-placeholder {
  color: #005BA8;
  font-family: "proximanovabold" !important;
}
.navbar .container-fluid .navbar-header #block-search-form #search-block-form ::-moz-placeholder,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 ::-moz-placeholder {
  color: #005BA8;
  font-family: "proximanovabold" !important;
}
.navbar .container-fluid .navbar-header #block-search-form #search-block-form :-ms-input-placeholder,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 :-ms-input-placeholder {
  color: #005BA8;
  font-family: "proximanovabold" !important;
}
.navbar .container-fluid .navbar-header #block-search-form #search-block-form input:-moz-placeholder,
.navbar .container-fluid .navbar-header #block-search-form #search-block-form--2 input:-moz-placeholder {
  color: #005BA8;
  font-family: "proximanovabold" !important;
}
.navbar .container-fluid .navbar-header .navbar-collapse {
  border: 0;
  display: none !important;
  max-height: 1500px !important;
  margin-top: 85px;
}
.navbar .container-fluid .navbar-header .navbar-collapse.open-menu {
  display: block !important;
}
.navbar .container-fluid .navbar-header .navbar-collapse .mCustomScrollBox {
  padding-bottom: 40px;
}
.navbar .container-fluid .navbar-btn {
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .navbar .container-fluid .navbar-btn {
    position: absolute;
    /*top:65px;
                right:30px;*/
  }
}
/*
.front {
    .container-fluid {
        .navbar-btn {
            top:50px;
        }
    }
}*/
.header-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .header-top .logo {
    text-align: center;
    /* Btn 76px /2 */
  }
  .header-top .logo img {
    margin: 10px 0 16px 38px;
  }
}
@media only screen and (min-width: 768px) {
  .header-top .logo {
    text-align: right;
  }
}
.header-top .logo img {
  width: 242px;
  height: 46px;
}
@media screen and (min-width: 768px) and (max-width: 949px) {
  .header-top .logo img {
    width: 100% !important;
    height: auto !important;
  }
}
.header-top .open-hours {
  display: none;
  color: #FFFFFF;
  margin: 10px 0;
}
.header-top .open-hours span {
  display: inline-block;
  height: 40px;
  padding: 12px 18px;
}
.header-top .open-hours #state {
  border-right: 1px solid #FFFFFF;
  font-family: "proximanovabold" !important;
  text-transform: uppercase;
}
.header-top .open-hours #state:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  content: " ";
  height: 12px;
  width: 12px;
  margin-right: 15px;
}
.header-top .open-hours #state.aqua-open:before {
  background: #00e200;
}
.header-top .open-hours #state.aqua-close:before {
  background: #E20000;
}
.header-top .open-hours #time {
  font-family: "proximanovasemibold";
  font-size: 1.4rem;
  padding: 12px 5px 12px 13px;
}
.header-top .open-hours a.link-schedules {
  color: #FFCD3D;
  font-family: "proximanovasemibold";
  font-size: 12px;
  text-decoration: underline;
}
.front .header-top .open-hours {
  display: block;
}
@media only screen and (min-width: 768px) {
  .navbar .container-fluid #menu-btn.menu-on {
    top: 50px;
    left: 33%;
  }
  .navbar .container-fluid #menu-btn .nav-btn {
    display: block;
    float: none;
  }
  .navbar .container-fluid #menu-btn .nav-btn.nav-btn-first-line {
    float: left;
  }
  .navbar .container-fluid .navbar-header {
    /*overflow-y:initial;*/
  }
  .navbar .container-fluid .navbar-header #block-locale-language .language-switcher-locale-url {
    padding: 0 0 0 10%;
  }
  .navbar .container-fluid .navbar-header .navbar-collapse {
    margin-top: 0;
  }
  .front .container-fluid #menu-btn.menu-on {
    top: 0;
  }
  .header-top .open-hours {
    display: block;
  }
}
/* Temporaire */
.navbar-nav,
.navbar-nav > li {
  float: none;
}
.navbar-nav a,
.navbar-header .menu.nav a {
  color: #FFFFFF;
}
.navbar-nav > li.dropdown > ul.dropdown-menu,
.navbar-header .menu.nav > li.dropdown > ul.dropdown-menu {
  display: block;
  position: relative;
  top: inherit;
  left: inherit;
  float: none;
}
.navbar-toggle,
.navbar-toggle:hover {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  margin: 0;
  width: 76px;
  height: 80px;
}
.navbar-toggle .sr-only,
.navbar-toggle:hover .sr-only {
  position: relative;
  top: 22px;
  color: #FFFFFF;
  font-family: "proximanovabold" !important;
  font-size: 11px;
  text-transform: uppercase;
}
/* Reset bootstrap styles */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #FFCD3D;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent;
  color: #FFCD3D;
}
#navbar {
  /* Txt Menu styles */
}
#navbar a {
  text-decoration: none;
}
#navbar #menu-btn .navbar-toggle,
#navbar #menu-btn .navbar-toggle:hover,
#navbar #menu-btn .navbar-toggle:focus,
#navbar #menu-btn .navbar-style-btn {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  margin: 0;
  width: 76px;
  height: 80px;
  cursor: pointer;
  float: left;
}
#navbar #menu-btn .navbar-toggle .sr-only,
#navbar #menu-btn .navbar-toggle:hover .sr-only,
#navbar #menu-btn .navbar-toggle:focus .sr-only,
#navbar #menu-btn .navbar-style-btn .sr-only {
  position: relative;
  top: 22px;
  color: #FFFFFF;
  font-family: "proximanovabold" !important;
  font-size: 11px;
  text-transform: uppercase;
}
#navbar #menu-btn .navbar-toggle.close-menu {
  background: #001938 url(../images/menu-off.png) center 22px no-repeat;
}
#navbar #menu-btn .navbar-toggle.close-menu .open-menu {
  display: none;
}
#navbar #menu-btn .navbar-toggle.close-menu .close-menu {
  display: inline;
}
#navbar #menu-btn .navbar-toggle.open-menu {
  background: #001938 url(../images/menu-on.png) center 22px no-repeat;
}
#navbar #menu-btn .navbar-toggle.open-menu .close-menu {
  display: none;
}
#navbar #menu-btn .navbar-toggle.open-menu .open-menu {
  display: inline;
}
#navbar #menu-btn .navbar-style-btn.btn-tickets {
  background: #E75405 url(../images/ticket-white.png) center 15px no-repeat;
  padding-top: 32px;
}
#navbar #menu-btn .navbar-style-btn.btn-tickets .sr-only {
  display: table;
  margin: 0 auto;
  top: 25px;
}
#navbar #menu-btn .navbar-style-btn.btn-tickets:hover {
  background-color: #FF6817;
}
#navbar #menu-btn .navbar-style-btn.btn-white {
  background-color: #FFFFFF;
  padding: 32px 0 0;
}
#navbar #menu-btn .navbar-style-btn.btn-white .sr-only {
  color: #001938;
  display: table;
  margin: 0 auto;
}
#navbar #menu-btn .navbar-style-btn.btn-white.btn-help {
  background: #FFFFFF url(../images/help.png) center 15px no-repeat;
}
#navbar #menu-btn .navbar-style-btn.btn-white.btn-help .sr-only {
  top: 25px;
}
#navbar #menu-btn .navbar-style-btn.btn-white.btn-acces.close-acces {
  background: #FFFFFF url(../images/acces.png) center 15px no-repeat;
  padding: 0;
}
#navbar #menu-btn .navbar-style-btn.btn-white.btn-acces.close-acces .open-acces {
  display: inline;
}
#navbar #menu-btn .navbar-style-btn.btn-white.btn-acces.close-acces .close-acces {
  display: none;
}
#navbar #menu-btn .navbar-style-btn.btn-white.btn-acces.open-acces {
  background: #FFCE3E url(../images/menu-acces-on.png) center 15px no-repeat;
  padding: 0;
}
#navbar #menu-btn .navbar-style-btn.btn-white.btn-acces.open-acces .open-acces {
  display: none;
}
#navbar #menu-btn .navbar-style-btn.btn-white.btn-acces.open-acces .close-acces {
  display: inline;
}
#navbar #menu-btn .navbar-style-btn.btn-white#btn-top {
  display: none;
  clear: both;
  background: #ffffff url(../images/go-top.png) center 12px no-repeat;
  background-size: 25px;
  color: #001938;
  font-family: "proximanovabold" !important;
  font-size: 11px;
  line-height: 11px;
  padding-top: 46px;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #navbar #menu-btn .navbar-style-btn.btn-white#btn-top {
    display: none !important;
  }
}
#navbar #menu-btn .navbar-style-btn.btn-white:hover {
  background-color: #FFCE3E !important;
}
#navbar nav > .navbar-acces {
  display: none;
}
#navbar .navbar-nav,
#navbar .navbar-header .menu.nav {
  padding: 4% 4% 0;
}
#navbar .navbar-nav > li,
#navbar .navbar-header .menu.nav > li {
  margin-bottom: 20px;
}
#navbar .navbar-nav > li > a,
#navbar .navbar-header .menu.nav > li > a {
  font: 2.4rem/2.4rem "lubalindemi" !important;
  color: #FFCD3D;
}
#navbar .navbar-nav .dropdown-toggle .caret,
#navbar .navbar-header .menu.nav .dropdown-toggle .caret {
  display: none;
}
#navbar .navbar-nav .dropdown-menu,
#navbar .navbar-header .menu.nav .dropdown-menu {
  padding-left: 15px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  /* level 1*/
  /* level 2*/
}
#navbar .navbar-nav .dropdown-menu li a,
#navbar .navbar-header .menu.nav .dropdown-menu li a {
  font: 1.4rem/1.4rem "proximanovasemibold";
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 16px 0 10px;
}
#navbar .navbar-nav .dropdown-menu li a:hover,
#navbar .navbar-header .menu.nav .dropdown-menu li a:hover {
  color: #FFCD3D;
}
#navbar .navbar-nav .dropdown-menu li a.active-trail,
#navbar .navbar-header .menu.nav .dropdown-menu li a.active-trail {
  color: #FFCD3D;
}
#navbar .navbar-nav .dropdown-menu li .dropdown-menu,
#navbar .navbar-header .menu.nav .dropdown-menu li .dropdown-menu {
  display: none;
  position: relative;
}
#navbar .navbar-nav .dropdown-menu li.open-submenu > a,
#navbar .navbar-header .menu.nav .dropdown-menu li.open-submenu > a {
  background: none;
  color: #FFCD3D;
}
#navbar .navbar-nav .dropdown-menu li.open-submenu .dropdown-menu,
#navbar .navbar-header .menu.nav .dropdown-menu li.open-submenu .dropdown-menu {
  display: block;
  width: 100%;
}
#navbar .navbar-nav .dropdown-menu .have-submenu > a:before,
#navbar .navbar-header .menu.nav .dropdown-menu .have-submenu > a:before {
  content: " ";
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  float: right;
  background: transparent url(../images/submenu-open.png) center no-repeat;
}
#navbar .navbar-nav .dropdown-menu .have-submenu.open-submenu > a:before,
#navbar .navbar-header .menu.nav .dropdown-menu .have-submenu.open-submenu > a:before {
  background: transparent url(../images/submenu-opened.png) center no-repeat;
}
#navbar .navbar-nav .dropdown-menu .dropdown-menu,
#navbar .navbar-header .menu.nav .dropdown-menu .dropdown-menu {
  padding: 0 0 5px 30px;
}
#navbar .navbar-nav .dropdown-menu .dropdown-menu li a,
#navbar .navbar-header .menu.nav .dropdown-menu .dropdown-menu li a {
  font: 1.4rem/1.4rem "proximanovaregular" !important;
  text-transform: none;
  font-style: italic;
  padding: 11px 0;
}
#navbar .navbar-nav .dropdown-menu .dropdown-menu li a:before,
#navbar .navbar-header .menu.nav .dropdown-menu .dropdown-menu li a:before {
  content: "> ";
}
@media only screen and (min-width: 768px) {
  #navbar .navbar-nav .navbar-nav,
  #navbar .navbar-header .menu.nav .navbar-nav,
  #navbar .navbar-nav .navbar-header .menu.nav,
  #navbar .navbar-header .menu.nav .navbar-header .menu.nav {
    padding: 5% 9% 5% 10%;
  }
}
#navbar .navbar-collapse.open-acces {
  display: block !important;
  height: auto !important;
}
#navbar .navbar-collapse.open-acces .region,
#navbar .navbar-collapse.open-acces .menu {
  display: none;
}
#navbar .navbar-collapse.open-acces .navbar-acces {
  /*overflow-y: auto;*/
  margin-top: 85px;
  display: block !important;
  position: relative;
  height: 100%;
  padding: 5% 0;
  z-index: 1000;
  background: #001938 url(../images/navbar-header-bg.png) left top no-repeat;
}
#navbar .navbar-collapse.open-acces .navbar-acces .acces-title {
  font: 2.4rem/2.4rem "lubalindemi" !important;
  color: #FFCD3D;
  padding: 0 10%;
}
@media only screen and (max-width: 767px) {
  #navbar .navbar-collapse.open-acces .navbar-acces .acces-title {
    margin-top: -85px;
  }
}
#navbar .navbar-collapse.open-acces .navbar-acces .acces-intro {
  font: 1.6rem/1.6rem "proximanovabold" !important;
  color: #FFCD3D;
  padding: 25px 10% 30px;
}
#navbar .navbar-collapse.open-acces .navbar-acces .acces-img img {
  width: 100%;
  height: auto;
}
#navbar .navbar-collapse.open-acces .navbar-acces ul {
  color: #FFFFFF;
  font: 1.4rem/1.4rem "proximanovaregular" !important;
  list-style: none outside;
  margin: 0;
  padding: 0 10%;
}
#navbar .navbar-collapse.open-acces .navbar-acces ul li {
  padding-bottom: 15px;
}
#navbar .navbar-collapse.open-acces .navbar-acces ul li span {
  display: inline-block;
  font-family: "proximanovasemibold";
  text-transform: uppercase;
  width: 53%;
}
#navbar .navbar-collapse.open-acces .navbar-acces ul li:last {
  padding-bottom: 0;
}
#navbar .navbar-collapse.open-acces .navbar-acces .acces-link {
  display: block;
  width: 100%;
  padding: 8% 10%;
  text-transform: uppercase;
  color: #001938;
  font: 1.6rem/1.6rem "proximanovabold" !important;
  margin-bottom: 15px;
  background: #FFCE3E url(../images/arrow-acces.png) 95% center no-repeat;
}
@media only screen and (min-width: 768px) {
  #navbar .navbar-collapse.open-acces .navbar-acces {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1080px) {
  #navbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .i18n-fr #navbar .navbar-nav > li:nth-child(2),
  .i18n-fr #navbar .navbar-header .menu.nav > li:nth-child(2),
  .i18n-fr #navbar .navbar-nav > li:nth-child(3),
  .i18n-fr #navbar .navbar-header .menu.nav > li:nth-child(3) {
    display: none;
  }
}
/* POPUP BILLETERIE */
.content-navbar-tickets {
  display: none;
}
.content-navbar-tickets.open-tickets-nav {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  padding-top: 80px;
  height: 100%;
  width: 100%;
}
.content-navbar-tickets.open-tickets-nav .wrap {
  background: #FFFFFF;
  border: 10px solid #E75405;
  padding: 0;
  position: relative;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push {
  border-top: 10px solid #E75405;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .billetterie-tarif {
  color: #212121;
  padding: 20px;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .billetterie-tarif .billetterie-title {
  font-family: "lubalindemi" !important;
  font-size: 2rem;
  padding: 16px 0;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .billetterie-tarif .ticket {
  display: none;
  float: none !important;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .billetterie-tarif .ticket .tarif-adult {
  margin: 0;
  padding: 0;
  width: 100%;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .billetterie-tarif .ticket .tarif-adult .big-price {
  font-size: 55px;
  line-height: 55px;
}
@media only screen and (min-width: 768px) {
  .content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .billetterie-tarif .ticket .tarif-adult .big-price {
    font-size: 42px;
    line-height: 42px;
  }
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .billetterie-tarif img {
  display: none;
  padding: 15px;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .tickets-link {
  background: #E75405;
  color: #FFFFFF;
  display: block;
  font-family: "proximanovabold" !important;
  font-size: 1.6rem;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .tickets-link:hover,
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .tickets-link:active {
  background: #FF6817;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .tickets-link:after {
  background: url(../images/arrow-right-white.png) right center no-repeat;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 12px;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif {
  padding: 20px;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .tarif-title {
  color: #000F23;
  font-family: "lubalindemi" !important;
  font-size: 38px;
  line-height: 38px;
  padding: 20px 0;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group {
  border-top: 1px solid #E65305;
  padding: 20px 0;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group#tarif-preferentiels .price-table li:last-child .price-intitule {
  line-height: 12px;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-title {
  color: #E65305;
  font-family: "lubalinbook";
  font-size: 22px;
  line-height: 22px;
  float: left;
  padding-right: 5px;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-subtitle {
  color: #E65305;
  font-family: "lubalinbook";
  font-size: 12px;
  line-height: 12px;
  float: left;
  padding-top: 8px;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-subtitle:before {
  content: "(";
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-subtitle:after {
  content: ")";
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-table {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-table li {
  padding: 12px;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-table li.odd {
  background: #E6E6E6;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-table li .price-intitule {
  color: #001938;
  font-family: "proximanovabold" !important;
  font-size: 12px;
  line-height: 2.4rem;
  text-transform: uppercase;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-table li .price {
  display: block;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-table li .price.percent:after {
  content: "%";
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-table li .comment {
  color: #E65305;
  font-family: "proximanovabold" !important;
  font-size: 12px;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-table li .comment:before {
  content: "(";
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-table li .comment:after {
  content: ")";
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .btn-openclose {
  float: right;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .btn-openclose .separation-state {
  font-size: 0;
  height: 20px;
  width: 20px;
  padding: 0 40px 0 0;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .block-paiement {
  display: none;
  padding: 0 0 20px;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .block-paiement .paiement-title {
  color: #000F23;
  font-family: "lubalindemi" !important;
  font-size: 26px;
  line-height: 26px;
  padding: 20px 0;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .block-paiement .paiement-means {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .block-paiement .paiement-means li {
  display: inline-block;
  margin-right: 2px;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif #pop-tickets-audioguide {
  border-top: 1px solid #E75405;
  padding: 20px 0;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif #pop-tickets-audioguide .audioguide-title {
  color: #000F23;
  font-family: "lubalindemi" !important;
  font-size: 26px;
  line-height: 26px;
  padding: 20px 0;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif #pop-tickets-audioguide a {
  text-decoration: none;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-audioguide {
  padding: 20px;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-audioguide .audioguide-title {
  color: #003375;
  font-family: "lubalinbook";
  font-size: 21px;
  line-height: 21px;
  padding: 20px 0;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-audioguide a {
  color: #001938;
  font-family: "proximanovaregular" !important;
  display: inline-block;
  width: 100%;
  background: url(../images/arrow-right-black.png) right center no-repeat;
  padding-right: 20px;
  text-decoration: none;
}
.content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-audioguide .news {
  background: #FFCE3E;
  color: #000000;
  display: inline-block;
  font-family: "proximanovabold" !important;
  font-size: 12px;
  line-height: 12px;
  padding: 5px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .content-navbar-tickets.open-tickets-nav {
    background: rgba(0, 0, 0, 0.7);
  }
  .content-navbar-tickets.open-tickets-nav .wrap {
    border: 0;
    margin-left: 76px;
  }
  .content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push {
    border: 0;
  }
  .content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .billetterie-tarif img {
    display: block;
    width: 100%;
    height: auto;
  }
  .content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-push .billetterie-tarif .ticket {
    display: block;
  }
  .content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif {
    border: 10px solid #E75405;
  }
  .content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .price-group .price-table li .price {
    display: inline-block;
  }
  .content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .block-paiement {
    display: block;
  }
  .content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif {
    border: 10px solid #E75405;
  }
}
@media only screen and (min-width: 1080px) {
  .content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .block-paiement {
    display: block;
  }
  .content-navbar-tickets.open-tickets-nav .wrap #pop-tickets-tarif .block-paiement .paiement-means li {
    margin-right: 18px;
  }
}
html body .alert-block {
  display: none;
}
html body.admin-menu .alert-block {
  display: block;
}
html body.admin-menu #breadcrumb {
  display: none !important;
}
.front .navbar .navbar-btn {
  top: 0;
}
.front .navbar .navbar-btn h1 {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  html body.admin-menu {
    margin-top: 45px !important;
  }
  html body.admin-menu .navbar-header,
  html body.admin-menu #menu-btn {
    top: 45px;
  }
  .navbar .navbar-btn {
    padding-left: 152px;
    top: 50px;
    padding-right: 40px;
  }
  .navbar .navbar-btn .logo img {
    width: 425px;
    height: 81px;
  }
  .navbar-toggle {
    display: block;
  }
}
@media only screen and (min-width: 1080px) {
  html body.admin-menu {
    margin-top: 28px !important;
  }
  html body.admin-menu .header-top {
    top: 45px;
  }
  html body.admin-menu .navbar-header,
  html body.admin-menu #menu-btn {
    top: 73px;
  }
}
/*
.logged-in {
    .alert.alert-block.alert-danger, .tabs--primary {
        position: relative;
        z-index: 10000;
    }
}*/
._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
  background-color: #FFCD3D;
}
#body {
  position: relative;
  margin-top: 0;
}
.front #body {
  margin-top: 0;
}
/****************************** CONTENT ******************************/
/* Wrap photo full width
.field-name-field-photo-principale:before, .view-video:before, #scenes-aqua-home .block-img-bg:before, #container-content-scene .block-img-bg:before, .mosaic-single-img:before {
    content:" ";
    position: absolute;
    z-index: 0;
    background:transparent url(../images/overlay-img.png) center repeat-x fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
    z-index:1;
}*/
.field-name-field-photo-principale,
div:not(.img-mobile-parcours) .field-name-field-photo-principale-mobile,
.view-video,
.desktop #block-lchblock-block-scenes-aqua #scenes-aqua-home .block-img-bg,
.mobile #block-lchblock-block-scenes-aqua #scenes-aqua-home .block-img-bg,
.desktop #block-lchblock-block-scenes-aqua #container-content-scene .block-img-bg,
.mobile #block-lchblock-block-scenes-aqua #container-content-scene .block-img-bg {
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.field-name-field-photo-principale img,
div:not(.img-mobile-parcours) .field-name-field-photo-principale-mobile img,
.view-video img,
.desktop #block-lchblock-block-scenes-aqua #scenes-aqua-home .block-img-bg img,
.mobile #block-lchblock-block-scenes-aqua #scenes-aqua-home .block-img-bg img,
.desktop #block-lchblock-block-scenes-aqua #container-content-scene .block-img-bg img,
.mobile #block-lchblock-block-scenes-aqua #container-content-scene .block-img-bg img,
.field-name-field-photo-principale video,
div:not(.img-mobile-parcours) .field-name-field-photo-principale-mobile video,
.view-video video,
.desktop #block-lchblock-block-scenes-aqua #scenes-aqua-home .block-img-bg video,
.mobile #block-lchblock-block-scenes-aqua #scenes-aqua-home .block-img-bg video,
.desktop #block-lchblock-block-scenes-aqua #container-content-scene .block-img-bg video,
.mobile #block-lchblock-block-scenes-aqua #container-content-scene .block-img-bg video {
  display: inline;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .view-video-mobile img {
    height: 696px;
    -ms-transform: translate(-50%, -50%);
  }
}
/*#node-10 .field-name-field-photo-principale img {
    bottom:0;
    top:inherit;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
}*/
/* centrage X scene spe */
/*.mobile #container-content-scene {
    #content-parcours-4, #content-parcours-7, #content-parcours-8, #content-parcours-10, #content-parcours-13 {
        .block-img-bg img {
            left: initial;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
    }
}*/
/*
.mobile {
    #scenes-aqua-home .block-img-bg, #container-content-scene .block-img-bg {
        img, video {
            height: 100% !important;
            width: auto !important;
        }
    }
}
*/
@media all and (orientation: portrait) {
  .mobile.node-type-parcours .field-name-field-photo-principale img {
    height: 100% !important;
    width: auto !important;
  }
}
@media all and (orientation: landscape) {
  .mobile {
    /* parcours */
  }
  .mobile .field-name-field-photo-principale img .field-name-field-photo-principale-mobile img {
    height: auto !important;
    width: 100% !important;
  }
}
.home-video-tablet {
  position: relative;
}
.mobile .no-crop .field-name-field-photo-principale,
.mobile .no-crop .field-name-field-photo-principale-mobile,
.tablet #block-lchblock-block-scenes-aqua #scenes-aqua-home .block-img-bg,
.tablet #block-lchblock-block-scenes-aqua #container-content-scene .block-img-bg,
.home-video-tablet .no-crop .field-name-field-photo-principale,
.home-video-tablet .no-crop .field-name-field-photo-principale-mobile,
.home-video-tablet .no-crop {
  height: auto !important;
  width: 100% !important;
  position: relative;
}
.mobile .no-crop .field-name-field-photo-principale img,
.mobile .no-crop .field-name-field-photo-principale-mobile img,
.tablet #block-lchblock-block-scenes-aqua #scenes-aqua-home .block-img-bg img,
.tablet #block-lchblock-block-scenes-aqua #container-content-scene .block-img-bg img,
.home-video-tablet .no-crop .field-name-field-photo-principale img,
.home-video-tablet .no-crop .field-name-field-photo-principale-mobile img,
.home-video-tablet .no-crop img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  height: auto;
  width: 100%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .no-crop-tablet-paysage,
  .no-crop-tablet-paysage .field-name-field-photo-principale,
  .no-crop-tablet-paysage .field-name-field-photo-principale .field-item {
    height: auto !important;
    width: 100% !important;
    position: relative;
  }
  .no-crop-tablet-paysage img,
  .no-crop-tablet-paysage .field-name-field-photo-principale img,
  .no-crop-tablet-paysage .field-name-field-photo-principale .field-item img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto;
    width: 100%;
  }
}
/****************************** BLOCK : PUSH ******************************/
.block-square {
  position: relative;
  text-align: center;
}
.block-square h2 {
  font-size: 3rem;
  font-family: "lubalindemi" !important;
  padding: 115px 30px 0;
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
}
.block-square p {
  text-align: left;
}
.block-square p a {
  text-decoration: none;
}
.block-square p a:hover {
  text-decoration: none;
}
.block-square .empty-bg {
  width: 100%;
}
.block-square .empty-bg img {
  width: 100% !important;
  height: auto !important;
}
.block-square .content-empty-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  min-height: 100px;
}
.block-square .content-empty-bg a {
  display: inline-block;
  font-family: "proximanovaregular" !important;
  text-decoration: none;
  width: 100%;
}
.block-square.push-orange {
  background: #E75405;
  color: #FFFFFF;
}
.block-square.push-orange h2 {
  color: #FFFFFF;
  padding-top: 115px;
}
.block-square.push-orange a {
  color: #FFFFFF;
}
.block-square.push-orange .content-empty-bg {
  /*border-top:1px solid @borderpushorange;*/
}
.block-square.push-orange .content-empty-bg a {
  background: url(../images/arrow-right-white.png) right center no-repeat;
  font-family: "proximanovaregular" !important;
}
.block-square.push-orange:hover {
  background: #FF6817;
}
.block-square.push-yellow {
  background: #FFCE3E;
  color: #003375;
}
.block-square.push-yellow h2 {
  color: #003375;
  padding-top: 115px;
}
.block-square.push-yellow a {
  color: #003375;
}
.block-square.push-yellow .content-empty-bg a {
  background: url(../images/arrow-right-blue.png) right center no-repeat;
  font-family: "proximanovaregular" !important;
}
.block-square.push-yellow:hover {
  background: #FFE391;
}
.block-square.push-blue {
  background: #001938;
  color: #008EFF;
}
.block-square.push-blue h2 {
  color: #008EFF;
}
.block-square.push-blue a {
  color: #008EFF;
}
.block-square.push-blue .content-empty-bg a {
  background: url(../images/arrow-right-blue-light.png) right center no-repeat;
  font-family: "proximanovaregular" !important;
}
.block-square.push-blue:hover {
  background: #094993;
}
.block-square.push-blue-light {
  background: #094993;
  color: #FFFFFF;
}
.block-square.push-blue-light h2 {
  color: #FFFFFF;
}
.block-square.push-blue-light a {
  color: #FFFFFF;
}
.block-square.push-blue-light .content-empty-bg a {
  background: url(../images/arrow-right-blue-light.png) right center no-repeat;
  font-family: "proximanovaregular" !important;
}
.block-square.push-blue-light:hover {
  background: #2C64a1;
}
.block-square.push-white {
  background: #FFFFFF;
  color: #000000;
}
.block-square.push-white h2 {
  color: #000000;
}
.block-square.push-white a {
  color: #000000;
}
.block-square.push-white .content-empty-bg {
  /*border-top:1px solid @borderpushhandicap;*/
}
.block-square.push-white .content-empty-bg a {
  /*background:url(../images/arrow-right-blue-light.png) right center no-repeat;*/
}
.block-square.push-white:hover {
  /*background:@bgypushhandicaplight;*/
}
.block-square.push-white:hover .content-empty-bg {
  /*border-top:1px solid @borderpushhandicaplight;*/
}
.block-square.push-img-title .push-img-title-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.block-square.push-img-title .push-img-title-link > a {
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
}
.block-square.push-img-title-blue-light h2 {
  color: #008EFF;
}
.block-square.block-acces .content-empty-bg,
.block-square.block-parking .content-empty-bg {
  border: 0;
  /*padding-bottom:50px;*/
}
.block-square.block-acces .content-empty-bg a,
.block-square.block-parking .content-empty-bg a {
  background: none;
  font-family: "proximanovaregular" !important;
}
.block-square.block-acces p,
.block-square.block-parking p {
  text-align: center;
}
.block-square.block-acces:hover .content-empty-bg,
.block-square.block-parking:hover .content-empty-bg {
  border: 0;
}
.block-square.block-acces h2 {
  padding: 2% 10%;
}
.block-square.block-acces h2:before {
  background: url(../images/push-car.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.block-parking h2 {
  padding: 2% 10%;
}
.block-square.block-parking h2:before {
  background: url(../images/push-bus.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-yellow-observator h2 {
  padding: 2% 10%;
}
.block-square.push-yellow-observator h2:before {
  background: url(../images/push-observator.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-yellow-family h2 {
  padding: 2% 10%;
}
.block-square.push-yellow-family h2:before {
  background: url(../images/push-family.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-yellow-pedagogy-activities h2 {
  padding: 2% 10%;
}
.block-square.push-yellow-pedagogy-activities h2:before {
  background: url(../images/push-activities.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-yellow-reservation h2 {
  padding: 2% 10%;
}
.block-square.push-yellow-reservation h2:before {
  background: url(../images/push-reservation.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-yellow-reproduction h2 {
  padding: 2% 10%;
}
.block-square.push-yellow-reproduction h2:before {
  background: url(../images/push-reproduction.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-yellow-scientific-search h2 {
  padding: 6% 10% 10%;
}
.block-square.push-yellow-scientific-search h2:before {
  background: url(../images/push-scientific-research.png) center no-repeat;
  content: " ";
  display: block;
  margin: 0 auto 6%;
  width: 97px;
  height: 97px;
}
.block-square.push-yellow-lr h2 {
  padding: 2% 10%;
}
.block-square.push-yellow-lr h2:before {
  background: url(../images/push-lr-blue.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-orange-lr h2 {
  color: #FFFFFF;
  padding: 2% 10%;
}
.block-square.push-orange-lr h2:before {
  background: url(../images/push-lr-white.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-orange-eco h2 {
  padding: 2% 10%;
}
.block-square.push-orange-eco h2:before {
  background: url(../images/push-eco.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-orange-teacher h2 {
  padding: 2% 10%;
}
.block-square.push-orange-teacher h2:before {
  background: url(../images/push-teacher.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-orange-coffee h2 {
  padding: 2% 10%;
}
.block-square.push-orange-coffee h2:before {
  background: url(../images/push-coffee.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-orange-wings h2 {
  padding: 2% 10%;
}
.block-square.push-orange-wings h2:before {
  background: url(../images/push-wings.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-orange-team h2 {
  padding: 2% 10%;
}
.block-square.push-orange-team h2:before {
  background: url(../images/push-team.png) top no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
@media only screen and (min-width: 950px) {
  .block-square.push-orange-team h2:before {
    display: none;
  }
}
@media only screen and (min-width: 1080px) {
  .block-square.push-orange-team h2:before {
    display: block;
  }
}
.block-square.push-orange-confort {
  /*p {
            text-align:center;
        }
        &:hover {
            .content-empty-bg {
                border:0;
            }
        }*/
}
.block-square.push-orange-confort .content-empty-bg {
  /*border:0;
            padding-bottom:50px;*/
}
.block-square.push-orange-confort .content-empty-bg a {
  background: none;
  font-family: "proximanovaregular" !important;
}
.block-square.push-orange-confort h2 {
  padding: 2% 10%;
}
.block-square.push-orange-confort h2:before {
  background: url(../images/push-team.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-orange-soiree h2 {
  padding: 2% 10%;
}
.block-square.push-orange-soiree h2:before {
  background: url(../images/push-calendar-white.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-orange-partners h2 {
  padding: 2% 10%;
}
.block-square.push-orange-partners h2:before {
  background: url(../images/push-partners.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-blue-scientific-search h2 {
  padding: 2% 10%;
}
.block-square.push-blue-scientific-search h2:before {
  background: url(../images/push-scientific-white.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-blue-season h2 {
  padding: 2% 10%;
}
.block-square.push-blue-season h2:before {
  background: url(../images/push-season.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-blue-seminaire h2 {
  padding: 2% 10%;
}
.block-square.push-blue-seminaire h2:before {
  background: url(../images/push-calendar.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-blue-culture h2 {
  padding: 2% 10%;
}
.block-square.push-blue-culture h2:before {
  background: url(../images/push-scientific-culture.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-blue-mission h2 {
  padding: 2% 10%;
}
.block-square.push-blue-mission h2:before {
  background: url(../images/push-pedagogy.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-blue-planet h2 {
  padding: 2% 10%;
}
.block-square.push-blue-planet h2:before {
  background: url(../images/push-planet.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-blue-news h2 {
  padding: 2% 10%;
}
.block-square.push-blue-news h2:before {
  background: url(../images/push-news.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-orange-news h2 {
  padding: 2% 10%;
}
.block-square.push-orange-news h2:before {
  background: url(../images/push-news-white.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-education h2 {
  padding: 2% 10%;
}
.block-square.push-education h2:before {
  background: url(../images/push-education.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-signalize h2 {
  padding: 2% 10%;
}
.block-square.push-signalize h2:before {
  background: url(../images/push-signalize.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.block-group h2 {
  padding: 2% 10%;
}
.block-square.block-group h2:before {
  background: url(../images/push-group.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
.block-square.push-orange.block-billet-pro h2 {
  padding: 2% 10%;
}
.block-square.push-orange.block-billet-pro h2:before {
  background: url(../images/push-pro.png) center no-repeat;
  content: " ";
  display: block;
  margin: 6% auto;
  width: 97px;
  height: 97px;
}
/* PUSH BOTTOM : full screen */
#push-bottom {
  margin: 0 -30px;
}
@media screen and (min-width: 768px) and (max-width: 949px) {
  #push-bottom .block-square {
    padding: 0 4px;
  }
  #push-bottom .block-square:before {
    background-size: 100%;
    width: 50px;
    height: 50px;
  }
  #push-bottom .block-square.block-billet-pro h2.block-title,
  #push-bottom .block-square.block-group h2.block-title,
  #push-bottom .block-square.block-acces h2.block-title,
  #push-bottom .block-square.block-parking h2.block-title,
  #push-bottom .block-square.push-blue-seminaire h2.block-title,
  #push-bottom .block-square.push-orange-confort h2.block-title,
  #push-bottom .block-square.push-orange-soiree h2.block-title,
  #push-bottom .block-square.push-signalize h2.block-title {
    margin: 0;
  }
  #push-bottom .block-square.block-billet-pro h2.block-title:before,
  #push-bottom .block-square.block-group h2.block-title:before,
  #push-bottom .block-square.block-acces h2.block-title:before,
  #push-bottom .block-square.block-parking h2.block-title:before,
  #push-bottom .block-square.push-blue-seminaire h2.block-title:before,
  #push-bottom .block-square.push-orange-confort h2.block-title:before,
  #push-bottom .block-square.push-orange-soiree h2.block-title:before,
  #push-bottom .block-square.push-signalize h2.block-title:before {
    margin-top: 0;
  }
  #push-bottom .block-square.block-handicap h2 {
    background-position: top center;
    background-size: 65%;
  }
}
@media only screen and (min-width: 1080px) {
  #push-bottom {
    margin: 0 auto;
  }
}
/* Bas de page - 3 push : version mobile -> slide */
@media only screen and (max-width: 767px) {
  .mobile #my-push .wrap {
    padding: 0;
  }
  .mobile #my-push .wrap #push-bottom {
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  .mobile #my-push .wrap #push-bottom .region-push-bottom {
    width: 300%;
  }
  .mobile #my-push .wrap #push-bottom .region-push-bottom .block-square {
    width: 33.3333%;
  }
  .mobile #my-push .wrap #push-bottom .push-nav {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 100;
  }
  .mobile #my-push .wrap #push-bottom #push-prev {
    background: url(../images/arrow-left-white.png) center center no-repeat;
    left: 0;
  }
  .mobile #my-push .wrap #push-bottom #push-next {
    background: url(../images/arrow-right-white.png) center center no-repeat;
    right: 0;
  }
}
.side-square {
  position: relative;
  text-align: center;
}
.side-square .block-title {
  font-size: 3rem;
  font-family: "lubalindemi" !important;
  margin-top: 5px;
}
.side-square p {
  line-height: 18px;
  text-align: left;
}
.side-square p a:hover {
  text-decoration: none;
}
.side-square p.empty-bg {
  width: 100%;
}
.side-square .content-empty-bg {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  padding: 30px;
}
.side-square .content-empty-bg a {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #block-lchblock-block-rectangle-home-nocturne h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
#block-lchblock-block-rectangle-home-pedagogie {
  background: #073366;
}
.ticket {
  color: #212121;
  font: 1.4rem/1.6rem "proximanovaregular" !important;
}
@media only screen and (min-width: 768px) {
  .ticket {
    float: right !important;
  }
}
.ticket strong {
  font-family: "proximanovasemibold";
  font-weight: normal;
}
.ticket .block-tickets {
  position: relative;
}
.ticket .block-tickets .empty-bg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .ticket .block-tickets .empty-bg {
    max-height: 320px;
  }
}
.ticket .block-tickets .content-empty-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
.ticket .block-title,
.ticket .block-content,
.ticket .tarif-adult,
.ticket .tarif-child {
  width: 82%;
  margin: 0 9%;
}
.ticket .block-title {
  font: 2.4rem/2.4rem "lubalindemi" !important;
  margin-top: 8%;
  margin-bottom: 6px;
  width: 120px;
}
.ticket .block-content img {
  max-width: 100%;
  height: auto;
  margin: 50px 0 20px;
  display: block;
  -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,.35);
  -moz-box-shadow: 5px 5px 15px rgba(0,0,0,.35);
  box-shadow: 5px 5px 15px rgba(0,0,0,.35);
}
@media only screen and (max-width: 767px) {
  .ticket .block-content img {
    margin: 10px auto;
  }
}
.ticket .block-tarif {
  position: relative;
}
.ticket .block-tarif .empty-bg {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .ticket .block-tarif .empty-bg {
    max-height: 145px;
  }
}
.ticket .block-tarif .content-empty-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.ticket .tarif-adult,
.ticket .tarif-child {
  text-align: center;
}
.ticket .tarif-adult {
  margin: 0 0 0 11%;
  font: 1.4rem/1.4rem "proximanovabold" !important;
  color: #E75405;
}
.ticket .tarif-adult .big-price {
  font-size: 6rem;
  line-height: 6rem;
  vertical-align: middle;
}
.ticket .tarif-adult .big-price sup {
  font-size: 55%;
  vertical-align: middle;
}
.ticket .tarif-child {
  margin: 5px 0 5px 5%;
  font: 1.4rem/1.4rem "proximanovaregular" !important;
  color: #001938;
}
.ticket .tickets-link-orange {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  font: 15px/20px "proximanovabold" !important;
  color: #FFFFFF;
  padding: 20px 15px 20px 20px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background-color: #E75405;
}
@media only screen and (min-width: 1080px) {
  .ticket .tickets-link-orange {
    padding: 25px 15px 25px 20px;
  }
}
.ticket .tickets-link-orange:after {
  content: " ";
  background: transparent url(../images/arrow-right-white.png) center no-repeat;
  width: 14px;
  float: right;
  height: 20px;
}
.buy-online {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 230px;
}
.buy-online .tickets-link-orange {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .buy-online {
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 10px;
    bottom: 85px;
  }
  .buy-online .tickets-link-orange {
    text-align: left;
  }
}
.tripadvisor-home {
  color: #050707;
  height: 200px;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .tripadvisor-home {
    padding: 20px 10px;
  }
}
.tripadvisor-home .content-empty-bg {
  text-align: center;
}
.tripadvisor-home .content-empty-bg img {
  margin: 0 0 10px;
}
.tripadvisor-home .content-empty-bg p strong {
  font: 2.4rem/2.4rem "lubalindemi" !important;
  padding: 0 0 10px;
  display: block;
}
.tripadvisor-home .content-empty-bg p {
  font: 1.4rem/1.4rem "proximanovaregular" !important;
}
.tripadvisor-home .content-empty-bg a {
  font: 1.4rem/1.6rem "proximanovasemibold";
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 7px;
  border-bottom: 2px solid #FFFFFF;
  display: inline-block;
  color: #050707;
  border-color: #050707;
  float: left;
}
.tripadvisor-home .content-empty-bg a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.tripadvisor-home .content-empty-bg a:hover {
  color: #050707;
}
.tripadvisor-home .empty-bg img {
  display: none;
}
@media only screen and (min-width: 768px) {
  .tripadvisor-home {
    height: auto;
    padding: 0;
  }
  .tripadvisor-home .content-empty-bg {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: left;
  }
  .tripadvisor-home .content-empty-bg div {
    margin-top: -10px;
  }
  .tripadvisor-home .content-empty-bg img {
    margin: 0 20px 0 0;
    float: left;
    width: 115px;
    height: auto;
  }
  .tripadvisor-home .content-empty-bg a {
    float: left;
    margin: 10px 0 0;
    text-decoration: none;
  }
  .tripadvisor-home .empty-bg img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1080px) {
  .tripadvisor-home .content-empty-bg img {
    width: auto;
  }
}
.block-link-tickets {
  padding: 0;
  list-style: none outside;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F2F2F2;
}
.block-link-tickets li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 25%;
  border-bottom: 1px solid #dfdfdf;
  padding-top: 12%;
  text-align: left;
  width: 100%;
}
.block-link-tickets li:last-child {
  border-bottom: none;
}
.block-link-tickets li a {
  background: url(../images/more-grey.png) right top no-repeat;
  color: #E75405;
  display: inline-block;
  font: 1.4rem/1.6rem "proximanovabold" !important;
  margin: 0 20px;
  padding-right: 15px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
}
@media only screen and (min-width: 1080px) {
  .block-link-tickets li {
    padding: 0 20px;
  }
  .block-link-tickets li a {
    margin: 10% 0;
    width: 100%;
  }
}
.push-orange.block-question h2 {
  background: url(../images/push-question-white.png) center top no-repeat;
  padding-top: 115px;
}
.push-yellow.block-question h2 {
  background: url(../images/push-question-blue.png) center top no-repeat;
  padding-top: 115px;
}
.push-blue-light.block-handicap h2 {
  background: url(../images/tourisme-handicap.png) center center no-repeat;
  height: 75%;
  font-size: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .push-blue-light.block-handicap h2 {
    background-size: 65%;
    height: 50%;
  }
}
.push-white.block-tripadvisor {
  background: url(../images/push-tripadvisor-2015.png) center 36% no-repeat;
  top: 0;
}
.push-white.block-tripadvisor .content-empty-bg {
  padding-right: 0;
}
.push-white.block-tripadvisor p {
  font: 1.4rem/2rem "proximanovaregular" !important;
}
.push-white.block-tripadvisor p strong {
  font: 2.4rem/2rem "lubalindemi" !important;
}
.push-blue.block-help .content-empty-bg {
  border: 0;
  background: url(../images/push-help.png) top center no-repeat;
  margin: 30px;
  top: 5%;
}
.push-blue.block-help .content-empty-bg a {
  background: none;
  font-family: "proximanovaregular" !important;
}
.push-blue.block-help .content-empty-bg a h2 {
  padding: 75px 0 0;
  position: initial;
}
@media only screen and (max-width: 767px) {
  .push-blue.block-help .content-empty-bg a h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .push-blue.block-help .content-empty-bg a h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (min-width: 1080px) {
  .push-blue.block-help .content-empty-bg a h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.push-blue.block-help .content-empty-bg a p {
  text-align: center;
}
.push-blue.block-help .content-empty-bg a:hover {
  text-decoration: none;
}
.push-blue.push-calendar .content-empty-bg {
  text-align: center;
  top: 0;
  padding-top: 25% !important;
  border-bottom: 1px solid #003375 !important;
}
@media only screen and (max-width: 767px) {
  .push-yellow.block-new-search .empty-bg {
    max-height: 180px;
  }
}
.push-yellow.block-new-search .content-empty-bg {
  border: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .push-yellow.block-new-search .content-empty-bg {
    background: url(../images/push-search.png) top center no-repeat;
    background-size: 25%;
    margin: 20px;
    top: 5%;
  }
}
@media only screen and (min-width: 1080px) {
  .push-yellow.block-new-search .content-empty-bg {
    margin: 30px;
  }
}
.push-yellow.block-new-search .content-empty-bg h2 {
  position: initial;
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 10px 0 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .push-yellow.block-new-search .content-empty-bg h2 {
    font-size: 2.4rem;
    line-height: 2.4rem;
    padding: 25px 0 0;
  }
}
@media only screen and (min-width: 1080px) {
  .push-yellow.block-new-search .content-empty-bg h2 {
    font-size: 3rem;
    line-height: 3rem;
    padding: 90px 0 30px;
  }
}
.push-yellow.block-new-search .content-empty-bg p {
  text-align: center;
}
.push-yellow.block-new-search .content-empty-bg .form-search input {
  border: 1px solid #001938;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  height: 44px;
}
.push-yellow.block-new-search .content-empty-bg .form-search .input-group-btn button {
  border: 1px solid #001938;
  background: #001938;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 44px;
  font-size: 0;
}
.push-yellow.block-new-search .content-empty-bg .form-search .input-group-btn button:before {
  content: "Ok";
  color: #FFFFFF;
  font-family: "lubalinbook";
  font-size: 1.6rem;
}
.push-yellow.block-new-search .content-empty-bg #search-api-page-search-form-recherche .form-group {
  border-collapse: separate;
  display: table;
  float: left;
  position: relative;
  width: 80%;
}
.push-yellow.block-new-search .content-empty-bg #search-api-page-search-form-recherche input {
  border: 1px solid #001938;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
  height: 44px;
}
.push-yellow.block-new-search .content-empty-bg #search-api-page-search-form-recherche button {
  float: left;
  width: 20%;
  margin-top: 10px;
  border: 1px solid #001938;
  background: #001938;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 44px;
  font-size: 0;
}
.push-yellow.block-new-search .content-empty-bg #search-api-page-search-form-recherche button:before {
  content: "Ok";
  color: #FFFFFF;
  font-family: "lubalinbook";
  font-size: 1.6rem;
}
.push-yellow.block-new-search:hover .content-empty-bg {
  border: 0;
}
.side-square.side-presse {
  max-height: 190px;
}
.side-square.side-presse .content-empty-bg {
  padding: 13% 30px;
}
.side-square.side-presse .content-empty-bg a {
  background: none;
  font-family: "proximanovaregular" !important;
}
.side-square.side-presse .content-empty-bg .email {
  font: 1.6rem/1.6rem "proximanovabold" !important;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .side-square.side-presse {
    margin: 0 -30px;
  }
}
.side-square.side-flash .content-empty-bg img {
  margin: 15% 0 3%;
}
.side-square.side-flash .content-empty-bg p {
  font-family: "proximanovabold" !important;
  font-size: 1.6rem;
  text-align: center;
}
.side-square.side-flash .content-empty-bg .uppercase {
  margin: 18% 0 0;
}
/* DEBUT KEV */
/* BLOCK : Scene */
.view-video-mobile {
  height: auto !important;
  width: 100% !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  position: relative !important;
  -webkit-transform-style: inherit !important;
  transform-style: inherit !important;
}
.view-video-mobile img {
  left: inherit !important;
  top: inherit !important;
  position: relative !important;
  -webkit-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important;
  z-index: -1;
}
.view-video-mobile .home-video {
  position: relative;
}
.view-video-mobile .home-video .home-single-img img {
  width: 100% !important;
  height: auto !important;
}
@media (orientation: portrait) {
  .view-video-mobile .home-video .home-single-img.paysage,
  .view-video-mobile .home-video .home-single-img .paysage {
    display: none;
  }
}
@media (orientation: landscape) {
  .view-video-mobile .home-video .home-single-img.portrait,
  .view-video-mobile .home-video .home-single-img .portrait {
    display: none;
  }
}
.view-video-mobile .home-video .home-single-title .title {
  position: relative;
}
.view-video-mobile .home-video .home-single-title .title .video-link {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.view-video-mobile .home-video .home-single-title .title h2 {
  line-height: 5rem;
  margin: 10px 0 !important;
  bottom: 0;
}
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-home .block-img-bg img {
  width: 100% !important;
  height: auto !important;
}
@media (orientation: portrait) {
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-home .block-img-bg.paysage,
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-home .block-img-bg .paysage {
    display: none;
  }
}
@media (orientation: landscape) {
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-home .block-img-bg.portrait,
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-home .block-img-bg .portrait {
    display: none;
  }
}
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .block-img-bg img {
  width: 100% !important;
  height: auto !important;
}
@media (orientation: portrait) {
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .block-img-bg img.paysage {
    display: none;
  }
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .block-img-bg img.portrait {
    display: block;
  }
}
@media (orientation: landscape) {
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .block-img-bg img.portrait {
    display: none;
  }
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .block-img-bg img.paysage {
    display: block;
  }
}
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .my-univers-link {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}
#block-lchblock-block-scenes-aqua .my-univers-link {
  display: none;
}
#block-lchblock-block-scenes-aqua,
#block-lchblock-block-scenes-aqua-mobile {
  position: relative;
}
#block-lchblock-block-scenes-aqua .block-img-bg img,
#block-lchblock-block-scenes-aqua-mobile .block-img-bg img {
  width: 100%;
  height: auto;
}
#block-lchblock-block-scenes-aqua .block-img-content,
#block-lchblock-block-scenes-aqua-mobile .block-img-content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 0 0 115px;
}
@media only screen and (max-width: 767px) {
  #block-lchblock-block-scenes-aqua .block-img-content,
  #block-lchblock-block-scenes-aqua-mobile .block-img-content {
    margin: 0 10px;
    top: 30%;
  }
}
#block-lchblock-block-scenes-aqua p,
#block-lchblock-block-scenes-aqua-mobile p {
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  #block-lchblock-block-scenes-aqua #scenes-aqua-home .block-img-content,
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-home .block-img-content {
    margin-top: 12%;
  }
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-btn-scene,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-btn-scene {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  margin: 0 1% 3% 1%;
  padding: 0;
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-btn-scene .btn-scene,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-btn-scene .btn-scene {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: 65px;
  width: 16%;
  margin: 3% 0 0 3%;
  position: relative;
  background-color: rgba(0, 106, 192, 0.2);
  border-bottom: 5px solid transparent;
  color: #FFFFFF;
  font-family: "proximanovabold" !important;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  -webkit-transition: background-color 0.5s, color 0.25s;
  -o-transition: background-color 0.5s, color 0.25s;
  transition: background-color 0.5s, color 0.25s;
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-btn-scene .btn-scene .title,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-btn-scene .btn-scene .title {
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 65px;
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-btn-scene .btn-scene .link,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-btn-scene .btn-scene .link {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-btn-scene .btn-scene:hover,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-btn-scene .btn-scene:hover,
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-btn-scene .btn-scene:active,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-btn-scene .btn-scene:active,
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-btn-scene .btn-scene.active,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-btn-scene .btn-scene.active {
  background-color: #FFFFFF;
  color: #001938;
  border-color: #ffce3e;
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-btn-scene .btn-scene.active .link,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-btn-scene .btn-scene.active .link {
  display: block;
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-content-scene .scene,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .scene {
  display: none;
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-content-scene .scene .block-img-content,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .scene .block-img-content {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  #block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-content-scene .scene .block-img-content .intro,
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .scene .block-img-content .intro {
    background: rgba(103, 103, 103, 0.4);
    padding: 10px;
  }
  #block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-content-scene .scene .block-img-content .scene-resume,
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .scene .block-img-content .scene-resume {
    margin-top: 7%;
  }
}
@media only screen and (min-width: 1080px) {
  #block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-content-scene .scene .block-img-content .scene-resume,
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .scene .block-img-content .scene-resume {
    margin-top: 12%;
  }
}
@media only screen and (min-width: 1400px) {
  #block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-content-scene .scene .block-img-content .scene-resume,
  #block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .scene .block-img-content .scene-resume {
    margin-top: 14%;
  }
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-content-scene .scene .know-more,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .scene .know-more {
  margin: 30px 0 0;
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-content-scene .scene.active,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .scene.active {
  display: block;
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-content-scene .list-scene,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .list-scene {
  margin: 40px 0;
  float: right;
  padding: 0 48px;
  list-style: none outside;
  color: #FFFFFF;
  font: 1.4rem/1.6rem "proximanovasemibold";
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-content-scene .list-scene li,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .list-scene li {
  margin-bottom: 5px;
}
#block-lchblock-block-scenes-aqua #scenes-aqua-slide #container-content-scene .list-scene li span,
#block-lchblock-block-scenes-aqua-mobile #scenes-aqua-slide #container-content-scene .list-scene li span {
  color: #FFCD3D;
}
#block-lchblock-block-scenes-aqua.scene-slideshow #scenes-aqua-home .block-img-content,
#block-lchblock-block-scenes-aqua-mobile.scene-slideshow #scenes-aqua-home .block-img-content {
  margin: 0 0 0 25px;
}
@media only screen and (max-width: 767px) {
  #block-lchblock-block-scenes-aqua.scene-slideshow #scenes-aqua-home .block-img-content,
  #block-lchblock-block-scenes-aqua-mobile.scene-slideshow #scenes-aqua-home .block-img-content {
    margin: 0 10px;
  }
}
#block-lchblock-block-scenes-aqua.scene-slideshow #scenes-aqua-home .block-img-content p,
#block-lchblock-block-scenes-aqua-mobile.scene-slideshow #scenes-aqua-home .block-img-content p {
  display: none;
}
#block-lchblock-block-scenes-aqua.scene-slideshow #scenes-aqua-slide #container-btn-scene,
#block-lchblock-block-scenes-aqua-mobile.scene-slideshow #scenes-aqua-slide #container-btn-scene {
  right: inherit;
  width: auto;
  min-width: 185px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#block-lchblock-block-scenes-aqua.scene-slideshow #scenes-aqua-slide #container-btn-scene .btn-scene,
#block-lchblock-block-scenes-aqua-mobile.scene-slideshow #scenes-aqua-slide #container-btn-scene .btn-scene {
  height: 12px;
  width: 12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
  font-size: 0;
}
#block-lchblock-block-scenes-aqua.scene-slideshow #scenes-aqua-slide #container-btn-scene .btn-scene:hover,
#block-lchblock-block-scenes-aqua-mobile.scene-slideshow #scenes-aqua-slide #container-btn-scene .btn-scene:hover,
#block-lchblock-block-scenes-aqua.scene-slideshow #scenes-aqua-slide #container-btn-scene .btn-scene:active,
#block-lchblock-block-scenes-aqua-mobile.scene-slideshow #scenes-aqua-slide #container-btn-scene .btn-scene:active,
#block-lchblock-block-scenes-aqua.scene-slideshow #scenes-aqua-slide #container-btn-scene .btn-scene.active,
#block-lchblock-block-scenes-aqua-mobile.scene-slideshow #scenes-aqua-slide #container-btn-scene .btn-scene.active {
  background: #FFCE3E;
  border: 0;
}
#block-lchblock-block-scenes-aqua.scene-slideshow #scenes-aqua-slide #container-btn-scene .scene .block-img-content .intro,
#block-lchblock-block-scenes-aqua-mobile.scene-slideshow #scenes-aqua-slide #container-btn-scene .scene .block-img-content .intro {
  display: none;
}
/* Homepage - scenes aquatiques : nav fleche */
@media only screen and (max-width: 767px) {
  .mobile #block-lchblock-block-scenes-aqua .scene-nav,
  .mobile #block-lchblock-block-scenes-aqua-mobile .scene-nav {
    width: 25px;
    height: 100%;
    position: absolute;
    bottom: 40px;
    z-index: 100;
  }
  .mobile #block-lchblock-block-scenes-aqua #scene-prev,
  .mobile #block-lchblock-block-scenes-aqua-mobile #scene-prev {
    background: url(../images/arrow-left-white.png) bottom center no-repeat;
    left: 0;
  }
  .mobile #block-lchblock-block-scenes-aqua #scene-next,
  .mobile #block-lchblock-block-scenes-aqua-mobile #scene-next {
    background: url(../images/arrow-right-white.png) bottom center no-repeat;
    right: 0;
  }
}
/* .know-more */
.know-more,
.know-more-blacklight {
  font: 1.4rem/1.6rem "proximanovasemibold";
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 7px;
  border-bottom: 2px solid #FFFFFF;
  display: inline-block;
}
.know-more:hover,
.know-more-blacklight:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.know-more-blacklight {
  color: #050707;
  border-color: #050707;
}
.know-more-blacklight:hover {
  color: #050707;
}
/* FIN KEV */
.block-flash {
  background: #073366 url(../images/push-flash.png) center top no-repeat;
}
.block-clim {
  background: #073366 url(../images/push-clim.png) center top no-repeat;
}
.block-animal {
  background: #073366 url(../images/push-animal.png) center top no-repeat;
}
/* BLOCK SLIDESHOW : JCAROUSEL GENERIC STYLE */
.jcarousel-skin-default {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.jcarousel-skin-default .jcarousel-prev-horizontal {
  background: url(../images/arrow-left-black.png) center left no-repeat;
  top: 40%;
}
.jcarousel-skin-default .jcarousel-next-horizontal {
  background: url(../images/arrow-right-black.png) center right no-repeat;
  top: 40%;
}
.jcarousel-skin-default .jcarousel-container-horizontal {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation {
  position: absolute;
  top: 35px;
  right: 30px;
  z-index: 10;
}
.jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li {
  margin: 0 0 0 14px;
}
.jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #C5C9CF;
  display: inline-block;
  height: 9px;
  width: 9px;
}
.jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li span {
  font-size: 0;
}
.jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal {
  width: 100%;
}
.jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item {
  background: initial;
  border: 0;
  font-size: 24px;
  height: auto;
  position: relative;
}
.jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.jcarousel-item-horizontal {
  margin: 0;
}
.jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-prev-horizontal {
  display: none;
}
.jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-next-horizontal {
  display: none;
}
/* SLIDESHOW TWITTER */
#block-views-twitter-carre-block,
#block-views-twitter-carre-block-1,
#block-views-twitter-rectangle-block,
#parcours-mosaic .tweet {
  background: #FFFFFF;
  padding: 0;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal {
  padding: 30px;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li a,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li a,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li a,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li a {
  background: #C5C9CF;
  text-decoration: none;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li.active a,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li.active a,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li.active a,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li.active a {
  background: #006BC1;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  #block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item,
  #block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item,
  #block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item,
  #parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item {
    padding: 95px 0;
  }
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation {
  color: #001938;
  font-family: "lubalinbook";
  font-size: 2rem;
  line-height: 2.4rem;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .field-content:before,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .field-content:before,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .field-content:before,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .field-content:before {
  content: "“ ";
  display: inline-block;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .field-content:after,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .field-content:after,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .field-content:after,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .field-content:after {
  content: " ”";
  display: inline-block;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags {
  color: #008EFF;
  font-family: "lubalindemi" !important;
  font-size: 2rem;
  line-height: 3rem;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags ul,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags ul,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags ul,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags ul li,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags ul li,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags ul li,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags ul li {
  display: inline-block;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags ul li:before,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags ul li:before,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags ul li:before,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags ul li:before {
  content: "#";
  display: inline-block;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur {
  display: inline-block;
  height: 104px;
  width: 104px;
  margin: 0 auto;
  padding-top: 30px;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur img,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur img,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur img,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 8px solid #E6E6E6;
  height: 75px;
  width: 75px;
}
@media only screen and (min-width: 1080px) {
  #block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur img,
  #block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur img,
  #block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur img,
  #parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur img {
    height: auto;
    width: auto;
  }
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur {
  color: #319DFF;
  display: inline-block;
  font-size: 17px;
  padding: 0 10px;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur .field-content:before,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur .field-content:before,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur .field-content:before,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur .field-content:before {
  content: "@";
  display: inline-block;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation-type,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation-type,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation-type,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation-type {
  display: none;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.book,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.book,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.book,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.book {
  background: url(../images/block-book-grey.png) left top no-repeat;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.twitter,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.twitter,
#block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.twitter,
#parcours-mosaic .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.twitter {
  background: url(../images/block-twitter-grey.png) left top no-repeat;
}
#block-views-twitter-carre-block,
#block-views-twitter-carre-block-1 {
  background: #FFCE3E;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li a,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li a {
  background: #001938;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li.active a,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li.active a {
  background: #FFFFFF;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation,
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur {
  color: #001938;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-htags {
  color: #006BC1;
  font-family: "lubalindemi" !important;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.twitter,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.twitter {
  background: url(../images/block-twitter-white.png) left top no-repeat;
}
#block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.book,
#block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.book {
  background: url(../images/block-book.png) left top no-repeat;
}
@media only screen and (min-width: 768px) {
  #block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur,
  #block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur,
  #block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur,
  #block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur {
    display: none;
  }
}
@media only screen and (min-width: 950px) {
  #block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur,
  #block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-avatar-auteur,
  #block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur,
  #block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-auteur {
    display: inline-block;
  }
}
#block-views-twitter-rectangle-block {
  background: #fafafa;
}
@media only screen and (min-width: 950px) {
  #block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation {
    padding-top: 5%;
  }
}
@media only screen and (min-width: 1080px) {
  #block-views-twitter-rectangle-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation {
    padding: 5% 10% 0;
  }
}
@media only screen and (min-width: 950px) {
  #block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation,
  #block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation {
    padding-top: 5%;
  }
}
@media only screen and (min-width: 1080px) {
  #block-views-twitter-carre-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation,
  #block-views-twitter-carre-block-1 .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation {
    padding: 5% 10% 0;
  }
}
/* SLIDESHOW NEWS */
#block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li a {
  background: #001938;
}
#block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li.active a {
  background: #FFFFFF;
}
#block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal {
  position: relative;
}
#block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item {
  text-align: left;
}
#block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .single-actu .empty-bg img {
  width: 100%;
  height: auto;
}
#block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .content-empty-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 30px;
  color: #FFFFFF;
}
#block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .content-empty-bg .actu-type {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: 2rem;
  font-family: "lubalindemi" !important;
}
#block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .content-empty-bg .actu-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .content-empty-bg .actu-title .title a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .content-empty-bg .actu-title .title a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .content-empty-bg .actu-title .title {
    font-size: 20px;
    line-height: 20px;
  }
}
#block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .content-empty-bg .actu-title .intro {
  font-size: 1.4rem;
  max-width: 80%;
}
#block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .content-empty-bg .actu-title .intro .field-content:after {
  content: "...";
  display: inline;
}
#block-views-slideshow-actualites-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .content-empty-bg .link a {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* SLIDESHOW CITATIONS */
#block-views-slideshow-citation-block .jcarousel-skin-default {
  position: relative;
  margin: 30px;
}
#block-views-slideshow-citation-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation {
  top: 0;
  right: 0;
}
#block-views-slideshow-citation-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-navigation li.active a {
  background: #006BC1;
}
#block-views-slideshow-citation-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal {
  padding: 25px 0;
}
#block-views-slideshow-citation-block .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item.jcarousel-item-horizontal p {
  max-width: 80%;
  margin: 0 auto;
}
.front .block-rectangle-img {
  position: relative;
}
.front .block-rectangle-img .empty-bg {
  width: 100%;
}
.front .block-rectangle-img .empty-bg img {
  width: 100%;
  height: auto;
}
.front .block-rectangle-img h2.block-title {
  position: absolute;
  top: inherit;
  bottom: 100px;
  right: 0;
  left: 0;
  padding: 0 30px;
}
.front .block-rectangle-img .content-empty-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.front .block-rectangle-img .content-empty-bg a {
  display: inline-block;
  color: #FFFFFF;
  font-family: "proximanovaregular" !important;
  line-height: 1.8rem;
  text-decoration: none;
  width: 100%;
  background: url(../images/arrow-right-white.png) right center no-repeat;
}
.front .block-square-img h2.block-title {
  top: inherit;
  bottom: 100px;
  padding: 0 30px;
  text-align: left;
}
.front .block-square-img .content-empty-bg {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.front .block-square-img .content-empty-bg h2 {
  position: relative;
  padding: 0;
  text-align: left;
}
.front .block-square-img .content-empty-bg a {
  display: inline-block;
  font-family: "proximanovaregular" !important;
  line-height: 1.8rem;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  background: url(../images/arrow-right-white.png) right center no-repeat;
}
/* COOKIES */
body #cookies-wrapper {
  max-width: 345px;
  background: #000D1D;
  opacity: 0.9;
  padding: 30px 24px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  body #cookies-wrapper {
    left: 0;
    max-width: 100%;
  }
}
body #cookies-wrapper #cookies-column {
  position: relative;
}
body #cookies-wrapper #cookies-column .cookie-content {
  float: left;
  width: 80%;
}
body #cookies-wrapper #cookies-column .cookie-content p {
  color: #FFCD3D;
  font-family: "proximanovabold" !important;
  font-size: 15px;
  font-weight: normal;
  padding-bottom: 22px;
  text-transform: uppercase;
}
body #cookies-wrapper #cookies-column .cookie-content span {
  color: #FFFFFF;
  font-size: 1.4rem;
}
body #cookies-wrapper #cookies-column .cookie-close {
  background: url('../images/menu-on.png') no-repeat center top;
  background-size: 18px;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font-size: 9px;
  padding-top: 25px;
  text-transform: uppercase;
  width: 10%;
}
/* block citation */
.block-citation {
  background: #F2F2F2;
  font-family: "lubalinbook";
  text-align: center;
  padding: 85px 0;
}
@media only screen and (max-width: 767px) {
  .block-citation {
    padding: 60px 0;
    margin-top: 10px;
  }
}
.block-citation .field-name-field-citation,
.block-citation p {
  color: #008EFF;
  font-size: 2.4rem;
  line-height: normal;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .block-citation .field-name-field-citation,
  .block-citation p {
    padding: 0 20px;
  }
}
.block-citation .field-name-field-auteur {
  color: #001938;
  margin-top: 14px;
  font-family: "proximanovaregular" !important;
}
.block-citation .field-name-field-auteur:before {
  content: "— ";
  display: inline;
}
.block-citation .field-name-field-auteur .field-item {
  display: inline;
}
.block-citation .field-name-field-slide-texte {
  color: #008EFF;
  font-family: "lubalinbook";
}
.block-citation #block-citation-sn {
  text-align: center;
}
.block-citation #block-citation-sn .pinit,
.block-citation #block-citation-sn .twitter,
.block-citation #block-citation-sn .facebook {
  display: inline-block;
  height: 39px;
  min-width: 39px;
  margin: 40px 13px 0;
  font: 15px/39px Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.block-citation #block-citation-sn .pinit span,
.block-citation #block-citation-sn .twitter span,
.block-citation #block-citation-sn .facebook span {
  font-family: "proximanovabold" !important;
}
.block-citation #block-citation-sn .pinit {
  border: 1px solid #cc2127;
  color: #cc2127;
  background: url(../images/pinit-square.png) left center no-repeat;
}
.block-citation #block-citation-sn .twitter {
  border: 1px solid #55acee;
  color: #55acee;
  background: url(../images/twitter-square.png) left center no-repeat;
}
.block-citation #block-citation-sn .facebook {
  border: 1px solid #3b5998;
  color: #3b5998;
  background: url(../images/facebook-square.png) left center no-repeat;
}
.block-citation #block-citation-sn a {
  background-image: none !important;
  display: block !important;
  height: 39px !important;
  width: 39px !important;
}
/* PAGE : HOMEPAPGE */
.front .field-name-field-banniere-principale {
  display: none;
}
.front #block-views-video-block .home-video .home-single-img ul,
.front #block-views-video-tablet-block .home-video .home-single-img ul,
.front #block-views-video-mobile-block .home-video .home-single-img ul {
  margin: 0;
  padding: 0;
}
.front #block-views-video-block .home-video .home-single-img ul li,
.front #block-views-video-tablet-block .home-video .home-single-img ul li,
.front #block-views-video-mobile-block .home-video .home-single-img ul li {
  list-style: none;
}
.front #block-views-video-block .home-video .home-single-img ul li video,
.front #block-views-video-tablet-block .home-video .home-single-img ul li video,
.front #block-views-video-mobile-block .home-video .home-single-img ul li video {
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100% !important;
  height: auto !important;
}
.front #block-views-video-block .home-video .home-single-title,
.front #block-views-video-tablet-block .home-video .home-single-title,
.front #block-views-video-mobile-block .home-video .home-single-title {
  position: absolute;
  right: 0;
  bottom: 23%;
  left: 0;
  z-index: 50;
  margin: 0 0 0 115px;
}
@media only screen and (max-width: 767px) {
  .front #block-views-video-block .home-video .home-single-title,
  .front #block-views-video-tablet-block .home-video .home-single-title,
  .front #block-views-video-mobile-block .home-video .home-single-title {
    bottom: 180px;
    margin: 0 10px;
  }
}
.front #block-views-video-block .home-video .home-single-title h2,
.front #block-views-video-tablet-block .home-video .home-single-title h2,
.front #block-views-video-mobile-block .home-video .home-single-title h2 {
  font-size: 6rem;
  margin: 30px 0;
}
.front #block-views-video-block .home-video .home-single-intro,
.front #block-views-video-tablet-block .home-video .home-single-intro,
.front #block-views-video-mobile-block .home-video .home-single-intro {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 50;
  color: #FFFFFF;
  font-family: "proximanovalight";
  font-size: 12px;
  letter-spacing: 5px;
  text-transform: uppercase;
  background: url(../images/arrow-bottom-white.png) bottom center no-repeat;
  margin: 15px 0;
  padding-bottom: 35px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .front #block-views-video-block .home-video .home-single-intro,
  .front #block-views-video-tablet-block .home-video .home-single-intro,
  .front #block-views-video-mobile-block .home-video .home-single-intro {
    font-size: 0;
    width: 20px;
    padding: 0 0 16px;
    text-align: center;
  }
}
.front #block-views-video-block .home-video .views-field-completed,
.front #block-views-video-tablet-block .home-video .views-field-completed,
.front #block-views-video-mobile-block .home-video .views-field-completed,
.front #block-views-video-block .home-video .views-field-started,
.front #block-views-video-tablet-block .home-video .views-field-started,
.front #block-views-video-mobile-block .home-video .views-field-started {
  display: none;
}
.front #block-views-scenes-aquatiques-block {
  position: relative;
}
.front #block-views-scenes-aquatiques-block .views-row .views-field-field-photo-principale img {
  width: 100%;
  height: auto;
}
.front #block-views-scenes-aquatiques-block .views-row .views-field-field-titre-de-la-page {
  position: absolute;
}
.front #block-views-scenes-aquatiques-block .views-row .views-field-title {
  display: none;
}
.front #block-views-scenes-aquatiques-block .views-row .views-field-field-aquarium {
  display: none;
}
.front #block-views-scenes-aquatiques-block .views-row .views-field-field-nombre-animaux {
  display: none;
}
.front #block-views-scenes-aquatiques-block .views-row .views-field-field-nombre-especes {
  display: none;
}
.front #block-views-decouvrez-nos-especes-block {
  background-color: #FFCD3D;
}
.front #block-views-decouvrez-nos-especes-block .block-animal-home-title {
  background: #FFCE3E;
}
.front #block-views-decouvrez-nos-especes-block .block-animal-home-title a {
  color: #001938;
  font-family: "proximanovaregular" !important;
  text-decoration: none;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 30px;
}
.front #block-views-decouvrez-nos-especes-block .block-animal-home-title a h3 {
  color: #001938;
  font-family: "lubalindemi" !important;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.front #block-views-decouvrez-nos-especes-block .block-animal-home-title a:hover {
  text-decoration: none;
}
.front #block-views-decouvrez-nos-especes-block .block-animal-home-title a .know-more-blacklight {
  margin-top: 20px;
}
.front #block-views-decouvrez-nos-especes-block .block-animal-home-title img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .front #block-block-11 h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.front #block-lchblock-block-push-conservation .block-img-bg img {
  width: 100%;
  height: auto;
}
.front #block-lchblock-block-push-conservation #conservation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: #306588;
}
.front #block-lchblock-block-push-conservation #conservation h2 {
  color: #306588;
  font: 3rem "lubalindemi" !important;
}
.front #block-lchblock-block-push-conservation #conservation p {
  color: #5D3C25;
  font: 1.4rem "lubalinbook";
}
.front #block-lchblock-block-push-conservation #conservation .conservation-content h2 {
  margin: 15px 0 10px;
}
.front #block-lchblock-block-push-conservation #conservation .conservation-img img {
  width: 95%;
  height: auto;
}
.front #block-lchblock-block-push-conservation #conservation .conservation-link ul {
  list-style: none outside;
  padding: 0 15px 0 0;
}
.front #block-lchblock-block-push-conservation #conservation .conservation-link ul li {
  background: url(../images/arrow-conservation.png) 98% center no-repeat;
  display: block;
  height: 50px;
  width: 180px;
  border-bottom: 1px solid #c1b9b1;
}
.front #block-lchblock-block-push-conservation #conservation .conservation-link ul li a {
  color: #306588;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 0;
  display: block;
  font-family: "proximanovabold" !important;
}
.front #block-lchblock-block-push-conservation #conservation .conservation-link ul li:before {
  content: " ";
  display: block;
  width: 42px;
  height: 48px;
  float: left;
  margin: 0 17px 0 0;
}
.front #block-lchblock-block-push-conservation #conservation .conservation-link ul li#center:before {
  background: url(../images/conservation-center.png) center left no-repeat;
}
.front #block-lchblock-block-push-conservation #conservation .conservation-link ul li#action:before {
  background: url(../images/conservation-action.png) center left no-repeat;
}
.front #block-lchblock-block-push-conservation #conservation .conservation-link ul li#world:before {
  background: url(../images/conservation-world.png) center left no-repeat;
}
.front #block-lchblock-block-push-conservation #conservation .conservation-link ul li#blog:before {
  background: url(../images/conservation-blog.png) center left no-repeat;
}
@media only screen and (min-width: 768px) {
  .front #block-views-decouvrez-nos-especes-block .block-animal-home-title a p {
    display: none;
  }
  .front #block-views-decouvrez-nos-especes-block .block-animal-home-title a .know-more-blacklight {
    display: none;
  }
  .front #block-views-video-block .home-single-img .home-single-title {
    right: 30px;
    left: 30px;
  }
}
@media only screen and (min-width: 950px) {
  .front #block-lchblock-block-push-conservation #conservation .conservation-link ul {
    padding: 0 45px 0 0;
  }
  .front #block-lchblock-block-push-conservation #conservation .conservation-link ul li {
    height: 79px;
    width: 240px;
  }
  .front #block-lchblock-block-push-conservation #conservation .conservation-link ul li a {
    padding: 22px 0;
  }
  .front #block-lchblock-block-push-conservation #conservation .conservation-link ul li:before {
    height: 79px;
  }
}
@media only screen and (min-width: 1080px) {
  .front #block-views-decouvrez-nos-especes-block .block-animal-home-title a .know-more-blacklight {
    display: inline-block;
  }
  .front #block-lchblock-block-push-conservation #conservation .conservation-link {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 1400px) {
  .front #block-views-decouvrez-nos-especes-block .block-animal-home-title a p {
    display: block;
  }
}
/* PAGE : SIMPLE CONTENT */
.node-type-page .exceptional,
.node-faq .exceptional,
.node-groupes .exceptional,
.node-ce .exceptional,
.node-pedagogie .exceptional {
  background: url(../images/warning.png) left center no-repeat;
  color: #E00F21;
  font-family: "proximanovabold" !important;
  height: 35px;
  padding: 5px 0 0 50px;
}
.node-type-page .documents .field-name-field-pdf .field-item,
.node-faq .documents .field-name-field-pdf .field-item,
.node-groupes .documents .field-name-field-pdf .field-item,
.node-ce .documents .field-name-field-pdf .field-item,
.node-pedagogie .documents .field-name-field-pdf .field-item {
  display: inline-block;
}
.node-type-page .documents .field-name-field-pdf .field-item .file,
.node-faq .documents .field-name-field-pdf .field-item .file,
.node-groupes .documents .field-name-field-pdf .field-item .file,
.node-ce .documents .field-name-field-pdf .field-item .file,
.node-pedagogie .documents .field-name-field-pdf .field-item .file {
  background: #FFCE3E url(../images/more.png) right bottom no-repeat;
  color: #001938;
  display: block;
  font-family: "proximanovabold" !important;
  font-size: 1.4rem;
  text-transform: uppercase;
  width: 200px;
  min-height: 34px;
  margin: 15px 50px 10px 0;
  padding: 10px 15px;
}
.node-type-page .documents .field-name-field-pdf .field-item .file img,
.node-faq .documents .field-name-field-pdf .field-item .file img,
.node-groupes .documents .field-name-field-pdf .field-item .file img,
.node-ce .documents .field-name-field-pdf .field-item .file img,
.node-pedagogie .documents .field-name-field-pdf .field-item .file img {
  display: none;
}
.node-type-page .documents .field-name-field-pdf .field-item .file a,
.node-faq .documents .field-name-field-pdf .field-item .file a,
.node-groupes .documents .field-name-field-pdf .field-item .file a,
.node-ce .documents .field-name-field-pdf .field-item .file a,
.node-pedagogie .documents .field-name-field-pdf .field-item .file a {
  background: url(../images/download.png) left center no-repeat;
  color: #001938;
  display: block;
  padding-left: 48px;
  min-height: 31px;
  text-decoration: none;
}
.node-type-page .field-name-body table,
.node-faq .field-name-body table,
.node-groupes .field-name-body table,
.node-ce .field-name-body table,
.node-pedagogie .field-name-body table,
.node-type-page .page-filtre-content table,
.node-faq .page-filtre-content table,
.node-groupes .page-filtre-content table,
.node-ce .page-filtre-content table,
.node-pedagogie .page-filtre-content table {
  margin: 20px 0;
}
.node-type-page .field-name-body table tr:first-child td,
.node-faq .field-name-body table tr:first-child td,
.node-groupes .field-name-body table tr:first-child td,
.node-ce .field-name-body table tr:first-child td,
.node-pedagogie .field-name-body table tr:first-child td,
.node-type-page .page-filtre-content table tr:first-child td,
.node-faq .page-filtre-content table tr:first-child td,
.node-groupes .page-filtre-content table tr:first-child td,
.node-ce .page-filtre-content table tr:first-child td,
.node-pedagogie .page-filtre-content table tr:first-child td {
  padding: 12px 10px 10px 0;
}
.node-type-page .field-name-body table tr td,
.node-faq .field-name-body table tr td,
.node-groupes .field-name-body table tr td,
.node-ce .field-name-body table tr td,
.node-pedagogie .field-name-body table tr td,
.node-type-page .page-filtre-content table tr td,
.node-faq .page-filtre-content table tr td,
.node-groupes .page-filtre-content table tr td,
.node-ce .page-filtre-content table tr td,
.node-pedagogie .page-filtre-content table tr td {
  padding: 6px 40px 6px 0;
}
@media only screen and (min-width: 768px) {
  .node-type-page .field-name-body table:first-child td,
  .node-faq .field-name-body table:first-child td,
  .node-groupes .field-name-body table:first-child td,
  .node-ce .field-name-body table:first-child td,
  .node-pedagogie .field-name-body table:first-child td,
  .node-type-page .page-filtre-content table:first-child td,
  .node-faq .page-filtre-content table:first-child td,
  .node-groupes .page-filtre-content table:first-child td,
  .node-ce .page-filtre-content table:first-child td,
  .node-pedagogie .page-filtre-content table:first-child td {
    padding-right: 10px;
  }
}
.node-type-page #block-system-main .content .field-name-field-banniere-principale img,
.node-faq #block-system-main .content .field-name-field-banniere-principale img,
.node-groupes #block-system-main .content .field-name-field-banniere-principale img,
.node-ce #block-system-main .content .field-name-field-banniere-principale img,
.node-pedagogie #block-system-main .content .field-name-field-banniere-principale img {
  width: 100%;
  height: auto;
}
.node-type-page #block-system-main .content #block-title,
.node-faq #block-system-main .content #block-title,
.node-groupes #block-system-main .content #block-title,
.node-ce #block-system-main .content #block-title,
.node-pedagogie #block-system-main .content #block-title {
  margin: 30px 0;
}
.node-type-page #block-system-main .content .field-name-field-introduction-style,
.node-faq #block-system-main .content .field-name-field-introduction-style,
.node-groupes #block-system-main .content .field-name-field-introduction-style,
.node-ce #block-system-main .content .field-name-field-introduction-style,
.node-pedagogie #block-system-main .content .field-name-field-introduction-style {
  font-family: "proximanovalight";
}
.node-type-page #block-system-main .content .field-name-field-introduction-style strong,
.node-faq #block-system-main .content .field-name-field-introduction-style strong,
.node-groupes #block-system-main .content .field-name-field-introduction-style strong,
.node-ce #block-system-main .content .field-name-field-introduction-style strong,
.node-pedagogie #block-system-main .content .field-name-field-introduction-style strong {
  color: #005BA8;
  font-family: "proximanovabold" !important;
  font-weight: normal;
}
.node-type-page #block-system-main .content .field-name-body strong,
.node-faq #block-system-main .content .field-name-body strong,
.node-groupes #block-system-main .content .field-name-body strong,
.node-ce #block-system-main .content .field-name-body strong,
.node-pedagogie #block-system-main .content .field-name-body strong {
  color: #005BA8;
}
@media only screen and (max-width: 767px) {
  .node-type-page #block-system-main .content .field-name-body img,
  .node-faq #block-system-main .content .field-name-body img,
  .node-groupes #block-system-main .content .field-name-body img,
  .node-ce #block-system-main .content .field-name-body img,
  .node-pedagogie #block-system-main .content .field-name-body img {
    max-width: 100%;
    height: auto !important;
  }
}
.node-type-page #block-system-main .content .block-citation .field-name-field-citation,
.node-faq #block-system-main .content .block-citation .field-name-field-citation,
.node-groupes #block-system-main .content .block-citation .field-name-field-citation,
.node-ce #block-system-main .content .block-citation .field-name-field-citation,
.node-pedagogie #block-system-main .content .block-citation .field-name-field-citation {
  color: #008EFF;
  font-family: "lubalinbook";
  font-size: 2.4rem;
  line-height: 3rem;
  text-align: center;
}
.node-type-page #block-system-main .content .block-citation .link-anchor,
.node-faq #block-system-main .content .block-citation .link-anchor,
.node-groupes #block-system-main .content .block-citation .link-anchor,
.node-ce #block-system-main .content .block-citation .link-anchor,
.node-pedagogie #block-system-main .content .block-citation .link-anchor {
  display: none;
}
.node-type-page #block-system-main .content #block-page,
.node-faq #block-system-main .content #block-page,
.node-groupes #block-system-main .content #block-page,
.node-ce #block-system-main .content #block-page,
.node-pedagogie #block-system-main .content #block-page {
  margin: 20px 0 30px;
}
@media only screen and (max-width: 767px) {
  .node-type-page #block-system-main .content #block-page,
  .node-faq #block-system-main .content #block-page,
  .node-groupes #block-system-main .content #block-page,
  .node-ce #block-system-main .content #block-page,
  .node-pedagogie #block-system-main .content #block-page {
    margin: 10px 0;
  }
}
.node-type-page #block-system-main .content #block-page .field-name-body h2,
.node-faq #block-system-main .content #block-page .field-name-body h2,
.node-groupes #block-system-main .content #block-page .field-name-body h2,
.node-ce #block-system-main .content #block-page .field-name-body h2,
.node-pedagogie #block-system-main .content #block-page .field-name-body h2 {
  font-size: 3rem;
}
.node-type-page #block-system-main .content #block-page .field-name-body img,
.node-faq #block-system-main .content #block-page .field-name-body img,
.node-groupes #block-system-main .content #block-page .field-name-body img,
.node-ce #block-system-main .content #block-page .field-name-body img,
.node-pedagogie #block-system-main .content #block-page .field-name-body img {
  /*width:100% !important;
                        height:auto !important;*/
}
@media only screen and (min-width: 768px) {
  .node-type-page #block-system-main .content #page-complexe,
  .node-faq #block-system-main .content #page-complexe,
  .node-groupes #block-system-main .content #page-complexe,
  .node-ce #block-system-main .content #page-complexe,
  .node-pedagogie #block-system-main .content #page-complexe {
    margin-bottom: 40px;
  }
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container,
.node-faq #block-system-main .content #page-complexe .field-collection-container,
.node-groupes #block-system-main .content #page-complexe .field-collection-container,
.node-ce #block-system-main .content #page-complexe .field-collection-container,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container {
  border: 0;
  margin: 20px 0;
  padding: 0;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view {
  border: 0;
  margin: 0;
  padding: 0;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view strong,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view strong,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view strong,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view strong,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view strong {
  color: #005BA8;
  font-family: "proximanovabold" !important;
  font-weight: normal;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .presentation h3,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .presentation h3,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .presentation h3,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .presentation h3,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .presentation h3 {
  color: #001938;
  font-family: "lubalinbook";
  font-size: 2.4rem;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .presentation .intro,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .presentation .intro,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .presentation .intro,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .presentation .intro,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .presentation .intro {
  color: #005BA8;
  font-family: "proximanovabold" !important;
  padding-bottom: 20px;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table {
  margin: 20px 0;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr:first-child,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr:first-child,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr:first-child,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr:first-child,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr:first-child {
  text-align: center;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr:first-child td,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr:first-child td,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr:first-child td,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr:first-child td,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr:first-child td {
  padding: 12px 40px 10px 0;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr td,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr td,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr td,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr td,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .field-name-field-caracteristiques-technique table tr td {
  padding: 6px 40px 6px 0;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block {
  margin: 20px 0;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title {
  display: none;
  position: relative;
  color: #001938;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title img,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title img,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title img,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title img,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title img {
  width: 100%;
  height: auto;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title .align-title,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title .align-title,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title .align-title,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title .align-title,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title .align-title {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
  color: #001938;
  font-family: "lubalinbook";
  font-size: 4.2rem;
  line-height: 2rem;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title .align-title .title-big,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title .align-title .title-big,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title .align-title .title-big,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title .align-title .title-big,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title .align-title .title-big {
  color: #005BA8;
  font-family: "lubalindemi" !important;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien {
  height: 100%;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item {
  height: 100%;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item a,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item a,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item a,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item a,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item.col-sm-4,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item.col-sm-4,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item.col-sm-4,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item.col-sm-4,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item.col-sm-4 {
  height: 33.33%;
}
.node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item.col-sm-8,
.node-faq #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item.col-sm-8,
.node-groupes #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item.col-sm-8,
.node-ce #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item.col-sm-8,
.node-pedagogie #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-link .field-name-field-lien .field-item.col-sm-8 {
  height: 66.66%;
}
@media only screen and (min-width: 768px) {
  .node-type-page #block-system-main .content #block-img .field-name-field-banniere-principale img {
    padding-top: 45px;
  }
  .node-type-page #block-system-main .content #block-page .field-name-body p {
    max-width: 75%;
  }
  .node-type-page #block-system-main .content #block-page .field-name-body table p,
  .node-type-page #block-system-main .content #block-page .field-name-body .row p {
    max-width: 100%;
  }
  .node-type-page #block-system-main .content .block-citation .link-anchor {
    display: block;
    background: url(../images/arrow-bottom-blue.png) center bottom no-repeat;
    width: 100%;
    height: 12px;
    padding-top: 35px;
  }
  .node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .presentation .intro {
    max-width: 75%;
  }
  .node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .content-hide .content p {
    max-width: 75%;
    margin-bottom: 10px;
  }
  .node-type-page #block-system-main .content #page-complexe .field-collection-container .field-collection-view .single-rubrique .mosaic-single-block .mosaic-title {
    background-color: #FFFFFF;
    display: block;
  }
  .node-pedagogie .content .field-name-body p {
    max-width: 75%;
  }
  .node-pedagogie .content .field-name-body table p {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1080px) {
  .node-type-page .exceptional {
    padding-top: 0;
  }
}
/* Tableau Prix */
@media only screen and (min-width: 1080px) {
  .table-tarif {
    max-width: 75%;
  }
}
.table-tarif .text-blue-dark {
  display: block;
}
.table-tarif img {
  padding-right: 10px;
  display: block;
  width: 100%;
  height: auto;
  max-width: 308px !important;
}
.table-tarif .price {
  padding: 0 0 25px;
}
/* PAGE : PLAN DU SITE */
#site-map #block-img img {
  width: 100%;
  height: auto;
}
#site-map #block-title {
  margin: 30px 0;
}
#site-map .site-map-menus {
  margin-bottom: 30px;
}
#site-map .site-map-menus .sitemap-categorie {
  font-family: "lubalinbook";
  font-size: 3rem;
  line-height: 3rem;
}
#site-map .site-map-menus .site-map-list {
  list-style: none;
}
#site-map .site-map-menus a {
  color: #005BA8;
  display: inline;
  font-family: "proximanovaregular" !important;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 0;
  text-decoration: none !important;
}
#site-map .site-map-menus a:hover {
  color: #FFCD3D;
}
#site-map .site-map-menus ul {
  padding: 0 0 0 30px;
}
#site-map .site-map-menus ul li:before {
  display: none;
}
#site-map a .caret {
  display: none;
}
#site-map .dropdown-menu {
  position: relative;
  display: block;
  float: none;
  border: 0;
  box-shadow: inherit;
  z-index: 0;
  padding-left: 20px;
  margin: 0;
}
#site-map #block-menu-menu-menu-footer-principal,
#site-map #block-menu-menu-menu-footer-tourisme,
#site-map #block-menu-menu-menu-footer-promotion,
#site-map #block-menu-menu-menu-footer-institutionnel {
  padding: 0;
  margin: 0;
  width: auto;
  float: none;
}
#site-map #block-menu-menu-menu-footer-principal h2,
#site-map #block-menu-menu-menu-footer-tourisme h2,
#site-map #block-menu-menu-menu-footer-promotion h2,
#site-map #block-menu-menu-menu-footer-institutionnel h2 {
  display: none;
}
#site-map #block-menu-menu-menu-footer-principal .leaf,
#site-map #block-menu-menu-menu-footer-tourisme .leaf,
#site-map #block-menu-menu-menu-footer-promotion .leaf,
#site-map #block-menu-menu-menu-footer-institutionnel .leaf {
  float: none;
  width: auto;
  padding: 0;
}
#site-map #block-menu-menu-menu-footer-principal li,
#site-map #block-menu-menu-menu-footer-tourisme li,
#site-map #block-menu-menu-menu-footer-promotion li,
#site-map #block-menu-menu-menu-footer-institutionnel li {
  padding: 0;
}
/* PAGE : RESULTATS RECHERCHE */
.page-search #block-system-main > .search-form,
.page-rechercher #block-system-main > .search-form {
  display: none;
}
.page-search #block-img img,
.page-rechercher #block-img img {
  width: 100%;
  height: auto;
}
.page-search #block-title,
.page-rechercher #block-title {
  margin: 30px 0;
}
.page-search .block-new-search .search-form,
.page-rechercher .block-new-search .search-form {
  display: block;
}
.page-search .search-results,
.page-rechercher .search-results {
  padding: 0;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .page-search .search-results,
  .page-rechercher .search-results {
    margin: 0 60px 0 0 ;
  }
}
.page-search .search-results li,
.page-rechercher .search-results li {
  border-bottom: 1px solid #c5cad0;
  list-style: none;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.page-search .search-results li:last-child,
.page-rechercher .search-results li:last-child {
  border: 0;
}
.page-search .search-results li .title,
.page-rechercher .search-results li .title {
  margin: 0;
}
.page-search .search-results li .title a,
.page-rechercher .search-results li .title a {
  color: #001938;
  font-family: "lubalinbook";
  font-size: 2.4rem;
  display: block;
  margin: 0 0 5px;
}
.page-search .search-results li .search-snippet-info,
.page-rechercher .search-results li .search-snippet-info {
  color: #005BA8;
  display: inline-block;
  font-family: "proximanovabold" !important;
  width: 80%;
}
.page-search .search-results li .search-result-more,
.page-rechercher .search-results li .search-result-more {
  display: block;
  float: right;
  width: 12px;
  height: 20px;
  background: url(../images/arrow-right-black.png) center bottom no-repeat;
}
.page-search #results-number,
.page-rechercher #results-number {
  color: #001938;
  padding-bottom: 35px;
}
.page-search #results-number .results-blue,
.page-rechercher #results-number .results-blue {
  color: #005BA8;
}
/* PAGE : ESPECE MARINE (animal + vegetal) */
.node-type-animal #block-system-main .content {
  /* STATUT */
  /* Right part right col-xs-12 col-md-4*/
}
.node-type-animal #block-system-main .content .block-img-content .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.node-type-animal #block-system-main .content .page-header {
  margin-bottom: 0;
}
.node-type-animal #block-system-main .content .field-name-field-nom-scientif {
  font: 2.4rem/2.4rem "proximanovabold" !important;
  font-style: italic;
  margin-bottom: 20px;
  text-shadow: 0px 0px 10px #555;
}
.node-type-animal #block-system-main .content #conservation {
  text-shadow: 0px 0px 10px #555;
}
@media (max-width: 767px) {
  .node-type-animal #block-system-main .content #conservation {
    display: none !important;
  }
}
.node-type-animal #block-system-main .content [class^="statut-"] {
  display: block;
  float: left;
  width: 5rem;
  max-height: 5rem;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  font: 2.4rem/4.7rem "proximanovabold" !important;
  margin: -3px 18px 0 0;
}
.node-type-animal #block-system-main .content .statut-ex {
  background-color: #000000;
  color: #9e2626;
}
.node-type-animal #block-system-main .content .statut-ew {
  background-color: #000000;
  color: #9e2626;
}
.node-type-animal #block-system-main .content .statut-cr {
  background-color: #cc3333;
  color: #FFFFFF;
}
.node-type-animal #block-system-main .content .statut-en {
  background-color: #cc6633;
  color: #fac28f;
}
.node-type-animal #block-system-main .content .statut-vu {
  background-color: #cc9900;
  color: #FFFFFF;
}
.node-type-animal #block-system-main .content .statut-nt {
  background-color: #006666;
  color: #fee776;
}
.node-type-animal #block-system-main .content .statut-lc {
  background-color: #006666;
  color: #FFFFFF;
}
.node-type-animal #block-system-main .content .statut-dd {
  background-color: #606060;
  color: #FFFFFF;
}
.node-type-animal #block-system-main .content .statut-ne {
  background-color: #FFFFFF;
  color: #606060;
  border: 2px solid #606060;
}
@media only screen and (max-width: 767px) {
  .node-type-animal #block-system-main .content .block-img-content .wrap .right {
    width: auto;
    position: absolute;
    left: 70px;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-animal #block-system-main .content .block-img-content .wrap .right {
    text-align: right;
  }
}
.node-type-animal #block-system-main .content .block-img-content .wrap .right .uppercase {
  text-transform: uppercase;
  font: 15px/15px "proximanovabold" !important;
}
.node-type-animal #block-system-main .content .block-img-content .wrap .right .italic {
  margin-top: 2px;
  font: italic 1.4rem/1.4rem "proximanovaregular" !important;
}
.node-type-animal #block-system-main .content .block-img-content .wrap .right .rate-widget {
  margin-top: 25px;
  margin-bottom: 5px;
}
.node-type-animal #block-system-main .content .block-img-content .wrap .right .rate-widget a {
  font: 0/0 a;
  display: inline-block;
  width: 47px;
  height: 39px;
  background: transparent url('../images/say-like.png') no-repeat left top;
  margin: 0 9px 2px 0;
}
.node-type-animal #block-system-main .content .block-img-content .wrap .right .rate-widget a:hover {
  background-position: right top;
}
.node-type-animal #block-system-main .content .block-img-content .wrap .right .rate-widget .like-count {
  font: 4.2rem/4.2rem "lubalindemi" !important;
  display: inline-block;
  vertical-align: bottom;
}
.node-type-animal #block-system-main .content .block-img-content .wrap .right .rate-widget.rate-user a {
  background-position: right top;
}
.node-type-animal #block-system-main .content #block-sidebar {
  background: #FFCE3E;
  color: #001938;
  text-align: center;
  font-size: 1.4rem;
}
.node-type-animal #block-system-main .content #block-sidebar a {
  color: #001938;
}
.node-type-animal #block-system-main .content #block-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.node-type-animal #block-system-main .content #block-sidebar ul .label {
  color: #001938;
  font: "proximanovabold" !important;
  font-size: 15px;
  text-transform: uppercase;
}
.node-type-animal #block-system-main .content #block-sidebar ul #group {
  background: url('../images/picto-group.png') no-repeat center 38px;
  padding: 95px 35px 45px;
}
.node-type-animal #block-system-main .content #block-sidebar ul #size {
  background: #FFE391 url('../images/picto-size.png') no-repeat center 38px;
  padding: 95px 35px 45px;
}
.node-type-animal #block-system-main .content #block-sidebar ul #area {
  background: url('../images/picto-world.png') no-repeat center 38px;
  padding: 95px 35px 45px;
  line-height: 1.6rem;
}
.node-type-animal #block-system-main .content #block-sidebar .mobile-slide {
  width: 100%;
  height: auto;
  min-height: 200px;
  overflow: hidden;
}
.node-type-animal #block-system-main .content #block-sidebar .mobile-slide #slideshow {
  /* 3 contenus donc 3 x 100% */
  width: 300%;
  height: 200px;
}
.node-type-animal #block-system-main .content #block-sidebar .mobile-slide #slideshow li {
  float: left;
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .node-type-animal #block-system-main .content #block-sidebar #slideshow li {
    float: left;
    min-height: 200px;
  }
  .node-type-animal #block-system-main .content #block-sidebar #slideshow li > div {
    min-height: 200px;
  }
  .node-type-animal #block-system-main .content #block-sidebar .slideshow-navigation .navigation {
    display: block;
    height: 30px;
    width: 30px;
    font-size: 20px;
  }
  .node-type-animal #block-system-main .content #block-sidebar .slideshow-navigation .left-slide {
    position: absolute;
    top: 100px;
    left: 0;
  }
  .node-type-animal #block-system-main .content #block-sidebar .slideshow-navigation .right-slide {
    position: absolute;
    top: 100px;
    right: 0;
  }
  .node-type-animal #block-system-main .content #block-sidebar .slideshow-pagination {
    background-color: #FFFFFF;
    padding: 15px 0;
    border-bottom: 1px solid #bcbcbc;
    text-align: center;
  }
  .node-type-animal #block-system-main .content #block-sidebar .slideshow-pagination li {
    display: inline-block;
    margin: 7px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 0;
    background-color: #c5cad0;
    color: #c5cad0;
  }
  .node-type-animal #block-system-main .content #block-sidebar .slideshow-pagination li.active-bullet {
    color: #FFCE3E;
    background-color: #FFCE3E;
  }
}
.node-type-animal #block-system-main .content #block-content {
  padding: 0 10px;
}
.node-type-animal #block-system-main .content #block-content h2 {
  line-height: 4.2rem;
}
.node-type-animal #block-system-main .content #block-content .field-name-field-introduction {
  color: #008EFF;
  font-family: "lubalindemi" !important;
  margin-bottom: 25px;
}
.node-type-animal #block-system-main .content #block-content .field-name-body {
  color: #828282;
  margin-bottom: 20px;
}
.node-type-animal #block-system-main .content #block-content .field-name-body strong {
  color: #005BA8;
  font-family: "proximanovabold" !important;
  font-weight: normal;
}
.node-type-animal #block-system-main .content #block-mosaique {
  position: relative;
}
.node-type-animal #block-system-main .content #block-mosaique .block-mosaic-title img {
  width: 100%;
  height: auto;
}
.node-type-animal #block-system-main .content #block-mosaique .block-mosaic-title .align-title {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
}
.node-type-animal #block-system-main .content #block-mosaique .field-item img {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .node-type-animal #block-system-main .content #block-img .block-img-bg img {
    padding-top: 45px;
  }
  .node-type-animal #block-system-main .content #block-content {
    padding: 0 30px 0 0;
  }
  .node-type-animal #block-system-main .content #block-mosaique .block-mosaic-title img {
    width: 100%;
    height: auto;
  }
}
#block-link a {
  color: #828282;
  font: 3rem/3rem "lubalindemi" !important;
  padding-top: 70px;
  padding-bottom: 80px;
  margin-top: 10px;
  text-decoration: none;
}
#block-link a:hover,
#block-link a:focus {
  color: #636363;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #block-link a {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
#block-link span {
  text-transform: uppercase;
  font: 400 1.6rem "proximanovaregular" !important;
}
@media only screen and (max-width: 767px) {
  #block-link #link-list {
    border-bottom: 1px solid #828282;
  }
}
#block-link #link-list a {
  text-align: left;
  margin-left: 30px;
  padding-left: 70px;
  float: left;
  background: url(../images/arrow-left-grey.png) left center no-repeat;
}
#block-link #link-list a:hover {
  background: url(../images/arrow-left-grey-hover.png) left center no-repeat;
}
#block-link #link-parcours a {
  text-align: right;
  margin-right: 30px;
  padding-right: 70px;
  float: right;
  background: url(../images/arrow-right-grey.png) right center no-repeat;
}
#block-link #link-parcours a:hover {
  background: url(../images/arrow-right-grey-hover.png) right center no-repeat;
}
/* PAGE : PARCOURS (univers) */
.mobile .block-img-bg img {
  width: 100% !important;
  height: auto !important;
}
@media (orientation: portrait) {
  .mobile .block-img-bg.paysage,
  .mobile .block-img-bg .paysage {
    display: none;
  }
}
@media (orientation: landscape) {
  .mobile .block-img-bg.portrait,
  .mobile .block-img-bg .portrait {
    display: none;
  }
}
.mobile .block-img-bg .field-name-field-photo-principale-mobile {
  height: auto !important;
  width: 100% !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  position: relative !important;
  -webkit-transform-style: inherit !important;
  transform-style: inherit !important;
}
.mobile .block-img-bg .field-name-field-photo-principale-mobile img {
  left: inherit !important;
  top: inherit !important;
  position: relative !important;
  -webkit-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important;
  width: 100%;
  height: auto;
  z-index: -1;
}
.node-type-parcours #block-system-main {
  /*@media @tablet {
            .page-header {
                font-size: 54px;
                line-height: 54px;
            }
        }
        @media @semitablet {
            .page-header {
                font-size:@h2size;
                line-height:@h2size;
            }
        }*/
}
.node-type-parcours #block-system-main .block-img-bg {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .node-type-parcours #block-system-main .block-img-bg img {
    padding-top: 45px;
  }
}
.node-type-parcours #block-system-main #title-on-img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .node-type-parcours #block-system-main #title-on-img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-parcours #block-system-main #title-on-img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .node-type-parcours #block-system-main .content #block-img .block-img-content {
    position: static;
    margin: 0;
  }
  .node-type-parcours #block-system-main .content #block-img .block-img-content .page-header {
    position: absolute;
    left: 10px;
    top: 150px;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-parcours #block-system-main #block-right {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .node-type-parcours #block-system-main #block-right {
    background-color: #001938;
    padding: 30px 0 30px 30px;
    margin: 0 -10px;
  }
}
.node-type-parcours #block-system-main .floor {
  color: #FFCD3D;
  font: 1.4rem "proximanovasemibold";
  margin-bottom: 25px;
}
.node-type-parcours #block-system-main .floor:before {
  content: " ";
  display: inline-block;
  background: transparent url(../images/picto-floor.png) left center no-repeat;
  width: 50px;
  height: 40px;
  vertical-align: middle;
}
.node-type-parcours #block-system-main #block-caracteristics {
  margin-bottom: 25px;
}
.node-type-parcours #block-system-main #block-caracteristics .caracteristic {
  font: 1.4rem "proximanovasemibold";
  margin-top: 3px;
}
.node-type-parcours #block-system-main #block-caracteristics .caracteristic .field-item {
  color: #FFCD3D;
}
.node-type-parcours #block-system-main #block-caracteristics .caracteristic:first-child {
  padding-left: 0;
  margin-bottom: -11px;
}
.node-type-parcours #block-system-main #block-caracteristics .caracteristic:first-child:before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 40px;
  vertical-align: middle;
}
.node-type-parcours #block-system-main .tickets-link-orange {
  text-transform: uppercase;
  font: 1.6rem/1.6rem "proximanovabold" !important;
  color: #FFFFFF;
  padding: 24px 14px 24px 16px;
  margin-top: 5px;
  display: inline-block;
  min-width: 230px;
  background-color: #E75405;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .node-type-parcours #block-system-main .tickets-link-orange {
    display: none;
  }
}
.node-type-parcours #block-system-main .tickets-link-orange p {
  background: #E75405 url(../images/arrow-right-white.png) center right no-repeat;
}
.node-type-parcours #block-system-main .block-citation {
  font-family: "proximanovaregular" !important;
  text-align: left;
}
.node-type-parcours #block-system-main .block-citation p {
  color: #001938;
  font-size: 2rem;
  line-height: 2.2rem;
  padding: 0;
}
.node-type-parcours #block-system-main .block-citation strong {
  color: #005BA8;
}
.node-type-parcours #block-system-main .block-citation h2 {
  color: #005BA8;
  margin: 0 0 30px;
}
.node-type-parcours #block-system-main .map {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .node-type-parcours #block-system-main .map {
    margin: 30px 0 30px;
  }
}
.node-type-parcours #block-system-main .map a {
  padding-top: 20px;
  display: inline-block;
  border-top: 1px solid #FFFFFF;
  width: 100%;
  font: 1.6rem/1.6rem "proximanovabold" !important;
  text-decoration: none;
  text-transform: uppercase;
}
.node-type-parcours #block-system-main .map a:after {
  content: " ";
  background: transparent url(../images/more-white.png) center no-repeat;
  width: 18px;
  height: 18px;
  clear: both;
  display: block;
  margin: 10px auto 0;
}
@media only screen and (max-width: 767px) {
  .node-type-parcours #block-system-main .map a:after {
    background: transparent url(../images/more-grey-big.png) center no-repeat;
    background-size: 20px 20px;
    width: 100%;
    height: 20px;
    clear: none;
    float: left;
    margin: 5px;
  }
  .node-type-parcours #block-system-main .map a:after span {
    display: block;
    font-size: 2.4rem;
    text-transform: none;
  }
}
@media only screen and (min-width: 768px) {
  .node-type-parcours #block-system-main .content #block-map .block-img-bg img {
    padding-top: 0;
  }
}
.node-type-parcours #block-system-main .content #block-map .block-img-content-top {
  top: 0;
  bottom: inherit;
}
.node-type-parcours #block-system-main .content #block-map .field-name-field-caracteristiques-technique {
  background: transparent url(../images/picto-earth.png) left 3px no-repeat;
  padding-left: 58px;
  font-family: "proximanovasemibold";
  font-size: 1.4rem;
}
.node-type-parcours #block-system-main .content #block-map p {
  margin-top: 3px;
}
.node-type-parcours #block-system-main .content #block-map p strong {
  color: #FFCD3D;
  font-weight: normal;
}
.node-type-parcours #block-system-main .content #block-map .field-name-field-texte-localisation {
  padding-left: 58px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .node-type-parcours #block-system-main .content #block-map .field-name-field-texte-localisation {
    width: 50%;
  }
}
.node-type-parcours #block-system-main .content #block-map .field-name-field-texte-localisation h2 {
  color: #FFCD3D;
  font-family: "lubalindemi" !important;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 10px;
}
.node-type-parcours #block-system-main .content .block-citation.slide {
  width: 100%;
}
.node-type-parcours #block-system-main .content .block-citation.slide .field-name-field-slide-texte {
  width: auto;
}
.node-type-parcours #block-views-slideshow-citation-block {
  background: #F2F2F2;
  color: #008EFF;
  font-family: "lubalinbook";
  font-size: 2.4rem;
  padding: 30px;
}
.node-type-parcours #block-views-slideshow-citation-block .title-slide-citation {
  color: #001938;
  font-family: "proximanovabold" !important;
  font-size: 2rem;
  text-transform: uppercase;
}
.node-type-parcours #block-views-slideshow-citation-block .title-slide-citation:before {
  content: "— ";
  display: inline;
}
.node-type-parcours #block-views-slideshow-citation-block .title-slide-citation:after {
  content: "— ";
  display: inline;
}
.node-type-parcours #block-mosaique {
  /* Clear pull-right mobile */
}
.node-type-parcours #block-mosaique .tweet {
  background: #F2F2F2;
  color: #005BA8;
  font-family: "lubalinbook";
}
@media only screen and (max-width: 767px) {
  .node-type-parcours #block-mosaique .tweet {
    display: none;
  }
}
.node-type-parcours #block-mosaique .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item {
  font-size: 2.4rem;
}
.node-type-parcours #block-mosaique .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .views-field-field-htags {
  color: #001938;
  font-family: "proximanovabold" !important;
  font-size: 2rem;
}
.node-type-parcours #block-mosaique .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .views-field-field-htags li {
  list-style: none;
}
.node-type-parcours #block-mosaique .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .views-field-field-htags li:before {
  content: "#";
  display: inline;
}
.node-type-parcours #block-mosaique .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .views-field-field-avatar-auteur,
.node-type-parcours #block-mosaique .tweet .jcarousel-skin-default .jcarousel-container-horizontal .jcarousel-clip-horizontal li.jcarousel-item .views-field-field-citation .views-field views-field-field-auteur {
  display: none;
}
@media only screen and (max-width: 767px) {
  .node-type-parcours #block-mosaique .views-row-first {
    clear: both;
  }
}
.node-type-parcours .block-more img {
  width: 100%;
  height: auto;
}
.node-type-parcours .block-more .align-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFCE3E;
}
.node-type-parcours .block-more .align-title a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.node-type-parcours .block-more .align-title a .title {
  position: absolute;
  top: 0;
  margin: 30px;
  color: #001938;
  font-family: "lubalindemi" !important;
  font-size: 2.4rem;
}
.node-type-parcours .block-more .align-title a .know-more {
  position: absolute;
  bottom: 0;
  margin: 30px;
  color: #001938;
}
.node-type-parcours .block-more .align-title a .know-more:hover {
  color: #001938;
}
/* Page Parcours & block mosaique */
/* block mosaique : ascendant mosaic (home / parcours) */
/*#block-views-mosaique-img-parcours-block,
#block-views-mosaique-parcours-block {*/
.mosaic-single-block {
  background-color: #FFCE3E;
}
.mosaic-single-block:hover .intro {
  display: block;
}
.mosaic-single-block:hover img {
  opacity: 0.25;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.mosaic-single-block:hover .title a {
  color: #001938;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: none;
  text-shadow: none;
}
.mosaic-single-block:hover .mosaic-single-title {
  background-image: url(../images/arrow-parcours.png);
  background-repeat: no-repeat;
  -webkit-animation: animate_arrow_conservation 2s linear 0s infinite;
  -moz-animation: animate_arrow_conservation 2s linear 0s infinite;
  -o-animation: animate_arrow_conservation 2s linear 0s infinite;
  animation: animate_arrow_conservation 2s linear 0s infinite;
}
@-webkit-keyframes animate_arrow_conservation {
  0% {
    background-position: right center;
  }
  50% {
    background-position: 95% center;
  }
  100% {
    background-position: right center;
  }
}
@-moz-keyframes animate_arrow_conservation {
  0% {
    background-position: right center;
  }
  50% {
    background-position: 95% center;
  }
  100% {
    background-position: right center;
  }
}
@-o-keyframes animate_arrow_conservation {
  0% {
    background-position: right center;
  }
  50% {
    background-position: 95% center;
  }
  100% {
    background-position: right center;
  }
}
@keyframes animate_arrow_conservation {
  0% {
    background-position: right center;
  }
  50% {
    background-position: 95% center;
  }
  100% {
    background-position: right center;
  }
}
/*}*/
/* Annul hover mosaic & overlay */
#page-complexe .mosaic-single-block {
  background: none;
}
#page-complexe .mosaic-single-block .mosaic-single-img:before {
  background: none;
}
#page-complexe .mosaic-single-block:hover img {
  opacity: 1;
}
#page-complexe .mosaic-single-block .link-species {
  text-indent: -9999px;
}
.mosaic-single-block {
  position: relative;
  z-index: 10;
  width: 100%;
  color: #FFFFFF;
}
.mosaic-single-block a {
  color: #FFFFFF;
  text-decoration: none;
}
.mosaic-single-block .mosaic-single-img img {
  width: 100%;
  height: auto;
}
.mosaic-single-block .intro {
  z-index: 10;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  margin: 20px 30px;
  font: 1.4rem/1.6rem "proximanovaregular" !important;
  text-shadow: 1px 1px 2px #001938;
}
.mosaic-single-block .mosaic-single-title {
  z-index: 10;
  background: transparent url(../images/arrow-parcours.png) right center no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 20px 30px;
}
.mosaic-single-block .mosaic-single-title .title,
.mosaic-single-block .mosaic-single-title .blog-title {
  font-family: "proximanovabold" !important;
  font-size: 1.6rem;
  line-height: 1.6rem;
  /*text-shadow: 1px 1px 2px @bluedark;
            background:url(../images/arrow-right-white.png) right center no-repeat;*/
  text-transform: uppercase;
}
.mosaic-single-block .mosaic-single-title .scientific-name {
  font: italic 1.4rem/1.6rem "proximanovaregular" !important;
}
.mosaic-single-block .mosaic-single-title .blog-tag {
  /* Arrow v-align */
  position: absolute;
  top: -32px;
  background: #000000;
  color: #FFFFFF;
  display: inline-block;
  font-family: "proximanovabold" !important;
  font-size: 12px;
  line-height: 12px;
  margin: 0 5px 10px 0;
  padding: 6px 5px 4px;
  text-transform: uppercase;
}
.mosaic-single-block .mosaic-single-title .blog-tag.news {
  background: #FFCE3E;
  color: #000000;
}
.mosaic-single-block .mosaic-single-title .blog-date {
  font-famil: "proximanovaregular" !important;
  font-style: italic;
  font-size: 12px;
  line-height: 12px;
}
.mosaic-single-block .mosaic-single-link {
  display: none;
}
.mosaic-single-block:hover .mosaic-single-link {
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.mosaic-single-block:hover .mosaic-single-link span {
  display: block;
  width: 100%;
  height: 100%;
}
.mosaic-single-block:hover .mosaic-single-link span a {
  display: block;
  width: 100%;
  height: 100%;
}
/* PAGE : BLOG (coulisses + actualites) */
.node-type-coulisses #block-system-main .content #block-img .block-img-content .wrap,
.node-type-actualites #block-system-main .content #block-img .block-img-content .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.node-type-coulisses #block-system-main .content #block-img .block-img-content h1,
.node-type-actualites #block-system-main .content #block-img .block-img-content h1 {
  margin: 0;
}
.node-type-coulisses #block-system-main .content #block-img .block-img-content .subtitle,
.node-type-actualites #block-system-main .content #block-img .block-img-content .subtitle {
  color: #FFFFFF;
  font-family: "proximanovabold" !important;
  font-size: 25px;
  line-height: 25px;
}
.node-type-coulisses #block-system-main .content #block-img .block-img-content #block-top-sn,
.node-type-actualites #block-system-main .content #block-img .block-img-content #block-top-sn {
  float: right;
  text-align: right;
}
.node-type-coulisses #block-system-main .content #block-img .block-img-content #block-top-sn .uppercase,
.node-type-actualites #block-system-main .content #block-img .block-img-content #block-top-sn .uppercase {
  text-transform: uppercase;
  font: 1.6rem/1.6rem "proximanovabold" !important;
}
.node-type-coulisses #block-system-main .content #block-img .block-img-content #block-top-sn .italic,
.node-type-actualites #block-system-main .content #block-img .block-img-content #block-top-sn .italic {
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.node-type-coulisses #block-system-main .content #block-img .block-img-content #block-top-sn .pinit,
.node-type-actualites #block-system-main .content #block-img .block-img-content #block-top-sn .pinit,
.node-type-coulisses #block-system-main .content #block-img .block-img-content #block-top-sn .twitter,
.node-type-actualites #block-system-main .content #block-img .block-img-content #block-top-sn .twitter,
.node-type-coulisses #block-system-main .content #block-img .block-img-content #block-top-sn .facebook,
.node-type-actualites #block-system-main .content #block-img .block-img-content #block-top-sn .facebook {
  display: inline-block;
  width: 41px;
  height: 41px;
  margin: 16px 0 0 16px;
}
.node-type-coulisses #block-system-main .content #block-img .block-img-content #block-top-sn .pinit,
.node-type-actualites #block-system-main .content #block-img .block-img-content #block-top-sn .pinit {
  background: url(../images/pinit-rounded.png) center no-repeat;
}
.node-type-coulisses #block-system-main .content #block-img .block-img-content #block-top-sn .twitter,
.node-type-actualites #block-system-main .content #block-img .block-img-content #block-top-sn .twitter {
  background: url(../images/twitter-rounded.png) center no-repeat;
}
.node-type-coulisses #block-system-main .content #block-img .block-img-content #block-top-sn .facebook,
.node-type-actualites #block-system-main .content #block-img .block-img-content #block-top-sn .facebook {
  background: url(../images/facebook-rounded.png) center no-repeat;
}
.node-type-coulisses #block-system-main .content #block-img .block-img-content #block-top-sn a,
.node-type-actualites #block-system-main .content #block-img .block-img-content #block-top-sn a {
  display: block;
  height: 100%;
  width: 100%;
}
.node-type-coulisses #block-system-main .content #block-tags,
.node-type-actualites #block-system-main .content #block-tags {
  margin-top: 30px;
}
.node-type-coulisses #block-system-main .content #block-tags .field-name-field-tag-principal,
.node-type-actualites #block-system-main .content #block-tags .field-name-field-tag-principal,
.node-type-coulisses #block-system-main .content #block-tags .field-name-field-tags,
.node-type-actualites #block-system-main .content #block-tags .field-name-field-tags {
  display: inline-block;
}
.node-type-coulisses #block-system-main .content #block-tags .field-name-field-tag-secondaire,
.node-type-actualites #block-system-main .content #block-tags .field-name-field-tag-secondaire {
  display: inline-block;
}
.node-type-coulisses #block-system-main .content #block-tags .field-item,
.node-type-actualites #block-system-main .content #block-tags .field-item {
  background: #F1F1F1;
  color: #000F23;
  display: inline-block;
  font-family: "proximanovabold" !important;
  font-size: 12px;
  line-height: 12px;
  margin-right: 5px;
  padding: 5px;
}
.node-type-coulisses #block-system-main .content #block-content,
.node-type-actualites #block-system-main .content #block-content {
  padding: 10px 0 30px;
}
.node-type-coulisses #block-system-main .content #block-content .block-right,
.node-type-actualites #block-system-main .content #block-content .block-right {
  color: #008EFF;
  font-family: "lubalindemi" !important;
  font-size: 1.6rem;
  line-height: 1.6rem;
  padding: 20px 40px 20px 0;
}
.node-type-coulisses #block-system-main .content #block-content .block-left h2,
.node-type-actualites #block-system-main .content #block-content .block-left h2 {
  color: #003475;
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom: 10px;
  margin-top: 50px;
}
.node-type-coulisses #block-system-main .content #block-content .block-left h2:first-child,
.node-type-actualites #block-system-main .content #block-content .block-left h2:first-child {
  margin-top: 25px;
}
.node-type-coulisses #block-system-main .content #block-content .block-left p,
.node-type-actualites #block-system-main .content #block-content .block-left p {
  line-height: 2.4rem;
}
.node-type-coulisses #block-system-main .content #block-content .block-left strong,
.node-type-actualites #block-system-main .content #block-content .block-left strong {
  color: #005BA8;
  font-family: "proximanovabold" !important;
  font-weight: normal;
}
.node-type-coulisses #block-system-main .content #block-content .block-left a,
.node-type-actualites #block-system-main .content #block-content .block-left a {
  text-decoration: underline;
}
.node-type-coulisses #block-system-main .content .block-citation .field-name-field-accroche-partage,
.node-type-actualites #block-system-main .content .block-citation .field-name-field-accroche-partage {
  color: #001938;
}
.node-type-coulisses #block-system-main .content .block-citation .field-name-field-accroche-partage .hashtag,
.node-type-actualites #block-system-main .content .block-citation .field-name-field-accroche-partage .hashtag {
  color: #008EFF;
  font-family: "lubalindemi" !important;
}
@media only screen and (min-width: 1080px) {
  .node-type-coulisses #block-system-main #block-mosaique.wrap-correction,
  .node-type-actualites #block-system-main #block-mosaique.wrap-correction {
    max-width: 1278px;
  }
}
.node-type-coulisses #block-system-main #block-mosaique .field-item img,
.node-type-actualites #block-system-main #block-mosaique .field-item img {
  cursor: pointer;
}
.node-type-coulisses #block-system-main #block-comment,
.node-type-actualites #block-system-main #block-comment,
.node-type-coulisses #block-system-main .block-comment,
.node-type-actualites #block-system-main .block-comment {
  display: none;
  margin: 30px 0;
  font-size: 4.2rem;
  line-height: 4.2rem;
}
.node-type-coulisses #block-system-main #block-comment .title,
.node-type-actualites #block-system-main #block-comment .title,
.node-type-coulisses #block-system-main .block-comment .title,
.node-type-actualites #block-system-main .block-comment .title {
  color: #005BA8;
  font-family: "lubalindemi" !important;
}
.node-type-coulisses #block-system-main #block-comment .subtitle,
.node-type-actualites #block-system-main #block-comment .subtitle,
.node-type-coulisses #block-system-main .block-comment .subtitle,
.node-type-actualites #block-system-main .block-comment .subtitle {
  color: #001938;
  font-family: "lubalinbook";
}
.node-type-coulisses #block-system-main #block-disqus-disqus-comments #footer,
.node-type-actualites #block-system-main #block-disqus-disqus-comments #footer {
  display: none;
}
.node-type-coulisses .block-disqus .contextual-links-wrapper,
.node-type-actualites .block-disqus .contextual-links-wrapper {
  display: none;
}
@media only screen and (min-width: 768px) {
  .node-type-coulisses #block-system-main .content #block-img .block-img-bg img,
  .node-type-actualites #block-system-main .content #block-img .block-img-bg img {
    padding-top: 45px;
  }
  .node-type-coulisses #block-system-main .content #block-content .block-right,
  .node-type-actualites #block-system-main .content #block-content .block-right {
    line-height: 32px;
  }
  .node-type-coulisses #block-system-main #block-comment,
  .node-type-actualites #block-system-main #block-comment,
  .node-type-coulisses #block-system-main .block-comment,
  .node-type-actualites #block-system-main .block-comment {
    display: block;
  }
}
@media only screen and (min-width: 1080px) {
  .node-type-coulisses #block-system-main .content #block-content .block-right,
  .node-type-actualites #block-system-main .content #block-content .block-right {
    padding: 30px;
    text-align: right;
  }
}
/* PAGE : ENCYCLOPEDIE */
@media only screen and (max-width: 767px) {
  #block-views-encyclopedie-encyclopedie .view-encyclopedie .views-row {
    clear: both;
  }
}
/* PAGE : BLOG + ENCYCLOPEDIE -> FILTRE DE RECHERCHE */
#page-sas #block-img {
  padding-bottom: 30px;
}
#page-sas #block-img img {
  display: none;
  width: 100%;
  height: auto;
}
#page-sas #block-img #img-mobile img {
  display: block;
}
#page-sas #filter {
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  #page-sas #filter {
    margin: 40px 10px;
  }
}
#page-sas #filter #form-banner .exposed-form-intro {
  color: #001938;
  font-family: "proximanovabold" !important;
  font-size: 1.6rem;
  margin-bottom: 15px;
  padding-left: 10px;
}
#page-sas #filter #form-banner .view-filters .views-exposed-widgets {
  background: #F2F2F2;
  margin-bottom: 0;
  padding: 30px 20px;
}
#page-sas #filter #form-banner .view-filters .views-exposed-widgets .views-exposed-widget {
  padding: 0;
  width: 100%;
}
#page-sas #filter #form-banner .view-filters .views-exposed-widgets .views-exposed-widget label {
  display: none;
}
#page-sas #filter #form-banner .view-filters .views-exposed-widgets .views-exposed-widget .views-widget {
  padding: 0 10px;
}
#page-sas #filter #form-banner .view-filters .views-exposed-widgets .views-exposed-widget .views-widget .form-type-select {
  position: relative;
}
#page-sas #filter #form-banner .view-filters .views-exposed-widgets .views-exposed-widget .views-widget .form-type-select .form-control {
  background: #FFFFFF;
  border-radius: 0;
  color: #727272;
  height: 50px;
  padding: 15px 40px 15px 10px;
  text-transform: uppercase;
}
#page-sas #filter #form-banner .view-filters .views-exposed-widgets .views-exposed-widget .views-widget .form-type-select .form-control:hover {
  color: #001938;
}
@media only screen and (max-width: 767px) {
  #page-sas #filter #form-banner .view-filters .views-exposed-widgets .views-exposed-widget .views-widget .form-type-select .form-control {
    margin-bottom: 4px;
  }
}
#page-sas #filter #form-banner .view-filters .views-exposed-widgets .views-exposed-widget .views-widget .form-type-select:after {
  content: " ";
  height: 100%;
  width: 40px;
  background: #001938 url(../images/arrow-bottom-white.png) center center no-repeat;
  background-size: 12px 7px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  pointer-events: none;
}
#page-sas #filter #form-banner .views-exposed-search {
  background: #FFCE3E;
  padding: 30px 20px;
}
#page-sas #filter #form-banner .views-exposed-search .form-search {
  padding: 0 10px;
}
#page-sas #filter #form-banner .views-exposed-search .form-search .exposed-form-intro,
#page-sas #filter #form-banner .views-exposed-search .form-search #edit-mefibs-form-recherche-keys-wrapper label,
#page-sas #filter #form-banner .views-exposed-search .form-search #edit-mefibs-form-recherche-field-groupe-tid-wrapper,
#page-sas #filter #form-banner .views-exposed-search .form-search #edit-mefibs-form-recherche-field-parcours-target-id-wrapper,
#page-sas #filter #form-banner .views-exposed-search .form-search #edit-mefibs-form-recherche-sort-bef-combine-wrapper,
#page-sas #filter #form-banner .views-exposed-search .form-search span.input-group-addon {
  display: none;
}
#page-sas #filter #form-banner .views-exposed-search .form-search #edit-mefibs-form-recherche-keys-wrapper,
#page-sas #filter #form-banner .views-exposed-search .form-search #edit-mefibs-form-recherche-combine-wrapper,
#page-sas #filter #form-banner .views-exposed-search .form-search .views-exposed-widget.views-submit-button {
  padding: 0;
}
#page-sas #filter #form-banner .views-exposed-search .form-search #edit-mefibs-form-recherche-keys-wrapper {
  width: 82%;
}
#page-sas #filter #form-banner .views-exposed-search .form-search .views-exposed-widgets {
  margin: 0;
}
#page-sas #filter #form-banner .views-exposed-search .form-search .form-control {
  background: #FFFFFF;
  border: 1px solid #B2B2B1;
  height: 50px;
  padding: 15px 40px 15px 10px;
  border-right: none;
  border-radius: 0;
}
#page-sas #filter #form-banner .views-exposed-search .form-search .btn-default,
#page-sas #filter #form-banner .views-exposed-search .form-search .form-submit {
  background: url(../images/loupe.png) center center no-repeat #FFFFFF;
  border: 0;
  font-size: 0;
  height: 50px;
  width: 40px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #B2B2B1;
  border-left: none;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  #page-sas #filter #form-banner {
    margin: 0 -10px;
  }
  #page-sas #filter #form-banner .views-exposed-search {
    margin-bottom: 10px;
  }
}
#page-sas .pager-load-more a {
  background: url(../images/more-grey-big.png) left center no-repeat;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #828282;
  font-family: "lubalindemi" !important;
  font-size: 3rem;
  line-height: 3rem;
  margin: 80px auto 100px;
  padding-left: 70px;
  max-width: 290px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #page-sas .pager-load-more a {
    margin: 30px auto;
  }
}
#page-sas ul.pager {
  display: none;
}
#page-sas #views_infinite_scroll-ajax-loader {
  padding: 80px 0 0 0;
  border: 0;
  display: block;
  clear: both;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #828282;
  font-family: "lubalindemi" !important;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0 auto;
  max-width: 290px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #page-sas #views_infinite_scroll-ajax-loader {
    padding: 80px 0 0 70px;
    background: url(../images/more-grey-big.png) left 100px no-repeat;
  }
}
@media only screen and (min-width: 1080px) {
  #page-sas #views_infinite_scroll-ajax-loader {
    background-position: left 120px;
  }
}
#page-sas #views_infinite_scroll-ajax-loader img {
  display: block;
  margin: 0 auto;
  padding: 20px 40px;
}
.i18n-fr .view-encyclopedie #views_infinite_scroll-ajax-loader:after {
  content: "Afficher plus d'espèces";
}
.i18n-fr .view-nouveautes-et-evenements #views_infinite_scroll-ajax-loader:after,
.i18n-fr .view-le-blog-des-coulisses #views_infinite_scroll-ajax-loader:after {
  content: "Afficher plus d'articles";
}
.i18n-en .view-encyclopedie #views_infinite_scroll-ajax-loader:after {
  content: "Load more species";
}
.i18n-en .view-nouveautes-et-evenements #views_infinite_scroll-ajax-loader:after,
.i18n-en .view-le-blog-des-coulisses #views_infinite_scroll-ajax-loader:after {
  content: "Load more articles";
}
#page-sas {
  margin-bottom: 100px !important;
}
@media only screen and (min-width: 768px) {
  #page-sas #block-img img {
    padding-top: 45px;
    display: block;
  }
  #page-sas #block-img #img-mobile img {
    display: none;
  }
  #page-sas #filter #form-banner .view-filters .views-exposed-widgets .views-exposed-widget {
    width: 33%;
  }
  #page-sas #news-mosaic {
    padding: 0 2px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 900px) and (orientation: portrait) {
  .view-nouveautes-et-evenements.wrap,
  .view-le-blog-des-coulisses.wrap {
    padding: 0 28px;
  }
}
@media only screen and (min-width: 1080px) {
  #page-sas #news-mosaic {
    padding: 0;
  }
}
/* PAGE : FAQ */
.view-faq-en-tete #single-img img,
.view-groupes-en-tete #single-img img,
.view-ce-en-tete #single-img img,
.view-tourisme-en-tete #single-img img,
.view-pedagogie-en-tete #single-img img {
  width: 100%;
  height: auto;
}
.view-faq-en-tete #single-img .img-mobile,
.view-groupes-en-tete #single-img .img-mobile,
.view-ce-en-tete #single-img .img-mobile,
.view-tourisme-en-tete #single-img .img-mobile,
.view-pedagogie-en-tete #single-img .img-mobile {
  display: none;
}
.view-faq-en-tete #single-img .img-desktop,
.view-groupes-en-tete #single-img .img-desktop,
.view-ce-en-tete #single-img .img-desktop,
.view-tourisme-en-tete #single-img .img-desktop,
.view-pedagogie-en-tete #single-img .img-desktop {
  display: block;
}
.view-faq-en-tete .wrap,
.view-groupes-en-tete .wrap,
.view-ce-en-tete .wrap,
.view-tourisme-en-tete .wrap,
.view-pedagogie-en-tete .wrap {
  padding: 30px;
}
.view-faq-en-tete #basic-title,
.view-groupes-en-tete #basic-title,
.view-ce-en-tete #basic-title,
.view-tourisme-en-tete #basic-title,
.view-pedagogie-en-tete #basic-title {
  border: 0;
  padding-bottom: 20px;
}
.view-faq-en-tete #intro,
.view-groupes-en-tete #intro,
.view-ce-en-tete #intro,
.view-tourisme-en-tete #intro,
.view-pedagogie-en-tete #intro {
  max-width: 60%;
}
.mobile .view-faq-en-tete #single-img img,
.mobile .view-groupes-en-tete #single-img img,
.mobile .view-ce-en-tete #single-img img,
.mobile .view-tourisme-en-tete #single-img img,
.mobile .view-pedagogie-en-tete #single-img img {
  width: 100%;
  height: auto;
}
.mobile .view-faq-en-tete #single-img .img-mobile,
.mobile .view-groupes-en-tete #single-img .img-mobile,
.mobile .view-ce-en-tete #single-img .img-mobile,
.mobile .view-tourisme-en-tete #single-img .img-mobile,
.mobile .view-pedagogie-en-tete #single-img .img-mobile {
  display: block;
}
.mobile .view-faq-en-tete #single-img .img-desktop,
.mobile .view-groupes-en-tete #single-img .img-desktop,
.mobile .view-ce-en-tete #single-img .img-desktop,
.mobile .view-tourisme-en-tete #single-img .img-desktop,
.mobile .view-pedagogie-en-tete #single-img .img-desktop {
  display: none;
}
#yellow-banner {
  background: #FFCE3E;
  color: #001938;
  padding: 30px 0;
}
#yellow-banner #select-intro {
  font-family: "proximanovabold" !important;
  margin-bottom: 10px;
}
#yellow-banner #select-list {
  display: inline-block;
  position: relative;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #yellow-banner #select-list {
    width: 100%;
  }
}
#yellow-banner #select-list .form-select {
  height: 44px;
  border: 1px solid #001938;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 10px 0;
  padding: 10px;
  width: 100%;
}
#yellow-banner #select-list:after {
  content: " ";
  height: 44px;
  width: 40px;
  background: #001938 url(../images/arrow-bottom-white.png) center center no-repeat;
  background-size: 12px 7px;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  #yellow-banner {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  #yellow-banner {
    padding-left: 0;
  }
}
#block-lchblock-block-audioguide {
  /*.mobile-application {
        margin-top:15px;
    }*/
}
#block-lchblock-block-audioguide .block-title {
  font-size: 3rem;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  #block-lchblock-block-audioguide .block-title {
    float: left;
  }
}
#block-lchblock-block-audioguide .audioguide-flag {
  margin: 0 0 30px;
}
#block-lchblock-block-audioguide .subtitle,
#block-lchblock-block-audioguide .subtitle-mobile {
  font: 2rem/2rem "lubalindemi" !important;
  color: #008EFF;
  margin: 10px 0 20px;
  clear: both;
}
#block-lchblock-block-audioguide .audioguide-left .section,
#block-lchblock-block-audioguide .audioguide-right .section,
#block-lchblock-block-audioguide .mobile-application .section {
  font: 1.6rem/1.6rem "proximanovabold" !important;
  text-transform: uppercase;
  color: #005BA8;
}
@media only screen and (min-width: 768px) {
  #block-lchblock-block-audioguide .audioguide-left .section,
  #block-lchblock-block-audioguide .audioguide-right .section,
  #block-lchblock-block-audioguide .mobile-application .section {
    float: left;
    margin: 4px 4px 0 0;
  }
}
#block-lchblock-block-audioguide .audioguide-left img,
#block-lchblock-block-audioguide .audioguide-right img,
#block-lchblock-block-audioguide .mobile-application img {
  margin: 0 0 30px;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #block-lchblock-block-audioguide .audioguide-left img,
  #block-lchblock-block-audioguide .audioguide-right img,
  #block-lchblock-block-audioguide .mobile-application img {
    display: none;
  }
}
#block-lchblock-block-audioguide .audioguide-left .go-play,
#block-lchblock-block-audioguide .audioguide-right .go-play,
#block-lchblock-block-audioguide .mobile-application .go-play {
  cursor: pointer;
  margin-top: 15px;
}
#block-lchblock-block-audioguide .audioguide-left a,
#block-lchblock-block-audioguide .audioguide-right a,
#block-lchblock-block-audioguide .mobile-application a {
  width: 45%;
  display: inline-block;
  margin-right: 2%;
}
#block-lchblock-block-audioguide .audioguide-left a img,
#block-lchblock-block-audioguide .audioguide-right a img,
#block-lchblock-block-audioguide .mobile-application a img {
  margin: 30px 30px 40px 0;
  width: 80%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #block-lchblock-block-audioguide .audioguide-left a img,
  #block-lchblock-block-audioguide .audioguide-right a img,
  #block-lchblock-block-audioguide .mobile-application a img {
    margin: 10px 10px 10px 0;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #block-lchblock-block-audioguide .audioguide-left a img,
  #block-lchblock-block-audioguide .audioguide-right a img,
  #block-lchblock-block-audioguide .mobile-application a img {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  #block-lchblock-block-audioguide .audioguide-left a,
  #block-lchblock-block-audioguide .audioguide-right a,
  #block-lchblock-block-audioguide .mobile-application a {
    width: 36%;
  }
}
/****************************** COMMUN BLOCK ******************************/
#basic-title.page-header {
  font: 4.2rem/4.2rem "lubalinbook";
  color: #001938;
}
@media only screen and (max-width: 767px) {
  #basic-title.page-header {
    line-height: 4.2rem;
    margin-bottom: 0;
    /*margin-left:10px;
        margin-right:10px;*/
  }
}
#basic-title.page-header .subtitle {
  font: 4.2rem/4.2rem "lubalindemi" !important;
  color: #005BA8;
}
@media only screen and (max-width: 767px) {
  #basic-title.page-header .subtitle {
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-preparer-sa-visite-encyclopedie-especes #basic-title.page-header,
  .page-preparer-sa-visite-nouveautes-evenements #basic-title.page-header,
  .page-conservation-blog-coulisses #basic-title.page-header {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.caracteristic div {
  display: inline-block;
}
.submitted {
  color: #FFFFFF;
  font-size: 11px;
  margin: 0;
}
/* block float image */
#block-system-main .content #block-img,
#block-system-main .content #block-map {
  position: relative;
  z-index: 10;
  width: 100%;
  color: #FFFFFF;
}
#block-system-main .content #block-img a,
#block-system-main .content #block-map a {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  #block-system-main .content #block-img a,
  #block-system-main .content #block-map a {
    color: #828282;
  }
}
#block-system-main .content #block-img .block-img-bg img,
#block-system-main .content #block-map .block-img-bg img {
  width: 100%;
  height: auto;
}
#block-system-main .content #block-img .block-img-content,
#block-system-main .content #block-map .block-img-content {
  margin: 10px;
  position: absolute;
  right: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  #block-system-main .content #block-img .block-img-content,
  #block-system-main .content #block-map .block-img-content {
    bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #block-system-main .content #block-img .block-img-content,
  #block-system-main .content #block-map .block-img-content {
    bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  #block-system-main .content #block-img .block-img-content,
  #block-system-main .content #block-map .block-img-content {
    margin: 30px 0 20px;
  }
}
/* block mosaique : title style */
#block-mosaique .block-mosaic-title img,
#parcours-mosaic .block-mosaic-title img {
  width: 100%;
  height: auto;
}
#block-mosaique .block-mosaic-title .align-title,
#parcours-mosaic .block-mosaic-title .align-title {
  color: #001938;
  font-family: "lubalinbook";
  font-size: 29px;
  line-height: 29px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#block-mosaique .block-mosaic-title .align-title .title-big,
#parcours-mosaic .block-mosaic-title .align-title .title-big {
  color: #005BA8;
  font-family: "lubalindemi" !important;
}
#block-mosaique .block-mosaic-title .align-title .field-item,
#parcours-mosaic .block-mosaic-title .align-title .field-item {
  float: none;
}
@media only screen and (max-width: 767px) {
  #block-mosaique .block-mosaic-title .align-title,
  #parcours-mosaic .block-mosaic-title .align-title {
    text-align: left;
    padding: 0 10px;
  }
}
#block-mosaique .field-item {
  display: block;
  float: left;
  position: relative;
}
#block-mosaique .field-item img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  #block-mosaique .block-mosaic-title .align-title {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (min-width: 768px) {
  #block-mosaique .btn-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    margin: 30px;
    background: url(../images/player.png) top right no-repeat;
  }
}
/********** FAQ **********/
.page-list-theme strong {
  color: #005BA8;
}
.page-list-theme .question {
  color: #001938;
  font-family: "lubalinbook";
  font-size: 2.4rem;
  margin: 36px 0 18px;
}
.page-list-theme .question:before {
  content: "> ";
}
.page-list-theme #block-page {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .page-list-theme #block-page {
    padding-right: 30px;
  }
}
.page-list-theme .push-blue :hover {
  background: #001938;
}
.page-list-theme .push-blue .content-empty-bg {
  border: 0;
}
.page-list-theme .push-theme {
  position: relative;
}
.page-list-theme .push-theme .content-empty-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.page-list-theme .push-theme .views-field-title {
  font-family: "lubalindemi" !important;
  font-size: 3rem;
  line-height: 3rem;
  padding: 44px 0 32px;
}
@media only screen and (min-width: 768px) {
  .page-list-theme .push-theme .views-field-title {
    padding: 25px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .page-list-theme .push-theme .views-field-field-image-bleue img {
    width: 40%;
    height: auto;
  }
}
.page-list-theme .push-theme .views-field-field-precision-majuscule {
  font-family: "proximanovabold" !important;
  font-size: 1.6rem;
  line-height: 1.6rem;
  text-transform: uppercase;
}
.page-list-theme .push-theme .views-field-field-precision-simple {
  font-family: "proximanovabold" !important;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.page-list-theme .push-theme .jcarousel-skin-default .jcarousel-navigation li a {
  background: #003375;
}
.page-list-theme .push-theme .jcarousel-skin-default .jcarousel-navigation li.active a {
  background: #008EFF;
}
.page-list-theme .push-theme .jcarousel-skin-default .jcarousel-container-horizontal li.jcarousel-item {
  margin-top: 3%;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .page-list-theme .small-wrap,
  #block-entete .small-wrap {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1080px) {
  .page-list-theme .push-theme .jcarousel-skin-default .jcarousel-container-horizontal li.jcarousel-item {
    margin-top: 5%;
  }
}
@media only screen and (min-width: 1400px) {
  .page-list-theme .small-wrap,
  #block-entete .small-wrap {
    padding-left: 0;
  }
}
/********** Acces Horaires **********/
.banner-map {
  margin-top: 30px;
}
.banner-map .block-square h2 {
  position: relative;
}
.banner-map .content-empty-bg {
  top: 0;
  padding: 20px 15px;
}
.banner-map .acces-opening-time h2 {
  margin-top: 2%;
  padding-top: 0;
  top: 0;
}
.banner-map .acces-opening-time .acces-hours {
  text-align: left;
  max-width: 260px;
  margin: 0 auto;
  padding: 0;
}
.banner-map .acces-opening-time .acces-hours li {
  font-size: 1.4rem;
  list-style: none;
  padding-bottom: 6px;
}
.banner-map .acces-opening-time .acces-hours li .period {
  display: inline-block;
  text-align: right;
  width: 98px;
}
.banner-map .acces-opening-time .acces-hours li .hours {
  display: inline-block;
}
.banner-map .acces-opening-time .acces-hours li .hours .progress {
  background-color: #008eff;
  border-radius: 0;
  display: inline-block;
  width: 40px;
  height: 6px;
  vertical-align: middle;
  margin: 0;
}
.banner-map .acces-opening-time .acces-hours li .hours .progress.size-9 {
  width: 10px;
}
.banner-map .acces-opening-time .acces-hours li .hours .progress.size-10 {
  width: 20px;
}
.banner-map .acces-opening-time .acces-hours li .hours .progress.size-11 {
  width: 30px;
}
.banner-map .acces-opening-time .acces-hours li .hours .progress.size-12 {
  width: 40px;
}
.banner-map .acces-opening-time .acces-hours li .hours .progress.size-13 {
  width: 50px;
}
.banner-map .acces-opening-time .acces-hours li .hours .progress.size-14 {
  width: 60px;
}
.banner-map .acces-opening-time .acces-hours li .hours .progress.size-15 {
  width: 70px;
}
.banner-map .acces-opening-time .acces-hours li .hours-margin {
  padding-left: 13px;
}
@media only screen and (max-width: 767px) {
  .banner-map .acces-opening-time .empty-bg {
    display: none;
  }
  .banner-map .acces-opening-time .content-empty-bg {
    position: inherit;
  }
  .banner-map .acces-opening-time .acces-hours li .period {
    width: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 949px) {
  .banner-map .acces-opening-time h2 {
    font-size: 2.4rem;
  }
}
.banner-map .acces-online-help .block-title {
  padding-top: 10px;
}
.banner-map .acces-online-help p {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 949px) {
  .banner-map .acces-online-help h2 {
    font-size: 2.4rem;
  }
}
.banner-map .block-map {
  position: relative;
}
.banner-map .block-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 21px;
  max-width: 100%;
  max-height: 100%;
}
.banner-map .block-map .address {
  display: block;
  padding: 10px 25px;
  color: #222;
  font-size: 1.4rem;
  background-color: #F2F2F2;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .banner-map .acces-opening-time h2 {
    background: transparent url(../images/push-calendar.png) center top no-repeat;
    background-size: 25%;
    padding: 40% 0 0 0;
  }
  .banner-map .acces-opening-time .acces-hours li .period {
    width: 110px;
  }
  .banner-map .acces-online-help .block-title {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 949px) {
  .banner-map .acces-opening-time .acces-hours li .period {
    width: 95px;
  }
}
@media only screen and (min-width: 1080px) {
  .banner-map .content-empty-bg {
    padding: 30px;
  }
  .banner-map .acces-opening-time .acces-hours li {
    font-size: 1.6rem;
  }
  .banner-map .acces-opening-time .acces-hours li .period {
    width: 123px;
  }
  .banner-map .acces-online-help .block-title {
    padding-top: 10px;
  }
  .banner-map .block-map .address {
    font-size: 1.6rem;
    padding: 20px 17px;
  }
}
@media only screen and (min-width: 1400px) {
  .banner-map .acces-opening-time .content-empty-bg {
    padding-top: 80px;
  }
  .banner-map .acces-opening-time h2 {
    background-size: initial;
  }
  .banner-map .acces-online-help .block-title {
    padding-top: 30px;
  }
}
.i18n-en .banner-map .acces-opening-time .acces-hours li .hours {
  font-size: 13px;
}
/********** Presse **********/
@media only screen and (max-width: 767px) {
  #block-lchblock-block-mosaic-presse #container-coulisses {
    clear: both;
  }
}
#block-lchblock-block-mosaic-presse .block-mosaic-title {
  /* 1er block */
}
@media only screen and (max-width: 767px) {
  #block-lchblock-block-mosaic-presse .block-mosaic-title img {
    height: 188px;
  }
}
#block-lchblock-block-mosaic-presse .block-mosaic-title .align-title {
  text-decoration: none;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  #block-lchblock-block-mosaic-presse .block-mosaic-title .align-title {
    padding-left: 30px;
  }
}
#block-lchblock-block-mosaic-presse .block-mosaic-title .align-title .block-title {
  font: 4.2rem/4.2rem "lubalindemi" !important;
  color: #005BA8;
}
#block-lchblock-block-mosaic-presse .block-mosaic-title .align-title .subtitle {
  font: 4.2rem/4.2rem "lubalinbook";
  color: #001938;
}
#block-lchblock-block-mosaic-presse .block-mosaic-title .align-title .introduction {
  font: 2.4rem/2.4rem "lubalinbook";
  color: #001938;
}
#block-lchblock-block-mosaic-presse .block-mosaic-link .align-title {
  width: 100%;
  height: 100%;
  background: #FFCD3D;
}
#block-lchblock-block-mosaic-presse .block-mosaic-link .align-title .discover-title {
  font-family: "lubalindemi" !important;
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-transform: inherit;
  position: absolute;
  top: 30px;
  left: 30px;
}
#block-lchblock-block-mosaic-presse .block-mosaic-link .align-title .discover-link {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
/********** Free Entry **********/
.banner-free-entry {
  border-top: 1px solid #c5cad0;
  border-bottom: 1px solid #c5cad0;
  padding: 15px 0;
}
.banner-free-entry strong {
  color: #E65305;
}
.banner-free-entry .block-title {
  display: inline-block;
  color: #E65305 !important;
  font-size: 2.4rem !important;
  margin: 30px 0 20px !important;
}
@media only screen and (min-width: 768px) {
  .banner-free-entry .block-title {
    float: right;
  }
}
.banner-free-entry .block-title strong {
  font-size: 6rem;
  font-weight: normal;
}
.banner-free-entry .field-item {
  padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .banner-free-entry img {
    float: right;
    margin-left: 25px;
    max-width: 200px;
    height: auto;
  }
  .banner-free-entry .content {
    padding: 5px 0 0 30px;
  }
}
@media only screen and (min-width: 1080px) {
  .banner-free-entry img {
    max-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-free-entry .block-title {
    margin: 0 !important;
    padding: 15px 0 25px 10px;
  }
  .banner-free-entry img {
    max-width: 150px;
    float: left;
  }
  .banner-free-entry .field-name-field-entree-gratuite {
    padding: 0 10px;
  }
}
#definitive-exit {
  background-color: #F2F2F2;
}
#definitive-exit #mention-exit {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #definitive-exit #mention-exit {
    padding: 0 18%;
  }
}
#definitive-exit #mention-exit p.exit-text {
  color: #008EFF;
  font-family: "lubalinbook";
  font-size: 2.4rem;
  margin-bottom: 10px;
}
#definitive-exit #mention-exit p.exit-text:before {
  content: open-quote;
  margin: 0 5px;
}
#definitive-exit #mention-exit p.exit-text:after {
  content: close-quote;
  margin: 0 5px;
}
#definitive-exit #mention-exit a {
  border-bottom: 2px solid #050707;
  color: #050707;
  font: 1.4rem/1.6rem "proximanovasemibold";
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 7px;
  display: inline-block;
}
#definitive-exit #mention-exit a:hover {
  color: #050707;
  text-decoration: none;
}
#definitive-exit #mention-exit .contextual-links-trigger,
#definitive-exit #mention-exit ul.contextual-links li a {
  border: inherit;
}
/********** Contact **********/
.block-webform h2 {
  display: none;
}
.block-webform .field-name-field-sous-titre {
  color: #001938;
  font-family: "lubalinbook";
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding: 25px 0 30px;
}
.block-webform form .webform-component--nom {
  clear: both;
}
.block-webform form .form-required-fields {
  color: #E20000;
  font-size: 12px;
  float: right;
  margin-top: -45px;
}
@media only screen and (max-width: 767px) {
  .block-webform form .form-required-fields {
    margin: -25px 0 10px;
  }
}
.block-webform form .webform-component {
  margin-bottom: 15px;
  /*.form-control;*/
  float: left;
  width: 46%;
  margin: 0 2% 20px 0;
}
.block-webform form .webform-component.input-right {
  float: right;
  margin: 0 0 20px 2%;
}
.block-webform form .webform-component--code-postal,
.block-webform form .webform-component--ville {
  width: 22%;
}
.block-webform form .webform-component--commentaire {
  clear: both;
}
.block-webform form .webform-component--nom-structure,
.block-webform form .webform-component--nom-media {
  float: none;
}
@media only screen and (min-width: 768px) {
  .block-webform form .webform-component-textarea {
    margin-bottom: 37px;
  }
}
.block-webform form .webform-component--document-joint,
.block-webform form .webform-component--document-joint-1,
.block-webform form .webform-component--document-joint-2 {
  margin-bottom: 0 !important;
}
.block-webform form .webform-component--document-joint div#edit-submitted-document-joint-upload,
.block-webform form .webform-component--document-joint-1 div#edit-submitted-document-joint-upload,
.block-webform form .webform-component--document-joint-2 div#edit-submitted-document-joint-upload,
.block-webform form .webform-component--document-joint div#edit-submitted-document-joint-1-upload,
.block-webform form .webform-component--document-joint-1 div#edit-submitted-document-joint-1-upload,
.block-webform form .webform-component--document-joint-2 div#edit-submitted-document-joint-1-upload,
.block-webform form .webform-component--document-joint div#edit-submitted-document-joint-2-upload,
.block-webform form .webform-component--document-joint-1 div#edit-submitted-document-joint-2-upload,
.block-webform form .webform-component--document-joint-2 div#edit-submitted-document-joint-2-upload {
  border: 0;
  font-size: 1.4rem;
  padding: 0;
}
.block-webform form .webform-component--document-joint div#edit-submitted-document-joint-upload button,
.block-webform form .webform-component--document-joint-1 div#edit-submitted-document-joint-upload button,
.block-webform form .webform-component--document-joint-2 div#edit-submitted-document-joint-upload button,
.block-webform form .webform-component--document-joint div#edit-submitted-document-joint-1-upload button,
.block-webform form .webform-component--document-joint-1 div#edit-submitted-document-joint-1-upload button,
.block-webform form .webform-component--document-joint-2 div#edit-submitted-document-joint-1-upload button,
.block-webform form .webform-component--document-joint div#edit-submitted-document-joint-2-upload button,
.block-webform form .webform-component--document-joint-1 div#edit-submitted-document-joint-2-upload button,
.block-webform form .webform-component--document-joint-2 div#edit-submitted-document-joint-2-upload button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 4px;
  padding: 6px;
}
.block-webform form .webform-component--document-joint .description,
.block-webform form .webform-component--document-joint-1 .description,
.block-webform form .webform-component--document-joint-2 .description {
  display: none;
  font-size: 12px;
}
.block-webform form .webform-component--document-joint .description strong,
.block-webform form .webform-component--document-joint-1 .description strong,
.block-webform form .webform-component--document-joint-2 .description strong {
  color: #828282 !important;
}
.block-webform form .webform-component--document-joint-2 {
  margin-bottom: 20px !important;
}
.block-webform form .webform-component--document-joint-2 .description {
  display: block;
}
.block-webform form .form-control {
  background-color: #F2F2F2;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #828282;
  font-size: 1.6rem;
  border: none;
  height: 52px;
  padding: 16px 12px;
}
.block-webform form textarea.form-control {
  height: auto !important;
}
.block-webform form .form-type-radio {
  display: inline-block;
  padding: 0 20px 0 0;
  vertical-align: inherit;
}
.block-webform form .form-type-radio input[type="radio"] {
  /*float: right;
                margin-left: -10px;*/
  margin: 2px 0;
  padding: 0;
}
.block-webform form .form-type-radio label {
  /*float: left;
                padding: 0 20px 0 0;*/
}
.block-webform form .webform-component-radios label {
  font-weight: normal;
}
.block-webform form .webform-component-radios #edit-submitted-newsletter {
  /*margin-top:20px;*/
}
.block-webform form .webform-submit {
  border: 0;
  clear: both;
  float: right;
  margin: 10px 0 0;
  padding: 20px 57px 20px 25px;
  color: #FFFFFF;
  font-size: 1.6rem;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "proximanovabold" !important;
  background: #E75405 url(../images/arrow-right-white.png) 85% center no-repeat;
}
.block-webform form .webform-submit:hover {
  background: #FF6817 url(../images/arrow-right-white.png) 85% center no-repeat;
}
.block-webform form .captcha {
  float: left;
  border: 0;
  margin-bottom: 15px;
  width: 46%;
  margin: 0 2% 20px 0;
  min-width: inherit;
}
.block-webform form .captcha .panel-heading {
  display: none;
}
.block-webform form .captcha .panel-body {
  padding: 0;
}
.block-webform form .captcha label {
  font-weight: normal;
}
.block-webform .webform-confirmation {
  color: #005BA8;
  font-family: "proximanovabold" !important;
  padding-bottom: 20px;
}
.block-webform#block-webform-client-block-219,
.block-webform#block-webform-client-block-311 {
  padding-bottom: 30px;
}
.block-webform ul .translation_fr,
.block-webform ul .translation_en {
  display: none;
}
@media only screen and (min-width: 768px) {
  .block-webform#block-webform-client-block-219 {
    padding-bottom: 60px;
  }
}
/********** NEWSLETTER **********/
.page-newsletter-confirm #body {
  background: url(../images/news-mobile.jpg) no-repeat top center;
  background-size: 100% auto;
  padding-top: 116%;
}
.page-newsletter-confirm .page-header {
  color: #001938;
  font-family: "lubalinbook";
  font-size: 4.2rem;
  line-height: 4.2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}
.page-newsletter-confirm .confirmation {
  max-width: 1280px;
  margin: 20px auto;
  padding: 0 30px;
}
.page-newsletter-confirm .confirmation button {
  display: block;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .page-newsletter-confirm #body {
    background: url(../images/news.jpg) no-repeat top center;
    background-size: 100% auto;
    padding-top: 44%;
  }
}
/********** POPUP **********/
#popup-btn {
  display: block;
  margin-top: 30px;
}
#popup-btn .field-name-field-btn-popup {
  display: inline-block;
}
#popup-image {
  display: none;
}
#popup-image .popup-img-title {
  color: #001938;
  font-size: 2.4rem;
  font-family: "lubalinbook";
  margin-bottom: 20px;
}
#popup-video .popup-img-title {
  color: #001938;
  font-size: 2.4rem;
  font-family: "lubalinbook";
  margin-bottom: 20px;
}
#popup-form h2 {
  display: none;
  margin-top: 0;
}
#popup-form h2.block-title {
  display: block;
}
#popup-form form .webform-component--nom-media {
  float: none;
}
@media only screen and (max-width: 767px) {
  #popup-form .footer-form {
    text-align: center;
  }
  #popup-form .footer-form .footer-address-img {
    margin: 20px 0 10px;
  }
}
#popup-form .footer-form .footer-address-img,
#popup-form .footer-form .footer-address-coords {
  display: inline-block;
  padding: 0 10px 0 0;
  vertical-align: top;
}
#popup-form .footer-form .form-sn {
  color: #000000;
  font-family: "proximanovasemibold";
  font-size: 1.4rem;
  text-transform: uppercase;
}
#popup-form .footer-form .form-sn p {
  padding: 0 10px 10px 0;
}
#popup-form .footer-form .form-sn a {
  display: inline-block;
  height: 52px;
  width: 52px;
  margin: 0 4px 0 0;
}
@media only screen and (min-width: 768px) {
  #popup-form .footer-form .form-sn a {
    margin: 0 16px 0 0;
  }
}
#popup-form .footer-form .form-sn a#form-facebook {
  background: url(../images/sn-picto-fbk.png) center center no-repeat;
}
#popup-form .footer-form .form-sn a#form-twitter {
  background: url(../images/sn-picto-twt.png) center center no-repeat;
}
#popup-form .footer-form .form-sn a#form-youtube {
  background: url(../images/sn-picto-youtube.png) center center no-repeat;
}
#popup-form .footer-form .form-sn a#form-instagram {
  background: url(../images/sn-picto-insta.png) center center no-repeat;
}
@media only screen and (max-width: 767px) {
  .block-webform form .webform-component {
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
  }
  .block-webform form .webform-component.input-right {
    float: none;
    margin: 0 0 15px 0;
  }
  .block-webform form .captcha {
    float: none;
    margin: 0 0 15px 0;
    width: 100%;
  }
  .block-webform form .webform-btn {
    margin: 25px 0;
  }
}
#popup-top.fade.in,
#popup-form.fade.in,
#popup-image.fade.in,
#popup-video.fade.in {
  background: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
}
#popup-top.fade.in .modal-dialog,
#popup-form.fade.in .modal-dialog,
#popup-image.fade.in .modal-dialog,
#popup-video.fade.in .modal-dialog {
  width: 94%;
  max-width: 964px;
  padding: 0;
}
#popup-top.fade.in .modal-dialog .modal-content,
#popup-form.fade.in .modal-dialog .modal-content,
#popup-image.fade.in .modal-dialog .modal-content,
#popup-video.fade.in .modal-dialog .modal-content {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 30px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #popup-top.fade.in .modal-dialog .modal-content,
  #popup-form.fade.in .modal-dialog .modal-content,
  #popup-image.fade.in .modal-dialog .modal-content,
  #popup-video.fade.in .modal-dialog .modal-content {
    padding: 25px 18px;
  }
}
#popup-top.fade.in .modal-dialog .modal-content h3,
#popup-form.fade.in .modal-dialog .modal-content h3,
#popup-image.fade.in .modal-dialog .modal-content h3,
#popup-video.fade.in .modal-dialog .modal-content h3 {
  margin: 0;
}
#popup-top.fade.in .modal-dialog .modal-content strong,
#popup-form.fade.in .modal-dialog .modal-content strong,
#popup-image.fade.in .modal-dialog .modal-content strong,
#popup-video.fade.in .modal-dialog .modal-content strong {
  color: #005BA8;
  font-family: "proximanovabold" !important;
}
#popup-top.fade.in .modal-dialog .modal-content table tr:first-child,
#popup-form.fade.in .modal-dialog .modal-content table tr:first-child,
#popup-image.fade.in .modal-dialog .modal-content table tr:first-child,
#popup-video.fade.in .modal-dialog .modal-content table tr:first-child {
  text-align: center;
}
#popup-top.fade.in .modal-dialog .modal-content table tr:nth-child(even),
#popup-form.fade.in .modal-dialog .modal-content table tr:nth-child(even),
#popup-image.fade.in .modal-dialog .modal-content table tr:nth-child(even),
#popup-video.fade.in .modal-dialog .modal-content table tr:nth-child(even) {
  background-color: #F2F2F2;
}
#popup-top.fade.in .modal-dialog .modal-content table tr td,
#popup-form.fade.in .modal-dialog .modal-content table tr td,
#popup-image.fade.in .modal-dialog .modal-content table tr td,
#popup-video.fade.in .modal-dialog .modal-content table tr td {
  padding: 18px 20px 18px 0;
}
#popup-top.fade.in .modal-dialog .modal-content table tr td:first-child,
#popup-form.fade.in .modal-dialog .modal-content table tr td:first-child,
#popup-image.fade.in .modal-dialog .modal-content table tr td:first-child,
#popup-video.fade.in .modal-dialog .modal-content table tr td:first-child {
  color: #001938;
  font-family: "lubalinbook";
  padding-left: 20px;
}
@media only screen and (min-width: 1080px) {
  #popup-image.fade.in,
  #popup-video.fade.in {
    background: rgba(0, 0, 0, 0.8);
  }
  #popup-image.fade.in .modal-dialog .modal-content,
  #popup-video.fade.in .modal-dialog .modal-content {
    max-width: 1086px;
  }
  #popup-image.fade.in .modal-dialog .modal-content h3,
  #popup-video.fade.in .modal-dialog .modal-content h3,
  #popup-image.fade.in .modal-dialog .modal-content h4,
  #popup-video.fade.in .modal-dialog .modal-content h4 {
    margin-bottom: 20px;
  }
  #popup-image.fade.in .modal-dialog .modal-content img,
  #popup-video.fade.in .modal-dialog .modal-content img,
  #popup-image.fade.in .modal-dialog .modal-content video,
  #popup-video.fade.in .modal-dialog .modal-content video {
    width: 100%;
    height: auto;
  }
}
/********** CUSTOM ADMINISTRATION **********/
/* Custom fields (price, hours, acces, ...) */
#lchhoraire-admin-horaire-form .form-type-textfield,
#lchhoraire-admin-horaire-form .form-item {
  display: inline-block;
}
.like_specie {
  position: absolute;
  z-index: 11;
  left: 20px;
  top: 20px;
  font: 0/0 a;
  display: inline-block;
}
.like_specie a {
  display: inline-block;
  width: 43px;
  height: 35px;
  background: transparent url('../images/say-like-small.png') no-repeat left top;
  margin: 0 9px 2px 0;
}
.like_specie a:hover {
  background-position: right top;
}
.like_specie .like-count {
  font: 23px/23px "lubalindemi" !important;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 6px;
}
.mosaic-single-block:hover .like_specie {
  display: none;
}
/* Table responsive */
.mobile table {
  table-layout: fixed;
}
.mobile table img {
  /* reset size BO */
  height: auto !important;
  max-width: 100%;
  width: auto !important;
}
/****************************** FOOTER ******************************/
.footer {
  margin: 0;
  padding: 0;
}
.push-tickets-horizontal {
  background: #E75405;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .push-tickets-horizontal {
    padding: 0 10px;
  }
}
.push-tickets-horizontal #tickets-title {
  text-align: left;
  font: 2.4rem/2.4rem "lubalinbook";
}
@media only screen and (max-width: 767px) {
  .push-tickets-horizontal #tickets-title {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .push-tickets-horizontal #tickets-title {
    margin-top: 48px;
    padding-right: 20px;
  }
}
.push-tickets-horizontal #tickets-title strong {
  font: normal 6rem/6rem "lubalindemi" !important;
}
@media only screen and (min-width: 768px) {
  .push-tickets-horizontal #tickets-title #tickets-title-align {
    float: right;
  }
}
.push-tickets-horizontal #tickets-img {
  text-align: center;
}
.push-tickets-horizontal #tickets-img img {
  max-width: 100%;
  height: auto;
  margin: -20px 0 20px;
}
.push-tickets-horizontal #tickets-price a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  background: url(../images/arrow-right-white.png) right center no-repeat;
}
@media only screen and (max-width: 767px) {
  .push-tickets-horizontal #tickets-price a {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .push-tickets-horizontal #tickets-price a {
    margin-top: 45px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .push-tickets-horizontal #tickets-price a {
    background-position: right bottom;
  }
}
.push-tickets-horizontal #tickets-price a .tarif-adult {
  font: 1.4rem/54px "proximanovabold" !important;
}
.push-tickets-horizontal #tickets-price a .tarif-adult .big-price {
  font-size: 54px;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .push-tickets-horizontal #tickets-price a .tarif-adult .big-price {
    font-size: 45px;
  }
}
.push-tickets-horizontal #tickets-price a .tarif-adult .big-price sup {
  font-size: 55%;
  vertical-align: middle;
}
.push-tickets-horizontal #tickets-price a .tarif-child {
  font: 1.4rem/1.4rem "proximanovaregular" !important;
}
/* SOCIAL NETWORK */
#block-social-network {
  clear: both;
  background: #F2F2F2;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
#block-social-network #sn-introduction {
  color: #B2B2B1;
  padding: 2px 0 16px;
}
#block-social-network .social-network {
  display: inline-block;
}
#block-social-network .social-network p {
  display: none;
}
#block-social-network .social-network a {
  display: inline-block;
  height: 52px;
  width: 52px;
  margin: 0 9px;
}
#block-social-network #facebook a {
  background: url(../images/sn-picto-fbk.png) center center no-repeat;
}
#block-social-network #twitter a {
  background: url(../images/sn-picto-twt.png) center center no-repeat;
}
#block-social-network #picture #youtube {
  background: url(../images/sn-picto-youtube.png) center center no-repeat;
}
#block-social-network #picture #instagram {
  background: url(../images/sn-picto-insta.png) center center no-repeat;
}
/* FOOTER */
/* BLOCK ADDRESS */
.footer-address {
  color: #727272;
  font-size: 12px;
  text-align: left;
}
.footer-address h2 {
  display: none;
}
.footer-address .footer-address-img {
  float: left;
  width: 25%;
}
.footer-address .footer-address-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 30px 10px;
}
.footer-address .footer-address-coords {
  padding: 20px 0 20px;
}
@media only screen and (min-width: 768px) {
  .footer-address {
    margin: 20px 0 0;
  }
  .footer-address .footer-address-img {
    float: left;
    width: 25%;
  }
  .footer-address .footer-address-img img {
    padding: 20px 4%;
  }
  .footer-address .footer-address-coords {
    padding: 20px 4%;
    float: left;
    width: 58.3333%;
  }
}
/* BLOCK LOGO */
.footer-logo h2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer-logo img {
    display: block;
    margin: 0 auto;
    height: auto;
  }
}
/* BLOCK NEWSLETTER */
.block-news {
  padding: 20px 4%;
}
.block-news h2.block-title {
  color: #000000;
  font-family: "proximanovabold" !important;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  margin: 0;
  padding-bottom: 6px;
  text-transform: uppercase;
}
.block-news p {
  color: #727272;
  font-family: "proximanovabold" !important;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  padding-bottom: 6px;
}
.block-news .simplenews-subscribe .form-group {
  float: left;
  margin-right: 10px;
  width: 80%;
}
.block-news .simplenews-subscribe .form-group .form-control {
  border-radius: 0;
}
.block-news .simplenews-subscribe label {
  display: none;
}
@media only screen and (min-width: 768px) {
  .block-news {
    padding: 30px 4%;
  }
}
/* FOOTER PRINCIPAL */
#block-menu-menu-menu-footer-principal,
#block-menu-menu-menu-footer-principal--2 {
  padding: 20px 4% 30px;
}
#block-menu-menu-menu-footer-principal h2.block-title,
#block-menu-menu-menu-footer-principal--2 h2.block-title {
  color: #000000;
  font-family: "proximanovabold" !important;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  line-height: 14px;
  margin: 0;
  text-transform: uppercase;
}
#block-menu-menu-menu-footer-principal h2.block-title:after,
#block-menu-menu-menu-footer-principal--2 h2.block-title:after {
  content: "+";
  display: inline-block;
  float: right;
  font-size: 19px;
  line-height: 16px;
}
#block-menu-menu-menu-footer-principal > ul,
#block-menu-menu-menu-footer-principal--2 > ul {
  display: none;
}
#block-menu-menu-menu-footer-principal > ul li,
#block-menu-menu-menu-footer-principal--2 > ul li {
  padding-top: 18px;
}
#block-menu-menu-menu-footer-principal.open-menu h2.block-title:after,
#block-menu-menu-menu-footer-principal--2.open-menu h2.block-title:after {
  content: "-";
}
#block-menu-menu-menu-footer-principal.open-menu > ul,
#block-menu-menu-menu-footer-principal--2.open-menu > ul {
  display: block;
}
#block-menu-menu-menu-footer-principal a,
#block-menu-menu-menu-footer-principal--2 a {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #block-menu-menu-menu-footer-principal,
  #block-menu-menu-menu-footer-principal--2 {
    padding: 20px 4% 45px;
  }
  #block-menu-menu-menu-footer-principal .leaf,
  #block-menu-menu-menu-footer-principal--2 .leaf {
    width: 33%;
    float: left;
  }
  #block-menu-menu-menu-footer-principal .leaf a,
  #block-menu-menu-menu-footer-principal--2 .leaf a {
    color: #006ac0;
    text-decoration: underline;
  }
}
/* FOOTER PROMOTION */
#block-menu-menu-menu-footer-promotion,
#block-menu-menu-menu-footer-promotion--2 {
  color: #005BA8;
  font-family: "lubalindemi" !important;
  padding: 20px 4% 30px;
}
#block-menu-menu-menu-footer-promotion ul li,
#block-menu-menu-menu-footer-promotion--2 ul li {
  padding-bottom: 26px;
}
#block-menu-menu-menu-footer-promotion ul li a,
#block-menu-menu-menu-footer-promotion--2 ul li a {
  color: #005BA8;
  display: inline;
  text-decoration: none;
}
#block-menu-menu-menu-footer-promotion ul li:before,
#block-menu-menu-menu-footer-promotion--2 ul li:before {
  content: "> ";
  display: inline;
}
#block-menu-menu-menu-footer-promotion ul li.last,
#block-menu-menu-menu-footer-promotion--2 ul li.last {
  padding-bottom: 0;
}
/* FOOTER TOURISME */
#block-menu-menu-menu-footer-tourisme,
#block-menu-menu-menu-footer-tourisme--2 {
  padding: 30px 4%;
}
#block-menu-menu-menu-footer-tourisme h2.block-title,
#block-menu-menu-menu-footer-tourisme--2 h2.block-title {
  color: #000000;
  font-family: "proximanovabold" !important;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  line-height: 14px;
  margin: 0;
  text-transform: uppercase;
}
#block-menu-menu-menu-footer-tourisme h2.block-title:after,
#block-menu-menu-menu-footer-tourisme--2 h2.block-title:after {
  content: "+";
  display: inline-block;
  float: right;
  font-size: 19px;
  line-height: 16px;
}
#block-menu-menu-menu-footer-tourisme a,
#block-menu-menu-menu-footer-tourisme--2 a {
  color: #727272;
  font-size: 1.4rem;
  font-family: "proximanovaregular" !important;
  text-decoration: none;
}
#block-menu-menu-menu-footer-tourisme > ul,
#block-menu-menu-menu-footer-tourisme--2 > ul {
  display: none;
}
#block-menu-menu-menu-footer-tourisme > ul li,
#block-menu-menu-menu-footer-tourisme--2 > ul li {
  padding-top: 18px;
}
#block-menu-menu-menu-footer-tourisme.open-menu h2.block-title:after,
#block-menu-menu-menu-footer-tourisme--2.open-menu h2.block-title:after {
  content: "-";
}
#block-menu-menu-menu-footer-tourisme.open-menu > ul,
#block-menu-menu-menu-footer-tourisme--2.open-menu > ul {
  display: block;
}
/* FOOTER INSTITUTION */
#footer-bottom {
  /*margin: 0 -10px;*/
}
#footer-bottom #block-menu-menu-menu-footer-institutionnel,
#footer-bottom #block-menu-menu-menu-footer-institutionnel--2 {
  background: #F2F2F2;
  font-family: "proximanovasemibold";
  font-size: 12px;
  line-height: 14px;
}
#footer-bottom #block-menu-menu-menu-footer-institutionnel li,
#footer-bottom #block-menu-menu-menu-footer-institutionnel--2 li {
  border-top: 2px solid #c5cad0;
  float: left;
  padding: 28px 0;
  text-align: center;
  text-decoration: underline;
  width: 50%;
  border-left: 1px solid #c5cad0;
  border-right: 1px solid #c5cad0;
}
#footer-bottom #block-menu-menu-menu-footer-institutionnel li.first,
#footer-bottom #block-menu-menu-menu-footer-institutionnel--2 li.first {
  text-transform: uppercase;
  display: block;
  width: 100%;
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  #footer-bottom #block-menu-menu-menu-footer-institutionnel li:nth-child(3),
  #footer-bottom #block-menu-menu-menu-footer-institutionnel--2 li:nth-child(3) {
    display: none;
  }
}
#footer-bottom #block-menu-menu-menu-footer-institutionnel li a,
#footer-bottom #block-menu-menu-menu-footer-institutionnel--2 li a {
  color: #333333;
}
@media only screen and (min-width: 768px) {
  /* SOCIAL NETWORK */
  #block-social-network {
    padding: 0;
  }
  #block-social-network #sn-introduction {
    display: none;
  }
  #block-social-network .social-network {
    display: block;
    padding: 35px 0;
  }
  #block-social-network .social-network p {
    display: inline-block;
    color: #FFFFFF;
    vertical-align: middle;
  }
  #block-social-network .social-network a {
    vertical-align: middle;
  }
  #block-social-network #facebook {
    background: #073366;
  }
  #block-social-network #facebook p {
    padding-top: 8px;
  }
  #block-social-network #facebook a {
    background: url(../images/sn-facebook.png) center center no-repeat;
    height: 27px;
    width: 138px;
  }
  #block-social-network #twitter {
    background: #29B2E4;
  }
  #block-social-network #twitter a {
    background: url(../images/sn-twitter.png) center center no-repeat;
    height: 27px;
    width: 38px;
  }
  #block-social-network #picture {
    padding: 22px;
  }
  #block-social-network #picture p {
    color: #B2B2B1;
  }
}
/* FLEX ORDER MOBILE */
@media only screen and (max-width: 767px) {
  .region-footer {
    display: flex;
    flex-direction: column;
  }
  .region-footer section {
    border-top: 2px solid #c5cad0;
  }
  .footer-address {
    /*flex:1;*/
    order: 7;
    text-align: center;
  }
  #block-menu-menu-menu-footer-principal,
  #block-menu-menu-menu-footer-principal--2 {
    order: 5;
    padding-top: 30px;
  }
  #block-menu-menu-menu-footer-tourisme,
  #block-menu-menu-menu-footer-tourisme--2 {
    order: 6;
  }
  .block-news {
    order: 1;
  }
  .footer-logo {
    order: 3;
  }
  #block-menu-menu-menu-footer-promotion,
  #block-menu-menu-menu-footer-promotion--2 {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  #footer-bottom {
    /*margin:0;*/
  }
  #footer-bottom #block-menu-menu-menu-footer-institutionnel,
  #footer-bottom #block-menu-menu-menu-footer-institutionnel--2 {
    background: #FFFFFF;
    padding: 30px 3% 6px;
  }
  #footer-bottom #block-menu-menu-menu-footer-institutionnel li,
  #footer-bottom #block-menu-menu-menu-footer-institutionnel--2 li {
    border: 0;
    display: inline-block;
    float: none;
    margin-right: 16px;
    padding: 0;
    text-align: left;
    width: initial;
  }
  #footer-bottom #block-menu-menu-menu-footer-institutionnel li.first,
  #footer-bottom #block-menu-menu-menu-footer-institutionnel--2 li.first {
    display: inline-block;
    text-transform: uppercase;
    width: initial;
  }
  #block-menu-menu-menu-footer-principal h2,
  #block-menu-menu-menu-footer-principal--2 h2 {
    display: none;
  }
  #block-menu-menu-menu-footer-principal > ul,
  #block-menu-menu-menu-footer-principal--2 > ul {
    display: block;
  }
  #block-menu-menu-menu-footer-tourisme > ul,
  #block-menu-menu-menu-footer-tourisme--2 > ul {
    display: block;
  }
}
@media only screen and (min-width: 1080px) {
  #footer-bottom #block-menu-menu-menu-footer-institutionnel,
  #footer-bottom #block-menu-menu-menu-footer-institutionnel--2 {
    font-size: 14px;
  }
  #footer-bottom #block-menu-menu-menu-footer-institutionnel ul,
  #footer-bottom #block-menu-menu-menu-footer-institutionnel--2 ul {
    padding-left: 22px;
  }
}
iframe[name="google_conversion_frame"] {
  height: 0;
  padding: 0;
  margin: 0;
  display: block;
}
@font-face {
  font-family: 'lubalinbook';
  src: url('../font/lubalingraph/LubalinGraphStd-Book.eot');
  src: url('../font/lubalingraph/LubalinGraphStd-Book.eot?#iefix') format('embedded-opentype'), url('../font/lubalingraph/LubalinGraphStd-Book.woff') format('woff'), url('../font/lubalingraph/LubalinGraphStd-Book.ttf') format('truetype'), url('../font/lubalingraph/LubalinGraphStd-Book.svg#lubalinbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lubalindemi';
  src: url('../font/lubalingraph/LubalinGraphStd-Demi.eot');
  src: url('../font/lubalingraph/LubalinGraphStd-Demi.eot?#iefix') format('embedded-opentype'), url('../font/lubalingraph/LubalinGraphStd-Demi.woff') format('woff'), url('../font/lubalingraph/LubalinGraphStd-Demi.ttf') format('truetype'), url('../font/lubalingraph/LubalinGraphStd-Demi.svg#lubalindemi') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanovaregular';
  src: url('../font/proximanova/ProximaNovaRegular.eot');
  src: url('../font/proximanova/ProximaNovaRegular.eot?#iefix') format('embedded-opentype'), url('../font/proximanova/ProximaNovaRegular.woff') format('woff'), url('../font/proximanova/ProximaNovaRegular.ttf') format('truetype'), url('../font/proximanova/ProximaNovaRegular.svg#proximanovaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanovalight';
  src: url('../font/proximanova/ProximaNovaLight.eot');
  src: url('../font/proximanova/ProximaNovaLight.eot?#iefix') format('embedded-opentype'), url('../font/proximanova/ProximaNovaLight.woff') format('woff'), url('../font/proximanova/ProximaNovaLight.ttf') format('truetype'), url('../font/proximanova/ProximaNovaLight.svg#proximanovalight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanovasemibold';
  src: url('../font/proximanova/ProximaNovaSemiBold.eot');
  src: url('../font/proximanova/ProximaNovaSemiBold.eot?#iefix') format('embedded-opentype'), url('../font/proximanova/ProximaNovaSemiBold.woff') format('woff'), url('../font/proximanova/ProximaNovaSemiBold.ttf') format('truetype'), url('../font/proximanova/ProximaNovaSemiBold.svg#proximanovasemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanovabold';
  src: url('../font/proximanova/ProximaNovaBold.eot');
  src: url('../font/proximanova/ProximaNovaBold.eot?#iefix') format('embedded-opentype'), url('../font/proximanova/ProximaNovaBold.woff') format('woff'), url('../font/proximanova/ProximaNovaBold.ttf') format('truetype'), url('../font/proximanova/ProximaNovaBold.svg#proximanovabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proximanovablack';
  src: url('../font/proximanova/ProximaNovaBlack.eot');
  src: url('../font/proximanova/ProximaNovaBlack.eot?#iefix') format('embedded-opentype'), url('../font/proximanova/ProximaNovaBlack.woff') format('woff'), url('../font/proximanova/ProximaNovaBlack.ttf') format('truetype'), url('../font/proximanova/ProximaNovaBlack.svg#proximanovablack') format('svg');
  font-weight: normal;
  font-style: normal;
}
.region-push-bottom .block:first-child h2.block-title {
  margin: 30px 0 20px;
}
html {
  font-size: 62.5%;
}
@media all and (min-width: 320px) and (max-width: 768px) {
  html {
    font-size: 43.75%;
  }
}
.border-radius-round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.border-radius-twitter {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.border-radius-avatar {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.border-radius-none {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "proximanovaregular" !important;
  color: #828282;
  font-size: 1.6rem !important;
  line-height: normal;
}
body a {
  color: #005BA8;
  text-decoration: underline;
}
h1,
h1 a,
h1.page-header {
  color: #FFCD3D;
  border: 0;
  font-size: 6rem;
  font-family: "lubalindemi" !important;
}
.page-list-theme h1 {
  color: #003475;
  font-size: 3rem;
  margin-top: 30px;
}
h2,
h2 a,
.h2,
.h2 a {
  color: #001938;
  font-size: 4.2rem;
  font-family: "lubalindemi" !important;
  margin: 30px 0 20px;
}
#node-214 h2,
#node-213 h2,
#node-179 h2,
#node-325 h2,
#node-395 h2 {
  color: #003475;
  font-size: 3rem;
}
h3,
h3 a {
  color: #003375;
  font-size: 3rem;
  font-family: "lubalindemi" !important;
}
#node-214 h3,
#node-213 h3,
#node-179 h3,
#node-325 h3,
#node-395 h3,
.page-list-theme h3 {
  color: #001938;
  font-size: 2.4rem;
  font-family: "lubalinbook";
}
h4,
h4 a {
  color: #001938;
  font-size: 2.4rem;
  font-family: "lubalinbook";
}
.front h2,
.front h2 a,
.front .h2,
.front .h2 a,
.front .h2 a.h2,
.front h3,
.front h3 a,
.front .h3,
.front .h3 a {
  color: #FFCD3D;
  background: none !important;
  text-decoration: none;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
#block-lchblock-block-rectangle-home-nocturne h2,
#block-lchblock-block-rectangle-home-nocturne h2 a,
#block-lchblock-block-square-home-application h2,
#block-lchblock-block-square-home-application h2 a,
#block-lchblock-block-square-home-company h2,
#block-lchblock-block-square-home-company h2 a,
#block-lchblock-block-rectangle-home-pedagogie h2,
#block-lchblock-block-rectangle-home-pedagogie h2 a,
#block-block-64 h2,
#block-block-64 h2 a {
  color: #FFCD3D !important;
  font-size: 4.2rem !important;
  font-family: "lubalindemi" !important;
  line-height: 4.2rem !important;
}
strong,
.strong,
bold,
.bold {
  font-family: "proximanovabold" !important;
  font-weight: normal;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.normal-form {
  text-transform: none;
}
.clear {
  clear: both;
}
.wrap {
  max-width: 1280px;
  /*max-width:1024px;*/
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 10px;
  }
}
/* Wrap HP home */
.mobile.front .wrap {
  padding: 0;
}
/* Wrap specifique */
.mobile .footer.wrap,
.mobile #block-mosaique.wrap,
.mobile .view-encyclopedie.wrap,
.mobile .view-nouveautes-et-evenements.wrap,
.mobile .view-le-blog-des-coulisses.wrap,
.mobile #species-info .wrap,
.mobile .mosaique .wrap,
.mobile #block-lchblock-block-mosaic-presse.wrap {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .small-wrap {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .small-wrap {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrap-correction-tablet {
    max-width: 1022px;
  }
}
@media only screen and (min-width: 1080px) {
  .wrap-correction {
    max-width: 1279px;
  }
}
a,
a:active,
a:focus {
  outline: none;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  text-shadow: none;
}
/* ANNULE LES pull-right EN MOBILE (sinon erreur sur les mosaiques mobile) */
@media only screen and (max-width: 767px) {
  .pull-right {
    float: none !important;
  }
}
body img.empty-bg {
  width: 100%;
  height: auto;
}
body .underline {
  text-decoration: underline;
}
body .italic {
  font-style: italic;
}
body p {
  margin: 0;
  padding: 0;
}
body .nav > li > a {
  margin: 0;
  padding: 0;
}
body .nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
body [class*="col-"] {
  position: relative;
}
.nav-tabs {
  margin-bottom: 0;
}
.nav-tabs > li > a {
  padding: 10px !important;
}
.page-user .main-container {
  max-width: 1024px;
}
#popup-btn .btn,
.btn-orange {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #E75405;
  color: #FFFFFF;
  font-family: "proximanovabold" !important;
  font-size: 1.6rem;
  margin: 15px 30px 15px 0;
  padding: 20px 25px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #popup-btn .btn,
  .btn-orange {
    margin-right: 15px;
    padding: 15px 20px;
  }
}
#popup-btn .btn:hover,
.btn-orange:hover,
#popup-btn .btn:active,
.btn-orange:active {
  background: #FF6817;
}
#popup-btn .btn:hover:after,
.btn-orange:hover:after,
#popup-btn .btn:active:after,
.btn-orange:active:after {
  background: url(../images/arrow-right-white.png) right center no-repeat;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 12px;
}
#popup-btn .btn:after,
.btn-orange:after {
  background: url(../images/arrow-right-white.png) right center no-repeat;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 12px;
}
.text-blue {
  color: #005BA8;
  font-family: "proximanovabold" !important;
}
.text-blue-dark {
  color: #001938;
}
.text-yellow {
  color: #FFCD3D;
  font-family: "proximanovabold" !important;
}
.text-orange {
  color: #E65305;
}
.i18n-fr .price:after {
  content: "€";
  display: inline;
  font-size: 2rem;
  line-height: 2rem;
  vertical-align: top;
}
.price {
  color: #E65305;
  display: block;
  font-family: "proximanovabold" !important;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.price.free {
  padding-right: 8px;
  text-transform: capitalize;
}
.price.free:after,
.price.free:before {
  display: none !important;
}
.btn-openclose {
  cursor: pointer;
  position: relative;
  padding: 2px 0;
}
.btn-openclose .separation-state {
  color: #001938;
  padding: 0 40px 0 30px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-openclose hr {
  margin: 6px 0 0;
}
.btn-openclose.rubrique-close .separation-close {
  display: block;
  background: #FFFFFF url(../images/arrow-bottom-black.png) right center no-repeat;
}
.btn-openclose.rubrique-close .separation-open {
  display: none;
}
.btn-openclose.rubrique-open .separation-close {
  display: none;
}
.btn-openclose.rubrique-open .separation-open {
  display: block;
  background: #FFFFFF url(../images/arrow-top-black.png) right center no-repeat;
}
.content-hide {
  margin: 20px 0;
}
.content-hide.block-close {
  display: none;
}
.content-hide.block-open {
  display: block;
}
#popup-top .close-popup,
#popup-tickets .close-popup,
#popup-form .close-popup,
#popup-image .close-popup,
#popup-video .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200;
  background: url(../images/close-blue.png) right top no-repeat;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
#admin-menu a {
  font-family: inherit;
}
@media only screen and (min-width: 768px) {
  #block-system-main {
    /*margin-top:45px;*/
  }
}
.front #block-system-main {
  margin-top: 0;
}
#block-lchblock-block-audioguide audio {
  width: 80%;
  margin: 15px 0;
}
/* BUG COMPTE MAELIG : ADMIN > PAGE > EDITEUR > IMG : btn acces serveur display none */
.cke_skin_kama a.cke_dialog_ui_button {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  #popup-tickets {
    overflow-y: auto;
  }
}
