@charset "UTF-8";
@import url("/count/362205");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

button, input {
  line-height: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

.main-content {
  position: relative;
  outline: none;
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: #1d1d1b;
}

img.svg {
  display: none;
}

.retrait p {
  text-indent: 40px;
}

.bandeau > .container {
  z-index: 500;
}

.clearer {
  clear: both;
}

.cookie-pop {
  background-color: #0000ff;
  color: #fff;
  left: 0;
  position: fixed;
  text-align: center;
  bottom: 0px;
  width: 100%;
  z-index: 10;
  padding: 2px;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cookie-pop a {
  color: white;
  text-decoration: underline !important;
}

.cookie-pop button.bouton {
  margin: 10px;
  padding: 2px 5px;
  font-size: 12px;
  background-color: white;
  border: solid 1px white;
  color: #0000ff;
}

input.button, a.button, button {
  display: block;
  text-decoration: none;
  padding: 14px 18px;
  background-color: transparent;
  margin-top: 20px;
}

input.button:focus, a.button:focus, button:focus {
  outline: none;
}

#edit-submit {
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
}

#edit-submit:hover {
  background: #0000ff;
  border: 1px solid #0000ff;
  color: white;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 30px;
  border: 1px solid #979797;
  background-color: #fff;
  background-clip: padding-box;
  color: #6f6e6e;
  text-decoration: none;
  white-space: nowrap;
  line-height: 30px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/icons/arrow-down.svg") no-repeat center center;
  background-size: 18px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #6f6e6e;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 340px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 15px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid orange;
  max-width: 100%;
  background-color: #eeeeee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("images/icons/close.svg") center center no-repeat;
  background-size: 20px;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #6f6e6e;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
/* @end */
.form-item, .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

.visually-hidden, .element-invisible {
  width: 0;
  display: block;
  visibility: hidden;
  height: 0px;
  display: none;
}

.file__icon {
  display: none;
}

.file img {
  display: none;
}

#admin-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

.main-nav .contextual-links-wrapper {
  display: none;
}

.contextual-links {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 12px;
  background-color: white;
  z-index: 2000;
}

.contextual-links li {
  display: inline-block;
  margin-right: 10px;
}

.contextual-links li a {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  padding: 7px 15px;
}

.contextual-links li.edit {
  background-color: transparent;
  border: 3px solid red;
}

.contextual-links li.edit a {
  color: red;
}

.contextual-links li.edit:hover {
  background-color: red;
}

.contextual-links li.edit:hover a {
  color: white;
}

.contextual-links li.dashboard {
  background-color: transparent;
  border: 1px solid blue;
  margin-right: 0;
}

.contextual-links li.dashboard a {
  color: blue;
}

.contextual-links li.dashboard:hover {
  background-color: blue;
}

.contextual-links li.dashboard:hover a {
  color: white;
}

.single-news-wrapper .contextual-links {
  position: relative;
  bottom: inherit;
  right: inherit;
  padding: 20px 0 20px 0;
}

.team .team-accordion .accordion li .contextual-links {
  position: absolute;
  bottom: inherit;
  right: -240px;
  top: 8px;
  padding: 0 12px;
}

.team .team-accordion .accordion li .contextual-links li:after {
  display: none;
}

.team .team-accordion .accordion li .contextual-links li a:hover {
  color: white;
}

.team .team-accordion .accordion li .contextual-links .edit {
  border-bottom: 3px solid red;
}

.team .team-accordion .accordion li .contextual-links .dashboard {
  border-bottom: 3px solid blue;
}

.toggle-wrapper {
  height: auto;
  max-height: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.toggle-wrapper.is-extended {
  max-height: 5000px;
}

.close-cross {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.close-cross:hover::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-cross:hover::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.close-cross::before, .close-cross::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -2px;
  background: #000;
  border-radius: 4px;
  background: #0000ff;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.close-cross::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-cross::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ticket-wrapper {
  display: inline-block;
}

.tickets a {
  position: relative;
  height: 100px;
  border-left: 3px solid #0000ff;
  border-top: 3px solid #0000ff;
  border-bottom: 3px solid #0000ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  background: transparent;
  min-width: 165px;
  color: #0000ff;
}

.tickets a:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-right: 3px solid #0000ff;
  border-top: 3px solid #0000ff;
  right: -35px;
  height: 70px;
  width: 70px;
  background: transparent;
  z-index: -1;
}

.tickets a:hover {
  background: #0000ff;
  color: white;
}

.tickets a:hover:before {
  background: #0000ff;
}

.TickerNews {
  width: 100%;
}

.ti_wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ti_slide {
  width: 30000px;
  position: relative;
  left: 0;
  top: 0;
}

.ti_content {
  width: 8000px;
  position: relative;
  float: left;
}

.ti_news {
  float: left;
}

.homepage-horaire {
  background-color: #F0F0F0;
  padding: 5px 0;
}

.homepage-horaire p {
  line-height: 1;
  letter-spacing: 0.9px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .homepage-horaire p {
    font-size: 13px !important;
  }
}

.front.white #header .toggle-menu-wrapper #toggle, .front.white #header .main-logo {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  top: 32px;
}

.front.white #header.has-scrolled .toggle-menu-wrapper #toggle, .front.white #header.has-scrolled .main-logo {
  top: 15px;
}

.front.white #language-switch2 {
  top: 75px;
}

.leaflet-touch .leaflet-bar {
  border: 3px solid #FF484F !important;
  border-radius: 0px;
}

.leaflet-touch .leaflet-bar a {
  background-color: transparent;
  color: #FF484F;
  border-bottom: 3px solid #FF484F;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.leaflet-touch .leaflet-bar a:hover {
  background-color: #FF484F;
  color: white;
}

.leaflet-touch .leaflet-bar a.leaflet-control-zoom-in {
  height: 32px;
}

.leaflet-touch .leaflet-bar .leaflet-control-zoom-out {
  border-bottom: none;
}

.leaflet-left .leaflet-control {
  margin-left: 15px;
}

body .leaflet-top {
  top: auto;
  bottom: 20px;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px;
}

@media only screen and (min-width: 998px) {
  .pager {
    padding-left: calc(((100% / 12) * 3) + 15px);
    padding-right: calc(((100% / 12) * 3) + 15px);
  }
}

.pager li {
  padding: 0 10px;
}

.pager li:first-child {
  padding-left: 0;
}

.pager li:last-child {
  padding-right: 0;
}

.pager .pager-previous .pager__link, .pager .pager-next .pager__link {
  position: relative;
  background-color: transparent;
  display: block;
}

.pager .pager-previous .pager__link:after, .pager .pager-next .pager__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pager .pager-next {
  margin-left: auto;
}

.pager .pager-next .pager__link {
  padding: 10px 35px 10px 10px;
}

.pager .pager-next .pager__link:after {
  background: url(images/icons/arrowR.svg) no-repeat center right;
  background-size: 15px;
}

.pager .pager-next .pager__link:hover:after {
  background: url(images/icons/arrowRblue.svg) no-repeat center right;
  background-size: 15px;
}

.pager .pager-previous {
  margin-right: auto;
}

.pager .pager-previous .pager__link {
  padding: 10px 10px 10px 35px;
}

.pager .pager-previous .pager__link:after {
  background: url(images/icons/arrowL.svg) no-repeat center left;
  background-size: 15px;
}

.pager .pager-previous .pager__link:hover:after {
  background: url(images/icons/arrowLblue.svg) no-repeat center left;
  background-size: 15px;
}

.date-nav-wrapper .date-heading {
  display: none;
}

.date-nav-wrapper .pager {
  margin-top: 60px;
}

.date-nav-wrapper a:hover {
  color: #FF484F;
}

.date-nav-wrapper .date-prev {
  margin-right: auto;
}

.date-nav-wrapper .date-next {
  margin-left: auto;
}

.field--video {
  margin-top: 20px;
  margin-bottom: 40px;
}

.embedded-video {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.player iframe,
.player object,
.player embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion-row {
  border-top: 1px solid #FF484F;
  border-bottom: 1px solid #FF484F;
}

.accordion-row .accordion-btn-wrapper {
  position: relative;
}

.accordion-row .accordion-btn-wrapper button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px solid transparent;
  background: transparent;
  color: transparent;
  border: none;
  padding: 15px 25px 15px 0;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  text-align: left;
  margin-top: 0;
}

.accordion-row .accordion-btn-wrapper button[disabled] button {
  cursor: not-allowed;
}

.accordion-row .accordion-btn-wrapper button[disabled] button i {
  display: none;
}

.accordion-row .accordion-btn-wrapper button:hover i {
  opacity: 1;
}

.accordion-row .accordion-btn-wrapper button.active:hover i {
  opacity: 1;
}

.accordion-row .accordion-btn-wrapper button.active i {
  opacity: .6;
}

.accordion-row .accordion-btn-wrapper button.active i:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.accordion-row .accordion-btn-wrapper button i {
  position: absolute;
  width: 25px;
  height: 25px;
  inset: 0;
  margin: auto 0 auto auto;
  display: block;
  opacity: .4;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.acc-item-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.acc-item-content > div {
  overflow: hidden;
}

.acc-item-content > div .wysiwyg {
  padding: 40px 0 20px 0;
}

.acc-item-content[aria-hidden="true"] {
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
}

.gg-chevron-down {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-chevron-down::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 4px;
  top: 2px;
}

.accordion-row {
  margin-top: 60px;
}

.accordion-row + .accordion-row {
  margin-top: 0;
  border-top: none;
}

.wysiwyg + .accordion-row {
  margin-top: 60px;
}

.accordion-row + div:not(.accordion-row) {
  margin-top: 60px;
}

/* Styles for the popup */
@-webkit-keyframes popupFade {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes popupFade {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0);
  /* Semi-transparent background */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  /* Ensure the popup appears on top of other content */
  cursor: pointer;
  overflow-y: scroll;
  -webkit-animation: popupFade .3s forwards ease;
          animation: popupFade .3s forwards ease;
}

.popup-content {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  padding: 50px 20px 20px 20px;
  text-align: left;
  width: 400px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  max-width: calc(100% - 40px);
  color: black;
  cursor: auto;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-animation: fadeInUp .6s .5s forwards ease;
          animation: fadeInUp .6s .5s forwards ease;
}

.popup-content h2 {
  margin-bottom: 30px;
}

.popup-content #mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}

.popup-content #mc_embed_signup_scroll #mce-responses {
  position: absolute;
  top: 100%;
  left: 0;
}

.popup-content .mc-field-group {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.popup-content [type="submit"] {
  border-width: 0px;
  background: #FF484F;
  padding: 14px 18px;
  margin-top: 0;
}

.popup-content [type="submit"]:hover {
  background: black;
  color: white !important;
}

.popup-content [type="email"] {
  color: black !important;
}

.popup-content [type="email"]::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1;
  /* Firefox */
}

.popup-content [type="email"]::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1;
  /* Firefox */
}

.popup-content [type="email"]:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1;
  /* Firefox */
}

.popup-content [type="email"]::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1;
  /* Firefox */
}

.popup-content [type="email"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1;
  /* Firefox */
}

.popup-content [type="email"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black !important;
}

.popup-content [type="email"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black !important;
}

body.black:not(.white) .popup-content h2, body.black:not(.white) .popup-content input {
  color: black;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  color: transparent;
  text-indent: 995px;
}

.close-popup:not(:hover):not(:focus):not(:focus-visible) {
  opacity: .6;
}

.close-popup:after, .close-popup:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: black;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.close-popup:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.close-popup:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.page-footer {
  background-color: #F0F0F0;
  padding-top: 20px;
  position: relative;
}

.page-footer .partners-logos {
  padding-top: 40px;
}

.page-footer .partners-logos img {
  margin-right: 40px;
  margin-bottom: 20px;
}

.page-footer .credit a {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .page-footer > .container > .row:first-child {
    margin-bottom: 80px;
  }
}

.page-footer > .container > .row:last-child {
  margin-bottom: 20px;
}

.page-footer .logo-footer {
  margin-bottom: 20px;
}

.page-footer .logo-footer a, .page-footer .logo-footer img {
  display: block;
}

.page-footer .logo-footer img {
  max-width: 300px;
  width: 100%;
  margin-bottom: 25px;
}

.page-footer .footer-social {
  margin-bottom: 20px;
}

.page-footer .footer-social p {
  margin-bottom: 20px;
  font-size: 25px !important;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: unset;
}

@media only screen and (max-width: 1500px) {
  .page-footer .footer-social p {
    font-size: 20.8333333333px;
  }
}

.page-footer .footer-social .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-footer .footer-social .social li a {
  padding-right: 20px;
  display: block;
}

.page-footer .footer-social .social li a img, .page-footer .footer-social .social li a svg {
  display: block;
  height: 20px;
  width: auto;
}

.page-footer .footer-menu {
  margin-bottom: 20px;
}

.page-footer .footer-menu ul li a:hover {
  border-bottom: 1px solid #1d1d1b;
}

.page-footer .footer-horaire {
  margin-bottom: 20px;
}

.page-footer .footer-info {
  margin-bottom: 20px;
}

.page-footer .footer-info address {
  margin-bottom: 20px;
}

.page-footer .footer-info a:hover {
  border-bottom: 1px solid #1d1d1b;
}

.newsletter {
  margin-bottom: 20px;
  z-index: 2;
}

.newsletter p {
  margin-bottom: 20px;
}

.newsletter input[type="email"] {
  height: 40px;
  border: 1px solid #1d1d1b;
  padding-left: 10px;
  color: #1d1d1b;
  width: 100%;
  background-color: transparent;
  outline: none;
  max-width: 100%;
}

.newsletter #mc_embed_signup {
  max-width: 100%;
}

.newsletter #mc_embed_signup div.mce_inline_error {
  background-color: #FF484F;
  font-weight: normal;
}

.newsletter div#mc_embed_signup_scroll {
  position: relative;
  width: 100%;
}

.newsletter div.mce_inline_error {
  height: 40px;
  line-height: 35px;
}

.newsletter .mc-field-group {
  position: relative;
  width: 100%;
}

.newsletter input#mce-EMAIL {
  display: inline-block;
}

.newsletter .clear {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  height: 50px;
  width: 100px;
}

.newsletter #mc-embedded-subscribe {
  border: none;
  margin-top: 0;
  width: 100%;
  height: 50px;
  text-indent: 0;
  padding: 0 0;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  opacity: 1;
  background-color: blue;
  color: white;
}

.newsletter #mc-embedded-subscribe:hover {
  opacity: 1;
  background-position: 90% center;
  background-color: rgba(0, 0, 255, 0.8);
}

input {
  border-style: solid;
}

.url-textfield {
  display: none;
}

input[type="text"] {
  width: 100%;
  max-width: 400px;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0 30px white inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.newsletter input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border-radius: 0;
}

form {
  /* Cachons la case à cocher */
  /* on prépare le label */
  /* Aspect des checkboxes */
  /* :before sert à créer la case à cocher */
  /* Aspect si "cochée" */
}

form .form-item__label {
  margin-bottom: 5px;
}

form .form-item--textfield, form .form-item--textarea, form .form-item--checkbox {
  margin-bottom: 20px;
}

form select {
  min-height: 50px;
  width: 100%;
  max-width: 400px;
  border: 1px solid #0000ff;
  color: #1d1d1b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("images/icons/arrow-down.svg") no-repeat 96% center;
  background-size: 18px;
  border-radius: 0;
  padding: 0 10px;
}

form input[type="text"], form input[type="email"] {
  width: 100%;
  max-width: 400px;
  border: 1px solid #0000ff;
  color: #1d1d1b;
  min-height: 50px;
  display: block;
  padding: 5px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border-radius: 0;
}

form input[type="text"]:focus, form input[type="email"]:focus {
  border-bottom: 1px solid #0000ff;
  outline: none;
}

form textarea {
  border-radius: 0;
}

form .form-textarea {
  display: block;
  border: 1px solid #0000ff;
  padding: 5px 10px;
  width: 100%;
  max-width: 800px;
  min-height: 300px;
  border-radius: 0;
}

form .form-textarea:focus {
  outline: none;
}

form .form-item--radio {
  margin-bottom: 10px !important;
}

form .form-item--radio label:hover {
  opacity: .6;
}

form [type=radio]:not(:checked),
form [type=radio]:checked,
form [type="checkbox"]:not(:checked),
form [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

form [type="checkbox"] + label, form [type="checkbox"] + label {
  margin-right: 20px;
}

form [type=radio]:not(:checked) + label,
form [type=radio]:checked + label,
form [type="checkbox"]:not(:checked) + label,
form [type="checkbox"]:checked + label {
  position: relative;
  /* permet de positionner les pseudo-éléments */
  padding-left: 20px;
  /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;
  /* affiche un curseur adapté */
}

form [type=radio]:not(:checked) + label:before,
form [type=radio]:checked + label:before,
form [type="checkbox"]:not(:checked) + label:before,
form [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 15px;
  height: 15px;
  border: 1px solid #1d1d1b;
  background: transparent;
}

form [type=radio]:checked + label:before, form [type="checkbox"]:checked + label:before {
  border: 1px solid #0000ff;
  background: #0000ff;
}

form #edit-actions {
  margin-top: 40px;
}

.main-form {
  padding-top: 40px;
}

.main-form .fieldset__legend, .main-form .form-item__legend {
  border-bottom: none;
  color: #1d1d1b;
  margin-bottom: 5px;
}

.main-form .fieldset__legend span, .main-form .form-item__legend span {
  color: #1d1d1b;
}

.main-form .form-item__label {
  padding-right: 10px;
}

.main-form .form-item, .main-form .webform-component-fieldset {
  margin-bottom: 30px;
}

.main-form .webform-component-fieldset .form-item {
  margin-bottom: 10px;
}

.main-form .webform-container-inline > .form-item {
  margin-bottom: 10px;
}

.main-form .webform-container-inline input {
  display: inline-block;
}

.main-form .rue .form-item__label, .main-form .commune .form-item__label, .main-form .cp .form-item__label {
  visibility: hidden;
  display: none;
}

.main-form .commune {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .main-form .commune input {
    width: calc(100% - 120px);
  }
}

.main-form .cp {
  display: inline-block;
  margin-right: 10px;
}

.main-form .cp input {
  width: 150px;
}

@media only screen and (max-width: 767px) {
  .main-form .cp input {
    width: 100px;
  }
}

.main-form .webform-component-date .form-item--select, .main-form .webform-component-time .form-item--select {
  display: inline-block;
  width: 150px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .main-form .webform-component-date .form-item--select, .main-form .webform-component-time .form-item--select {
    width: 106px;
  }
}

.main-form .webform-component-date .chosen-container.chosen-container-single, .main-form .webform-component-time .chosen-container.chosen-container-single {
  width: 100%;
  display: inline-block;
}

.main-form .webform-component-radios .form-item__legend {
  margin-top: 10px;
  margin-bottom: 20px;
}

.main-form .webform-component-time .form-item {
  margin-right: 5px;
}

.main-form .webform-component-time .form-item:last-child {
  margin-left: 5px;
}

.main-form .description {
  padding-top: 5px;
  padding-bottom: 5px;
}

.main-form .button--submit {
  margin-top: 40px;
}

.main-form .webform-component-file {
  position: relative;
}

.main-form .webform-component-file label {
  background: #FF484F;
  padding: 15px 53px;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.main-form .webform-component-file input {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0.01;
  cursor: pointer;
}

.main-form .webform-component-file input:hover + label,
.main-form .webform-component-file input:focus + label {
  background: #FF484F;
  color: white;
}

main .chosen-container-single .chosen-single {
  border: 1px solid #0000ff;
  height: 50px;
  line-height: 50px;
}

main .chosen-container-single .chosen-single span {
  color: #1d1d1b;
  line-height: 50px !important;
  padding: 0 20px;
  text-align: center;
}

main .chosen-container.chosen-container-single {
  max-width: 400px;
  min-width: 100px;
  display: block;
}

main .chosen-container .chosen-drop {
  border: 1px solid #0000ff;
  border-top: none;
}

main .chosen-container.chosen-container-single {
  display: block;
}

main .chosen-container .chosen-results li {
  color: #1d1d1b;
  border-bottom: 1px solid #0000ff;
}

main .chosen-container .chosen-results li.highlighted {
  background: #0000ff;
  color: white;
}

main .chosen-container-single .chosen-single div {
  width: 50px;
}

main .button--submit {
  color: white;
  padding: 20px 50px;
  border: 3px solid #0000ff;
  background: #0000ff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

main .button--submit:hover {
  background: transparent;
  color: #0000ff;
}

.webform-component-fieldset.required .fieldset__legend {
  width: auto;
}

.webform-component-fieldset.required .fieldset__legend:after {
  content: '*';
  color: #FF484F;
}

.webform-component.required .form-item__legend, .webform-component.required .fieldset__legend {
  width: auto;
}

.webform-component.required .form-item__label:after, .webform-component.required .form-item__legend:after {
  content: '*';
  color: #FF484F;
}

.webform-component.required .form-item--radio .form-item__label:after {
  content: '';
  color: #FF484F;
  display: none;
}

.error.messages-inline {
  margin-top: -20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.form-item--checkbox a {
  text-decoration: underline;
}

.container-fluid {
  padding-left: 10vw !important;
  padding-right: 10vw !important;
}

@media (min-width: 768px) {
  .container-fluid {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}

@media (min-width: 1440px) {
  .container-fluid {
    padding-left: 7.5vw !important;
    padding-right: 7.5vw !important;
  }
}

@media (min-width: 2000px) {
  .container-fluid {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}

div[class*='col-'] {
  word-break: break-word;
}

.section-fullwidth {
  padding: 0 0 !important;
}

.section-fullwidth > .row {
  margin-left: 0;
  margin-right: 0;
}

.section-fullwidth > .row > div[class*='col-'] {
  padding-left: 10vw !important;
  padding-right: 10vw !important;
}

@media (min-width: 768px) {
  .section-fullwidth > .row > div[class*='col-'] {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}

@media (min-width: 1440px) {
  .section-fullwidth > .row > div[class*='col-'] {
    padding-left: 7.5vw !important;
    padding-right: 7.5vw !important;
  }
}

@media (min-width: 2000px) {
  .section-fullwidth > .row > div[class*='col-'] {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}

.section-fullwidth-gutter {
  padding: 0 0 !important;
}

.section-fullwidth-gutter > .row {
  margin-left: 0;
  margin-right: 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */
  /* Large devices (large desktops, 1200px and up) */
}

.section-fullwidth-gutter > .row > div[class*='col-left'] {
  padding-left: 10vw !important;
}

@media (min-width: 768px) {
  .section-fullwidth-gutter > .row > div[class*='col-left'] {
    padding-left: 5vw !important;
  }
}

@media (min-width: 1440px) {
  .section-fullwidth-gutter > .row > div[class*='col-left'] {
    padding-left: 7.5vw !important;
  }
}

@media (min-width: 2000px) {
  .section-fullwidth-gutter > .row > div[class*='col-left'] {
    padding-left: 10vw !important;
  }
}

.section-fullwidth-gutter > .row > div[class*='col-right'] {
  padding-right: 10vw !important;
}

@media (min-width: 768px) {
  .section-fullwidth-gutter > .row > div[class*='col-right'] {
    padding-right: 5vw !important;
  }
}

@media (min-width: 1440px) {
  .section-fullwidth-gutter > .row > div[class*='col-right'] {
    padding-right: 7.5vw !important;
  }
}

@media (min-width: 2000px) {
  .section-fullwidth-gutter > .row > div[class*='col-right'] {
    padding-right: 10vw !important;
  }
}

@media screen and (max-width: 768px) {
  .section-fullwidth-gutter > .row > .col-xs-12 {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
  .section-fullwidth-gutter > .row > .col-xs-12 {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 1440px) {
  .section-fullwidth-gutter > .row > .col-xs-12 {
    padding-left: 7.5vw !important;
    padding-right: 7.5vw !important;
  }
}

@media screen and (max-width: 768px) and (min-width: 2000px) {
  .section-fullwidth-gutter > .row > .col-xs-12 {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}

@media screen and (max-width: 992px) {
  .section-fullwidth-gutter > .row > .col-sm-12 {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  .section-fullwidth-gutter > .row > .col-sm-12 {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 1440px) {
  .section-fullwidth-gutter > .row > .col-sm-12 {
    padding-left: 7.5vw !important;
    padding-right: 7.5vw !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 2000px) {
  .section-fullwidth-gutter > .row > .col-sm-12 {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}

@media screen and (max-width: 1200px) {
  .section-fullwidth-gutter > .row > .col-md-12 {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .section-fullwidth-gutter > .row > .col-md-12 {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1440px) {
  .section-fullwidth-gutter > .row > .col-md-12 {
    padding-left: 7.5vw !important;
    padding-right: 7.5vw !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 2000px) {
  .section-fullwidth-gutter > .row > .col-md-12 {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}

@media screen and (min-width: 1200px) {
  .section-fullwidth-gutter > .row > .col-lg-12 {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}

@media screen and (min-width: 1200px) and (min-width: 768px) {
  .section-fullwidth-gutter > .row > .col-lg-12 {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1440px) {
  .section-fullwidth-gutter > .row > .col-lg-12 {
    padding-left: 7.5vw !important;
    padding-right: 7.5vw !important;
  }
}

@media screen and (min-width: 1200px) and (min-width: 2000px) {
  .section-fullwidth-gutter > .row > .col-lg-12 {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }
}

.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.equal, .section-fullwidth > .row, .section-fullwidth-gutter > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equal > div[class*='col-'], .section-fullwidth > .row > div[class*='col-'], .section-fullwidth-gutter > .row > div[class*='col-'], .equal > article[class*='col-'], .section-fullwidth > .row > article[class*='col-'], .section-fullwidth-gutter > .row > article[class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.centered-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.content-wrapper {
  padding-bottom: 40px;
}

.v-align-start {
  margin-bottom: auto;
}

.v-align-center {
  margin: auto auto;
}

.v-align-end {
  margin-top: auto;
}

.clearfix {
  overflow: visible !important;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* IE < 8 */
.full-section {
  min-height: calc(100vh - 90px);
  padding-top: 40px;
  padding-bottom: 40px;
}

.full-section > div {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .full-section {
    min-height: calc(100vh - 90px);
    padding-top: 80px;
  }
}

@media only screen and (min-width: 1500px) {
  .full-section {
    min-height: calc(100vh - 140px);
  }
}

@media only screen and (max-width: 991px) {
  .full-section > .container > .row > .col-xs-12.col-md-6.col-md-offset-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .full-section > .container > .row > .col-xs-12.col-md-6.col-md-offset-3 {
    min-height: calc(100vh - 90px);
  }
}

@media only screen and (min-width: 1500px) {
  .full-section > .container > .row > .col-xs-12.col-md-6.col-md-offset-3 {
    min-height: calc(100vh - 140px);
  }
}

.svg-title {
  position: relative;
  padding: 0 15px;
}

.svg-title.commision-kanal img {
  width: 718px;
  top: -65px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .svg-title.commision-kanal img {
    top: -32.5px;
    width: calc(718px / 2);
  }
}

.svg-title.commision-kanal a {
  -webkit-transform: translateY(-50%) translateX(-54px);
          transform: translateY(-50%) translateX(-54px);
}

@media only screen and (max-width: 991px) {
  .svg-title.commision-kanal a {
    -webkit-transform: translateY(-50%) translateX(-27px);
            transform: translateY(-50%) translateX(-27px);
  }
}

.svg-title.see-kanal img {
  width: 786px;
}

@media only screen and (max-width: 991px) {
  .svg-title.see-kanal img {
    width: calc(789px / 2);
  }
}

@media only screen and (min-width: 768px) {
  .svg-title.big {
    min-height: calc(100vh - 80px);
  }
}

@media only screen and (min-width: 768px) {
  .svg-title.big::before {
    padding-top: 0;
  }
}

.svg-title .svg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0)), color-stop(100%, black));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(15%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 15%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  z-index: 1;
}

.svg-title .svg-wrapper h2 {
  position: absolute;
  top: calc(100% + 20px);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.svg-title .svg-wrapper a {
  display: block;
}

.svg-title .svg-wrapper img {
  position: absolute;
  display: block;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .svg-title .svg-wrapper img {
    height: auto !important;
    left: 0 !important;
    max-width: calc(100% - 40px);
  }
}

.svg-title::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 38.0555555556%;
}

@media only screen and (max-width: 767px) {
  .svg-title::before {
    padding-top: 76.1111111111%;
  }
}

.svg-title::after {
  /* to clear float */
  content: "";
  display: block;
  clear: both;
}

.svg-title a {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  padding: 0 15px;
}

.svg-title a img {
  display: block;
  margin: 0 auto;
}

.fixed-bkg {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ipad .fixed-bkg, .iphone .fixed-bkg, .android .fixed-bkg {
  background-attachment: inherit;
}

.svg-title-slider .fixed-bkg {
  background-attachment: inherit;
}

.toggle-menu-wrapper #toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 1000;
  margin: 0;
  margin-left: auto;
  border: none;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .toggle-menu-wrapper #toggle {
    top: 30px;
  }
}

.toggle-menu-wrapper #toggle > div {
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 1500px) {
  .toggle-menu-wrapper #toggle > div {
    height: 25px;
  }
}

.toggle-menu-wrapper #toggle:hover > span {
  border-bottom: 2px solid #1d1d1b;
}

.toggle-menu-wrapper .toggle-menu {
  display: block;
  opacity: 1;
  width: 40px;
  height: 50px;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  padding: 15px 0px 15px 8px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}

.toggle-menu-wrapper .toggle-menu span:after, .toggle-menu-wrapper .toggle-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.toggle-menu-wrapper .toggle-menu span:after {
  top: 18px;
}

.toggle-menu-wrapper .toggle-menu span {
  position: relative;
  display: block;
}

.toggle-menu-wrapper .toggle-menu span, .toggle-menu-wrapper .toggle-menu span:after, .toggle-menu-wrapper .toggle-menu span:before {
  width: 100%;
  height: 2.5px;
  background-color: #1d1d1b;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 0px;
}

@media only screen and (max-width: 1500px) {
  .toggle-menu-wrapper .toggle-menu span, .toggle-menu-wrapper .toggle-menu span:after, .toggle-menu-wrapper .toggle-menu span:before {
    height: 2px;
  }
}

.toggle-menu-wrapper .toggle-menu.is-on span {
  background-color: transparent;
}

.toggle-menu-wrapper .toggle-menu.is-on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
          transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-menu-wrapper .toggle-menu.is-on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px);
}

.bread-crumb {
  opacity: 1;
}

.bread-crumb > .container > .row > .bread-crumb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 140px;
}

@media only screen and (max-width: 1500px) {
  .bread-crumb > .container > .row > .bread-crumb-inner {
    min-height: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .bread-crumb > .container > .row > .bread-crumb-inner {
    min-height: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .bread-crumb > .container > .row > .bread-crumb-inner {
    min-height: 0;
  }
}

.bread-crumb h1 {
  display: inline;
}

.main-logo {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 1000;
}

@media only screen and (max-width: 500px) {
  .main-logo {
    top: 25px;
  }
}

.main-logo .index-link {
  display: block;
  padding: 4px 0;
}

.main-logo img {
  height: 100px;
  width: auto;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

@media only screen and (max-width: 1500px) {
  .main-logo img {
    height: 61px;
  }
}

@media only screen and (max-width: 991px) {
  .main-logo img {
    height: 42px;
  }
}

@media only screen and (max-width: 500px) {
  .main-logo img {
    height: 30px;
  }
}

.kanal {
  position: fixed;
  bottom: 15px;
  left: 15px;
}

.sous-page .kanal {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pompidou {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.pompidou img {
  height: 100px;
  width: auto;
  display: block;
}

@media only screen and (max-width: 1500px) {
  .pompidou img {
    height: 61px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 999;
}

@media only screen and (max-width: 767px) {
  #header {
    height: 90px;
  }
  #header .main-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#header nav {
  width: 100%;
}

#header #menu {
  position: fixed;
  width: 100%;
  top: -100vh;
  left: 0;
  z-index: 999;
  background-color: #F0F0F0;
  padding: 20px 0;
  height: 100vh;
  -webkit-transition: top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 991px) {
  #header #menu {
    padding: 140px 0 20px 0;
  }
}

#header #menu.is-active {
  opacity: 1;
  top: 0;
}

@media only screen and (min-width: 768px) {
  #header #menu.is-active #block-menu-block-1 .nav--menu-block-1 > li.is-highlighted > ul {
    opacity: 1;
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #header #menu.is-active #block-menu-block-1 .nav--menu-block-1 > li.is-active-trail {
    opacity: 1;
    display: block;
  }
}

#header #menu.is-active #block-menu-block-1 .nav--menu-block-1 > li > ul {
  top: 99px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #header #menu.is-active #block-menu-block-1 .nav--menu-block-1 > li > ul {
    opacity: 1;
  }
}

@media only screen and (min-width: 992px) {
  #header #menu.is-active #block-menu-block-1 .nav--menu-block-1 > li > ul {
    top: 20px;
  }
}

#header #block-menu-block-1 {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  #header #block-menu-block-1 {
    padding-top: 150px;
  }
}

@media only screen and (min-width: 1501px) {
  #header #block-menu-block-1 {
    padding-top: 200px;
  }
}

#header #block-menu-block-1 .nav--menu-block-1 {
  position: relative;
}

@media only screen and (min-width: 768px) {
  #header #block-menu-block-1 .nav--menu-block-1 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #header #block-menu-block-1 .nav--menu-block-1 {
    width: 100%;
  }
}

#header #block-menu-block-1 .nav--menu-block-1 a.is-active {
  color: #0000ff;
}

#header #block-menu-block-1 .nav--menu-block-1 li {
  line-height: 1;
}

#header #block-menu-block-1 .nav--menu-block-1 > li {
  position: relative;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  #header #block-menu-block-1 .nav--menu-block-1 > li {
    padding-right: calc(100% / 4);
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
}

#header #block-menu-block-1 .nav--menu-block-1 > li > a {
  width: 100%;
  display: block;
  text-transform: uppercase !important;
  border-bottom: 1px solid #1d1d1b;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #header #block-menu-block-1 .nav--menu-block-1 > li > a {
    pointer-events: none;
  }
}

#header #block-menu-block-1 .nav--menu-block-1 > li > ul {
  display: block;
  background-color: #F0F0F0;
}

@media only screen and (max-width: 767px) {
  #header #block-menu-block-1 .nav--menu-block-1 > li > ul {
    display: none;
  }
}

#header #block-menu-block-1 .nav--menu-block-1 > li.is-highlighted > a {
  color: #0000ff;
}

#header #block-menu-block-1 .nav--menu-block-1 > li.is-highlighted > ul {
  z-index: 2;
}

#header #block-menu-block-1 .nav--menu-block-1 li a:hover, #header #block-menu-block-1 .nav--menu-block-1 li a .active {
  color: #0000ff;
}

#header .bloc-language {
  text-align: right;
}

@media only screen and (min-width: 992px) {
  #header .bloc-language {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}

#header #block-locale-language-content ul li {
  display: inline-block;
  margin-left: 10px;
}

#header #block-locale-language-content ul li a {
  text-transform: capitalize;
  opacity: 1;
  display: inline-block;
}

#header #block-locale-language-content ul li a:hover {
  color: #0000ff;
}

#header #block-locale-language-content ul li a.is-active {
  border-bottom: 2px solid #1d1d1b;
}

#header #block-locale-language-content ul li a.is-active:hover {
  color: #1d1d1b;
}

#header.is-open {
  background-color: #F0F0F0;
}

@media only screen and (min-width: 992px) {
  #header.is-open #block-locale-language ul li {
    display: block;
  }
}

#header.is-open #block-locale-language ul li a.is-active {
  color: #0000ff;
}

@media only screen and (max-width: 991px) {
  .bread-crumb {
    padding-top: 90px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .node-type-exposition .fil-ariane.numbers {
    display: none;
  }
}

.fil-ariane {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .fil-ariane {
    padding-right: 13%;
    max-height: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .fil-ariane {
    display: none;
  }
  .fil-ariane.sliderdate {
    display: none;
  }
  .fil-ariane.numbers {
    display: block;
  }
}

.fil-ariane.sliderdate {
  overflow: visible;
}

@media only screen and (min-width: 992px) {
  .fil-ariane.sliderdate {
    padding-right: 0;
    width: 75%;
  }
}

.fil-ariane ul {
  line-height: 1;
}

.fil-ariane ul li {
  display: inline-block;
}

.fil-ariane ul li a {
  padding-right: 30px;
}

.fil-ariane ul li a:hover, .fil-ariane ul li a.is-active {
  color: #0000ff;
}

.fil-ariane.numbers ul li:nth-child(1) a:before, .fil-ariane.numbers ul li:nth-child(2) a:before, .fil-ariane.numbers ul li:nth-child(3) a:before {
  display: block;
}

.fil-ariane.numbers ul li:nth-child(1) a:before {
  content: '1.';
}

.fil-ariane.numbers ul li:nth-child(2) a:before {
  content: '2.';
}

.fil-ariane.numbers ul li:nth-child(3) a:before {
  content: '3.';
}

header .ticket-wrapper {
  display: inline-block;
  position: absolute;
  left: 15px;
  bottom: 15px;
}

@media only screen and (min-width: 992px) {
  header .ticket-wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: auto;
  }
}

@media only screen and (max-width: 767px) {
  header .ticket-wrapper {
    display: none;
  }
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.leaflet-interactive {
  -webkit-animation: fadeInAnimation .4s ease forwards;
          animation: fadeInAnimation .4s ease forwards;
}

.festival-header {
  margin-bottom: 60px;
}

.svg-title-slider .paragraphs-items-field-background-svg-title {
  min-width: 0 !important;
  min-height: 0 !important;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.svg-title-slider .paragraphs-items-field-background-svg-title.slick-initialized {
  opacity: 1;
}

.svg-title-slider .paragraphs-items-field-background-svg-title .slick-slide, .svg-title-slider .paragraphs-items-field-background-svg-title .slick-track {
  outline: transparent !important;
}

.main-slider {
  min-width: 0 !important;
  min-height: 0 !important;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.main-slider .caption, .main-slider .img-wrapper figcaption span, .img-wrapper figcaption .main-slider span {
  text-align: center;
}

.main-slider .slick-slide img {
  max-height: calc(100vh - 280px);
  height: auto;
  width: auto;
  margin: 0 auto;
}

.main-slider.slick-initialized {
  opacity: 1;
}

.main-slider .slick-next, .main-slider .slick-prev {
  width: 110px;
  height: 110px;
  z-index: 300;
}

.main-slider .slick-next:before, .main-slider .slick-prev:before {
  content: '';
  display: block;
  background: inherit;
  color: #1d1d1b;
  width: 110px;
  height: 110px;
  opacity: 1;
}

.main-slider .slick-next:focus, .main-slider .slick-prev:focus {
  background: inherit;
  color: #1d1d1b;
}

.main-slider .slick-next:hover, .main-slider .slick-prev:hover {
  border: none;
}

.main-slider .slick-next {
  right: -100px;
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .main-slider .slick-next {
    right: 10px;
  }
}

.main-slider .slick-next:before {
  background: url(images/icons/arrowR.svg) no-repeat right center;
  background-size: 15px;
}

@media only screen and (min-width: 992px) {
  .main-slider .slick-next:before {
    background: url(images/icons/arrowR-slider.svg) no-repeat right center;
  }
}

@media only screen and (min-width: 1501px) {
  .main-slider .slick-next:before {
    background: url(images/icons/arrowR-slider.svg) no-repeat right center;
  }
}

.main-slider .slick-next:hover:before {
  background: url(images/icons/arrowRblue.svg) no-repeat right center;
  background-size: 15px;
}

@media only screen and (min-width: 992px) {
  .main-slider .slick-next:hover:before {
    background: url(images/icons/arrowRblue-slider.svg) no-repeat right center;
  }
}

@media only screen and (min-width: 1501px) {
  .main-slider .slick-next:hover:before {
    background: url(images/icons/arrowRblue-slider.svg) no-repeat right center;
  }
}

.main-slider .slick-prev {
  left: -100px;
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .main-slider .slick-prev {
    left: 10px;
  }
}

.main-slider .slick-prev:before {
  background: url(images/icons/arrowL.svg) no-repeat left center;
  background-size: 15px;
}

@media only screen and (min-width: 1501px) {
  .main-slider .slick-prev:before {
    background: url(images/icons/arrowL-slider.svg) no-repeat left center;
    background-size: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .main-slider .slick-prev:before {
    background: url(images/icons/arrowL-slider.svg) no-repeat left center;
    background-size: 61px;
  }
}

.main-slider .slick-prev:hover:before {
  background: url(images/icons/arrowLblue.svg) no-repeat left center;
  background-size: 15px;
}

@media only screen and (min-width: 1501px) {
  .main-slider .slick-prev:hover:before {
    background: url(images/icons/arrowLblue.svg) no-repeat left center;
    background-size: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .main-slider .slick-prev:hover:before {
    background: url(images/icons/arrowLblue.svg) no-repeat left center;
    background-size: 61px;
  }
}

.main-slider .slider-slide {
  cursor: pointer;
  outline: none;
}

.expo-single .main-slider {
  margin-left: 0;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
  .expo-single .main-slider {
    margin-left: calc((-100% / 12) * 2);
    width: calc(100% + (((100% / 12) * 4)));
  }
}

.expo-single .field--image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.expo-single .title-wrapper + div figcaption {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .expo-single article + div figcaption {
    margin-bottom: 40px;
  }
}

.sliderdate ul {
  min-width: 0 !important;
  min-height: 0 !important;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.sliderdate ul.slick-initialized {
  opacity: 1;
}

.sliderdate ul .slick-initialized .slick-slide {
  display: inline-block;
}

.sliderdate ul .slick-next, .sliderdate ul .slick-prev {
  width: 35px;
  height: 35px;
  z-index: 300;
  margin-top: 0;
  top: 45%;
}

.sliderdate ul .slick-next:before, .sliderdate ul .slick-prev:before {
  content: '';
  display: block;
  background: inherit;
  color: #1d1d1b;
  background-size: 40px;
  width: 35px;
  height: 35px;
  opacity: 1;
}

.sliderdate ul .slick-next:focus, .sliderdate ul .slick-prev:focus {
  background: inherit;
  color: #1d1d1b;
}

.sliderdate ul .slick-next:hover, .sliderdate ul .slick-prev:hover {
  border: none;
}

.sliderdate ul .slick-next {
  right: 0;
}

.sliderdate ul .slick-next:before {
  background: url(images/icons/arrowR.svg) no-repeat right center;
  background-size: 9px;
}

.sliderdate ul .slick-prev {
  left: -13%;
}

@media only screen and (max-width: 991px) {
  .sliderdate ul .slick-prev {
    left: 0;
  }
}

.sliderdate ul .slick-prev:before {
  background: url(images/icons/arrowL.svg) no-repeat left center;
  background-size: 9px;
}

.sliderdate ul .slick-slide {
  outline: none;
}

@media only screen and (max-width: 991px) {
  .sliderdate ul .slick-slide {
    text-align: center;
  }
  .sliderdate ul .slick-slide a {
    padding-right: 0;
  }
}

.feed-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0 !important;
  min-height: 0 !important;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (max-width: 991px) {
  .feed-slider {
    opacity: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feed-slider.slick-initialized {
  opacity: 1;
}

.feed-slider .slick-next {
  right: calc((((100% / 12) - 30px) / 2));
}

.feed-slider .slick-next:before {
  background: url(images/icons/new-right-arrow-white.svg) no-repeat right center;
  background-size: auto 46px;
}

.feed-slider .slick-next:hover:before {
  background: url(images/icons/new-right-arrow-red.svg) no-repeat right center;
  background-size: auto 46px;
}

.feed-slider .slick-prev {
  left: calc((((100% / 12) - 30px) / 2));
}

.feed-slider .slick-prev:before {
  background: url(images/icons/new-left-arrow-white.svg) no-repeat right center;
  background-size: auto 46px;
}

.feed-slider .slick-prev:hover:before {
  background: url(images/icons/new-left-arrow-red.svg) no-repeat right center;
  background-size: auto 46px;
}

.feed-slider .slick-next, .feed-slider .slick-prev {
  width: 35px;
  height: 62px;
  z-index: 300;
  margin-top: 0;
  top: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.feed-slider .slick-next.slick-disabled, .feed-slider .slick-prev.slick-disabled {
  opacity: 0 !important;
}

.feed-slider .slick-next:before, .feed-slider .slick-prev:before {
  content: '';
  display: block;
  width: 35px;
  height: 62px;
  opacity: 1;
}

.feed-slider .slick-next:focus, .feed-slider .slick-prev:focus {
  opacity: 1;
}

.feed-slider .slick-next:hover, .feed-slider .slick-prev:hover {
  opacity: 1;
}

.feed-slider .slick-prev.slick-disabled:before, .feed-slider .slick-next.slick-disabled:before {
  opacity: 1;
}

.feed-slider .slick-slide, .feed-slider .slick-track {
  outline: transparent !important;
}

.black .main-slider .slick-next {
  right: calc((((100% / 12) - 30px) / 2));
  width: 50%;
  height: 100%;
}

.black .main-slider .slick-next:before {
  background: url(images/icons/new-right-arrow-white.svg) no-repeat right center;
  background-size: auto 46px;
  margin-left: auto;
  margin-right: 20px;
}

.black .main-slider .slick-prev {
  left: calc((((100% / 12) - 30px) / 2));
  width: 50%;
  height: 100%;
}

.black .main-slider .slick-prev:before {
  background: url(images/icons/new-left-arrow-white.svg) no-repeat right center;
  background-size: auto 46px;
  margin-right: auto;
  margin-left: 18px;
}

.black .main-slider .slick-next, .black .main-slider .slick-prev {
  width: 35px;
  height: 62px;
  z-index: 300;
  margin-top: 0;
  top: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.black .main-slider .slick-next.slick-disabled, .black .main-slider .slick-prev.slick-disabled {
  opacity: 0 !important;
}

.black .main-slider .slick-next:before, .black .main-slider .slick-prev:before {
  content: '';
  display: block;
  width: 35px;
  height: 62px;
  opacity: 1;
}

.black .main-slider .slick-next:focus, .black .main-slider .slick-prev:focus {
  opacity: 1;
}

.black .main-slider .slick-next:hover, .black .main-slider .slick-prev:hover {
  opacity: 1;
}

.black .main-slider .slick-prev.slick-disabled:before, .black .main-slider .slick-next.slick-disabled:before {
  opacity: 1;
}

.black .main-slider .slick-slide, .black .main-slider .slick-track {
  outline: transparent !important;
}

.simple-table {
  margin-bottom: 60px;
  width: 100%;
}

.simple-table a {
  border-bottom: none;
}

.simple-table tr {
  border-top: 1px solid #0000ff;
  width: 100%;
}

.simple-table tr:last-child {
  border-bottom: 1px solid #0000ff;
}

.simple-table tr.is-active {
  color: #0000ff;
}

.simple-table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}

.simple-table tr td:last-child {
  text-align: right;
  padding-right: 0;
}

.simple-table .price {
  text-align: right;
}

table a {
  color: #0000ff;
}

table a:hover {
  border-bottom: 1px solid #0000ff;
}

.horaires-tarifs .simple-table a {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .horaires-tarifs .simple-table tr {
    display: block;
    padding: 10px 0;
  }
  .horaires-tarifs .simple-table tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.h1, .black .page-title, .agenda-feed .artist-name, .agenda-feed .artist-name span {
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

@media only screen and (max-width: 1500px) {
  .h1, .black .page-title, .agenda-feed .artist-name, .agenda-feed .artist-name span {
    font-size: 42.8571428571px;
  }
}

.event-date-size, .black:not(.white) .calendar-content .date-wrap .date-num, .black:not(.white) .event-teaser.focus1 .event-info h2, .black:not(.white) .event-teaser .event-end-date, .black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .date-heading   h3 a {
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

@media only screen and (min-width: 1500px) {
  .event-date-size, .black:not(.white) .calendar-content .date-wrap .date-num, .black:not(.white) .event-teaser.focus1 .event-info h2, .black:not(.white) .event-teaser .event-end-date, .black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .date-heading   h3 a {
    font-size: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-date-size, .black:not(.white) .calendar-content .date-wrap .date-num, .black:not(.white) .event-teaser.focus1 .event-info h2, .black:not(.white) .event-teaser .event-end-date, .black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .date-heading   h3 a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1500px) {
  .event-date-size, .black:not(.white) .calendar-content .date-wrap .date-num, .black:not(.white) .event-teaser.focus1 .event-info h2, .black:not(.white) .event-teaser .event-end-date, .black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .date-heading   h3 a {
    font-size: 28.5714285714px;
  }
}

h2, .h2, .toggle-menu-wrapper #toggle span, .wysiwyg h3, .bandeau-txt span, .front #pratique .pratiques-horaires .oh-current-open, .front #pratique .pratiques-horaires .oh-current-closed, .front #pratique .pratiques-horaires .oh-wrapper, .front #pratique .pratiques-horaires .oh-display, #info-pratique div, #info-pratique address, #info-pratique a, body.black:not(.white) #menu #search-block-form .form-item input[type="text"], body.black:not(.white) #menu #search-block-form .form-item input[type="email"], .black:not(.white) .calendar-content .date-wrap {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

@media only screen and (max-width: 1500px) {
  h2, .h2, .toggle-menu-wrapper #toggle span, .wysiwyg h3, .bandeau-txt span, .front #pratique .pratiques-horaires .oh-current-open, .front #pratique .pratiques-horaires .oh-current-closed, .front #pratique .pratiques-horaires .oh-wrapper, .front #pratique .pratiques-horaires .oh-display, #info-pratique div, #info-pratique address, #info-pratique a, body.black:not(.white) #menu #search-block-form .form-item input[type="text"], body.black:not(.white) #menu #search-block-form .form-item input[type="email"], .black:not(.white) .calendar-content .date-wrap {
    font-size: 28.5714285714px;
  }
}

.h2-size, .chapeau-section .wysiwyg p.chapeau, .front #pratique .pratiques-horaires a, .front #pratique .pratique-address, .front #pratique .pratique-address a {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.9px;
}

@media only screen and (max-width: 1500px) {
  .h2-size, .chapeau-section .wysiwyg p.chapeau, .front #pratique .pratiques-horaires a, .front #pratique .pratique-address, .front #pratique .pratique-address a {
    font-size: 28.5714285714px;
  }
}

.h2-bis, #expos .h-events .artist-name, #art-vivant .h-events .artist-name {
  font-size: 40px;
}

@media only screen and (max-width: 1500px) {
  .h2-bis, #expos .h-events .artist-name, #art-vivant .h-events .artist-name {
    font-size: 28.5714285714px;
  }
}

h3, .h3, .tickets a, .popup-content h2, main .button--submit, .fil-ariane ul li a, .wysiwyg h4, .section-title, .expo-single .sidebar h3 div, .expo-single .sidebar h3 span, .front .see-all-link a, #expos .h-events .event-date, #art-vivant .h-events .event-date {
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

@media only screen and (max-width: 1500px) {
  h3, .h3, .tickets a, .popup-content h2, main .button--submit, .fil-ariane ul li a, .wysiwyg h4, .section-title, .expo-single .sidebar h3 div, .expo-single .sidebar h3 span, .front .see-all-link a, #expos .h-events .event-date, #art-vivant .h-events .event-date {
    font-size: 20.8333333333px;
  }
}

.h3-size, .pager .pager-current, .date-nav-wrapper a, .page-footer .footer-menu ul li a, .page-footer .footer-horaire p, .page-footer .footer-horaire .oh-current-closed, .page-footer .footer-horaire .oh-current-open, .page-footer .footer-horaire .oh-wrapper, .page-footer .footer-horaire span, .page-footer .footer-info address, .page-footer .footer-info a, .newsletter input[type="email"], #header #block-menu-block-1 .nav--menu-block-1 li a, #header #block-locale-language-content ul li span, #header #block-locale-language-content ul li a, #section-art-vivant .h-events .event-time, #section-art-vivant .h-events .event-time time, .event-date, .event-date span, .event-date time, .see-all span, .agenda-feed .event-date, .agenda-feed .work-title, body.black:not(.white) .tickets a, body.black:not(.white) .see-all-link a, body.black:not(.white) .newsletter #mc-embedded-subscribe, .news-single .news-date, .news-single .news-date span, .toc a, .horaires .oh-current-closed, .horaires .oh-current-open {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: unset;
}

@media only screen and (max-width: 1500px) {
  .h3-size, .pager .pager-current, .date-nav-wrapper a, .page-footer .footer-menu ul li a, .page-footer .footer-horaire p, .page-footer .footer-horaire .oh-current-closed, .page-footer .footer-horaire .oh-current-open, .page-footer .footer-horaire .oh-wrapper, .page-footer .footer-horaire span, .page-footer .footer-info address, .page-footer .footer-info a, .newsletter input[type="email"], #header #block-menu-block-1 .nav--menu-block-1 li a, #header #block-locale-language-content ul li span, #header #block-locale-language-content ul li a, #section-art-vivant .h-events .event-time, #section-art-vivant .h-events .event-time time, .event-date, .event-date span, .event-date time, .see-all span, .agenda-feed .event-date, .agenda-feed .work-title, body.black:not(.white) .tickets a, body.black:not(.white) .see-all-link a, body.black:not(.white) .newsletter #mc-embedded-subscribe, .news-single .news-date, .news-single .news-date span, .toc a, .horaires .oh-current-closed, .horaires .oh-current-open {
    font-size: 20.8333333333px;
  }
}

h4, .h4, .section-art-vivant .sidebar h3 {
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

.page-title-size {
  font-size: 120px;
  line-height: 1;
}

.kanal-size-outline, .page-title, #second-navigation ul li a {
  font-size: 120px;
  line-height: 109.090909091px;
}

@media only screen and (max-width: 1500px) {
  .kanal-size-outline, .page-title, #second-navigation ul li a {
    font-size: 75px;
    line-height: 70.5882352941px;
  }
}

.kanal-size, .kanal span, #second-navigation ul li a:hover, #second-navigation ul li.is-active a {
  font-size: 122px;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  line-height: 109.090909091px;
}

@media only screen and (max-width: 1500px) {
  .kanal-size, .kanal span, #second-navigation ul li a:hover, #second-navigation ul li.is-active a {
    font-size: 76.25px;
    line-height: 70.5882352941px;
  }
}

.page-title {
  color: #5FF391;
}

.ticker-font {
  font-size: 60px;
  line-height: 66px;
}

@media only screen and (max-width: 767px) {
  .ticker-font {
    font-size: 42.8571428571px;
    line-height: 42px;
  }
}

p, .txt-size, form .form-item__label, .main-form .fieldset__legend, .main-form .form-item__legend, .main-form .fieldset__legend span, .main-form .form-item__legend span, .error.messages-inline, .simple-table tr td, .simple-table tr td span, .simple-table tr td p, .simple-table tr td time, .wysiwyg p, .wysiwyg ul li, .wysiwyg ul li p, .wysiwyg ul li span, .access-part p, .access-part a, body.black:not(.white) .webform-client-form .webform-component-radios .form-item__legend, body.black:not(.white) form .webform-component-radios .form-item__legend, .horaires .oh-wrapper .oh-display, .horaires .oh-wrapper .oh-display span, .team-row .team-contact a {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 1.36;
}

@media only screen and (max-width: 1500px) {
  p, .txt-size, form .form-item__label, .main-form .fieldset__legend, .main-form .form-item__legend, .main-form .fieldset__legend span, .main-form .form-item__legend span, .error.messages-inline, .simple-table tr td, .simple-table tr td span, .simple-table tr td p, .simple-table tr td time, .wysiwyg p, .wysiwyg ul li, .wysiwyg ul li p, .wysiwyg ul li span, .access-part p, .access-part a, body.black:not(.white) .webform-client-form .webform-component-radios .form-item__legend, body.black:not(.white) form .webform-component-radios .form-item__legend, .horaires .oh-wrapper .oh-display, .horaires .oh-wrapper .oh-display span, .team-row .team-contact a {
    font-size: 20.8333333333px;
  }
}

.small-txt, #edit-submit, form select, form input[type="text"], form input[type="email"], form .form-textarea, form [type=radio]:not(:checked) + label,
form [type=radio]:checked + label,
form [type="checkbox"]:not(:checked) + label,
form [type="checkbox"]:checked + label, main .chosen-container-single .chosen-single span, main .chosen-container .chosen-results li, .expo-single .event-info p, .expo-single .event-info ul li, .expo-single .event-info ul li p, .expo-single .event-info ul li span, .credit-footer p, .section-art-vivant .sidebar ul li span, .section-art-vivant .sidebar ul li a {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.9px;
}

@media only screen and (max-width: 1500px) {
  .small-txt, #edit-submit, form select, form input[type="text"], form input[type="email"], form .form-textarea, form [type=radio]:not(:checked) + label,
  form [type=radio]:checked + label,
  form [type="checkbox"]:not(:checked) + label,
  form [type="checkbox"]:checked + label, main .chosen-container-single .chosen-single span, main .chosen-container .chosen-results li, .expo-single .event-info p, .expo-single .event-info ul li, .expo-single .event-info ul li p, .expo-single .event-info ul li span, .credit-footer p, .section-art-vivant .sidebar ul li span, .section-art-vivant .sidebar ul li a {
    font-size: 15px;
  }
}

.legend-size, .img-wrapper figcaption, .black:not(.white) .feed-slider .single-feed .event-date > span span.m, .black:not(.white) .feed-slider .single-feed .event-info .event-time span span, .black:not(.white) .sidebar .calendar-sidebar-wrapper .calendar-calendar table h4, .news .publication-date span, .news .publication-date time {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.9px;
}

.chapeau-size-2 {
  font-size: 45px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}

@media only screen and (max-width: 1500px) {
  .chapeau-size-2 {
    font-size: 43.5714285714px;
  }
}

.chapeau-size, .wysiwyg p.chapeau {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.9px;
}

@media only screen and (max-width: 1500px) {
  .chapeau-size, .wysiwyg p.chapeau {
    font-size: 22.8571428571px;
  }
}

.align-txt {
  text-indent: 0px;
}

.wysiwyg + .paragraphs-items .paragraphs-item:first-child h2:first-child {
  margin-top: 40px;
}

.wysiwyg + .paragraphs-items .paragraphs-item:first-child h3:first-child {
  margin-top: 60px;
  margin-bottom: 10px;
}

.wysiwyg + .paragraphs-items .paragraphs-item:first-child h4:first-child {
  margin-top: 20px;
}

.paragraphs-items .paragraphs-item:first-child .wysiwyg > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.paragraphs-items .paragraphs-item .wysiwyg h2:first-child {
  margin-top: 40px;
}

.paragraphs-items .paragraphs-item .wysiwyg h3:first-child {
  margin-top: 60px;
  margin-bottom: 10px;
}

.paragraphs-items .paragraphs-item .wysiwyg h4:first-child {
  margin-top: 20px;
}

.wysiwyg > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.wysiwyg .align-txt {
  text-indent: 0px;
}

.wysiwyg > p.chapeau:first-child {
  margin-top: 0;
  padding-top: 0;
}

.wysiwyg img {
  display: block;
  margin-bottom: 60px;
  margin-top: 60px;
}

.wysiwyg p.chapeau {
  text-indent: 0;
  margin-bottom: 10px;
  margin-top: 20px;
}

.wysiwyg h2 {
  color: #0000ff;
  margin-top: 40px;
}

.wysiwyg h3 + .chapeau {
  margin-top: 0;
}

.wysiwyg h3 {
  margin-top: 60px;
  margin-bottom: 10px;
}

.wysiwyg h4 {
  margin-top: 20px;
}

.wysiwyg a {
  text-decoration: underline;
}

.wysiwyg a:hover {
  color: #0000ff;
}

.wysiwyg a.icon-link, .wysiwyg .front .see-all-link a, .front .see-all-link .wysiwyg a {
  text-decoration: none;
  padding-left: 37px;
  display: inline-block;
  text-indent: 0;
}

.wysiwyg a.icon-link:before, .wysiwyg .front .see-all-link a:before, .front .see-all-link .wysiwyg a:before {
  background-size: 33px;
  top: 52%;
}

.wysiwyg a.icon-link:hover:before, .wysiwyg .front .see-all-link a:hover:before, .front .see-all-link .wysiwyg a:hover:before {
  background-size: 33px;
}

.wysiwyg ul {
  padding-bottom: 10px;
  padding-top: 10px;
}

.wysiwyg ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
}

.wysiwyg ul li:before {
  content: '—';
  padding-right: padding-xsmall;
  display: inline;
  position: absolute;
  left: 0;
}

.wysiwyg ul li p, .wysiwyg ul li span {
  display: inline;
}

.wysiwyg .file img {
  display: none;
}

.wysiwyg + .wysiwyg > h4:first-child {
  margin-top: 20px;
}

.wysiwyg + .wysiwyg > h3:first-child {
  margin-top: 60px;
}

.copyright, .page-footer .credit, .page-footer .credit a, .page-footer .footer-social > p, .page-footer .newsletter .form-container > p {
  font-size: 12px;
  line-height: 1.1;
}

.section-title {
  padding: 20px 0;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-link, .front .see-all-link a {
  position: relative;
  padding-left: 50px;
  border-bottom: none;
  text-decoration: none;
}

.icon-link:before, .front .see-all-link a:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 30px;
  left: 0;
  top: 46%;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  background: url("images/icons/link-blue.svg") no-repeat;
  background-position: center left;
  background-size: 45px;
}

.icon-link:hover, .front .see-all-link a:hover {
  border-bottom: none;
}

.icon-link:hover:before, .front .see-all-link a:hover:before {
  background: url("images/icons/link-blue-hover.svg") no-repeat;
  background-position: center left;
  background-size: 45px;
}

.icon-link.blue, .front .see-all-link a.blue {
  color: #0000ff;
}

.red.color {
  color: #FF484F;
}

.uppercase {
  text-transform: uppercase;
}

a[href^="mailto"] {
  text-transform: lowercase;
}

i {
  color: inherit;
}

table {
  max-width: 100%;
}

.bandeau {
  height: 450px;
  width: 100%;
  padding: 20px 0;
  z-index: 2;
}

@media only screen and (max-width: 1500px) {
  .bandeau {
    height: 350px;
  }
}

.bandeau h1 {
  text-align: right;
  line-height: 1.4;
}

.bandeau-txt {
  padding: 10px 0;
}

@media only screen and (min-width: 992px) {
  .bandeau-txt {
    position: absolute;
  }
}

.bandeau-txt > .container > .row > .col-xs-12 {
  line-height: 1;
}

.bandeau-txt .main-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bandeau-txt .main-address.with-two-address {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-wrapper {
  padding: 20px 0 60px 0;
}

.access-part {
  margin-bottom: 40px;
}

.access-part a {
  display: block;
  color: #0000ff;
}

#section-art-vivant {
  padding-top: 0;
  padding-bottom: 80px;
}

#section-art-vivant .container + .art-vivant-day-title {
  padding-top: 0;
  margin-top: 0;
}

#section-art-vivant .art-vivant-day-title {
  padding-top: 140px;
}

#section-art-vivant .art-vivant-day-title:first-child {
  padding-top: 0;
  margin-top: 0;
}

#section-art-vivant .h-events {
  display: block;
  cursor: pointer;
}

#section-art-vivant .h-events:hover * {
  color: #0000ff;
}

#section-art-vivant .h-events:hover .wrapper-img {
  z-index: 30;
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  #section-art-vivant .h-events:hover .wrapper-img {
    position: fixed;
  }
}

#section-art-vivant .h-events:hover .art-vivant-wrapper:before {
  opacity: 1;
}

#section-art-vivant .h-events > .container {
  overflow: visible;
}

#section-art-vivant .h-events > .container > .row {
  overflow: visible;
  position: relative;
}

#section-art-vivant .h-events .event-time {
  width: 120px;
}

@media only screen and (max-width: 991px) {
  #section-art-vivant .h-events .event-time {
    width: 100%;
  }
}

#section-art-vivant .h-events .event-wrapper {
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  #section-art-vivant .h-events .event-wrapper {
    width: calc(100% - 150px);
  }
}

@media only screen and (max-width: 991px) {
  #section-art-vivant .h-events .event-wrapper {
    padding-bottom: 40px;
  }
}

#section-art-vivant .h-events .art-vivant-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
}

@media only screen and (max-width: 991px) {
  #section-art-vivant .h-events .art-vivant-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#section-art-vivant .h-events .art-vivant-wrapper:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 30px;
  left: -65px;
  top: 0;
  background: url("images/icons/link-blue-hover.svg") no-repeat;
  background-position: center right;
  background-size: 45px;
  opacity: 0;
}

#section-art-vivant .h-events .wrapper-img {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 992px) {
  #section-art-vivant .h-events .wrapper-img {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
  }
}

@media only screen and (max-width: 991px) {
  #section-art-vivant .h-events .wrapper-img img {
    max-height: 100vw;
    width: auto;
  }
}

#section-art-vivant .h-events .wrapper-img img {
  margin-bottom: 10px;
}

.art-vivant-wrapper .subtitle:before {
  content: ' – ';
}

.sidebar h3 span {
  padding-right: 10px !important;
}

.expo-single {
  padding-bottom: 40px;
}

.expo-single img {
  max-height: 80vh;
  width: auto;
}

.expo-single article {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.expo-single .wysiwyg {
  margin-bottom: 20px;
}

.expo-single .event-info {
  margin-top: 20px;
}

.expo-single .event-info ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
}

.expo-single .event-info ul li:before {
  content: '—';
  padding-right: padding-xsmall;
  display: inline;
  position: absolute;
  left: 0;
}

.expo-single .event-info ul li p, .expo-single .event-info ul li span {
  display: inline;
}

.expo-single .event-info a {
  border-bottom: 1px solid;
}

.expo-single .event-info a:hover {
  color: #FF484F;
  border-color: #FF484F;
}

.expo-single .sidebar {
  z-index: 2;
}

.expo-single .sidebar h3 span {
  padding-right: 10px;
}

.expo-single .sidebar .title-wrapper {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .expo-single .sidebar {
    margin-bottom: 40px;
  }
}

.expo-single .sidebar .social-wrapper, .expo-single .sidebar .locial-wrapper {
  margin-top: 40px;
  margin-bottom: 20px;
}

.sidebar {
  padding-top: 4px;
}

.sidebar .wysiwyg {
  margin-top: 20px;
}

.sidebar .wysiwyg h4 {
  color: #FF484F;
}

.expo-single-content .title-wrapper {
  margin-bottom: 60px;
  padding-top: 4px;
}

.node--lieux span:before {
  content: '—';
  padding: 0 2.5px;
}

.buy-ticket .sticky {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .buy-ticket .sticky .ticket-wrapper {
    position: absolute;
    top: 0;
  }
}

.img-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: visible;
  display: table;
}

.img-wrapper img {
  max-height: 80vh;
  width: auto;
}

.img-wrapper figcaption {
  text-align: left;
  padding: 5px 0;
  margin-top: -5px;
}

.img-wrapper figcaption .caption-text {
  line-height: 1;
  display: block;
}

.img-wrapper figcaption span:last-child {
  padding-right: 0;
}

.copyright, .page-footer .credit, .page-footer .credit a, .page-footer .footer-social > p, .page-footer .newsletter .form-container > p {
  padding-right: 5px;
}

figcaption {
  line-height: 1;
}

.credit-footer p {
  text-indent: 0;
}

.event-date {
  margin-bottom: 3px;
}

.social-wrapper .social li, .social-wrapper .locial li, .locial-wrapper .social li, .locial-wrapper .locial li {
  display: inline-block;
  margin-right: 10px;
}

.social-wrapper .social li a, .social-wrapper .locial li a, .locial-wrapper .social li a, .locial-wrapper .locial li a {
  display: block;
}

.social-wrapper .social li a img, .social-wrapper .social li a svg, .social-wrapper .locial li a img, .social-wrapper .locial li a svg, .locial-wrapper .social li a img, .locial-wrapper .social li a svg, .locial-wrapper .locial li a img, .locial-wrapper .locial li a svg {
  display: block;
  height: 20px;
  width: auto;
}

.social-wrapper .social li a img g, .social-wrapper .social li a svg g, .social-wrapper .locial li a img g, .social-wrapper .locial li a svg g, .locial-wrapper .social li a img g, .locial-wrapper .social li a svg g, .locial-wrapper .locial li a img g, .locial-wrapper .locial li a svg g {
  fill: #9B9B9B;
}

.social-wrapper .social li a img:hover g, .social-wrapper .social li a svg:hover g, .social-wrapper .locial li a img:hover g, .social-wrapper .locial li a svg:hover g, .locial-wrapper .social li a img:hover g, .locial-wrapper .social li a svg:hover g, .locial-wrapper .locial li a img:hover g, .locial-wrapper .locial li a svg:hover g {
  fill: #FF484F;
}

.red.bgcolor, .red .bgcolor {
  background-color: #FF484F;
}

.red.color, .red .color {
  color: #FF484F;
}

.blue.bgcolor, .blue .bgcolor {
  background-color: #0000ff;
}

.blue.color, .blue .color {
  color: #0000ff;
}

.c-col {
  padding-top: 20px;
  padding-bottom: 20px;
}

.event {
  display: block;
}

.see-all {
  display: block;
  padding: 10px 0;
  text-align: right;
}

.see-all span {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-top: 5px;
}

.see-all span:before {
  content: '';
  position: absolute;
  background: url(images/icons/link.svg) no-repeat right center;
  top: 54%;
  background-size: auto 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -60px;
  height: 20px;
  width: 50px;
}

.see-all:hover span:before {
  background: url(images/icons/link-hover.svg) no-repeat right center;
}

.mobile .intro-img-wrapper .frame {
  display: none;
}

@media screen and (min-width: 772px) and (max-width: 991px) {
  .intro-img-wrapper .frame {
    width: calc(100vw);
  }
}

@media screen and (min-width: 772px) {
  .intro-img-wrapper .frame {
    display: block;
  }
  .mobileonly {
    display: none;
  }
}

@media screen and (max-width: 771px) {
  img.mobileonly {
    margin-top: 30vh;
  }
  .intro-img-wrapper .frame {
    display: none !important;
  }
}

#intro {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(images/photos/1.jpg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#intro:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: .4;
  z-index: 1;
}

#intro img {
  max-height: 80vh;
  height: auto;
  display: block;
}

#intro .intro-img-wrapper {
  position: relative;
  z-index: 2;
}

#intro .intro-img-wrapper .pompidou {
  position: absolute;
  bottom: 20.2%;
  right: -19%;
}

#expositions {
  background-color: white;
  position: relative;
}

#expositions .event:nth-child(odd) {
  background-color: #FF484F;
}

#expositions .event:nth-child(odd) * {
  color: white;
}

#expositions .event:nth-child(even) * {
  color: #FF484F;
}

.agenda-feed .event {
  overflow: hidden;
  position: relative;
  padding: 20px;
}

.agenda-feed .event > .container {
  overflow: visible;
}

.agenda-feed .event > .container > .row {
  overflow: visible;
}

.agenda-feed .event .artist-name {
  opacity: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.agenda-feed .event-date, .agenda-feed .work-title {
  text-transform: uppercase;
}

.agenda-feed .event-date {
  padding-top: 20px;
  padding-bottom: 5px;
}

.agenda-feed .work-title {
  text-align: right;
  text-transform: uppercase;
  margin-top: -20px;
}

.agenda-feed .artist-name, .agenda-feed .artist-name span {
  text-align: center;
  margin: 0 auto;
}

.front h2.block__title {
  display: none;
}

.front h2.h1.mobile-title, .front .black h2.mobile-title.page-title, .black .front h2.mobile-title.page-title, .front .agenda-feed h2.mobile-title.artist-name, .agenda-feed .front h2.mobile-title.artist-name {
  margin-bottom: 60px;
}

@media only screen and (max-width: 991px) {
  .front h2.h1.mobile-title, .front .black h2.mobile-title.page-title, .black .front h2.mobile-title.page-title, .front .agenda-feed h2.mobile-title.artist-name, .agenda-feed .front h2.mobile-title.artist-name {
    font-size: 60px;
    line-height: 78px;
    color: #5FF391;
    font-family: 'kanal_testregular', Helvetica, Arial, sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .front h2.h1.mobile-title, .front .black h2.mobile-title.page-title, .black .front h2.mobile-title.page-title, .front .agenda-feed h2.mobile-title.artist-name, .agenda-feed .front h2.mobile-title.artist-name {
    font-size: 42.8571428571px;
    line-height: 54px;
  }
}

.front #intro-home {
  position: relative;
}

.front #intro-home .intro-img-wrapper {
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 992px) {
  .front #intro-home .intro-img-wrapper {
    right: 15px;
    text-align: right;
  }
}

@media only screen and (min-width: 992px) {
  .front #intro-home .intro-img-wrapper img {
    max-height: calc(67vh);
    width: auto;
  }
}

.front .see-all-link a {
  margin-top: 40px;
  display: inline-block;
}

.front .full-section {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .front .full-section {
    min-height: 0;
  }
}

@media only screen and (max-width: 991px) {
  .front .full-section#intro-home {
    min-height: 80vh;
  }
}

.front #actus.full-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.front #section-art-vivant, .front #actus, .front #pratique {
  padding-top: 140px;
}

@media only screen and (max-width: 991px) {
  .front #section-art-vivant, .front #actus, .front #pratique {
    padding-top: 0;
  }
}

.front #expos {
  padding-top: 140px;
  padding-bottom: 140px;
}

@media only screen and (max-width: 991px) {
  .front #expos {
    padding-top: 0;
  }
}

.front #expos .event-date {
  display: none;
}

.front #actus .fixed-title {
  display: none;
}

@media only screen and (max-width: 991px) {
  .front #actus {
    padding-top: 100px;
  }
}

.front #pratique {
  padding-top: 100px;
}

.front #pratique .pratiques-horaires {
  margin-bottom: 40px;
}

.front #pratique .pratiques-horaires .oh-current-open, .front #pratique .pratiques-horaires .oh-current-closed, .front #pratique .pratiques-horaires .oh-wrapper, .front #pratique .pratiques-horaires .oh-display {
  line-height: 1;
}

.front #pratique .pratiques-horaires .oh-current-open span, .front #pratique .pratiques-horaires .oh-current-closed span, .front #pratique .pratiques-horaires .oh-wrapper span, .front #pratique .pratiques-horaires .oh-display span {
  line-height: 1;
}

.front #pratique .pratiques-horaires .oh-display {
  display: block;
}

.front #pratique .pratiques-horaires a {
  display: inline-block;
  text-transform: inherit;
  position: relative;
  color: #0000ff;
}

.front #pratique .pratiques-horaires a:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 30px;
  left: -65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("images/icons/link-blue-hover.svg") no-repeat;
  background-position: center right;
  background-size: 45px;
  opacity: 0;
}

.front #pratique .pratiques-horaires a:hover:before {
  opacity: 1;
}

.front #pratique .pratique-address a {
  display: inline-block;
  position: relative;
  color: #0000ff;
}

.front #pratique .pratique-address a:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 30px;
  left: -65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("images/icons/link-blue-hover.svg") no-repeat;
  background-position: center right;
  background-size: 45px;
  opacity: 0;
}

.front #pratique .pratique-address a:hover:before {
  opacity: 1;
}

#evenement {
  background-color: white;
  position: relative;
}

#evenement .event:nth-child(odd) {
  background-color: #5FF391;
}

#evenement .event:nth-child(odd) .artist-name {
  color: white;
}

#evenement .event:nth-child(even) .artist-name {
  color: #5FF391;
}

#info-pratique {
  margin-bottom: 100vh;
  background-color: white;
  position: relative;
}

#info-pratique .c-row:nth-child(odd) {
  background-color: #ffed00;
}

#info-pratique div, #info-pratique address, #info-pratique a {
  text-transform: uppercase;
}

.tarif a, .support a {
  display: inline-block;
  position: relative;
}

.tarif a:after, .support a:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background-color: transparent;
}

.tarif a:hover:after, .support a:hover:after {
  background-color: #1d1d1b;
}

.homepage-2 #header {
  background-color: transparent;
}

.homepage-2 #header.is-open {
  background-color: white;
}

.homepage-2 main {
  padding-top: 0;
}

.homepage-2 .slide {
  padding-top: 120px;
  margin-top: -120px;
}

.homepage-2.plus #expos, .homepage-2.plus #art-vivant, .homepage-2.plus #pratique, .homepage-2.plus #actus {
  min-height: calc(100vh);
}

main {
  position: relative;
  height: 100%;
}

#expos {
  margin-top: 0;
  padding-top: 0;
}

#expos .h-events, #art-vivant .h-events {
  display: block;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  #expos .h-events, #art-vivant .h-events {
    margin-bottom: 10px;
  }
}

#expos .h-events:hover *, #art-vivant .h-events:hover * {
  color: #0000ff;
}

#expos .h-events:hover .artist-name:before, #expos .h-events:hover .wrapper-img, #art-vivant .h-events:hover .artist-name:before, #art-vivant .h-events:hover .wrapper-img {
  opacity: 1;
}

#expos .h-events:hover .wrapper-img, #art-vivant .h-events:hover .wrapper-img {
  z-index: 30;
}

@media only screen and (min-width: 992px) {
  #expos .h-events:hover .wrapper-img, #art-vivant .h-events:hover .wrapper-img {
    position: fixed;
  }
}

@media only screen and (min-width: 992px) {
  #expos .h-events > .container, #art-vivant .h-events > .container {
    overflow: visible;
  }
  #expos .h-events > .container > .row, #art-vivant .h-events > .container > .row {
    overflow: visible;
    position: relative;
  }
}

#expos .h-events .date-wrapper, #art-vivant .h-events .date-wrapper {
  z-index: 20;
}

@media only screen and (min-width: 992px) {
  #expos .h-events .date-wrapper:after, #art-vivant .h-events .date-wrapper:after {
    content: '';
    position: absolute;
    height: 500%;
    right: 0;
    width: 100%;
    top: -100%;
  }
}

#expos .h-events .artist-name, #art-vivant .h-events .artist-name {
  text-transform: uppercase;
  line-height: 1.15;
  position: relative;
}

#expos .h-events .artist-name:before, #art-vivant .h-events .artist-name:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 30px;
  left: -65px;
  top: 46%;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  background: url("images/icons/link-blue-hover.svg") no-repeat;
  background-position: center right;
  background-size: 45px;
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  #expos .h-events .wrapper-img img, #art-vivant .h-events .wrapper-img img {
    max-height: 100vw;
    width: auto;
  }
}

@media only screen and (min-width: 992px) {
  #expos .h-events .wrapper-img, #art-vivant .h-events .wrapper-img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
  }
}

#expos .h-events .wrapper-img img, #art-vivant .h-events .wrapper-img img {
  margin-bottom: 10px;
}

.wrapper-img {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.wrapper-img img {
  display: block;
  width: 100%;
}

.not-front h2.mobile-title {
  display: none;
}

.TickerNews {
  width: 100%;
  position: absolute;
  top: 160px;
  z-index: 20;
  background-color: #0000ff;
  top: 90px;
}

.TickerNews.bellow {
  z-index: -1;
}

@media only screen and (min-width: 992px) {
  .TickerNews {
    top: 120px;
  }
}

@media only screen and (min-width: 1501px) {
  .TickerNews {
    top: 160px;
  }
}

.TickerNews p, .TickerNews a, .TickerNews span {
  line-height: 1;
  letter-spacing: 0.9px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .TickerNews p, .TickerNews a, .TickerNews span {
    font-size: 13px !important;
  }
}

.TickerNews .ti_news p {
  color: white;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 700px;
  display: block;
}

.front #expos .h-events .wrapper-img, .front #art-vivant .h-events .wrapper-img {
  display: none;
}

.front #expos .h-events:hover .wrapper-img, .front #art-vivant .h-events:hover .wrapper-img {
  opacity: 0;
}

.front #section-art-vivant .h-events .wrapper-img {
  display: none;
}

@media (min-width: 992px) {
  .front .col-xs-12.col-md-9.col-md-offset-3, .front .col-xs-12.col-md-6.col-md-offset-3, .front .col-xs-12.col-md-3.sidebar {
    width: 58.33333%;
    margin-left: 41.66667%;
  }
}

.front .col-xs-12.col-md-3.sidebar {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .front .col-xs-12.col-sm-6.col-md-3.col-md-offset-3.image-wrapper {
    margin-left: 41.66667%;
  }
}

@media (min-width: 992px) {
  .front .col-xs-12.col-sm-6.col-md-6.news-wrapper {
    width: 25%;
  }
}

@media screen and (min-width: 992px) {
  .front #expos.slide h3 {
    margin-left: calc(25% + 15px);
  }
}

@media (min-width: 992px) {
  .front #expos.slide h3 {
    margin-left: calc(((100% / 12) * 5) + 15px);
  }
}

.equipe .h1, .equipe .black .page-title, .black .equipe .page-title, .equipe .agenda-feed .artist-name, .agenda-feed .equipe .artist-name, .equipe .agenda-feed .artist-name span, .agenda-feed .artist-name .equipe span {
  margin-bottom: 0px;
}

/* j ai rajoute sous titre */
.equipe .page-subtitle {
  margin-bottom: 40px;
  color: black;
}

.book-visit {
  position: fixed;
  top: 40vh;
  left: 15px;
}

@media screen and (max-width: 992px) {
  .front h2.h1.mobile-title, .front .black h2.mobile-title.page-title, .black .front h2.mobile-title.page-title, .front .agenda-feed h2.mobile-title.artist-name, .agenda-feed .front h2.mobile-title.artist-name, .front .agenda-feed h2.mobile-title.artist-name, .agenda-feed .front h2.mobile-title {
    text-transform: none !important;
  }
  .book-visit {
    position: relative;
    top: auto;
    left: 15px;
  }
}

.team-info h3 {
  text-transform: none;
}

/* a cause des petits de :( */
.sidebar .horaires {
  margin-top: 20px;
}

@media screen and (min-width: 992px) {
  #block-views-events-block-1 .h-events .wrapper-img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
  }
}

/* CONTEXTUAL LINKS */
.node--lieux .contextual-links-wrapper, .node--infos.node--teaser .contextual-links-wrapper {
  display: none;
}

.contextual-links li a {
  font-family: arial;
}

.contextual-links li.translate {
  background-color: transparent;
  border: 3px solid black;
}

.view--r-sidences .views-row {
  margin-top: 40px;
}

.view--r-sidences .views-row:first-child {
  margin-top: 80px;
}

/* kanal store title */
.yellow {
  color: yellow;
}

.front .date-nav-wrapper {
  display: none;
}

.path-practical-information-store-food .full-section, .path-praktische-info-store-food .full-section, .path-infos-pratiques-store-food .full-section {
  padding-top: 0px !important;
}

#language-switch2 {
  position: absolute;
  right: 20px;
  top: 100px;
  z-index: 900;
}

#language-switch2 ul li {
  display: inline-block;
  margin-left: 10px;
}

#language-switch2 ul li a.is-active {
  border-bottom: 2px solid #1d1d1b;
}

#language-switch2 ul li a {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: unset;
}

@media screen and (max-width: 1500px) {
  #language-switch2 {
    top: 60px;
  }
  #language-switch2 ul li a {
    font-size: 20.83333px;
  }
}

@media screen and (max-width: 800px) {
  #language-switch2 {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .sidebar .horaires {
    margin-top: 40px;
    margin-right: 50px;
  }
}

@media screen and (min-width: 998px) {
  .partner-logo.partner645 {
    margin-right: 100px !important;
  }
}

.intro-img-wrapper .frame {
  display: inline-block;
  padding: 56.25% 0 0 0;
  position: relative;
  max-height: 67vh;
  width: calc(100vw - 650px);
}

@media screen and (max-width: 1500px) {
  .intro-img-wrapper .frame {
    width: calc(100vw - 450px);
  }
}

.focusiframe {
  z-index: 10000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

#second-navigation, #block-block-21 > div > div {
  pointer-events: none;
}

#second-navigation a {
  pointer-events: auto;
}

/* SEARCH */
.page-search main .region-content img {
  width: 100%;
  display: block;
}

.page-search main .node--basic-page-new, .page-search main .node--teaser {
  max-width: 700px;
  margin: auto;
}

.page-search main {
  margin-top: 120px;
  padding: 0 5vw 5vw 5vw;
}

.page-search main .search-form, .page-search .region-content > h2, .page-search .region-content > .ds-search-extra {
  max-width: 700px;
  margin: auto;
  margin-bottom: 40px;
}

.page-search main .h-events {
  margin: 20px auto;
  max-width: 700px;
}

.postfooter {
  margin: 40px 0 0 0;
}

/* newsletter

.page-footer .newsletter .clear {position:relative;} */
#mce-responses {
  position: relative;
  top: auto;
  width: 100%;
  height: auto;
}

#expos.slide h3 {
  font-family: 'kanal_testregular', Helvetica, Arial, sans-serif;
  color: #5FF391;
  font-size: 75px;
  line-height: 70.58824px;
  margin: 75px 0 25px 15px;
}

@media screen and (max-width: 991px) {
  #expos.slide h3 {
    margin: 45px 0 25px 15px;
  }
}

#expos.slide h3:nth-of-type(1) {
  color: black;
}

#expos.slide h3:nth-of-type(2) {
  color: #ff4245;
}

#expos.slide h3:nth-of-type(3) {
  color: #5FF391;
}

#expos.slide h3:nth-of-type(4) {
  color: #ffed00;
}

#expos.slide h3:nth-of-type(5) {
  color: #0000FE;
}

#expos.slide h3:nth-of-type(6) {
  color: #702283;
}

@media screen and (min-width: 992px) {
  .front #expos.slide h3 {
    font-family: 'NHaasGroteskDSPro-55Rg', Helvetica, Arial, sans-serif;
    font-size: 28.57143px;
    line-height: 1;
    margin-top: 1em;
    margin-bottom: 0px;
    font-style: italic;
  }
}

@media screen and (max-width: 991px) {
  .front #expos.slide h3 {
    font-size: 42.85714px;
    line-height: 54px;
  }
}

@media screen and (max-width: 991px) {
  main .newsletter {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 991px) {
  .front #actus .seeall {
    margin-top: 0;
  }
}

#actus .news + .container .col-xs-12.col-md-6.col-md-offset-3 {
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  #pratique .sidebar {
    padding-top: 40px;
  }
}

body.black:not(.white) {
  background-color: #000;
}

@media only screen and (min-width: 768px) {
  body.black:not(.white) .horaires-tarifs .page-title-wrapper {
    margin-bottom: 60px;
  }
}

body.black:not(.white).front .see-all-link a {
  padding-left: 0;
  margin-top: 0;
}

body.black:not(.white).front .see-all-link a:before {
  display: none;
}

body.black:not(.white) .fil-ariane ul li a:hover, body.black:not(.white) .fil-ariane ul li a.is-active {
  color: #FF484F;
}

body.black:not(.white) .pager .pager-next .pager__link:after {
  display: none;
}

body.black:not(.white) .pager .pager-next .pager__link, body.black:not(.white) .pager .pager-previous .pager__link {
  font-size: 25px;
}

body.black:not(.white) .icon-link:hover, body.black:not(.white) .front .see-all-link a:hover, .front .see-all-link body.black:not(.white) a:hover {
  color: #FF484F;
}

body.black:not(.white) .postfooter {
  background-color: white;
  padding-top: 40px;
}

body.black:not(.white) .contextual-links li a {
  color: #000 !important;
}

body.black:not(.white) .blue.color, body.black:not(.white) .blue .color {
  color: #FF484F;
}

body.black:not(.white) .horaires .oh-wrapper .oh-display, body.black:not(.white) .simple-table tr {
  border-top: 1px solid #FF484F;
}

body.black:not(.white) .horaires .oh-wrapper .oh-display:last-child, body.black:not(.white) .simple-table tr:last-child {
  border-bottom: 1px solid #FF484F;
}

body.black:not(.white) .icon-link.blue, body.black:not(.white) .front .see-all-link a.blue, .front .see-all-link body.black:not(.white) a.blue, body.black:not(.white) .front .see-all-link a.blue {
  color: white;
}

body.black:not(.white) .wysiwyg a.icon-link, body.black:not(.white) .wysiwyg .front .see-all-link a, .front .see-all-link body.black:not(.white) .wysiwyg a {
  padding-left: 40px;
}

body.black:not(.white) .page-title {
  color: white;
}

body.black:not(.white) .page-title-wrapper .page-title {
  text-align: left;
  position: relative;
  top: auto;
  right: auto;
}

@media only screen and (min-width: 992px) {
  body.black:not(.white) .bandeau-txt {
    position: relative;
    margin-bottom: 40px;
  }
}

body.black:not(.white) .icon-link:before, body.black:not(.white) .front .see-all-link a:before, .front .see-all-link body.black:not(.white) a:before, body.black:not(.white) .front .see-all-link a:before {
  background: url("images/icons/link-white.svg") no-repeat;
  background-size: 30px !important;
  top: 84%;
}

body.black:not(.white) #main .search-form #edit-basic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.black:not(.white) #main .search-form .form-item input[type="text"] {
  border: 1px solid white;
  min-height: 43px;
  line-height: 43px;
  height: auto;
  padding: 0px 10px;
  width: 300px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.black:not(.white) #main .search-form input[type="submit"] {
  margin-top: 31px;
  border: none;
  overflow: hidden;
  color: transparent;
  height: 43px;
  width: 60px;
  padding: 0 0;
  background: url(images/icons/search-white.svg);
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: center center;
  text-indent: -9999px;
}

body.black:not(.white) #header .main-nav {
  position: relative;
}

body.black:not(.white) #header .main-logo + .search-wrapper {
  position: absolute;
  right: 124px;
  top: 16px;
}

@media only screen and (min-width: 992px) {
  body.black:not(.white) #header .main-logo + .search-wrapper #search-block-form .form-item input[type="text"]:focus {
    width: 300px;
    border: 1px solid white;
    text-indent: 0;
  }
  body.black:not(.white) #header .main-logo + .search-wrapper #search-block-form:hover .form-item input[type="text"], body.black:not(.white) #header .main-logo + .search-wrapper #search-block-form:focus .form-item input[type="text"] {
    width: 300px;
    border: 1px solid white;
    text-indent: 0;
  }
}

body.black:not(.white) #header .main-logo + .search-wrapper #search-block-form .container-inline {
  position: relative;
}

body.black:not(.white) #header .main-logo + .search-wrapper #search-block-form .form-actions {
  position: absolute;
  margin-top: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

body.black:not(.white) #header .main-logo + .search-wrapper #search-block-form .form-actions .button--submit {
  margin-top: 0;
  border: none;
  overflow: hidden;
  color: transparent;
  height: 43px;
  width: 50px;
  background: url(images/icons/search-white.svg);
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: center center;
  text-indent: -9999px;
}

body.black:not(.white) #header .main-logo + .search-wrapper #search-block-form .form-item input[type="text"] {
  border: 1px solid transparent;
  min-height: 43px;
  line-height: 43px;
  height: auto;
  padding: 0px 10px;
  width: 50px;
  text-indent: 300px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.black:not(.white) #header #block-menu-block-1 .nav--menu-block-1 > li {
  padding-right: 0 !important;
}

body.black:not(.white) #header #block-menu-block-1 .nav--menu-block-1 > li > a {
  min-height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  body.black:not(.white) #header #block-menu-block-1 .nav--menu-block-1 > li {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  body.black:not(.white) #header #block-menu-block-1 .nav--menu-block-1 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media only screen and (min-width: 992px) {
  body.black:not(.white) #header #block-menu-block-1 .nav--menu-block-1 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

body.black:not(.white) #menu .TickerNews {
  display: none;
}

body.black:not(.white) #menu .ticket-wrapper {
  display: none;
}

body.black:not(.white) main .button--submit {
  border: 3px solid #FF484F;
  background: #FF484F;
}

body.black:not(.white) main .button--submit:hover {
  color: #FF484F;
  background: transparent;
}

body.black:not(.white) #menu {
  height: 100%;
}

body.black:not(.white) #menu > .container {
  height: 100%;
}

body.black:not(.white) #menu > .container > .row {
  height: 100%;
}

body.black:not(.white) #menu > .container > .row .menu-left {
  height: 100%;
}

body.black:not(.white) #menu > .container > .row .menu-left .region-navigation {
  height: 100%;
}

body.black:not(.white) #menu #search-block-form .container-inline {
  position: relative;
}

body.black:not(.white) #menu #search-block-form .form-item {
  margin-bottom: 0;
}

body.black:not(.white) #menu #search-block-form .form-item input[type="text"], body.black:not(.white) #menu #search-block-form .form-item input[type="email"] {
  max-width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid white;
  height: 60px;
}

body.black:not(.white) #menu #search-block-form .form-item input[type="text"]:focus, body.black:not(.white) #menu #search-block-form .form-item input[type="email"]:focus {
  border-color: 1px solid white;
}

body.black:not(.white) #menu #search-block-form .form-actions {
  margin-top: 0 !important;
  height: 60px;
  width: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

body.black:not(.white) #menu #search-block-form .form-actions .button--submit {
  margin-top: 0;
  border: none;
  overflow: hidden;
  color: transparent;
  height: 60px;
  width: 60px;
  background: url(images/icons/search-white.svg);
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-position: center 6px;
  text-indent: -9999px;
}

body.black:not(.white) #menu #search-block-form .form-actions .button--submit:hover {
  background: url(images/icons/search-red.svg);
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-position: center 6px;
}

body.black:not(.white) #menu .region-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 80px;
}

body.black:not(.white) #block-block-15, body.black:not(.white) #block-block-19 {
  margin-top: 62px;
}

body.black:not(.white) .webform-client-form > .form-item, body.black:not(.white) form > .form-item {
  margin-bottom: 20px;
}

body.black:not(.white) .webform-client-form .webform-component-select label, body.black:not(.white) form .webform-component-select label {
  margin-right: 20px;
}

body.black:not(.white) .webform-client-form input[type="text"], body.black:not(.white) .webform-client-form input[type="email"], body.black:not(.white) .webform-client-form textarea, body.black:not(.white) form input[type="text"], body.black:not(.white) form input[type="email"], body.black:not(.white) form textarea {
  background-color: transparent;
  color: white;
}

body.black:not(.white) .webform-client-form *, body.black:not(.white) form * {
  border-color: #FF484F;
}

body.black:not(.white) .webform-client-form [type=radio]:checked + label:before, body.black:not(.white) .webform-client-form form [type="checkbox"]:checked + label:before, body.black:not(.white) form [type=radio]:checked + label:before, body.black:not(.white) form form [type="checkbox"]:checked + label:before {
  border: 1px solid #FF484F;
  background: #FF484F;
}

body.black:not(.white) .webform-client-form [type=radio]:not(:checked) + label:before, body.black:not(.white) .webform-client-form form [type=radio]:checked + label:before, body.black:not(.white) .webform-client-form form [type="checkbox"]:not(:checked) + label:before, body.black:not(.white) .webform-client-form form [type="checkbox"]:checked + label:before, body.black:not(.white) form [type=radio]:not(:checked) + label:before, body.black:not(.white) form form [type=radio]:checked + label:before, body.black:not(.white) form form [type="checkbox"]:not(:checked) + label:before, body.black:not(.white) form form [type="checkbox"]:checked + label:before {
  border: 1px solid #FF484F;
}

body.black:not(.white) .webform-client-form select, body.black:not(.white) form select {
  background: url(images/icons/arrow-down-red.svg) no-repeat 96% center;
  background-size: 18px !important;
}

body.black:not(.white) * {
  color: white;
}

body.black:not(.white) .pager li a:hover {
  color: #FF484F;
}

body.black:not(.white) i {
  color: inherit;
}

body.black:not(.white) .wysiwyg:not(.retrait) p {
  margin-bottom: 20px;
}

body.black:not(.white) .wysiwyg h2 {
  text-transform: uppercase;
  color: #FF484F;
  margin-bottom: 10px;
}

body.black:not(.white) .wysiwyg a:hover {
  color: #FF484F;
}

body.black:not(.white) .tickets {
  display: inline-block;
}

body.black:not(.white) .tickets a {
  border-color: white !important;
  border-width: 2px !important;
  border-radius: 2px;
  color: white;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px;
}

body.black:not(.white) .tickets a:before {
  border-color: white !important;
  border-width: 2px !important;
  border-radius: 2px;
  height: 71px;
  width: 72px;
}

body.black:not(.white) .tickets a:hover {
  background-color: #FF484F;
  border-color: #FF484F !important;
}

body.black:not(.white) .tickets a:hover:before {
  background-color: #FF484F;
  border-color: #FF484F !important;
}

body.black:not(.white) .white {
  display: none !important;
}

body.black:not(.white) h2, body.black:not(.white) .h2, body.black:not(.white) .toggle-menu-wrapper #toggle span, .toggle-menu-wrapper #toggle body.black:not(.white) span, body.black:not(.white) .wysiwyg h3, .wysiwyg body.black:not(.white) h3, body.black:not(.white) .bandeau-txt span, .bandeau-txt body.black:not(.white) span, body.black:not(.white) .front #pratique .pratiques-horaires .oh-current-open, .front #pratique .pratiques-horaires body.black:not(.white) .oh-current-open, body.black:not(.white) .front #pratique .pratiques-horaires .oh-current-closed, .front #pratique .pratiques-horaires body.black:not(.white) .oh-current-closed, body.black:not(.white) .front #pratique .pratiques-horaires .oh-wrapper, .front #pratique .pratiques-horaires body.black:not(.white) .oh-wrapper, body.black:not(.white) .front #pratique .pratiques-horaires .oh-display, .front #pratique .pratiques-horaires body.black:not(.white) .oh-display, body.black:not(.white) #info-pratique div, #info-pratique body.black:not(.white) div, body.black:not(.white) #info-pratique address, #info-pratique body.black:not(.white) address, body.black:not(.white) #info-pratique a, #info-pratique body.black:not(.white) a, body.black:not(.white) #menu #search-block-form .form-item input[type="text"], body.black:not(.white) #menu #search-block-form .form-item input[type="email"], body.black:not(.white) .calendar-content .date-wrap {
  text-transform: inherit;
}

body.black:not(.white) .main-content {
  padding-top: 80px;
}

body.black:not(.white) .chapeau-section {
  padding-top: 10px;
  padding-bottom: 20px;
}

body.black:not(.white) .see-all-link {
  position: relative;
  padding-left: 50px;
  border-bottom: none;
  text-decoration: none;
}

body.black:not(.white) .see-all-link:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 30px;
  left: 0;
  top: 46%;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  background: url("images/icons/link-white.svg") no-repeat;
  background-position: center left;
  background-size: 45px;
}

body.black:not(.white) .see-all-link:hover {
  border-bottom: none;
}

body.black:not(.white) .see-all-link:hover:before {
  background: url("images/icons/link-white-hover.svg") no-repeat;
  background-position: center left;
  background-size: 45px;
}

body.black:not(.white) .main-logo img {
  height: 40px;
}

@media only screen and (max-width: 500px) {
  body.black:not(.white) .main-logo {
    top: 15px;
  }
}

@media screen and (max-width: 800px) {
  body.black:not(.white) #language-switch2 {
    display: block;
  }
}

body.black:not(.white) #header #block-menu-block-1 .nav--menu-block-1 > li > a {
  border-bottom: 1px solid white;
}

body.black:not(.white) #header #block-menu-block-1 .nav--menu-block-1 > li > ul {
  background-color: #3b3b3b;
}

body.black:not(.white) #header #menu {
  background-color: #3b3b3b;
}

body.black:not(.white) #header #block-menu-block-1 .nav--menu-block-1 a.is-active, body.black:not(.white) #header #block-menu-block-1 .nav--menu-block-1 li a:hover, body.black:not(.white) #header #block-menu-block-1 .nav--menu-block-1 li a .active {
  color: #FF484F;
}

body.black:not(.white) .bloc-language {
  display: none;
}

body.black:not(.white) #header {
  background-color: #000;
  -webkit-box-shadow: 0px 6px 14px 6px rgba(0, 0, 0, 0);
  box-shadow: 0px 6px 14px 6px rgba(0, 0, 0, 0);
  height: 80px;
}

body.black:not(.white) #header.has-scrolled {
  -webkit-box-shadow: 0px 6px 14px 6px black;
  box-shadow: 0px 6px 14px 6px black;
}

body.black:not(.white) .toggle-menu-wrapper .toggle-menu {
  width: 35px;
  top: 0;
  -webkit-transform: inherit;
          transform: inherit;
  height: 23px;
}

body.black:not(.white) .toggle-menu-wrapper .toggle-menu span, body.black:not(.white) .toggle-menu-wrapper .toggle-menu span:after, body.black:not(.white) .toggle-menu-wrapper .toggle-menu span:before {
  background-color: white;
}

body.black:not(.white) .toggle-menu-wrapper .toggle-menu.is-on span {
  background-color: transparent;
}

body.black:not(.white) .toggle-menu-wrapper #toggle:hover > span {
  border-bottom: 2px solid white;
}

body.black:not(.white) .toggle-menu-wrapper .toggle-menu {
  padding: 2px 0px 0px 8px;
}

body.black:not(.white) .toggle-menu-wrapper .toggle-menu span, body.black:not(.white) .toggle-menu-wrapper .toggle-menu span:after, body.black:not(.white) .toggle-menu-wrapper .toggle-menu span:before {
  height: 2px;
}

body.black:not(.white) .toggle-menu-wrapper .toggle-menu span:after, body.black:not(.white) .toggle-menu-wrapper .toggle-menu span:before {
  top: 8px;
}

body.black:not(.white) .toggle-menu-wrapper .toggle-menu span:after {
  top: 16px;
}

body.black:not(.white) .toggle-menu-wrapper .toggle-menu.is-on span:after {
  -webkit-transform: rotate(-45deg) translate(4px, -6px);
          transform: rotate(-45deg) translate(4px, -6px);
}

body.black:not(.white) .toggle-menu-wrapper .toggle-menu.is-on span:before {
  -webkit-transform: rotate(45deg) translate(0px, 1px);
          transform: rotate(45deg) translate(0px, 1px);
}

body.black:not(.white) .toggle-menu-wrapper #toggle span {
  font-size: 25px;
  text-transform: uppercase;
  background-color: transparent;
}

body.black:not(.white) .toggle-menu-wrapper #toggle {
  top: 15px;
  right: 20px;
}

body.black:not(.white) .toggle-menu-wrapper #toggle > div {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  right: 80px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

body.black:not(.white) #header.is-open .toggle-menu-wrapper #toggle > div {
  opacity: 1;
}

body.black:not(.white) #language-switch2 ul li a {
  color: #666666;
}

body.black:not(.white) #language-switch2 ul li a.is-active {
  border-bottom: 2px solid transparent;
  color: white;
}

body.black:not(.white) #language-switch2 ul li {
  margin-left: 3px;
}

body.black:not(.white) #language-switch2 {
  position: fixed;
  right: 20px;
  top: 44px;
  z-index: 999;
}

body.black:not(.white) #language-switch2 ul li a {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}

body.black:not(.white) #language-switch2 ul li a:hover {
  color: white;
}

body.black:not(.white) .page-footer .footer-menu ul li a:hover, body.black:not(.white) .page-footer .footer-info a:hover {
  border-bottom: 1px solid white;
}

body.black:not(.white) .page-footer {
  background-color: #000;
}

body.black:not(.white) .page-footer .logo-footer > img {
  height: 40px;
  width: auto;
}

body.black:not(.white) .page-footer .footer-social .social li a svg g, body.black:not(.white) .page-footer .footer-social .social li a svg path {
  fill: #fff;
}

body.black:not(.white) .page-footer .footer-social .social li a:hover svg g, body.black:not(.white) .page-footer .footer-social .social li a:hover svg path {
  fill: #FF484F;
}

body.black:not(.white) .newsletter input[type="email"] {
  color: white;
  border: 1px solid white;
}

body.black:not(.white) .newsletter .clear {
  width: 140px;
}

body.black:not(.white) .newsletter #mc-embedded-subscribe {
  background-color: #000;
  border: 1px solid white;
}

body.black:not(.white) .newsletter #mc-embedded-subscribe:hover {
  background-color: white;
  color: #000;
}

body.black:not(.white) .feed-title:after {
  background-color: white;
}

.black:not(.white) .newsletter-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.black:not(.white) .newsletter-section .newsletter .form-container > h3 {
  margin-bottom: 20px;
}

.black:not(.white) .feed-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}

.black:not(.white) .feed-title:after {
  content: "";
  height: 1px;
  left: 15px;
  width: 100%;
  bottom: 0;
  background-color: #1d1d1b;
}

.black:not(.white) .feed-title h2, .black:not(.white) .feed-title .see-all-link {
  margin-bottom: 10px;
}

.black:not(.white) .feed-slider .slick-slide {
  position: relative;
}

.black:not(.white) .feed-slider .single-feed-wrapper {
  padding: 0 15px;
}

.black:not(.white) .feed-slider .single-feed {
  padding-left: calc(100% / 6);
  padding-right: calc(100% / 6);
  position: relative;
  margin-bottom: 40px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .black:not(.white) .feed-slider .single-feed {
    padding-right: 0;
  }
}

.black:not(.white) .feed-slider .single-feed:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: white;
  left: calc((100% / 6) - 4px);
  top: 0;
}

.black:not(.white) .feed-slider .single-feed .event-date {
  text-align: center;
  width: calc(100% / 6);
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}

.black:not(.white) .feed-slider .single-feed .event-date > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.black:not(.white) .feed-slider .single-feed .event-date > span span.m {
  margin-bottom: 10px;
}

.black:not(.white) .feed-slider .single-feed .event-date > span span.d {
  font-size: 50px;
}

.black:not(.white) .feed-slider .single-feed .event-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 110px;
  padding-left: 5px;
}

.black:not(.white) .feed-slider .single-feed .event-info .legend-size, .black:not(.white) .feed-slider .single-feed .event-info .img-wrapper figcaption, .img-wrapper .black:not(.white) .feed-slider .single-feed .event-info figcaption, .black:not(.white) .feed-slider .single-feed .event-info .event-date > span span.m, .black:not(.white) .feed-slider .single-feed .event-date > span .event-info span.m, .black:not(.white) .feed-slider .single-feed .event-info .event-time span span, .black:not(.white) .feed-slider .single-feed .event-info .sidebar .calendar-sidebar-wrapper .calendar-calendar table h4, .black:not(.white) .sidebar .calendar-sidebar-wrapper .calendar-calendar table .feed-slider .single-feed .event-info h4, .black:not(.white) .feed-slider .single-feed .event-info .news .publication-date span, .news .publication-date .black:not(.white) .feed-slider .single-feed .event-info span, .black:not(.white) .feed-slider .single-feed .event-info .news .publication-date time, .news .publication-date .black:not(.white) .feed-slider .single-feed .event-info time {
  text-transform: inherit;
}

.black:not(.white) .feed-slider .single-feed .event-info .event-tag {
  padding-top: 20px;
  margin-top: auto;
}

.black:not(.white) .feed-slider .single-feed .event-info h3 + h4 {
  margin-bottom: 5px;
}

.black:not(.white) .feed-slider .single-feed .event-info .event-time {
  text-align: right;
  width: calc(100% / 4);
  left: calc((-100% / 4) - 15px);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
}

.black:not(.white) .feed-slider .single-feed .event-info .event-time span span {
  text-align: right;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  width: 100;
}

.black:not(.white) .news-feed .single-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .black:not(.white) .news-feed .single-feed {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .black:not(.white) .news-feed .single-feed:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(58%, white), color-stop(100%, white));
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(58%, white), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 58%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
  }
}

.black:not(.white) .news-feed .single-feed .img-wrapper, .black:not(.white) .news-feed .single-feed .news-info {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .black:not(.white) .news-feed .single-feed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .black:not(.white) .news-feed .single-feed .img-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc((100% / 5) * 2);
    margin-bottom: 20px;
  }
  .black:not(.white) .news-feed .single-feed .img-wrapper img {
    margin-left: auto;
  }
  .black:not(.white) .news-feed .single-feed .news-info {
    width: calc((100% / 5) * 3);
    padding-right: 15px;
  }
}

.black:not(.white) .news-feed .single-feed .news-info .wysiwyg {
  margin-top: 20px;
}

.black:not(.white) .feed-section {
  margin-bottom: 40px;
  position: relative;
}

.black:not(.white) .feed-section .single-feed-wrapper .img-wrapper {
  overflow: hidden;
  position: relative;
}

.black:not(.white) .feed-section .single-feed-wrapper .img-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF484F;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0;
}

@media only screen and (min-width: 992px) {
  .black:not(.white) .feed-section .single-feed-wrapper:hover * {
    color: #FF484F !important;
  }
  .black:not(.white) .feed-section .single-feed-wrapper:hover .single-feed:before {
    background-color: #FF484F;
  }
  .black:not(.white) .feed-section .single-feed-wrapper:hover .img-wrapper {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
  .black:not(.white) .feed-section .single-feed-wrapper:hover .img-wrapper:after {
    opacity: 1;
  }
  .black:not(.white) .feed-section .single-feed-wrapper:hover .event-info {
    top: -60px;
  }
}

.black:not(.white) .feed-section .img-wrapper {
  margin-top: 0;
}

.black:not(.white) .feed-section .event-info {
  position: relative;
  top: 0;
  -webkit-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out;
}

.black:not(.white) .feed-section.event .tickets {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-165px, -50%);
          transform: translate(-165px, -50%);
  z-index: 2;
  left: calc(50% - (165px / 2));
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .black:not(.white) .feed-section.event .tickets {
    display: none;
  }
}

.black:not(.white) .feed-section.news-feed {
  margin-bottom: 100px;
}

.black:not(.white) .feed-section.news-feed .img-wrapper img {
  width: 100%;
}

.black:not(.white) .feed-section.news-feed .tickets {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-165px, -50%);
          transform: translate(-165px, -50%);
  z-index: 2;
  left: calc(50% - (165px / 2));
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .black:not(.white) .feed-section.news-feed .tickets {
    display: none;
  }
}

.black:not(.white) .feed-section.news-feed .feed-slider .single-feed:before {
  display: none;
}

@-webkit-keyframes blink {
  1% {
    -webkit-filter: drop-shadow(1px 0px 20px rgba(255, 255, 255, 0));
            filter: drop-shadow(1px 0px 20px rgba(255, 255, 255, 0));
  }
  10% {
    -webkit-filter: drop-shadow(1px 5px 7px white);
            filter: drop-shadow(1px 5px 7px white);
  }
  12% {
    -webkit-filter: drop-shadow(1px 5px 7px rgba(255, 255, 255, 0));
            filter: drop-shadow(1px 5px 7px rgba(255, 255, 255, 0));
  }
  12.5% {
    -webkit-filter: drop-shadow(1px 5px 7px white);
            filter: drop-shadow(1px 5px 7px white);
  }
  13% {
    -webkit-filter: drop-shadow(1px 5px 7px rgba(255, 255, 255, 0));
            filter: drop-shadow(1px 5px 7px rgba(255, 255, 255, 0));
  }
  16% {
    -webkit-filter: drop-shadow(1px 5px 10px white);
            filter: drop-shadow(1px 5px 10px white);
  }
  17% {
    -webkit-filter: drop-shadow(1px 5px 10px rgba(255, 255, 255, 0));
            filter: drop-shadow(1px 5px 10px rgba(255, 255, 255, 0));
  }
  70% {
    -webkit-filter: drop-shadow(1px 0px 2px rgba(255, 255, 255, 0.8));
            filter: drop-shadow(1px 0px 2px rgba(255, 255, 255, 0.8));
  }
  79% {
    -webkit-filter: drop-shadow(1px 0px 20px rgba(255, 255, 255, 0));
            filter: drop-shadow(1px 0px 20px rgba(255, 255, 255, 0));
  }
  81% {
    -webkit-filter: drop-shadow(1px 4px 60px white);
            filter: drop-shadow(1px 4px 60px white);
  }
  82% {
    -webkit-filter: drop-shadow(1px 20px 30px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(1px 20px 30px rgba(255, 255, 255, 0.6));
  }
  83% {
    -webkit-filter: drop-shadow(1px 0px 2px rgba(255, 255, 255, 0));
            filter: drop-shadow(1px 0px 2px rgba(255, 255, 255, 0));
  }
  92% {
    -webkit-filter: drop-shadow(5px 14px 30px white);
            filter: drop-shadow(5px 14px 30px white);
  }
  92.5% {
    -webkit-filter: drop-shadow(1px 10px 10px rgba(255, 255, 255, 0.8));
            filter: drop-shadow(1px 10px 10px rgba(255, 255, 255, 0.8));
  }
}

@keyframes blink {
  1% {
    -webkit-filter: drop-shadow(1px 0px 20px rgba(255, 255, 255, 0));
            filter: drop-shadow(1px 0px 20px rgba(255, 255, 255, 0));
  }
  10% {
    -webkit-filter: drop-shadow(1px 5px 7px white);
            filter: drop-shadow(1px 5px 7px white);
  }
  12% {
    -webkit-filter: drop-shadow(1px 5px 7px rgba(255, 255, 255, 0));
            filter: drop-shadow(1px 5px 7px rgba(255, 255, 255, 0));
  }
  12.5% {
    -webkit-filter: drop-shadow(1px 5px 7px white);
            filter: drop-shadow(1px 5px 7px white);
  }
  13% {
    -webkit-filter: drop-shadow(1px 5px 7px rgba(255, 255, 255, 0));
            filter: drop-shadow(1px 5px 7px rgba(255, 255, 255, 0));
  }
  16% {
    -webkit-filter: drop-shadow(1px 5px 10px white);
            filter: drop-shadow(1px 5px 10px white);
  }
  17% {
    -webkit-filter: drop-shadow(1px 5px 10px rgba(255, 255, 255, 0));
            filter: drop-shadow(1px 5px 10px rgba(255, 255, 255, 0));
  }
  70% {
    -webkit-filter: drop-shadow(1px 0px 2px rgba(255, 255, 255, 0.8));
            filter: drop-shadow(1px 0px 2px rgba(255, 255, 255, 0.8));
  }
  79% {
    -webkit-filter: drop-shadow(1px 0px 20px rgba(255, 255, 255, 0));
            filter: drop-shadow(1px 0px 20px rgba(255, 255, 255, 0));
  }
  81% {
    -webkit-filter: drop-shadow(1px 4px 60px white);
            filter: drop-shadow(1px 4px 60px white);
  }
  82% {
    -webkit-filter: drop-shadow(1px 20px 30px rgba(255, 255, 255, 0.6));
            filter: drop-shadow(1px 20px 30px rgba(255, 255, 255, 0.6));
  }
  83% {
    -webkit-filter: drop-shadow(1px 0px 2px rgba(255, 255, 255, 0));
            filter: drop-shadow(1px 0px 2px rgba(255, 255, 255, 0));
  }
  92% {
    -webkit-filter: drop-shadow(5px 14px 30px white);
            filter: drop-shadow(5px 14px 30px white);
  }
  92.5% {
    -webkit-filter: drop-shadow(1px 10px 10px rgba(255, 255, 255, 0.8));
            filter: drop-shadow(1px 10px 10px rgba(255, 255, 255, 0.8));
  }
}

@-webkit-keyframes glow {
  1% {
    -webkit-filter: drop-shadow(2px 4px 9px #ff484f);
            filter: drop-shadow(2px 4px 9px #ff484f);
  }
  25% {
    -webkit-filter: drop-shadow(2px 4px 7px rgba(255, 72, 79, 0.7));
            filter: drop-shadow(2px 4px 7px rgba(255, 72, 79, 0.7));
  }
  50% {
    -webkit-filter: drop-shadow(2px 4px 9px #ff484f);
            filter: drop-shadow(2px 4px 9px #ff484f);
  }
  75% {
    -webkit-filter: drop-shadow(2px 4px 9px rgba(255, 72, 79, 0.7));
            filter: drop-shadow(2px 4px 9px rgba(255, 72, 79, 0.7));
  }
  100% {
    -webkit-filter: drop-shadow(2px 4px 9px #ff484f);
            filter: drop-shadow(2px 4px 9px #ff484f);
  }
}

@keyframes glow {
  1% {
    -webkit-filter: drop-shadow(2px 4px 9px #ff484f);
            filter: drop-shadow(2px 4px 9px #ff484f);
  }
  25% {
    -webkit-filter: drop-shadow(2px 4px 7px rgba(255, 72, 79, 0.7));
            filter: drop-shadow(2px 4px 7px rgba(255, 72, 79, 0.7));
  }
  50% {
    -webkit-filter: drop-shadow(2px 4px 9px #ff484f);
            filter: drop-shadow(2px 4px 9px #ff484f);
  }
  75% {
    -webkit-filter: drop-shadow(2px 4px 9px rgba(255, 72, 79, 0.7));
            filter: drop-shadow(2px 4px 9px rgba(255, 72, 79, 0.7));
  }
  100% {
    -webkit-filter: drop-shadow(2px 4px 9px #ff484f);
            filter: drop-shadow(2px 4px 9px #ff484f);
  }
}

.black:not(.white) .page-teaser-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.black:not(.white) .page-teaser-section .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.black:not(.white) .page-teaser-section a {
  display: block;
}

.black:not(.white) .page-teaser-section a:hover {
  border-bottom: none;
}

.black:not(.white) .page-teaser-section a:hover svg g, .black:not(.white) .page-teaser-section a:hover svg path {
  fill: #FF484F;
}

.black:not(.white) .page-teaser-section .page-teaser {
  position: relative;
}

.black:not(.white) .page-teaser-section .page-teaser img, .black:not(.white) .page-teaser-section .page-teaser svg {
  -webkit-filter: drop-shadow(2px 4px 9px rgba(0, 0, 255, 0));
          filter: drop-shadow(2px 4px 9px rgba(0, 0, 255, 0));
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.black:not(.white) .page-teaser-section .page-teaser:hover img, .black:not(.white) .page-teaser-section .page-teaser:hover svg {
  -webkit-animation: glow ease-in-out infinite 5s;
          animation: glow ease-in-out infinite 5s;
}

.black:not(.white) .page-teaser-section .page-teaser.kanal img, .black:not(.white) .page-teaser-section .page-teaser.kanal svg {
  width: 555px;
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  .black:not(.white) .page-teaser-section .page-teaser.kanal img, .black:not(.white) .page-teaser-section .page-teaser.kanal svg {
    width: calc(555px / 2);
  }
}

.black:not(.white) .page-teaser-section .page-teaser.support-img img, .black:not(.white) .page-teaser-section .page-teaser.support-img svg {
  width: 508px;
}

@media only screen and (max-width: 991px) {
  .black:not(.white) .page-teaser-section .page-teaser.support-img img, .black:not(.white) .page-teaser-section .page-teaser.support-img svg {
    width: calc(508px / 2);
  }
}

.black:not(.white) .page-teaser-section .page-teaser a {
  display: block;
}

.black:not(.white) .page-teaser-section .page-teaser a img, .black:not(.white) .page-teaser-section .page-teaser a svg {
  display: block;
  margin: 0 auto;
}

.black:not(.white) .paragraph-section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.black:not(.white) .paragraph-quote {
  margin-bottom: 20px;
}

.black:not(.white) .paragraph-text, .black:not(.white) .paragraph-video {
  margin-bottom: 40px;
}

.black:not(.white) .paragraph-linked {
  margin-top: 20px;
  margin-bottom: 60px;
}

.black:not(.white) .paragraph-linked .linked-label {
  margin-bottom: 10px;
}

.black:not(.white) .paragraph-linked .img-wrapper {
  text-align: right;
}

@media only screen and (min-width: 992px) {
  .black:not(.white) .paragraph-linked .img-wrapper img {
    max-width: 180px;
  }
}

.black:not(.white) .paragraph-img {
  margin-bottom: 60px;
}

.black:not(.white) .paragraph-img.image-row {
  margin-bottom: 40px;
  text-align: center;
}

.black:not(.white) .paragraph-img.image-row div[class*='col-'] > div {
  margin-bottom: 20px;
}

.black:not(.white) .paragraph-img.image-row img {
  margin-bottom: 20px;
  margin: 0 auto;
}

.black:not(.white) .paragraph-img.image-grid .img-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.black:not(.white) .paragraph-img.image-grid .img-grid-wrapper > div {
  margin-right: 20px;
  margin-bottom: 20px;
}

.black:not(.white) .paragraph-img.image-grid .img-grid-wrapper > div figcaption {
  display: none;
}

.black:not(.white) .paragraph-img.image-grid .img-grid-wrapper img {
  max-height: 220px;
  width: auto;
  display: block;
}

.black:not(.white) .paragraph-img.image-slider img {
  margin-bottom: 5px;
}

.black:not(.white) .paragraph-img.image-row img {
  margin: 0 auto;
}

.black:not(.white) #blink {
  -webkit-animation: blink linear infinite 2s;
          animation: blink linear infinite 2s;
}

@keyframes blink {
  70% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  82% {
    opacity: 0;
  }
  83% {
    opacity: 1;
  }
  92% {
    opacity: 0;
  }
  92.5% {
    opacity: 1;
  }
}

.black:not(.white) .accordion-section .accordion-toggle {
  display: block;
  position: relative;
  padding-right: 50px;
}

.black:not(.white) .accordion-section .accordion-toggle h2 + h3 {
  margin-top: 20px;
}

.black:not(.white) .accordion-section .accordion-toggle.is-open:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(images/icons/close-white.svg);
}

.black:not(.white) .accordion-section .accordion-toggle:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url(images/icons/new-top-arrow-white.svg);
  right: 0;
}

.black:not(.white) .accordion-section .inner {
  display: none;
}

.black:not(.white) .accordion-section .inner #ajax-wrapper {
  display: none;
}

.black:not(.white) .commision {
  margin-bottom: 100px;
}

.black:not(.white) .commision .accordion > li {
  border-top: 1px solid white;
}

.black:not(.white) .commision .accordion-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.black:not(.white) .commision .accordion-toggle:hover h2 {
  color: #FF484F;
}

.black:not(.white) .commision .accordion-toggle h2 {
  text-transform: uppercase !important;
}

.black:not(.white) .commision .accordion-toggle h4.legend-size, .black:not(.white) .commision .accordion-toggle .sidebar .calendar-sidebar-wrapper .calendar-calendar table h4, .black:not(.white) .sidebar .calendar-sidebar-wrapper .calendar-calendar table .commision .accordion-toggle h4 {
  margin-bottom: 20px;
}

.black:not(.white) .calendar-section {
  padding-top: 40px;
  padding-bottom: 100px;
}

.black:not(.white) .calendar-section .bottom-pager .date-heading {
  display: none;
}

.black:not(.white) .calendar-section .bottom-pager .pager {
  padding-left: 0;
}

@media only screen and (min-width: 998px) {
  .black:not(.white) .calendar-section .bottom-pager .pager {
    padding-left: 30px;
    padding-right: 0;
  }
}

.black:not(.white) .calendar-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.black:not(.white) .calendar-wrapper:not(.expo) a:last-child:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: -30px;
  background-color: white;
}

.black:not(.white) .calendar-wrapper:not(.expo):last-child a:last-child:after {
  display: none;
}

.black:not(.white) .calendar-wrapper.expo {
  margin-bottom: 0;
}

.black:not(.white) .calendar-wrapper.expo a:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: -20px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(58%, white), color-stop(100%, white));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(58%, white), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 58%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.black:not(.white) .calendar-content {
  display: block !important;
  position: relative;
}

.black:not(.white) .calendar-content .date-wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: calc(100% / 7);
}

@media only screen and (max-width: 767px) {
  .black:not(.white) .calendar-content .date-wrap {
    text-align: left;
  }
}

.black:not(.white) .calendar-content .calendar-event-wrapper {
  width: calc((100% / 7) * 6);
}

.black:not(.white) .event-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 40px;
}

.black:not(.white) .event-teaser.focus1 .event-info {
  width: calc((100% / 6) * 4);
}

.black:not(.white) .event-teaser.focus1 .img-wrapper {
  width: calc((100% / 6) * 2);
}

@media only screen and (max-width: 991px) {
  .black:not(.white) .event-teaser.focus1 .img-wrapper {
    display: none;
  }
}

.black:not(.white) .event-teaser:hover * {
  color: #FF484F;
}

.black:not(.white) .event-teaser:hover .event-info:before {
  background-color: #FF484F;
}

.black:not(.white) .event-teaser:hover .img-wrapper {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.black:not(.white) .event-teaser:hover .img-wrapper:after {
  opacity: 1;
}

.black:not(.white) .event-teaser:hover .event-end-date .date-display-end:before {
  background-image: url(images/icons/date-arrow-red.svg);
}

.black:not(.white) .event-teaser .img-wrapper {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .black:not(.white) .event-teaser .img-wrapper {
    display: none;
  }
}

.black:not(.white) .event-teaser .img-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  background-color: #FF484F;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0;
}

.black:not(.white) .event-teaser .img-wrapper img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .black:not(.white) .event-teaser .img-wrapper img {
    width: auto;
    max-height: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .black:not(.white) .event-teaser .img-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc(100% / 6);
    margin-bottom: 0;
  }
}

.black:not(.white) .event-teaser .event-info {
  position: relative;
  padding-left: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.black:not(.white) .event-teaser .event-info:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: white;
  top: 0;
  left: 46px;
  position: absolute;
}

.black:not(.white) .event-teaser .event-info h2 {
  text-transform: uppercase;
}

.black:not(.white) .event-teaser .event-info .subtitle {
  text-transform: inherit;
}

.black:not(.white) .event-teaser .event-info .event-tag {
  padding-top: 10px;
  margin-top: auto;
}

.black:not(.white) .event-teaser .event-info .event-time {
  position: absolute;
  left: 0;
  width: 54px;
  text-align: right;
  padding: 0 15px 0 0;
}

.black:not(.white) .event-teaser .event-info .event-time .date-display-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  .black:not(.white) .event-teaser .event-info {
    width: calc((100% / 6) * 5);
  }
}

.black:not(.white) .event-teaser .event-end-date {
  position: relative;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
}

.black:not(.white) .event-teaser .event-end-date .date-display-start, .black:not(.white) .event-teaser .event-end-date .date-display-single, .black:not(.white) .event-teaser .event-end-date .separator {
  display: none;
}

@media only screen and (max-width: 991px) {
  .black:not(.white) .event-teaser .event-end-date {
    margin-top: 15px;
  }
}

.black:not(.white) .event-teaser .event-end-date .date-display-end {
  position: relative;
  padding-left: 45px;
}

.black:not(.white) .event-teaser .event-end-date .date-display-end:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/icons/date-arrow.svg);
  background-position: left top;
}

@media only screen and (min-width: 992px) {
  .black:not(.white) .event-teaser .event-end-date {
    position: absolute;
    width: calc(100% / 2);
    right: calc(-100% / 2);
  }
}

.black:not(.white) .sidebar .tags-wrapper {
  margin-bottom: 40px;
}

.black:not(.white) .sidebar .tags-wrapper .button--submit {
  display: none;
}

.black:not(.white) .sidebar .tags-wrapper .bef-select-as-links > .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.black:not(.white) .sidebar .tags-wrapper .bef-select-as-links > .form-item .form-item--bef-link {
  margin-right: 10px;
}

.black:not(.white) .sidebar .tags-wrapper .bef-select-as-links > .form-item .form-item--bef-link a {
  border-bottom: none;
}

.black:not(.white) .sidebar .tags-wrapper .bef-select-as-links > .form-item .form-item--bef-link a:hover, .black:not(.white) .sidebar .tags-wrapper .bef-select-as-links > .form-item .form-item--bef-link a.is-active {
  color: #FF484F;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block {
  width: 100%;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .has-events.today .month:after {
  background-color: red;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .has-events .month {
  position: relative;
  display: inline-block;
  width: 28px;
  margin: 0 auto;
  text-align: center;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .has-events .month:hover:after {
  background-color: red;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .has-events .month:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #3b3b3b;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  z-index: -1;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .has-events .month:hover {
  border-bottom: none;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .date-heading   {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .date-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 9px 0 15px;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .date-nav .date-heading {
  width: calc(100% - 80px);
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .date-nav .date-heading a:hover {
  color: #FF484F;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .date-nav .pager {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 80px;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .date-nav .pager a:hover {
  color: #FF484F;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .pager {
  margin-top: 0px;
  padding: 0;
}

@media only screen and (min-width: 998px) {
  .black:not(.white) .sidebar .calendar-sidebar-wrapper .pager {
    padding-left: 0;
    padding-right: 0;
  }
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .calendar-calendar {
  margin-bottom: 20px;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .calendar-calendar table {
  width: 100%;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .calendar-calendar table thead tr th {
  padding-bottom: 10px;
  text-align: center;
}

.black:not(.white) .sidebar .calendar-sidebar-wrapper .calendar-calendar table tbody tr td {
  text-align: center;
}

.calendar-sidebar-wrapper .date-nav-wrapper h3 {
  text-align: right;
}

.calendar-sidebar-wrapper .date-nav-wrapper h3, .calendar-sidebar-wrapper .date-nav-wrapper h3 a {
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.9px !important;
}

@media only screen and (min-width: 1500px) {
  .calendar-sidebar-wrapper .date-nav-wrapper h3, .calendar-sidebar-wrapper .date-nav-wrapper h3 a {
    font-size: 55px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .calendar-sidebar-wrapper .date-nav-wrapper h3, .calendar-sidebar-wrapper .date-nav-wrapper h3 a {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 1500px) {
  .calendar-sidebar-wrapper .date-nav-wrapper h3, .calendar-sidebar-wrapper .date-nav-wrapper h3 a {
    font-size: 28.5714285714px !important;
  }
}

#box #ajax-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

#box #ajax-wrapper figcaption {
  margin-bottom: 40px;
}

main .webform-progressbar-outer > span:nth-last-child(1) .webform-progressbar-page-label {
  left: auto;
  right: 0;
}

main .webform-progressbar-outer > span:nth-last-child(1) .webform-progressbar-page-number {
  right: 0;
  margin-left: 0;
}

main .webform-progressbar-outer > span:nth-child(2) .webform-progressbar-page-number {
  position: relative;
  left: -2px;
}

main .webform-progressbar-outer > span:nth-last-child(1) {
  text-align: right;
  right: -2px !important;
  left: auto !important;
  margin-left: 0;
}

main .webform-progressbar-outer > span:nth-child(2) .webform-progressbar-page-label {
  right: auto;
  left: 0;
}

main .webform-progressbar-outer > span:nth-child(2) .webform-progressbar-page-number {
  margin-left: 0;
}

main .webform-progressbar-outer > span:nth-child(2) {
  text-align: left;
  margin-left: 0;
}

main .webform-progressbar-outer > span .webform-progressbar-page-label {
  position: absolute;
  top: 40px;
  left: -40px;
  margin: 0 auto;
  min-width: 80px;
}

main .webform-progressbar-outer > span .webform-progressbar-page-number {
  position: relative;
  display: block;
  background-color: #FF484F;
  border: 2px solid #FF484F;
  border-radius: 100%;
  text-align: center;
  font-size: 18px;
  height: 30px;
  width: 30px;
  color: white;
  z-index: 3;
  margin-left: -15px;
}

main .webform-progressbar-outer > span {
  position: absolute;
  text-align: center;
  padding-bottom: 40px;
  top: -11px;
  display: block;
}

main .webform-progressbar-outer span {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  color: white;
}

main .webform-progressbar-outer {
  position: relative;
  background-color: transparent;
  border: 1px solid;
}

main .webform-progressbar-inner:before {
  content: '';
  display: block;
  position: absolute;
  height: 8px;
  right: 0;
  top: 0;
  width: 3px;
  background-color: white;
}

main .webform-progressbar-inner:after {
  content: '';
  display: block;
  position: absolute;
  height: 8px;
  left: 0;
  top: 0;
  width: 3px;
  background-color: white;
}

main .webform-progressbar-inner {
  background-color: #FF484F;
  height: 8px;
}

main .webform-progressbar {
  width: 100%;
  margin-bottom: 80px;
  margin-top: 60px;
}

.new-page-teaser {
  padding: 40px 0 20px 0;
  margin-top: 20px;
  position: relative;
}

.new-page-teaser h2 a {
  color: inherit;
}

.new-page-teaser:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(58%, white), color-stop(100%, white));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(58%, white), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 58%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}

.new-page-teaser .wysiwyg {
  margin-top: 20px;
}

.new-page-teaser .wysiwyg p.no-margin {
  margin-bottom: 0 !important;
}

body.black:not(.white) *.red.color {
  color: #FF484F !important;
}

#news-feed {
  padding-top: 0;
}

.news {
  padding-bottom: 60px;
}

.news .news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news .news-wrapper > div {
  padding-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .news .news-wrapper > div {
    width: 75%;
  }
}

@media only screen and (min-width: 1501px) {
  .news .news-wrapper > div {
    width: 50%;
  }
}

.news.is-hover h2 {
  color: #0000ff;
}

.news.is-hover .icon-link:before, .news.is-hover .front .see-all-link a:before, .front .see-all-link .news.is-hover a:before {
  background: url(images/icons/link-blue-hover.svg) no-repeat;
  background-position: center left;
  background-size: 45px;
}

.news-single .news-img {
  margin-bottom: 60px;
}

.news-single .title-wrapper {
  margin-bottom: 60px;
}

.section-partner > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  clear: both;
}

.section-partner h3 {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 100px;
}

.section-partner h3:first-child {
  margin-top: 0;
}

.section-partner .partner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 60px;
  padding-right: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-partner .partner-logo img {
  width: auto;
  max-height: 60px;
}

@media only screen and (min-width: 768px) {
  .section-partner .partner-logo {
    width: calc(100% / 2);
    -webkit-box-pack: flex-center;
        -ms-flex-pack: flex-center;
            justify-content: flex-center;
  }
}

@media only screen and (min-width: 998px) {
  .section-partner .partner-logo {
    width: calc(100% / 3);
  }
}

.toc a:hover {
  color: #0000ff;
}

.toc li.is-active a {
  color: #0000ff;
}

.horaires {
  position: relative;
  margin-bottom: 60px;
}

.horaires .oh-current-closed, .horaires .oh-current-open {
  position: relative;
  color: #0000ff;
}

@media only screen and (min-width: 768px) {
  .horaires .oh-current-closed, .horaires .oh-current-open {
    position: absolute;
    right: 0;
    top: 8px;
  }
}

@media only screen and (min-width: 1501px) {
  .horaires .oh-current-closed, .horaires .oh-current-open {
    top: 13px;
  }
}

.horaires .oh-display-current {
  color: #0000ff;
}

.horaires .oh-wrapper {
  width: 100%;
}

.horaires .oh-wrapper .oh-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #0000ff;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.horaires .oh-wrapper .oh-display:last-child {
  border-bottom: 1px solid #0000ff;
}

.oh-display-label {
  text-transform: capitalize;
}

.page-title-wrapper {
  text-align: right;
  position: relative;
}

.page-title-wrapper .page-title {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: -1;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .horaires-tarifs {
    padding-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .bandeau-txt + .horaires-tarifs .page-title-wrapper, .bandeau-txt + .fixed-title .page-title-wrapper {
    margin-bottom: 160px;
  }
}

@media only screen and (min-width: 1501px) {
  .bandeau-txt + .horaires-tarifs .page-title-wrapper, .bandeau-txt + .fixed-title .page-title-wrapper {
    margin-bottom: 200px;
  }
}

.horaires-tarifs .page-title-wrapper, .fixed-title .page-title-wrapper {
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .horaires-tarifs .page-title-wrapper, .fixed-title .page-title-wrapper {
    opacity: 1;
    margin-bottom: 130px;
  }
}

@media only screen and (min-width: 1501px) {
  .horaires-tarifs .page-title-wrapper, .fixed-title .page-title-wrapper {
    margin-bottom: 180px;
  }
}

#second-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  min-height: calc(100vh);
  top: 0;
  left: 0;
}

@media only screen and (max-width: 991px) {
  #second-navigation {
    display: none;
  }
}

#second-navigation ul {
  line-height: 1;
}

@media only screen and (min-width: 992px) {
  #second-navigation ul li {
    min-height: 70px;
  }
}

@media only screen and (min-width: 1500px) {
  #second-navigation ul li {
    min-height: 109px;
  }
}

#second-navigation ul li:first-child {
  display: none;
}

#second-navigation ul li a {
  text-indent: 0;
  -webkit-transition: text-indent .6s ease;
  transition: text-indent .6s ease;
  display: block;
  color: #5FF391;
}

#second-navigation ul li a:hover {
  text-transform: uppercase;
  color: #5FF391;
  z-index: 999;
}

#second-navigation ul li.is-active a {
  text-indent: 64%;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  #second-navigation ul li.is-active a {
    text-indent: 55%;
  }
}

#second-navigation ul li.is-active a:hover {
  color: #5FF391;
}

.i18n-nl #second-navigation ul li.is-active a {
  text-indent: 49%;
}

@media only screen and (max-width: 1200px) {
  .i18n-nl #second-navigation ul li.is-active a {
    text-indent: 38%;
  }
}

@media only screen and (min-width: 992px) {
  .buy-ticket .ticket-wrapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 340px);
  }
  .buy-ticket .ticket-wrapper .tickets {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1500px) {
  .buy-ticket .ticket-wrapper {
    height: calc(100vh - 450px);
  }
}

.section-art-vivant .sidebar .event-date {
  margin-bottom: 0;
}

.section-art-vivant .sidebar .event-info h4 {
  color: #FF484F;
}

.section-art-vivant .sidebar .event-info h4 + p {
  margin-bottom: 20px;
}

.team-row {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.team-row > .container {
  overflow: visible;
  position: relative;
}

.team-row > .container > .row {
  overflow: visible;
  position: relative;
}

.team-row .img-wrapper {
  z-index: 3;
  pointer-events: none;
}

.team-row .img-wrapper img {
  max-height: 90vw;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .team-row .img-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    opacity: 0;
    text-align: right;
  }
  .team-row .img-wrapper img {
    max-height: calc(70vh);
    margin-left: auto;
    width: auto;
  }
}

.team-row .team-info {
  padding-bottom: 5px;
}

.team-row .team-info:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 30px;
  left: -65px;
  top: 46%;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  background: url("images/icons/link-hover.svg") no-repeat;
  background-position: center right;
  background-size: 45px;
  opacity: 0;
}

.team-row .team-contact {
  z-index: 2;
  padding-bottom: 10px;
}

.team-row:hover * {
  color: #FF484F;
}

.team-row:hover .img-wrapper {
  position: fixed;
  opacity: 1;
}

.team-row:hover .team-info:before {
  opacity: 1;
}

.equipe .h1, .equipe .black .page-title, .black .equipe .page-title, .equipe .agenda-feed .artist-name, .agenda-feed .equipe .artist-name, .equipe .agenda-feed .artist-name span, .agenda-feed .artist-name .equipe span {
  padding-top: 5px;
  margin-bottom: 40px;
}

/* ::Base styles */
/* ------------------------------------------------------------ */
html {
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}

body {
  background: #fff;
  color: #1d1d1b;
  font-weight: 400;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[role=main] {
  margin-bottom: 40px;
}

main {
  display: block;
}

img, video, object {
  max-width: 100%;
  height: auto;
}

/* ::Import styles */
/* ------------------------------------------------------------ */
@font-face {
  font-family: 'NHaasGroteskDSPro-55Rg';
  src: url("../fonts/362205_0_0.eot");
  src: url("../fonts/362205_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/362205_0_0.woff2") format("woff2"), url("../fonts/362205_0_0.woff") format("woff"), url("../fonts/362205_0_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NHaasGroteskDSPro-55Rg';
  src: url("../fonts/362205_1_0.eot");
  src: url("../fonts/362205_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/362205_1_0.woff2") format("woff2"), url("../fonts/362205_1_0.woff") format("woff"), url("../fonts/362205_1_0.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

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

@font-face {
  font-family: 'kanal_testregular';
  src: url("../fonts/kanaltest-regular-webfont.eot");
  src: url("../fonts/kanaltest-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kanaltest-regular-webfont.woff2") format("woff2"), url("../fonts/kanaltest-regular-webfont.woff") format("woff"), url("../fonts/kanaltest-regular-webfont.ttf") format("truetype"), url("../fonts/kanaltest-regular-webfont.svg#kanal_testregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.font-body, .homepage-horaire p, .page-footer .footer-social p, .h1, .black .page-title, .agenda-feed .artist-name, .agenda-feed .artist-name span, .event-date-size, .black:not(.white) .calendar-content .date-wrap .date-num, .black:not(.white) .event-teaser.focus1 .event-info h2, .black:not(.white) .event-teaser .event-end-date, .black:not(.white) .sidebar .calendar-sidebar-wrapper .view--calendar-block .date-heading   h3 a, h2, .h2, .toggle-menu-wrapper #toggle span, .wysiwyg h3, .bandeau-txt span, .front #pratique .pratiques-horaires .oh-current-open, .front #pratique .pratiques-horaires .oh-current-closed, .front #pratique .pratiques-horaires .oh-wrapper, .front #pratique .pratiques-horaires .oh-display, #info-pratique div, #info-pratique address, #info-pratique a, body.black:not(.white) #menu #search-block-form .form-item input[type="text"], body.black:not(.white) #menu #search-block-form .form-item input[type="email"], .black:not(.white) .calendar-content .date-wrap, .h2-size, .chapeau-section .wysiwyg p.chapeau, .front #pratique .pratiques-horaires a, .front #pratique .pratique-address, .front #pratique .pratique-address a, h3, .h3, .tickets a, .popup-content h2, main .button--submit, .fil-ariane ul li a, .wysiwyg h4, .section-title, .expo-single .sidebar h3 div, .expo-single .sidebar h3 span, .front .see-all-link a, #expos .h-events .event-date, #art-vivant .h-events .event-date, .h3-size, .pager .pager-current, .date-nav-wrapper a, .page-footer .footer-menu ul li a, .page-footer .footer-horaire p, .page-footer .footer-horaire .oh-current-closed, .page-footer .footer-horaire .oh-current-open, .page-footer .footer-horaire .oh-wrapper, .page-footer .footer-horaire span, .page-footer .footer-info address, .page-footer .footer-info a, .newsletter input[type="email"], #header #block-menu-block-1 .nav--menu-block-1 li a, #header #block-locale-language-content ul li span, #header #block-locale-language-content ul li a, #section-art-vivant .h-events .event-time, #section-art-vivant .h-events .event-time time, .event-date, .event-date span, .event-date time, .see-all span, .agenda-feed .event-date, .agenda-feed .work-title, body.black:not(.white) .tickets a, body.black:not(.white) .see-all-link a, body.black:not(.white) .newsletter #mc-embedded-subscribe, .news-single .news-date, .news-single .news-date span, .toc a, .horaires .oh-current-closed, .horaires .oh-current-open, h4, .h4, .section-art-vivant .sidebar h3, p, .txt-size, form .form-item__label, .main-form .fieldset__legend, .main-form .form-item__legend, .main-form .fieldset__legend span, .main-form .form-item__legend span, .error.messages-inline, .simple-table tr td, .simple-table tr td span, .simple-table tr td p, .simple-table tr td time, .wysiwyg p, .wysiwyg ul li, .wysiwyg ul li p, .wysiwyg ul li span, .access-part p, .access-part a, body.black:not(.white) .webform-client-form .webform-component-radios .form-item__legend, body.black:not(.white) form .webform-component-radios .form-item__legend, .horaires .oh-wrapper .oh-display, .horaires .oh-wrapper .oh-display span, .team-row .team-contact a, .small-txt, #edit-submit, form select, form input[type="text"], form input[type="email"], form .form-textarea, form [type=radio]:not(:checked) + label,
form [type=radio]:checked + label,
form [type="checkbox"]:not(:checked) + label,
form [type="checkbox"]:checked + label, main .chosen-container-single .chosen-single span, main .chosen-container .chosen-results li, .expo-single .event-info p, .expo-single .event-info ul li, .expo-single .event-info ul li p, .expo-single .event-info ul li span, .credit-footer p, .section-art-vivant .sidebar ul li span, .section-art-vivant .sidebar ul li a, .legend-size, .img-wrapper figcaption, .black:not(.white) .feed-slider .single-feed .event-date > span span.m, .black:not(.white) .feed-slider .single-feed .event-info .event-time span span, .black:not(.white) .sidebar .calendar-sidebar-wrapper .calendar-calendar table h4, .news .publication-date span, .news .publication-date time, .chapeau-size-2, .chapeau-size, .wysiwyg p.chapeau, .copyright, .page-footer .credit, .page-footer .credit a, .page-footer .footer-social > p, .page-footer .newsletter .form-container > p, .TickerNews p, .TickerNews a, .TickerNews span, .calendar-sidebar-wrapper .date-nav-wrapper h3, .calendar-sidebar-wrapper .date-nav-wrapper h3 a, body, .form-control,
.form-controls input[type="text"],
.form-controls select {
  font-family: 'NHaasGroteskDSPro-55Rg', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-body-italic, strong, b {
  font-family: 'NHaasGroteskDSPro-55Rg', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-var, .page-title-size, .page-title, .ticker-font, #second-navigation ul li a {
  font-family: 'kanal_testregular', Helvetica, Arial, sans-serif;
}

.font-var-fill, .kanal span, #second-navigation ul li a:hover, #second-navigation ul li.is-active a {
  font-family: 'antonregular', Helvetica, Arial, sans-serif;
}

p, span, cite, ol, ul, pre, label, input, textarea {
  font-size: 0.9375em;
  line-height: 1.4666666667em;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: none;
}

li {
  line-height: inherit;
}

em, i, q {
  font-style: italic;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.as-heading__headline, .is-typeset .headline {
  font-size: 3.75em;
  line-height: 1.1em;
}

.as-heading__largest, .is-typeset h1 {
  font-size: 7.5em;
  line-height: 1.0633333333em;
}

.as-heading__large, .is-typeset h2 {
  font-size: 2.5em;
  line-height: 1.1em;
}

.as-heading__medium, .is-typeset h3 {
  font-size: 2em;
  line-height: 1.2375em;
}

.as-heading__normal, .is-typeset h4 {
  font-size: 1.5625em;
  line-height: 1.232em;
}

.as-heading__small, .is-typeset h5 {
  font-size: 1.3125em;
  line-height: 1.2571428571em;
}

.as-heading__smallest, .is-typeset h6 {
  font-size: 1.125em;
  line-height: 1.2222222222em;
}

.as-blockquote, .as-blockquote--typeset, .is-typeset blockquote {
  font-size: 7.5em;
  line-height: 1.0633333333em;
  line-height: normal;
}

.as-blockquote p, .as-blockquote--typeset p, .is-typeset blockquote p {
  margin: 0;
  font-style: italic;
}

.as-para {
  font-size: 0.9375em;
  line-height: 1.4666666667em;
}

.as-heading__headline--typeset, .is-typeset .headline {
  margin: 0 0 0.22em 0;
}

.as-heading__largest--typeset, .is-typeset h1 {
  margin: 0 0 0.11em 0;
}

.as-heading__large--typeset, .is-typeset h2 {
  margin: 0 0 0.33em 0;
}

.as-heading__medium--typeset, .is-typeset h3 {
  margin: 0 0 0.4125em 0;
}

.as-heading__normal--typeset, .is-typeset h4 {
  margin: 0 0 0.528em 0;
}

.as-heading__small--typeset, .is-typeset h5 {
  margin: 0 0 0.6285714286em 0;
}

.as-heading__smallest--typeset, .is-typeset h6 {
  margin: 0 0 0.7333333333em 0;
}

.as-para--typeset, .is-typeset p {
  margin: 0 0 0.5866666667em 0;
}

.as-list--typeset, .as-unordered-list--typeset, .as-ordered-list--typeset, .is-typeset ol, .is-typeset ul, .is-typeset li {
  margin: 0 0 0.5866666667em 0;
}

.as-unordered-list--typeset, .as-ordered-list--typeset, .is-typeset ol, .is-typeset ul {
  margin-left: 1em;
  list-style-position: outside;
  list-style-type: disc;
}

.as-ordered-list--typeset, .is-typeset ol {
  list-style-position: outside;
  list-style-type: decimal;
}

.as-blockquote--typeset, .is-typeset blockquote {
  margin: 0.22em 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  *zoom: 1;
}

@media (min-width: 768px) {
  .container {
    width: calc(100%);
  }
}

@media (min-width: 992px) {
  .container {
    width: calc(100%);
  }
}

@media (min-width: 1200px) {
  .container {
    width: calc(100%);
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  *zoom: 1;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  *zoom: 1;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.col-spacer {
  display: none;
}

@media (min-width: 1500px) {
  .container {
    width: calc(100%);
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1500px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}

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

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

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

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

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}

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

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

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

.btn-group .btn + .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;
  overflow: hidden;
  *zoom: 1;
}

.btn-toolbar .btn,
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn-group {
  overflow: hidden;
  *zoom: 1;
}

.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: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top-right-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-left-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

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

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn,
.sidebar .button--submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  border-radius: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #0000ff;
  margin-bottom: 10px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

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

.btn:hover, .btn:focus, .btn.focus,
.sidebar .button--submit:hover,
.sidebar .button--submit:focus,
.sidebar .button--submit.focus {
  color: white;
  background-color: #0000ff;
  text-decoration: none;
}

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

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn,
.sidebar .button--submit.disabled,
.sidebar .button--submit[disabled],
fieldset[disabled]
.sidebar .button--submit {
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-inline .btn, .form-inline
.sidebar .button--submit {
  margin-bottom: 0;
}

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

.btn-default {
  color: #0000ff;
  border-color: #0000ff;
  background-color: white;
}

.btn-default:hover {
  color: white;
  background-color: #0000ff;
}

.btn-rouge {
  color: #FF484F;
  border-color: #FF484F;
  background-color: white;
}

.btn-rouge:hover {
  color: white;
  background-color: #FF484F;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

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

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary: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:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

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

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

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

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

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

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

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

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

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning: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:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

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

.btn-link {
  color: #1d1d1b;
  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;
  box-shadow: none;
}

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

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

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

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

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

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

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

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: #6f6e6e;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control,
.form-controls input[type="text"],
.form-controls select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #979797;
  background-color: #fff;
  background-image: none;
  border: 2px solid #0000ff;
}

.form-control:focus,
.form-controls input[type="text"]:focus,
.form-controls select:focus {
  border-color: #0785c8;
}

.form-control::-moz-placeholder,
.form-controls input[type="text"]::-moz-placeholder,
.form-controls select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-controls input[type="text"]:-ms-input-placeholder,
.form-controls select:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder,
.form-controls input[type="text"]::-webkit-input-placeholder,
.form-controls select::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control,
.form-controls input[type="text"][disabled],
.form-controls input[type="text"][readonly],
fieldset[disabled]
.form-controls input[type="text"],
.form-controls select[disabled],
.form-controls select[readonly],
fieldset[disabled]
.form-controls select {
  background-color: #F0F0F0;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control,
.form-controls input[type="text"][disabled],
fieldset[disabled]
.form-controls input[type="text"],
.form-controls select[disabled],
fieldset[disabled]
.form-controls select {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

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

.input-lg, .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: 0;
}

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  *zoom: 1;
}

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

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

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

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

.error {
  color: #FF484F;
}

.is-error.form-control {
  border-color: #FF484F;
}

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

.form-control:-moz-placeholder {
  color: #0000ff;
}

.form-control::-moz-placeholder {
  color: #0000ff;
}

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

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

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

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

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

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

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

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

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

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

.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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  z-index: 2;
  margin-left: -2px;
  height: 34px;
}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 2px solid #0000ff;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 4px solid #0000ff;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #0000ff;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 2px solid #0000ff;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 2px solid #0000ff;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  background-color: #0000ff;
}

.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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 299px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #0000ff;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* ::Print */
/* ------------------------------------------------------------ */
@media print {
  body {
    line-height: 0.55em;
    font-size: 62.5%;
  }
}
