@charset "UTF-8";

:root {
	--color-black: 0,0,0;
	--color-white: 255,255,255;
}

/*@import url(https://fonts.googleapis.com/css?family=Barlow:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:100,200,300,400,500,600,700,800,900);*/
.chart-data__item, .comment-reply__avatar label, .comments__avatar, .date, .filters__map .filters__wrapper, .footer__wrapper {
  display: -ms-flexbox;
  display: flex;
}

.gallery__list {
  display: -ms-flexbox;
  display: flex;
}
.gallery__list:after {
  display: -ms-flexbox;
  display: flex;
}

.header-bar-btn, .header-bar-dropdown__toggle, .header-bar__components, .header-bar__inner, .interests, .interests-block__wrapper, .interests-results__chart-wrapper, .links-group, .mnv-menu__nav .one-click-panel__title, .news-spoiler__content, .news-spoiler__pagination {
  display: -ms-flexbox;
  display: flex;
}

.one-click-panel .one-click-panel__link, .one-click-panel .one-click-panel__title {
  display: -ms-flexbox;
  display: flex;
}

.one-click-panel__header, .one-click-toggle, .online-steps__wrapper, .ontheweb-block__link, .preloader, .profile__btn-current, .publications-block__item, .publications-list, .quick-links-demarches__list, .site-wrapper, .social-wall__grid, .stratis-menu__item, .stratis-menu__list, .stratis-menu__toggle, .tx_solr {
  display: -ms-flexbox;
  display: flex;
}

.comment-reply__avatar label, .comments__avatar, .footer__wrapper, .gallery__list, .header-bar-btn, .header-bar-dropdown__toggle, .header-bar__components, .header-bar__inner, .interests, .interests-block__wrapper, .interests-results__chart-wrapper, .mnv-menu__nav .one-click-panel__title, .news-spoiler__pagination {
  -ms-flex-direction: row;
  flex-direction: row;
}

.one-click-panel .one-click-panel__link, .one-click-panel .one-click-panel__title {
  -ms-flex-direction: row;
  flex-direction: row;
}

.one-click-panel__header, .one-click-toggle, .preloader, .profile__btn-current, .publications-block__item, .publications-list, .stratis-menu__item, .stratis-menu__list, .stratis-menu__toggle {
  -ms-flex-direction: row;
  flex-direction: row;
}

.filters__map .filters__wrapper, .news-spoiler__content, .ontheweb-block__link, .site-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-bar__components, .preloader {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer__wrapper, .gallery__list, .header-bar-btn, .header-bar-dropdown__toggle, .header-bar__inner, .interests, .interests-block__wrapper, .interests-results__chart-wrapper, .links-group, .news-spoiler__content, .news-spoiler__pagination, .one-click-toggle, .publications-list, .quick-links-demarches__list, .site-wrapper, .social-wall__grid, .stratis-menu__item, .stratis-menu__list, .stratis-menu__toggle, .tx_solr {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment-reply__avatar label, .comments__avatar, .date, .header-bar-btn, .links-group, .one-click-toggle, .preloader, .profile__btn-current, .quick-links-demarches__list, .stratis-menu__toggle {
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__wrapper, .header-bar__inner {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bar__components {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.comment-reply__avatar label, .comments__avatar, .date, .header-bar-btn, .header-bar__components, .header-bar__inner, .interests-results__chart-wrapper, .links-group, .one-click-toggle, .preloader, .profile__btn-current, .stratis-menu__toggle {
  -ms-flex-align: center;
  align-items: center;
}

.flex-container, .flex-container-fluid {
  min-width: 320px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.column, .flex-row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.no-gutter.column, .no-gutter.flex-row {
  margin-left: 0;
  margin-right: 0;
}

.no-margin.column, .no-margin.flex-row {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter.column > [class*=col-], .no-gutter.flex-row > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.column.reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

[class*=col-] {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.col-xs {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.start-xs {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  order: 1;
}

.self-top-xs {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-center-xs {
  -ms-flex-item-align: center;
  align-self: center;
}

.self-bottom-xs {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-baseline-xs {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.col-xs-hide {
  display: none;
}

.col-xs-show {
  display: block;
}

#tx-solr-facets-in-use .facets-remove-all a:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}
#tx-solr-facets-in-use li:before, #tx-solr-facets-in-use li:not(.facets-remove-all) a:after {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

#tx-solr-sorting li:before, .-lvl-1 .sitemap__listitem:before, .-lvl-2 .sitemap__listitem:before, .albums-block.-composite .composite-link__wrap.-has-overlay:after, .albums-block__picture.-has-video:before, .breadcrumb li + li:before, .btn.-icon:before, .checkbox label:after, .checkbox-dropdown.-is-open > .checkbox-dropdown__toggle:before, .checkbox-dropdown__toggle:before, .click-roll__toggle:after, .comments__reply-link p:before, .comments__title:before, .composite-link__wrap.-has-overlay:after, .cookies-recorded span:before, .date__time.-has-icon:before, .deadline:before, .documents-list__title:before, .facet-type-options li:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.filters__btn.btn:before, .filters__btn[aria-expanded=true]:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.frame__link:before, .gallery__item:after, .go-to-top a:before, .header-bar-dropdown__item:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.infos__item.-address:before, .infos__item.-email:before, .infos__item.-facebook:before, .infos__item.-fax:before, .infos__item.-hours:before, .infos__item.-info:before, .infos__item.-instagram:before, .infos__item.-linkedin:before, .infos__item.-name:before, .infos__item.-phone:before, .infos__item.-renseignement:before, .infos__item.-route:before, .infos__item.-twitter:before, .infos__item.-website:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.js-dropdown.-has-arrow .js-dropdown__toggle:after, .list li:before, .menu-cross__item:before, .message h2:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.mnv-menu__list > .mnv-menu__item.-is-open > .mnv-menu__link:after {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}
.mnv-menu__list > .mnv-menu__item > .mnv-menu__link:after, .mnv-menu__list > .mnv-menu__item > .mnv-menu__toggle:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__link:before, .mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__toggle:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}
.mnv-menu__submenu.-level-2 > .mnv-menu__item .mnv-menu__link:before, .mnv-menu__submenu.-level-2 > .mnv-menu__item > .mnv-menu__toggle:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.my-account__field:before, .news-spoiler__title:before, .newsletter-bar__field.-button .btn:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.newsletter-bar__link.-archives a:before, .newsletter-bar__link.-unsubscribe a:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.newsletter__field.-button button:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.newsletter__link.-archives a:before, .newsletter__link.-unsubscribe a:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.next-council__title:before, .online-steps__list li:before, .pager-infinite__button:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.pager__item.-next a:after, .pager__item.-next span:not(.pager__description):after {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}
.pager__item.-prev a:before, .pager__item.-prev span:not(.pager__description):before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}
.pager__item.-return a:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.powermail_fieldwrap_file_list > li:before, .profile__link:before, .projects__info-link:before, .publications-list__picture.-no-image:before, .radio label:after, .report-incident__form button:before, .report-incident__title:before, .reviews-item__quote:before, .reviews.-is-vertical .reviews-item__picture:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.rte .blockquote:before, .rte .cookies-recorded span:before, .rte .encadre:not(.specificity):before, .rte .powermail_fieldwrap_file_list > li:before, .rte .show-hide__content ul > li:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}
/*.rte a[href^="//"]:not([href*="allauch.com"]):not([data-fancybox]):not(.no-external):after, .rte a[href^=http]:not([href*="allauch.com"]):not([data-fancybox]):not(.no-external):after {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}*/
.rte blockquote:before, .rte ul > li:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.same-category__toggle:after, .same-category__toggle[aria-expanded=true]:after {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.site-infos__links .link.-contact:before, .site-infos__links .link.-tel:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.sitemap__listitem:before, .social-card.-youtube .social-card__image:before, .social-card__reposted:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.social-wall .tabs__trigger:after, .social-wall.-variation-1 .social-card__footer:before, .social-wall.-variation-2 .social-card__link:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.spANoter:before, .spASavoir:before, .spAttention:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.status.-assign:before, .status.-in-progress:before, .status.-new:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.telecharger__item a:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.time-place__item.-place:before, .time-place__item.-time:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

[data-fa-icon]:before {
	display: inline-block;
	/*font-family: Font Awesome\ 5 Pro;*/
	font-family: 'Font Awesome 7 Pro';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
}

/*a.link-external[href^="//"]:not(.no-external-link):not([href*="allauch.com"]):not([data-fancybox]):not(.no-external):after, a.link-external[href^=http]:not(.no-external-link):not([href*="allauch.com"]):not([data-fancybox]):not(.no-external):after, a.link-external[href^=https]:not(.no-external-link):not([href*="allauch.com"]):not([data-fancybox]):not(.no-external):after {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}*/

body.tourism .pager__item.-next a:after, body.tourism .pager__item.-next span:not(.pager__description):after {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}
body.tourism .pager__item.-prev a:before, body.tourism .pager__item.-prev span:not(.pager__description):before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}
body.tourism .pager__item.-return a:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 300;
}

.ghost, .header-bar-btn.-no-text .header-bar-btn__text, .invisible {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px !important;
  left: -9999px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

.nolabel > label, .nolabel > legend {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px !important;
  left: -9999px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}

#tx-solr-faceting .facets .facet-option-list:after, .ce-gallery:after, .ce-nowrap .ce-bodytext:after, .ce-row:after, .ce-textpic:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  speak: none;
  visibility: hidden;
}

.ce-uploads div:after, .ce-uploads li:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  speak: none;
  visibility: hidden;
}

.checkbox:after, .container:after, .pager-alphabet__listitems:after, .pager__listitems:after, .radio:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  speak: none;
  visibility: hidden;
}

[data-fa-icon]:before {
	content: attr(data-fa-icon);
	color: #009FE3;
	margin-right: 0.25em;
}

.events-focus__wrap, .report-incident {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' fill-opacity='.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 3'%3E%3Cpath d='M0 0h1v1H0z'/%3E%3C/svg%3E");
  background-size: 3px;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

.fd-hidden-input {
  display: none;
}

.oldie .date-picker:after, .oldie .date-picker:before {
  display: none;
}

[hidden], template {
  display: none;
}

.fd-screen-reader {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.date-picker {
  position: absolute;
  z-index: 9999;
  text-align: center;
  font: 900 0.8em/1em HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Verdana, Arial, Lucida Grande, sans-serif;
  background: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 1;
  transition: opacity 0.75s ease-in-out;
}
.date-picker div {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0.8em;
}
.date-picker.fd-dp-fade {
  opacity: 0;
}

.static-datepicker {
  position: relative;
  top: 5px;
  left: 0;
  margin-bottom: 1.5em;
}

.iehack {
  position: absolute;
  background: #fff;
  z-index: 9998;
  padding: 0;
  margin: 0;
  border: 0;
  display: none;
}

.date-picker-control span {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin: auto 0;
  resize: none;
}

.date-picker-button-active span {
  box-shadow: 0 0 5px rgba(40, 130, 170, 0.7);
  border-radius: 2px;
}

.date-picker-control:active span, .date-picker-control:focus span, .date-picker-control:hover span {
  box-shadow: 0 0 5px rgba(40, 130, 170, 0.7);
  border-radius: 2px;
}
.date-picker-control:link, .date-picker-control:visited {
  position: relative;
  display: -moz-inline-box;
  border: 0;
  padding: 0;
  margin: 0 4px;
  background-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAB+CAYAAAAp+EF2AAAD8ElEQVRo3u2Zu0scXxTHz8zcXR0H8UnEIpXyQ8TGaJNCFAlqEUyTMlUaWTC/IoR0vxQ2vz8hfZJGIki2URARkkbxhSJq4avI7uqK7x2V9XF/93v83WGzmIezKVLcL1zmvubcc+49w352xurr63tZW1s7EI1GPSkloVxfX5Ou55f8sYuLCz+TybwRMNLf3++dn5+jk8vl5eU39Ww2G/TlX6+urrzZ2dkBAU9gZGVlBZ08If+qC9r5Y6WlpeQ4jmf/714oI9orhCuOj49peXmZDg4OCDo6OqKSkhKswm0stL+/T5WVlWTbNvchVLQxhjpsiEgkQm1tbWwANy8uLlJ9fT2Vl5dzGzePjY1RR0cH1zFvfX2dOjs7ybIs2tjYoOHhYbLhHizrmyBcc0tuH25GKLhCqMOGQEgTExMcKzQ1NUX/vntHjoiS1l8lxbwYdHJywl4cHh5y3/b2NteF53kcGjYQK66urtL1wzYSKjQtMfyRuru7eRz7hT1FG8L8oaEhsmEAljFJb/Bt0uMoOiwdGmxwaOPj48FebG1tUTqRIqfYDSaXp1I0MjLCdZXFtLa2xp7BSCKRuDnxWCwmVZxSnYZU8Ut1QjKVSkl1rFJtolSTZTweD9o7OztydHRUai0sLMiWlhYpckPTp5J7YmgLIQhpokPMVRAakml6eppc1+WbsJG+73Pq64TE4wNDqOs80qeIMHGSAqvV1dUFmQsjjY2NQeZCu7u71NzcHGQ5rq2trUH+wYbARKxeVVXFhlCHERQtpAjGtYeYU11dze2ysrKbFFEe+Ol02kNCYlIymeRnDZN1/DjJmZkZbus8gnGMbW5u0unpqW8pF1/W1NQMKPc8TOQHULCjwROPvqKiIq5jQYSv2zCiUuANGRkZGRl9R5ZiyGcK/2KK3NyQDHmmfn3fgiFjiiHdAhjSVQwZA0O6v4EhXcOQIRiSQSudZjrRAt7dmSHn5uaooaGBKioqAg9Qurq6fsiQ4jaG1GHk8uKdGRJuK/Tjk9NaWloKQvseQ3Jo7e3tvCcwNjk5SU1NTQEvoYA8enp6uL63t0fz8/NBaDjlwcFBMgz5awx5phLQLZAhz8CQzxRDxpR7bkiGPFMp8Nb8RhgZGRn9iCHNe0jDkIYhzXtI8x7SvIc0MjIyuhNDPn/x9NP9qsbeomgxhWHI7MU5HWa/xgWMvOj/mwpgSJqZlb0CnhTKkMKJkmHIkN+y3394T8Xql1QrEomG+5b9+MkjevCgmRxbqJVtev3qn59+y76dIS2HjdgolhOOIUEeXwY+M23chGPxzeZb9p/EkBk/w39iCmFI/9QnMOSnezX3eiMiQmEYEkaSiWT8P0zZxbn5chQoAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 0 -72px;
  min-width: 18px;
  line-height: 1;
  cursor: pointer;
  visibility: visible;
  text-decoration: none;
  vertical-align: text-bottom;
  resize: none;
}

.oldie .date-picker-control:link, .oldie .date-picker-control:visited {
  *background-image: url(../Images/datepicker/datepicker-sprite.png);
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../Images/datepicker/datepicker-normal.png");
}

.date-picker-dateval:link, .date-picker-dateval:visited {
  background-position: 0 -108px;
}

.oldie .date-picker-dateval:link, .oldie .date-picker-dateval:visited {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../Images/datepicker/datepicker-selected.png");
}

.date-picker-button-active:link, .date-picker-button-active:visited {
  background-position: 0 0;
}

.date-picker-control:active, .date-picker-control:focus, .date-picker-control:hover {
  background-position: 0 0;
}

.oldie .date-picker-button-active:link, .oldie .date-picker-button-active:visited {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../Images/datepicker/datepicker-focused.png");
}
.oldie .date-picker-control:active, .oldie .date-picker-control:focus, .oldie .date-picker-control:hover {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../Images/datepicker/datepicker-focused.png");
}

.date-picker-control-disabled:active, .date-picker-control-disabled:hover, .date-picker-control-disabled:link, .date-picker-control-disabled:visited {
  background-position: 0 -36px;
  cursor: default;
}

.oldie .date-picker-control-disabled:active, .oldie .date-picker-control-disabled:hover, .oldie .date-picker-control-disabled:link, .oldie .date-picker-control-disabled:visited {
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="../Images/datepicker/datepicker-disabled.png");
}

.date-picker-control-disabled:active span, .date-picker-control-disabled:hover span {
  box-shadow: none !important;
}

.oldie .date-picker-control {
  _width: 18px;
}

.date-picker-control {
  display: inline-block;
}

.date-picker th span {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1em;
  border: 0;
  background: 0 0;
  font-weight: 700;
  cursor: pointer;
}
.date-picker .month-display, .date-picker .year-display {
  display: inline;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 1.2em;
}
.date-picker .next-but, .date-picker .prev-but {
  font-weight: 400;
  font-size: 2.4em;
  font-family: georgia, times new roman, palatino, times, bookman, serif;
  cursor: pointer;
}
.date-picker .next-but, .date-picker .prev-but, .date-picker .today-but {
  transition: all 0.2s ease-in-out;
}
.date-picker .next-but:hover, .date-picker .prev-but:hover {
  color: #a84444;
}
.date-picker .today-but {
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
  font-size: 1em;
  width: 100%;
  text-decoration: none;
  padding-top: 0.3em;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
}
.date-picker .today-but:hover {
  color: #a84444;
}
.date-picker .fd-disabled {
  color: #aaa;
  cursor: default !important;
  opacity: 1;
}
.date-picker .fd-disabled:hover {
  color: #aaa;
  cursor: default !important;
  opacity: 1;
}
.date-picker .next-but.fd-disabled:hover, .date-picker .prev-but.fd-disabled:hover {
  color: #aaa;
  cursor: default !important;
  opacity: 1;
}

.date-picker-disabled .next-but, .date-picker-disabled .prev-but, .date-picker-disabled .today-but {
  color: #aaa;
  cursor: default !important;
  opacity: 1;
}
.date-picker-disabled .next-but:hover, .date-picker-disabled .prev-but:hover, .date-picker-disabled .today-but:hover {
  color: #aaa;
  cursor: default !important;
  opacity: 1;
}

.date-picker .next-but.fd-disabled:hover, .date-picker .prev-but.fd-disabled:hover {
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.8);
}
.date-picker .date-picker-hover.day-disabled {
  background-position: 0 0;
  background-color: #fff;
  background-image: url(data:image/gif;base64,R0lGODlhJgBbAMQAAAAAAP////7+/v39/fz8/Pv7+/r6+vn5+fj4+Pf39/b29vX19fT09PPz8/Ly8vHx8fDw8O/v7+7u7u3t7ezs7Ovr6+rq6unp6ejo6Ofn5+bm5uXl5f///wAAAAAAAAAAACH5BAEAABwALAAAAAAmAFsAAAX/4CaOZGmeaKqubOu+cCzPWm3feK7vfO//wCAvQywaj8ikcslsOp/QJWZKrVqv2Kx2y+16v9qLeEwum8/otHqttrjf8Lh8Tq/b7/aKfs/v+/+AgYKDhIWGgRSJiouMjY6PkJGSkROVlpeYmZqbnJ2enRKhoqOkpaanqKmqqRGtrq+wsbKztLW2tRC5uru8vb6/wMHCwQ/FxsfIycrLzM3OzQ7R0tPU1dbX0Q3a29zd3t/g4eLj4gzm5+jp6uvs7e7v7gvy8/T19vf4+fr7+gr+/wADChxIsKDBgwYTKFzIsKHDhxAjSpwoEYHFixgzatzIsaPHjx4PiBxJsqTJkyhTi6pcybKly5QGYsqcSbOmzZs4c+rMWaCnz59AgwodSrSo0aIEkipdyrSp06dQo0qdSrUq1AFYs2rdyrWr169gw4odS/argLNo06pdy7at27dw48qd6zaA3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4tOHAIAOw==);
  background-repeat: repeat-x;
}
.date-picker .date-picker-unused, .date-picker .day-disabled, .date-picker .month-out, .date-picker table, .date-picker tbody th, .date-picker td {
  background-color: #fff;
  background-image: url(data:image/gif;base64,R0lGODlhJgBbAMQAAAAAAP////7+/v39/fz8/Pv7+/r6+vn5+fj4+Pf39/b29vX19fT09PPz8/Ly8vHx8fDw8O/v7+7u7u3t7ezs7Ovr6+rq6unp6ejo6Ofn5+bm5uXl5f///wAAAAAAAAAAACH5BAEAABwALAAAAAAmAFsAAAX/4CaOZGmeaKqubOu+cCzPWm3feK7vfO//wCAvQywaj8ikcslsOp/QJWZKrVqv2Kx2y+16v9qLeEwum8/otHqttrjf8Lh8Tq/b7/aKfs/v+/+AgYKDhIWGgRSJiouMjY6PkJGSkROVlpeYmZqbnJ2enRKhoqOkpaanqKmqqRGtrq+wsbKztLW2tRC5uru8vb6/wMHCwQ/FxsfIycrLzM3OzQ7R0tPU1dbX0Q3a29zd3t/g4eLj4gzm5+jp6uvs7e7v7gvy8/T19vf4+fr7+gr+/wADChxIsKDBgwYTKFzIsKHDhxAjSpwoEYHFixgzatzIsaPHjx4PiBxJsqTJkyhTi6pcybKly5QGYsqcSbOmzZs4c+rMWaCnz59AgwodSrSo0aIEkipdyrSp06dQo0qdSrUq1AFYs2rdyrWr169gw4odS/argLNo06pdy7at27dw48qd6zaA3bt48+rdy7ev37+AAwseTLiw4cOIEytezLix48eQI0ueTLmy5cuYM2vezLmz58+gQ4tOHAIAOw==);
  background-repeat: repeat-x;
}

.oldie .date-picker .date-picker-hover.day-disabled, .oldie .date-picker .date-picker-unused, .oldie .date-picker .day-disabled, .oldie .date-picker .month-out, .oldie .date-picker table, .oldie .date-picker tbody th, .oldie .date-picker td {
  *background-image: url(../Images/datepicker/datepicker-gradient.gif);
  _background-image: none;
}

.date-picker table {
  table-layout: auto;
  empty-cells: show;
  border-spacing: 2px;
  border-collapse: separate;
  position: relative;
  margin: 0;
  border: 1px solid #ccc;
  background-position: 0 -20px;
  text-align: center;
  padding: 0.3em;
  width: auto;
  height: auto;
  color: #555;
  font-size: 1em;
  border-radius: 0.8em;
  box-shadow: 0 0 5px #aaa;
}
.date-picker:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 17px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
}
.date-picker:before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 17px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  left: 10px;
  transform: rotate(-3deg);
}
.date-picker:after {
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}
.date-picker tbody th, .date-picker td {
  cursor: pointer;
  background-position: 0 -35px;
  width: 3em;
  height: 3em;
  overflow: hidden;
  border: 1px solid #cfcfcf;
  font-weight: 400;
  text-shadow: 0 1px #fff;
  border-radius: 3px;
}
.date-picker tbody th, .date-picker td {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}
.date-picker th {
  padding: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
  border: 0;
  font-weight: 700;
  color: #333;
}
.date-picker .date-picker-week-header {
  border: 1px solid #dcdcdc;
  font-style: oblique;
  background: 0 0;
  cursor: default;
}
.date-picker .date-picker-thead .date-picker-week-header {
  border: 0;
  cursor: help;
}
.date-picker .date-picker-day-header {
  cursor: help;
  border: 0;
  padding: 0 0 0.2em;
  text-transform: lowercase;
  height: auto;
}
.date-picker .date-picker-statusbar {
  cursor: default;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0;
  background: #fff;
  height: 2.8em;
}
.date-picker .date-picker-unused {
  border-color: #dcdcdc;
  cursor: default !important;
  background-position: 0 -25px;
}
.date-picker .date-picker-title {
  width: auto;
  height: auto;
  padding: 0.4em 0;
}
.date-picker .date-picker-today {
  background: #fff url(data:image/gif;base64,R0lGODlhKwEoAJEAAKnT6v////X6+gAAACH5BAAAAAAALAAAAAArASgAAALXjI+py+0Po5y02ouz3lz4D4biSJbmiabqyrbuC8fyLAcCgOf0zvf+DwwKhyJbDkdMKpfMpnNo1D2n1Kr1GowCsNyu99uNgsfksnlnPKvX7LbA5o7L51Q4/Y7P8+z6vv9fwgc4SJgnWIiYuHao2OgY9hgpecU4aXkJVIm5yQmj2QkaavIpWmpKapraiaraasnqGusIK1tbSGub64er23vH6xvsBixcfEZsnAyGrNyMxewcPQUtXb1EbZ0thK3d3cPtHV4jTl5Xft4Ejr4eyO6e9R7/LU8/UwAAOw==) no-repeat 0 0;
}

.oldie .date-picker .date-picker-today {
  *background: #fff url(../Images/datepicker/datepicker-today.gif) no-repeat 0 0;
}

.date-picker .month-out.date-picker-highlight {
  color: #b87676;
}
.date-picker .date-picker-highlight {
  color: #a86666;
}

.date-picker-focus .date-picker-hover {
  transform: scale(1.25);
}

.date-picker .date-picker-hover, .date-picker .month-out.date-picker-hover {
  background: #fff url(data:image/jpg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAASwAA/+4ADkFkb2JlAGTAAAAAAf/bAIQAAwICAgICAwICAwUDAwMFBQQDAwQFBgUFBQUFBggGBwcHBwYICAkKCgoJCAwMDAwMDA4ODg4OEBAQEBAQEBAQEAEDBAQGBgYMCAgMEg4MDhIUEBAQEBQREBAQEBARERAQEBAQEBEQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQ/8AAEQgAIwIIAwERAAIRAQMRAf/EAHgAAQEBAQEBAAAAAAAAAAAAAAABBAMCCQEBAQEBAQEAAAAAAAAAAAAAAAECAwQFEAABAQgBAwMFAQEBAAAAAAAAEwFh0QIDkwQVVDFBgSFRBRFxkaGyczVEEQEAAgMBAAIDAQAAAAAAAAAAARFRAhITMQMhcTIi/9oADAMBAAIRAxEAPwD6R53yGZJm5EkmRUlZLUnYxjKkzGMYyZvb6npiIp8f7Ps26n8z8uOzzuTUuTRNcwx6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNnncmpcmiOYPTbMmyzuTUuTRHMHptmTZ5vJqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZvJqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2edyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzmf+mpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybLO5NS5NEcwem2ZNlncmpcmiOYPTbMmzzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZZ3JqXJojmD02zJss7k1Lk0RzB6bZk2WdyalyaI5g9NsybPO5NS5NEcwem2ZNlncmpcmiOYPTbMmyzuTUuTRHMHptmTZ53JqXJojmD02zJss7k1Lk0RzB6bZk2edyalyaI5g9NsybLO5NS5NEcwem2ZZvkqv0+RymfXpVqf201rH4hj7Z/3P7Z1XlpzsWeKLFWiixV4osVeKLFniixZ4osV9miixZ4osWeKLFXiixUUWKvFFioosWeKLFXiixZ4osVaKLFniixZ4osWeKLFWiixUUWKiixV4osWeKLFvXqKLFWiixb06iixZ4osWeKLFniixVoosVFFioosWeKLFniixV4osVeKLFniixZ4osWeKLFXiixUUWKvFFioosWeKLFniixUUWLPFFizxRYq0UWKiixUUWLPFFizxRYs8UWKvFFioosWeKLFXiixZ4osVaKLFXii3n5Wp9PlMxntWq/20a/EL9v9z+5ZWVTTnYq8FirPcFivqCxV4LFXgsVBYo/9gsVBYqCxV4LFQWK+nUFirwWKgFXgsVBYq8FioLFQWKgsVZ7gsVeCxUFirwCoLFX/ALBYqCxUFioLFfUFirwWKs9wWKgsVeCxV4LFQWKv/YLFQWKvBYqAVBYq8FioLFfTqCxV4LFQCr/2CxUFivqCxV4LFWe4LFQWKvBYq8FjaoLFQWKvBYr3+oLFQDKoLFXgsVZ7gsV9QW7fLf8AWzf96v8AbSa/EN/b/c/uWQ05J5AM69QHdoDyBfIACAXsBAHkAzoA7dQHkCsIIUPIBgFYAaBADfuAb0AoEZ9wKBAAAAzqBWgQA37gX2AnkB5AoE8+QKzuBG+AKQQoeQDOgDt1AeQKAAgFaBADfuBfYCeQHkCt6AQA37gOwFIBRPIBnXqA7tA2fLf9bN/3q/20zr8Q6fb/AHP7lkNOQwgFAgNAAOwAB2KJ+AKQOxQIAAIn4KqkAoAAJ+AK0gAADAHcAA7tKAAA0AAIAD2AM6AAABncojfAFAn4ApA7FAgAAAD2KDQAAgAPYAzoAaUAHYgdigRAqjCAUCD/2Q==) no-repeat 0 0;
  cursor: pointer;
  border-color: #6482aa !important;
  border-color: rgba(100, 130, 170, 0.7) !important;
  color: #6482aa;
  text-shadow: 0 1px 1px #fff;
  box-shadow: 0 0 6px rgba(100, 130, 170, 0.6);
  background-size: cover;
}

.oldie .date-picker .date-picker-hover, .oldie .date-picker .month-out.date-picker-hover {
  *background: #fff url(../Images/datepicker/datepicker-cursor.jpg) no-repeat 0 0;
}

.date-picker .day-disabled {
  color: #888;
  cursor: default;
  text-decoration: line-through;
  background-position: 0 -15px;
}
.date-picker .month-out {
  border-color: #ddd;
  border-color: rgba(219, 219, 219, 0.8);
  color: #aaa;
  background-position: 0 -25px;
}
.date-picker .date-picker-selected-date {
  border-color: #888 !important;
  border-color: rgba(7, 7, 7, 0.6) !important;
}
.date-picker .not-selectable, .date-picker .out-of-range {
  color: #ccc;
  font-style: oblique;
  background: #fcfcfc;
  cursor: default;
}
.date-picker th.month-out, .date-picker th.out-of-range {
  color: #aaa;
  font-style: oblique;
  background: #fcfcfc;
}
.date-picker .out-of-range {
  opacity: 0.6;
}
.date-picker .not-selectable {
  opacity: 0.8;
}

.oldie .date-picker .out-of-range {
  filter: alpha(opacity=60);
}
.oldie .date-picker .not-selectable {
  filter: alpha(opacity=80);
}
.oldie .date-picker-disabled table {
  filter: alpha(opacity=80);
}

.date-picker tr {
  display: table-row;
}
.date-picker sup {
  font-size: 0.86em;
  letter-spacing: normal;
  text-transform: none;
  height: 0;
  line-height: 1;
  position: relative;
  top: -0.2em;
  vertical-align: baseline !important;
}
.date-picker .date-picker-day-header, .date-picker .month-display, .date-picker .year-display {
  text-shadow: 0 1px 1px #fff;
}
.date-picker .month-display, .date-picker .year-display {
  cursor: default;
}
.date-picker .date-picker-hover, .date-picker td:focus {
  overflow: hidden;
  -o-highlight: 0 none;
}

.date-picker-control:focus span, .date-picker-focus .date-picker-hover {
  -webkit-animation: fd-dp-pulse 1.5s infinite alternate;
  -moz-animation: fd-dp-pulse 1.5s infinite alternate;
  -ms-animation: fd-dp-pulse 1.5s infinite alternate;
  -o-animation: fd-dp-pulse 1.5s infinite alternate;
}

.date-picker .date-picker-selected-date {
  color: #333;
  color: rgba(3, 3, 3, 0.8);
  font-weight: 700;
  font-size: 1.2em;
  width: 2.4em;
  height: 2.4em;
}

.static-datepicker table {
  box-shadow: 0 0 0 transparent;
}

.date-picker-disabled table:after, .date-picker-disabled table:before {
  display: none;
}

.static-datepicker:after, .static-datepicker:before {
  display: none;
}

.date-picker-focus table {
  border-color: #999;
  border-color: rgba(153, 153, 153, 0.8);
  box-shadow: 0 0 5px #aaa;
}

.date-picker .drag-enabled {
  cursor: move;
}
.date-picker .drag-enabled span {
  cursor: move;
}

.date-picker-disabled {
  cursor: default !important;
}
.date-picker-disabled table {
  opacity: 0.8 !important;
}
.date-picker-disabled td {
  cursor: default !important;
}
.date-picker-disabled th {
  cursor: default !important;
}
.date-picker-disabled th span {
  cursor: default !important;
}
.date-picker-disabled .next-but:hover, .date-picker-disabled .prev-but:hover {
  text-shadow: none;
}

body.fd-drag-active {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption {
  direction: ltr;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.fancybox-infobar, .fancybox-toolbar {
  opacity: 0;
  position: absolute;
}

.fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-image, .fancybox-slide--image .fancybox-content, .fancybox-spaceball {
  background: 0 0;
  left: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: visible;
  transform-origin: top left;
  transition-property: transform, opacity;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image {
  border: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  width: 100%;
}

.fancybox-spaceball {
  border: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  width: 100%;
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc;
}
.fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled] {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}
.fancybox-caption a {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill, .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: a 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.tourism .hero .swiper-pagination__bullet-btn {
  background-color: #c9bacd;
}
.tourism .hero-item__subtitle {
  background-color: #475469;
  color: #ffeef7;
}
.tourism .albums-block.-leftBlock .title-block span:before, .tourism .title.-primary span:before {
  background: linear-gradient(180deg, #009EE3 40%, #B6C7D6 0, #B6C7D6 80%, #005BA9 0);
}
.tourism .events-block__content {
  border-left-color: #475469;
}
.tourism .events-block .date-picker .date-picker-thead tr:first-child {
  background-color: rgba(201, 186, 205, 0.8);
}
.tourism .events-block .date-picker .date-picker-thead tr:last-child {
  background-color: rgba(201, 186, 205, 0.2);
}
.tourism .events-block .date-picker .date-picker-title, .tourism .events-block .date-picker .next-but, .tourism .events-block .date-picker .prev-but {
  color: #75617b;
}
.tourism .date, .tourism .date__time.-has-icon:before, .tourism .news-block__category {
  color: #29212b;
}
.tourism .time-place__item.-place:before {
  color: #fff;
}
.tourism .albums-block .title.-inverted {
  color: #000;
}
.tourism .albums-block .title-block {
  background-color: #fff;
}
.tourism .albums-block__media, .tourism .site-infos__links .link.-tel:before {
  color: #ffeef7;
}
.tourism .albums-block__media:before {
  background-color: #ffeef7;
}
.tourism .footer {
  background-color: #005BA9;
}
.tourism .go-to-top a, .tourism .rte blockquote footer:before {
  background-color: #475469;
}
.tourism .breadcrumb li {
  color: #fff;
}
.tourism .breadcrumb li:last-child {
  color: #fff;
}
.tourism .tools__btn {
  color: #fff;
}
.tourism .heading {
  background-color: #475469;
}
.tourism .top-of-content {
  background-color: #475469;
}
.tourism .top-of-content.-page-content {
  background-color: rgba(201, 186, 205, 0.2);
}
.tourism .top-of-content.-page-content .breadcrumb li {
  color: #727272;
}
.tourism .top-of-content.-page-content .breadcrumb li:last-child {
  color: #d63c3c;
}
.tourism .top-of-content.-page-content .tools__btn {
  color: #75617b;
}
.tourism .top-of-content.-page-content .share-block .tools__btn {
  color: #009EE3;
}
.tourism .heading .btn, .tourism .heading .tariff, .tourism .heading .time-place__item {
  color: #fff;
  font-weight: 700;
}
.tourism .heading__category, .tourism .heading__fonction {
  color: #fff;
  font-weight: 700;
}
.tourism .heading__teaser {
  color: #fff;
}
.tourism .heading__title {
  color: #fff;
  font-weight: 700;
}
.tourism .heading .btn:before, .tourism .heading .tariff:before, .tourism .heading .time-place__item:before {
  color: inherit;
}
.tourism .heading__category:before, .tourism .heading__fonction:before, .tourism .heading__teaser:before, .tourism .heading__title:before {
  color: inherit;
}
.tourism .heading__subtitle {
  background-color: #009EE3;
  color: #fff;
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0.8rem 0 0;
  padding: 0.3rem 1.2rem 0.6rem;
}
.tourism .heading__teaser {
  font-weight: 300;
}
.tourism .heading .infos__item {
  color: #fff;
}
.tourism .heading .btn {
  border-color: #fff;
}
.tourism .h2 {
  color: #da5c3e;
}
.tourism .rte .h2:not([class^=media-element]), .tourism .rte h2:not([class^=gallery]):not([class^=media-element]) {
  color: #da5c3e;
}
.tourism .h3 {
  color: #000;
}
.tourism .rte .h3:not([class^=media-element]), .tourism .rte h3:not([class^=media-element]) {
  color: #000;
}
.tourism .h4 {
  color: #475469;
}
.tourism .rte .h4:not([class^=media-element]), .tourism .rte h4:not([class^=media-element]) {
  color: #475469;
}
.tourism .h5 {
  color: #d63c3c;
}
.tourism .rte .h5:not([class^=media-element]), .tourism .rte h5:not([class^=media-element]) {
  color: #d63c3c;
}
.tourism .rte table tbody th, .tourism .rte table thead th:first-child {
  background-color: #009EE3;
  color: #29212b;
}
.tourism .rte table td, .tourism .rte table th + th {
  border-right-color: #009EE3;
}
.tourism .rte .encadre:not(.specificity) {
  color: #29212b;
}
.tourism .rte .encadre:not(.specificity):before {
  color: #29212b;
}
.tourism .rte blockquote footer, .tourism .rte blockquote:before {
  color: #d63c3c;
}
.tourism .-is-open .click-roll__toggle {
  color: #000;
}
.tourism .-is-open .click-roll__toggle:after {
  color: #000;
}
.tourism .click-roll__toggle:focus, .tourism .click-roll__toggle:hover {
  color: #000;
}
.tourism .click-roll__toggle:focus:after, .tourism .click-roll__toggle:hover:after {
  color: #000;
}
.tourism .popup-item-contacts__theme {
  color: #29212b;
}
.tourism .popup-item-contacts__action-btn[data-fa-icon]:before, .tourism .popup-item-contacts__infoslist .infos__item:before {
  color: #fff;
}
.tourism .popup-item-contacts__action-btn {
  border-color: #fff;
  color: #000;
}
.tourism .popup-item-contacts__action-btn:focus, .tourism .popup-item-contacts__action-btn:hover {
  border-color: #000;
}
.tourism .map__aside {
  background-color: #009EE3;
}
.tourism .map-popup__close[data-fa-icon]:before {
  color: #000 !important;
}
.tourism .contact__category, .tourism .contact__function-title, .tourism .publications-block__category {
  color: #d63c3c;
}
.tourism .page-image__background img {
  font-family: "object-fit: cover; object-position: center;";
  height: 65rem;
  object-fit: cover;
}
.tourism .top-of-content__wrapper .google-translate {
  display: block;
}

@font-face {
  font-family: icons;
  src: url(../Fonts/custom/icons.eot);
  src: url(../Fonts/custom/icons.eot?#iefix) format("eot"), url(../Fonts/custom/icons.woff2) format("woff2"), url(../Fonts/custom/icons.woff) format("woff"), url(../Fonts/custom/icons.ttf) format("truetype"), url(../Fonts/custom/icons.svg#icons) format("svg");
}
.icon:before {
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  font-size: 30px;
}

.icon-001-document-doc:before {
  content: "\e001";
}

.icon-002-document-jpg:before {
  content: "\e002";
}

.icon-003-document-pdf:before {
  content: "\e003";
}

.icon-004-document-ppt:before {
  content: "\e004";
}

.icon-005-document-unknown:before {
  content: "\e005";
}

.icon-006-document-xls:before {
  content: "\e006";
}

.icon-007-document-zip:before {
  content: "\e007";
}

.icon-008-recycle-bin:before {
  content: "\e008";
}

.icon-009-edit:before {
  content: "\e009";
}

.icon-010-fil-infos:before {
  content: "\e00a";
}

.icon-011-en-ce-moment:before {
  content: "\e00b";
}

.icon-012-a-lire:before {
  content: "\e00c";
}

.icon-013-en-images:before {
  content: "\e00d";
}

.icon-014-my-city:before {
  content: "\e00e";
}

.icon-015-avancer-ensemble:before {
  content: "\e00f";
}

.icon-016-comments:before {
  content: "\e010";
}

.icon-017-voting:before {
  content: "\e011";
}

.icon-018-our-territory:before {
  content: "\e012";
}

.icon-019-social:before {
  content: "\e013";
}

.icon-020-on-the-web:before {
  content: "\e014";
}

.icon-021-footer-move:before {
  content: "\e015";
}

.icon-022-on-the-site:before {
  content: "\e016";
}

.icon-023-telecharger:before {
  content: "\e017";
}

.icon-024-localiser:before {
  content: "\e018";
}

.icon-025-buildings:before {
  content: "\e019";
}

.icon-026-info:before {
  content: "\e01a";
}

.icon-027-travaux:before {
  content: "\e01b";
}

.icon-028-projects1:before {
  content: "\e01c";
}

.icon-029-projects2:before {
  content: "\e01d";
}

.icon-030-projects3:before {
  content: "\e01e";
}

.icon-031-next-council:before {
  content: "\e01f";
}

.icon-032-24:before {
  content: "\e020";
}

.icon-033-baby:before {
  content: "\e021";
}

.icon-034-bin:before {
  content: "\e022";
}

.icon-035-box:before {
  content: "\e023";
}

.icon-036-bus:before {
  content: "\e024";
}

.icon-037-doctor:before {
  content: "\e025";
}

.icon-038-guitar:before {
  content: "\e026";
}

.icon-039-kite:before {
  content: "\e027";
}

.icon-040-list:before {
  content: "\e028";
}

.icon-041-map:before {
  content: "\e029";
}

.icon-042-news:before {
  content: "\e02a";
}

.icon-043-parking:before {
  content: "\e02b";
}

.icon-044-phone:before {
  content: "\e02c";
}

.icon-045-phonebook:before {
  content: "\e02d";
}

.icon-046-pool:before {
  content: "\e02e";
}

.icon-047-script:before {
  content: "\e02f";
}

.icon-048-archery:before {
  content: "\e030";
}

.icon-049-badge:before {
  content: "\e031";
}

.icon-050-checklist:before {
  content: "\e032";
}

.icon-051-creditcard:before {
  content: "\e033";
}

.icon-052-eraser:before {
  content: "\e034";
}

.icon-053-lock:before {
  content: "\e035";
}

.icon-054-user-repeat:before {
  content: "\e036";
}

.icon-055-warning:before {
  content: "\e037";
}

.icon-056-organigramme:before {
  content: "\e038";
}

.icon-057-avatar1:before {
  content: "\e039";
}

.icon-058-avatar2:before {
  content: "\e03a";
}

.icon-059-avatar3:before {
  content: "\e03b";
}

.icon-060-avatar4:before {
  content: "\e03c";
}

.icon-061-avatar5:before {
  content: "\e03d";
}

.icon-062-avatar6:before {
  content: "\e03e";
}

.icon-063-avatar7:before {
  content: "\e03f";
}

.icon-064-avatar8:before {
  content: "\e040";
}

.icon-065-avatar9:before {
  content: "\e041";
}

.icon-066-guichet:before {
  content: "\e042";
}

.icon-066-my-features:before {
  content: "\e043";
}

.icon-icons.html:before {
  content: "\e044";
}

/*@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(../Fonts/fa-brands-400.eot);
  src: url(../Fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../Fonts/fa-brands-400.woff2) format("woff2"), url(../Fonts/fa-brands-400.woff) format("woff"), url(../Fonts/fa-brands-400.ttf) format("truetype"), url(../Fonts/fa-brands-400.svg#fontawesome) format("svg");
}*/
.fab {
  font-family: Font Awesome\ 5 Brands;
}

/*@font-face {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 300;
  src: url(../Fonts/fa-light-300.eot);
  src: url(../Fonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../Fonts/fa-light-300.woff2) format("woff2"), url(../Fonts/fa-light-300.woff) format("woff"), url(../Fonts/fa-light-300.ttf) format("truetype"), url(../Fonts/fa-light-300.svg#fontawesome) format("svg");
}*/
.fa, .fal, .far, .fas {
	font-weight: 300;
	/*font-family: Font Awesome\ 5 Pro;*/
	font-family: Font Awesome 7 Pro;
}

/*@font-face {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 400;
  src: url(../Fonts/fa-regular-400.eot);
  src: url(../Fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../Fonts/fa-regular-400.woff2) format("woff2"), url(../Fonts/fa-regular-400.woff) format("woff"), url(../Fonts/fa-regular-400.ttf) format("truetype"), url(../Fonts/fa-regular-400.svg#fontawesome) format("svg");
}*/
.fa, .far, .fas {
  font-weight: 400;
}

/*@font-face {
  font-family: Font Awesome\ 5 Pro;
  font-style: normal;
  font-weight: 900;
  src: url(../Fonts/fa-solid-900.eot);
  src: url(../Fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../Fonts/fa-solid-900.woff2) format("woff2"), url(../Fonts/fa-solid-900.woff) format("woff"), url(../Fonts/fa-solid-900.ttf) format("truetype"), url(../Fonts/fa-solid-900.svg#fontawesome) format("svg");
}*/
.fa, .fas {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@keyframes b {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes c {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -75%) rotate(1turn);
  }
}
@keyframes d {
  0% {
    opacity: 0;
    transform: translateX(15px);
    visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}
@keyframes e {
  0% {
    transform: rotate(0deg) translateY(-50%);
  }
  to {
    transform: rotate(-1turn) translateY(-50%);
  }
}
@keyframes f {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes g {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes h {
  0% {
    transform: translate(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes i {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes j {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(100%);
  }
}
@keyframes k {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes l {
  0% {
    transform: translate(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes m {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes n {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

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

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

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

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

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

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-algolia:before {
  content: "\f36c";
}

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

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

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

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

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

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

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

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

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

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

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

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

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

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

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

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

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

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

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

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

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

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

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

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

.fa-arrows:before {
  content: "\f047";
}

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

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

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

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

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-bell:before {
  content: "\f0f3";
}

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

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

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

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

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

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

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

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

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

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

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

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

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

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

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

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

.fa-cc-jcb:before {
  content: "\f24b";
}

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

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

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

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

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

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

.fa-chart-bar:before {
  content: "\f080";
}

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

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

.fa-check:before {
  content: "\f00c";
}

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

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

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

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

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

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

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

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

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

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

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

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

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

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

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

.fa-cloud-download-alt:before {
  content: "\f381";
}

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

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

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

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

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

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

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

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

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

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before, .message.-error h2:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

.fa-external-link-alt:before {
  content: "\f35d";
}

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

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

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

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

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

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

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

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

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

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

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

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

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

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

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

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

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

.fa-github:before {
  content: "\f09b";
}

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

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

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

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

.fa-google-plus-g:before {
  content: "\f0d5";
}

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

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

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

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

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

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

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

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

.fa-info-square:before {
  content: "\f30f";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

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

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

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

.fa-level-down-alt:before {
  content: "\f3be";
}

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

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

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

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

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

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

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

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

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

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

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

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

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

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

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

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

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

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

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

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

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

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

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

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

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

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

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-play:before {
  content: "\f04b";
}

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

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

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

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

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

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

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

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

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

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

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

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

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

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

.fa-r-project:before {
  content: "\f4f7";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

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

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

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

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-search:before {
  content: "\f002";
}

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

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

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

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

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

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

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

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

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sign:before {
  content: "\f4d9";
}

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

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

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

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-plus:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

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

.fa-spade:before {
  content: "\f2f4";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

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

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

.fa-star:before {
  content: "\f005";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

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

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-steam-symbol:before {
  content: "\f3f6";
}

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

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

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

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

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

.fa-th:before {
  content: "\f00a";
}

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

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

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

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

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

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

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

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

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

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

.fa-toolbox:before {
  content: "\f552";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

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

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

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

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

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

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

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

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

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

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

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vimeo:before {
  content: "\f40a";
}

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

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

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

.fa-volume-mute:before {
  content: "\f2e2";
}

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

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

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

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

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

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

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

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

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*, :after, :before {
  box-sizing: inherit;
}

body {
  font-family: Barlow, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body.-overflow-hidden {
  overflow: hidden;
}

.lang__current abbr, .lang__link abbr {
  text-decoration: none;
}

body a {
  text-decoration: none;
}
body a:active, body a:focus {
  outline: 1px dashed #009FE3;
  outline-offset: 2px;
}

button:focus {
  outline: 1px dashed #009FE3;
  outline-offset: 2px;
}

.svg-symbol {
  display: none;
}

.test-wrapper {
  min-height: 12rem;
  padding: 0 0 1rem;
  position: relative;
}

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

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

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

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-nowrap .ce-bodytext, .ce-textpic {
  overflow: inherit;
}

.ce-column, .ce-left .ce-gallery {
  float: none;
}

.ce-center .ce-inner {
  float: right;
  position: relative;
}
.ce-center .ce-outer {
  float: right;
  position: relative;
  right: 50%;
}
.ce-center .ce-inner {
  right: -50%;
}

.ce-gallery {
  overflow: inherit;
}

.ce-uploads div, .ce-uploads li {
  overflow: inherit;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}
.ce-gallery figcaption {
  caption-side: bottom;
  color: #6c7179;
  display: table-caption;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 300;
  padding-top: 10px;
}
.ce-gallery img {
  display: block;
}

.ce-uploads span {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-right .ce-gallery {
  float: none;
}

.ce-intext.ce-right .ce-gallery {
  margin-bottom: 20px;
  margin-left: 0;
}
.ce-intext.ce-left .ce-gallery {
  margin-bottom: 20px;
  margin-right: 0;
}

.ce-above .ce-gallery {
  margin-bottom: 20px;
}

.ce-below .ce-gallery {
  margin-top: 10px;
}

.ce-gallery a:after {
  content: none !important;
}

.ce-border iframe, .ce-border img {
  border: 2px solid #000;
  padding: 0;
}

.ce-column {
  margin-right: 10px;
}
.ce-column:last-child {
  margin-right: 0;
}

.checkbox.-inline div:last-child, .radio.-inline div:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
  overflow: inherit;
}
.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  overflow: auto;
  padding-left: 40px;
}

.ce-uploads {
  margin: 0;
  padding: 0;
}
.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}
.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-nowrap .ce-bodytext {
  overflow: hidden !important;
}
.ce-nowrap .ce-bodytext h2 {
  margin-top: 0 !important;
}

.rte .ce-textpic img {
  height: auto;
  max-width: 100%;
}
.rte .ce-bodytext {
  margin-bottom: 4rem;
}

.ce-textpic.ce-center.ce-below {
  margin-bottom: 3rem;
}

.h2, .h3, .h4 {
  font-family: Barlow, sans-serif;
}

.h2, .h3, .h4, .h5 {
  line-height: 1.2;
}

.h6 {
  font-family: Barlow, sans-serif;
  line-height: 1.2;
}

.rte .h2:not([class^=media-element]), .rte .h3:not([class^=media-element]), .rte .h4:not([class^=media-element]), .rte .h6, .rte h2:not([class^=gallery]):not([class^=media-element]), .rte h3:not([class^=media-element]), .rte h4:not([class^=media-element]), .rte h6 {
  font-family: Barlow, sans-serif;
  line-height: 1.2;
}
.rte .h5:not([class^=media-element]), .rte h5:not([class^=media-element]) {
  line-height: 1.2;
}

.h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

.rte .h2:not([class^=media-element]) a, .rte .h3:not([class^=media-element]) a, .rte .h4:not([class^=media-element]) a, .rte .h5:not([class^=media-element]) a, .rte .h6 a, .rte h2:not([class^=gallery]):not([class^=media-element]) a, .rte h3:not([class^=media-element]) a, .rte h4:not([class^=media-element]) a, .rte h5:not([class^=media-element]) a, .rte h6 a {
  color: inherit;
}

.h2 a:focus, .h2 a:hover {
  color: #000;
}

.h3 a:focus, .h3 a:hover {
  color: #000;
}

.h4 a:focus, .h4 a:hover {
  color: #000;
}

.h5 a:focus, .h5 a:hover {
  color: #000;
}

.h6 a:focus, .h6 a:hover {
  color: #000;
}

.rte .h2:not([class^=media-element]) a:focus, .rte .h2:not([class^=media-element]) a:hover {
  color: #000;
}
.rte .h3:not([class^=media-element]) a:focus, .rte .h3:not([class^=media-element]) a:hover {
  color: #000;
}
.rte .h4:not([class^=media-element]) a:focus, .rte .h4:not([class^=media-element]) a:hover {
  color: #000;
}
.rte .h5:not([class^=media-element]) a:focus, .rte .h5:not([class^=media-element]) a:hover {
  color: #000;
}
.rte h2:not([class^=gallery]):not([class^=media-element]) a:focus, .rte h2:not([class^=gallery]):not([class^=media-element]) a:hover {
  color: #000;
}
.rte h3:not([class^=media-element]) a:focus, .rte h3:not([class^=media-element]) a:hover {
  color: #000;
}
.rte h4:not([class^=media-element]) a:focus, .rte h4:not([class^=media-element]) a:hover {
  color: #000;
}
.rte h5:not([class^=media-element]) a:focus, .rte h5:not([class^=media-element]) a:hover {
  color: #000;
}
.rte h6 a:focus, .rte h6 a:hover {
  color: #000;
}

.frame {
  margin: 8rem 0;
}
.frame .frame__title {
  color: #bbc4d2;
  font-family: Barlow, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 700;
  margin: 1.75em 0;
}

.frame__wrapper {
  position: relative;
  width: 100%;
}

.frame__ratio {
  display: block;
  height: auto;
  width: 100%;
}

.frame__link {
  color: #000;
  display: block;
  font-size: 1.8rem;
  margin-top: 1.5rem;
}
.frame__link:before {
  content: "\f019";
  color: #009FE3;
  font-size: 1.4rem;
  margin-right: 0;
}

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

.h2 {
  color: #009FE3;
  font-size: 3.4rem;
  font-weight: 700;
  margin: 1.76471em 0 0.73529em;
}

.rte .h2:not([class^=media-element]), .rte h2:not([class^=gallery]):not([class^=media-element]) {
  color: #009FE3;
  font-size: 3.4rem;
  font-weight: 700;
  margin: 1.76471em 0 0.73529em;
}

.h3 {
  color: #75617b;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 1.92308em 0 0.65385em;
}

.rte .h3:not([class^=media-element]), .rte h3:not([class^=media-element]) {
  color: #75617b;
  font-size: 2.6rem;
  font-weight: 700;
  margin: 1.92308em 0 0.65385em;
}

.h4 {
  color: #000;
  font-size: 2.2rem;
  margin: 1.81818em 0 0.81818em;
}

.rte .h4:not([class^=media-element]), .rte h4:not([class^=media-element]) {
  color: #000;
  font-size: 2.2rem;
  margin: 1.81818em 0 0.81818em;
}

.h5 {
  color: #6c7179;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.9rem;
  margin: 2.10526em 0 0.94737em;
}

.rte .h5:not([class^=media-element]), .rte h5:not([class^=media-element]) {
  color: #6c7179;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.9rem;
  margin: 2.10526em 0 0.94737em;
}

.h6 {
  color: #000;
  font-size: 1.6rem;
  margin: 1.25em 0 0.625em;
}

.rte .h6, .rte h6 {
  color: #000;
  font-size: 1.6rem;
  margin: 1.25em 0 0.625em;
}
.rte > .ce-textpic > .ce-bodytext > :first-child:not(.encadre), .rte > :first-child {
  margin-top: 0 !important;
}
.rte a:not([data-fancybox]) {
  color: #009FE3;
  text-decoration: underline;
}
.rte a:not([data-fancybox]):focus, .rte a:not([data-fancybox]):hover {
  text-decoration: none;
}
/*.rte a[href^="//"]:not([href*="allauch.com"]):not([data-fancybox]):not(.no-external):after, .rte a[href^=http]:not([href*="allauch.com"]):not([data-fancybox]):not(.no-external):after {
  content: "\f08e";
  font-size: 0.76471em;
  margin-left: 0.5rem;
}*/
.rte p {
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 0.88235em;
}
.rte p b, .rte p strong {
  font-weight: 700;
}
.rte .no-result.-reverse-color {
  color: #fff;
}
.rte .chapeau {
  color: #bbc4d2;
  font-size: 1.5em;
}
.rte .chapeau a {
  color: #bbc4d2;
}
.rte .encadre:not(.specificity) {
  background-color: #009FE3;
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 1.9em;
  font-weight: 300;
  line-height: 1.36842em;
  margin: 1.05263em 0;
  min-height: 14rem;
  padding: 1.84211em 1.57895em 2.10526em 8.42105em;
  position: relative;
}
.rte .encadre:not(.specificity):before {
  content: "\f0eb";
  color: #fff;
  display: block;
  font-size: 6rem;
  left: 4rem;
  line-height: 1;
  position: absolute;
  top: 4rem;
}
.rte .encadre:not(.specificity):after {
  background: linear-gradient(96deg, #000 -90%, transparent 50%);
  content: "";
  display: block;
  height: 75%;
  left: 12rem;
  max-height: 10rem;
  position: absolute;
  top: 0;
  width: 8px;
}
.rte .encadre:not(.specificity) b, .rte .encadre:not(.specificity) strong {
  font-weight: 700;
}
.rte .encadre:not(.specificity) a {
  color: #fff;
}
.rte .blockquote, .rte blockquote {
  color: #727272;
  font-family: Barlow, sans-serif;
  font-size: 2.4em;
  font-style: italic;
  font-weight: 300;
  margin: 1rem 2.29167em;
  overflow: hidden;
  padding: 1rem 0 1rem 8rem;
  position: relative;
}
.rte .blockquote:before, .rte blockquote:before {
  content: "\f10d";
  color: #009FE3;
  font-size: 1.66667em;
  left: 0;
  position: absolute;
  top: 1rem;
}
.rte .blockquote p, .rte blockquote p {
  font-size: 2.2rem;
  font-weight: 300;
  margin: 0 0 0.83333em;
}
.rte .blockquote footer, .rte blockquote footer {
  color: #009FE3;
  font-size: 1.4rem;
  font-style: normal;
  margin: 1.78571em 0 0;
  padding-top: 1.78571em;
  position: relative;
}
.rte .blockquote footer:before, .rte blockquote footer:before {
  background-color: #009FE3;
  content: "";
  display: block;
  height: 1px;
  left: -4rem;
  position: absolute;
  top: 0;
  width: 115px;
}
.rte .blockquote strong, .rte blockquote strong {
  display: block;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.rte .blockquote cite, .rte blockquote cite {
  font-style: normal;
}
.rte .show-hide__content ol > li > ul, .rte .show-hide__content ul > li > ul {
  margin: 0 0 0 1.17647em;
}
.rte ol > li > ul, .rte ul > li > ul {
  margin: 0 0 0 1.17647em;
}
.rte .show-hide__content ol > li > ol > li, .rte .show-hide__content ol > li > ul > li {
  margin-bottom: 0.14706em;
}
.rte .show-hide__content ul > li > ol > li, .rte .show-hide__content ul > li > ul > li {
  margin-bottom: 0.14706em;
}
.rte ol > li > ol > li, .rte ol > li > ul > li {
  margin-bottom: 0.14706em;
}
.rte ul > li > ol > li, .rte ul > li > ul > li {
  margin-bottom: 0.14706em;
}
.rte .show-hide__content ol > li > ul > li:before, .rte .show-hide__content ul > li > ul > li:before {
  color: inherit;
  content: "•";
  font-family: inherit;
}
.rte ol > li > ul > li:before, .rte ul > li > ul > li:before {
  color: inherit;
  content: "•";
  font-family: inherit;
}
.rte .show-hide__content ol > li > ol, .rte .show-hide__content ul > li > ol {
  margin: 0 0 0 1.47059em;
}
.rte ol > li > ol, .rte ul > li > ol {
  margin: 0 0 0 1.47059em;
}
.rte .show-hide__content ol, .rte .show-hide__content ul {
  color: #000;
  font-size: 1.7rem;
  font-weight: 300;
  padding: 0;
}
.rte ol, .rte ul {
  color: #000;
  font-size: 1.7rem;
  font-weight: 300;
  padding: 0;
}
.rte .show-hide__content ol > li, .rte .show-hide__content ul > li {
  line-height: 1.4;
  margin-bottom: 0.58824em;
}
.rte ol > li, .rte ul > li {
  line-height: 1.4;
  margin-bottom: 0.58824em;
}
.rte .show-hide__content ol p, .rte .show-hide__content ul p {
  font-size: 1.7rem;
  margin-bottom: 0.29412em;
  margin-top: 0.29412em;
}
.rte ol p, .rte ul p {
  font-size: 1.7rem;
  margin-bottom: 0.29412em;
  margin-top: 0.29412em;
}
.rte .show-hide__content ul, .rte ul {
  list-style: none;
  margin: 2rem 0 1.5rem 3.5rem;
}
.rte .show-hide__content ul > li, .rte ul > li {
  position: relative;
}
.rte .show-hide__content ul > li:before, .rte ul > li:before {
  content: "\f105";
  color: #009FE3;
  left: -0.75em;
  position: absolute;
}
.rte .show-hide__content ol, .rte ol {
  margin: 2rem 0 1.5rem 4.5rem;
}
.rte ul.reset-list {
  margin-left: 45px;
  padding: 0;
  list-style-position: outside;
}
.rte ul.reset-list ol {
  list-style-position: outside;
}
.rte ul.reset-list ul {
  list-style-position: outside;
  list-style-type: circle;
}
.rte ul.reset-list ol {
  list-style-type: lower-latin;
}
.rte ul.reset-list li {
  padding: 0;
}
.rte ul.reset-list li:before {
  content: none !important;
}

#tx-solr-search ul.references li {
  list-style-type: disc;
}

.rte ul.reset-list {
  list-style-type: disc;
}
.rte .table-responsive {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin: 6rem 0 0;
  width: 100%;
}
.rte .table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: rgba(232, 232, 232, 0.5);
  width: 13px;
}
.rte .table-responsive::-webkit-scrollbar-thumb {
  background-color: #009FE3;
}
.rte table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
}
.rte table caption {
  color: #6c7179;
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 0.83333em;
}
.rte table td, .rte table th {
  padding: 1.2rem 3rem;
  vertical-align: middle;
}
.rte table td p, .rte table td ul {
  font-size: 1em;
}
.rte table th p, .rte table th ul {
  font-size: 1em;
}
.rte table caption {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
  text-align: left;
}
.rte table th {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
  text-align: left;
  font-stretch: condensed;
  text-transform: uppercase;
}
.rte table thead th {
  background: #fff;
  color: #75617b;
  font-weight: 700;
}
.rte table tbody th, .rte table thead th:first-child {
  background-color: #f7f8fb;
  color: #009FE3;
  padding-left: 3rem;
  padding-right: 5rem;
  text-align: right;
}
.rte table td, .rte table th + th {
  border-right: 1px solid #f7f8fb;
}
.rte table td {
  background: #fff;
  color: #000;
  font-family: Barlow Condensed, sans-serif;
  min-width: 15rem;
}
.rte table tbody tr:last-child td, .rte table tbody tr:last-child th {
  padding-bottom: 4.5rem;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 118rem;
  padding: 0 1rem;
  width: 100%;
}

.container-wrapper {
  width: 100%;
}
.container-wrapper.-dark {
  background: radial-gradient(circle at 53.75% center, #000 0, #2a2a2a 100%);
}

.container.-fluid {
  max-width: 100%;
}
.container.-sm {
  max-width: 96rem;
}
.container.-lg {
  max-width: 124rem;
}
.container.-page {
  padding: 8rem 1rem 0;
}
.container.-black {
  background: radial-gradient(circle at 53.75% center, #000 0, #2a2a2a 100%);
}

.site-wrapper-out {
  display: -ms-flexbox;
  display: flex;
}

.site-wrapper, .site-wrapper-out {
  min-height: 100vh;
  width: 100%;
}

.site-wrapper {
  overflow: hidden;
}
.site-wrapper.-overflow-hidden {
  overflow: hidden;
}

.site-header {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  z-index: 50;
}

.site-main {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.site-footer, .top-of-content {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
}

.site-footer {
  position: relative;
  z-index: 5;
}

.top-of-content {
  background-color: #f7f8fb;
}

.top-of-content__wrapper {
  padding-bottom: 2em;
  padding-top: 2em;
}
.top-of-content__wrapper .google-translate {
  display: none;
}

.site-inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.sidebar {
  display: table-cell;
  width: 100%;
}

.site-content {
  display: table-cell;
  width: 100%;
}
.site-content span.anchor:first-of-type + .colPos0 .ce-bodytext > :first-child, .site-content span.anchor:first-of-type + .colPos0 > :first-child {
  margin-top: 0;
}

.what-can-we-do {
  margin: 8rem 0 15rem;
}
.what-can-we-do.-gray {
  background-color: #f7f8fb;
  padding: 1rem 0 3rem;
}
.what-can-we-do .title.-primary span {
  left: -6rem;
}

.what-can-we-do__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 0;
}

.what-can-we-do .-section-1-3 {
  width: 33.33333%;
}
.what-can-we-do .-section-2-3 {
  width: 66.66667%;
}
.what-can-we-do h3.title {
  font-family: Barlow, sans-serif;
  font-size: 2.3rem;
}
.what-can-we-do h3.title:before {
  vertical-align: -0.3em;
}
.what-can-we-do .-frame {
  background-color: #fff;
  position: relative;
}
.what-can-we-do .-frame:after {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}
.what-can-we-do .-frame:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
  left: 6rem;
  transform: rotate(-3deg) skewX(-60deg);
}
.what-can-we-do .-frame:after {
  right: 6rem;
  transform: rotate(3deg) skewX(60deg);
}
.what-can-we-do .-frame h3.title {
  padding-left: 3rem;
}
.what-can-we-do .-frame .links-group {
  padding-right: 3rem;
}

.footer {
  position: relative;
}

.header {
  position: relative;
  display: block;
  width: 100%;
}
.header.-has-image {
  background: 0 0;
  padding: 0;
}
.header.-map {
  padding: 0;
}
.header.-map .header-bar__logo {
  border: 0;
}
.header.-map .header-bar__components {
  border-left: 0;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: auto;
}

.footer {
  background: #005BA9;
  margin-top: 3rem;
}
.footer a:focus, .footer a:hover {
  outline-color: #fff;
}
.footer button:focus, .footer button:hover {
  outline-color: #fff;
}
.footer input:focus, .footer input:hover {
  outline-color: #fff;
}
.footer button:focus, .footer button:hover {
  outline-offset: -2px;
}
.footer input:focus, .footer input:hover {
  outline-offset: -2px;
}
.footer .container:after {
  content: none;
}
.footer .decor-shadow {
  overflow: hidden;
  position: relative;
}
.footer .decor-shadow:before {
  box-shadow: 10px 0 40px 0 #000;
  content: "";
  display: block;
  height: 100%;
  left: -2rem;
  position: absolute;
  top: 0;
  width: 1rem;
}

.footer__wrapper {
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: relative;
  z-index: 2;
}

.footer__stratis {
  background-color: transparent;
  bottom: 0;
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  left: 0;
  line-height: 1.6rem;
  margin: 0;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  z-index: 5;
}
.footer__stratis a {
  transition: all 0.4s ease 0ms;
  background: #c70000;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin-left: 0.6rem;
  padding: 0.25rem 1rem;
  text-decoration: none;
}
.footer__stratis a:focus, .footer__stratis a:hover {
  background: #fff;
  color: #c70000;
}

.sidebar > * {
  margin-bottom: 7.5rem;
}

form {
  display: block;
  margin: 2em 0 3em;
}

fieldset:first-child, form:first-child {
  margin-top: 0;
}

.confirmation form {
  display: inline-block;
  margin: 0;
}

fieldset {
  background: 0 0;
  border: 0;
  margin-bottom: 6em;
  margin-top: 3em;
  min-width: inherit;
  position: relative;
}

.datepicker__value {
  position: absolute;
  right: 0;
  top: 0;
}

.form__field-group {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.form__field-group > * {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.form__field-group input {
  margin: 0;
}

.form__field-wrapper {
  margin-bottom: 2.5em;
  margin-top: 1.5em;
  position: relative;
}
.form__field-wrapper.-datewrapper[class*=col-] .date-picker-control {
  margin: 1rem 2rem 1rem 1rem;
}
.form__field-wrapper.-datewrapper .date-picker-control {
  bottom: 0;
  margin: 1rem;
  position: absolute;
  right: 0;
}

.form__field-attached {
  background: rgba(221, 225, 232, 0.4);
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.85714em 0.71429em;
  text-transform: none;
}

.form__field-wrapper.-datewrapper {
  position: relative;
}

.geocode__wrapper {
  position: relative;
}
.geocode__wrapper .geocode__wrapper-btn {
  background-color: #009FE3;
  border-color: transparent;
  bottom: 0.2rem;
  color: #fff;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 1;
}
.geocode__wrapper .geocode__wrapper-btn:before {
  color: inherit;
}
.geocode__wrapper .geocode__wrapper-btn:focus, .geocode__wrapper .geocode__wrapper-btn:hover {
  background-color: #fff;
  border-color: rgba(221, 225, 232, 0.5);
  color: #009FE3;
}

.date-picker table, .ui-timepicker-wrapper {
  font-size: 1.5rem;
}

.parsley-errors-list p {
  color: #ffafd9;
  font-size: 1.2rem;
  font-style: italic;
  margin: 5px 0 15px;
}

.powermail_fieldwrap_file_list, .rte .powermail_fieldwrap_file_list {
  list-style: none;
  padding: 0;
}

.powermail_fieldwrap_file_list > li, .rte .powermail_fieldwrap_file_list > li {
  font-size: 1.2rem;
  margin: 0.5em 0;
  padding-left: 1em;
  position: relative;
}

.powermail_fieldwrap_file_list > li:before, .rte .powermail_fieldwrap_file_list > li:before {
  content: "\f105";
  color: #c9bacd;
  font-weight: 700;
  left: 0;
  line-height: 1;
  position: absolute;
}

.powermail_fieldwrap_file_list > .powermail_fieldwrap_file_list__delete, .rte .powermail_fieldwrap_file_list > .powermail_fieldwrap_file_list__delete {
  padding-left: 0;
}

.powermail_fieldwrap_file_list > .powermail_fieldwrap_file_list__delete:before, .rte .powermail_fieldwrap_file_list > .powermail_fieldwrap_file_list__delete:before {
  content: inherit;
  display: none;
}

.powermail_fieldwrap_file_list .btn:before, .rte .powermail_fieldwrap_file_list .btn:before {
  color: #c9bacd;
}

.preloader {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  transition: all 0.25s ease-in-out 0.2s;
}

.preloader__circle {
  background-color: #fff;
  border-radius: 50%;
  height: 30rem;
  width: 30rem;
}

.preloader__wave {
  background: #009FE3;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
  transition: all 0.2s ease-in-out 0ms;
}
.preloader__wave.-is-hidden {
  transform: scale(0);
}
.preloader__wave:after {
  background-color: #000;
  left: 50%;
  position: absolute;
  top: 0;
  height: 200%;
  width: 200%;
  content: "";
  transform: translate(-50%, -75%);
}
.preloader__wave:before {
  background-color: #000;
  left: 50%;
  position: absolute;
  top: 0;
  height: 200%;
  width: 200%;
  content: "";
  transform: translate(-50%, -75%);
  animation: c 5s linear infinite;
  background-color: #fff;
  border-radius: 45%;
}
.preloader__wave:after {
  animation: c 10s linear infinite;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 40%;
}

.preloader__text {
  font-size: 6rem;
  font-weight: 700;
  overflow: hidden;
  padding-top: 8rem;
  position: relative;
  text-align: center;
  z-index: 20;
}

.preloader.-is-hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}

.btn {
  background-color: transparent;
  border: 1px solid #CDD8E3;
  color: #005BA9;
  display: inline-block;
  font-family: Barlow Condensed, sans-serif;
  line-height: 1.14286;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  transition: all 0.1s ease-in-out 0ms;
  font-size: 1.4rem;
  padding: 0.78571em 1.07143em;
  font-weight: 700;
}
.btn.-icon:before {
  content: "\f0d9";
  color: #009FE3;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  margin-right: 0.25em;
}
.btn.-circle, .btn.-no-text {
  overflow: hidden;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  padding: 0.78571em 1.35714em;
}
.btn.-circle:after, .btn.-circle:before {
  display: block;
  left: 50%;
  margin: 0;
  position: absolute;
  text-indent: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.btn.-no-text:after, .btn.-no-text:before {
  display: block;
  left: 50%;
  margin: 0;
  position: absolute;
  text-indent: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.btn.-large {
  font-size: 1.7rem;
  padding: 1.13445em 0.88235em;
}
.btn.-large.-circle, .btn.-large.-no-text {
  padding: 1.13445em 1.70588em;
}
.btn.-small {
  font-size: 1.3rem;
  padding: 0.58242em 1.15385em;
}
.btn.-small.-circle, .btn.-small.-no-text {
  padding: 0.58242em 1.15385em;
}
.btn.-light {
  font-weight: 100;
}
.btn:focus, .btn:hover {
  background-color: #009FE3;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.btn:focus:after, .btn:focus:before {
  color: inherit !important;
}
.btn:hover:after, .btn:hover:before {
  color: inherit !important;
}
.btn.-circle {
  border-radius: 50%;
}
.btn.-rounded {
  border-radius: 5px;
}
.btn.-inverted {
  border-color: #fff;
  color: #fff;
}
.btn.-inverted:after, .btn.-inverted:before, .btn.-inverted[data-fa-icon]:before {
  color: #009EE3;
}
.btn.-inverted:focus:after, .btn.-inverted:focus:before, .btn.-inverted:focus[data-fa-icon]:before {
  color: #fff;
}
.btn.-inverted:hover:after, .btn.-inverted:hover:before, .btn.-inverted:hover[data-fa-icon]:before {
  color: #fff;
}

body.home .btn {
  border: 1px solid #005BA9;
}

body.home .btn.-inverted {
  border: 1px solid #FFFFFF;
}

body.tourism .btn.-inverted:after, body.tourism .btn.-inverted:before, body.tourism .btn.-inverted[data-fa-icon]:before {
  color: #fff;
}

.btn.-primary {
  padding-left: 6rem;
  padding-right: 3.5rem;
  position: relative;
}
.btn.-primary:after, .btn.-primary:before, .btn.-primary[data-fa-icon]:before {
  font-size: 2.2rem;
  left: 4rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.btn.-secondary {
  padding-left: 3rem;
  padding-right: 3rem;
}
.btn.-secondary:after, .btn.-secondary:before, .btn.-secondary[data-fa-icon]:before {
  color: #009FE3;
}
.btn[data-fa-icon=]:before {
  color: #009FE3;
}
.btn.-darken {
  color: #fff;
}
.btn.-darken:focus, .btn.-darken:hover {
  background-color: rgba(0, 0, 0, 0.325);
}

.checkbox, .radio {
  clear: both;
  margin: 1.5em 0 2.5em;
}

.checkbox:first-child, .radio:first-child {
  margin-top: 1.5em;
}

.checkbox.-inline div, .radio.-inline div {
  display: inline-block;
  margin-bottom: 1.3em;
  margin-right: 1.2em;
  margin-top: 0;
  vertical-align: top;
}

.checkbox.-inline legend, .radio.-inline legend {
  margin-bottom: 1.28571em;
}

.column-2.checkbox div, .column-2.radio div {
  display: inline-block;
  vertical-align: top;
  width: 47.4%;
}
.column-2.checkbox div:nth-child(2n), .column-2.radio div:nth-child(2n) {
  margin-right: 1%;
}
.column-2.checkbox div:nth-child(odd), .column-2.radio div:nth-child(odd) {
  margin-left: 1%;
}
.column-2.checkbox legend ~ div, .column-2.radio legend ~ div {
  margin-top: 0;
}

.checkbox div, .radio div {
  margin: 1.1em 0;
}

.checkbox div:first-of-type, .radio div:first-of-type {
  margin-top: 0;
}

.checkbox div:last-child, .radio div:last-child {
  margin-bottom: 0;
}

.checkbox legend, .radio legend {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0.35714em 0;
  text-transform: uppercase;
}

.checkbox legend .required, .radio legend .required {
  font-size: 1em;
}

.checkbox label, .radio label {
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.28571em;
  margin: 0;
  padding: 0 0 0 1.42857em;
  position: relative;
  text-transform: none;
}

.checkbox label:before, .radio label:before {
  background-color: #fff;
  border: 1px solid #dde1e8;
  box-sizing: border-box;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  speak: none;
  top: 0;
  width: 17px;
}

.checkbox label:after, .radio label:after {
  color: transparent;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  transform: scale(0.75);
  transition: all 0.2s ease-in-out;
}

.checkbox input[type=checkbox], .radio input[type=radio] {
  background: 0 0;
  border: 0;
  left: -9999px;
  padding: inherit;
  position: absolute;
  width: auto;
}

.checkbox input:disabled[type=checkbox] + label, .radio input:disabled[type=radio] + label {
  color: #c4c4c4;
  cursor: default;
}

.checkbox input:disabled[type=checkbox] + label:before, .radio input:disabled[type=radio] + label:before {
  background-color: #fafafa;
  border-color: #fff;
  cursor: default;
}

.checkbox input:focus[type=checkbox] + label, .radio input:focus[type=radio] + label {
  outline: 1px dashed #009FE3;
  outline-offset: 2px;
}

.checkbox input:checked:disabled[type=checkbox] + label:after, .checkbox input:checked[type=checkbox] + label:after {
  color: #009FE3;
  transform: scale(1);
}

.radio input:checked:disabled[type=radio] + label:after, .radio input:checked[type=radio] + label:after {
  color: #009FE3;
  transform: scale(1);
}

.checkbox label:after {
  content: "\f00c";
  font-size: 9px;
  left: 4px;
  top: 4px;
}
.checkbox.form-field-follow-checkbox {
  margin-top: 0.75em;
}

.radio label:before {
  border-radius: 50%;
}
.radio label:after {
  content: "\f111";
  font-size: 7px;
  left: 5px;
  top: 5px;
}

.checkbox-dropdown {
  position: relative;
}

.checkbox-dropdown__block {
  transition: all 0.45s ease-in-out 0ms;
  max-height: 0;
  overflow: hidden;
}

.checkbox-dropdown__toggle {
  transition: all 0.25s ease-in-out 0ms;
  position: absolute;
  right: 0.5rem;
  top: 1.6rem;
  background: 0 0;
  border: 0;
  color: #009FE3;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  padding: 0;
}
.checkbox-dropdown__toggle:before {
  content: "\f067";
}

.checkbox-dropdown.-is-open > .checkbox-dropdown__toggle:before {
  content: "\f068";
}
.checkbox-dropdown.-is-open > .checkbox-dropdown__block {
  max-height: 150rem;
}

.js-dropdown {
  position: relative;
}

.js-dropdown__toggle {
  cursor: pointer;
}
.js-dropdown__toggle:focus {
  outline: 1px dashed #009FE3;
  outline-offset: 2px;
}

.js-dropdown__block {
  left: 0;
  list-style: none;
  min-width: 100%;
  opacity: 0;
  padding: 1rem;
  top: 100%;
  transform: translateY(-1rem);
  transition: visibility 0.2s ease-in-out, transform 0.35s ease-in-out, opacity 0.2s ease-in-out;
  visibility: hidden;
  width: auto;
  z-index: 5;
}

.js-dropdown.-has-arrow .js-dropdown__toggle:after {
  content: "\f0d7";
  transition: all 0.25s ease-in-out 0ms;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  transform: translateY(-50%);
}

.-is-open, .js-dropdown.-is-open {
  z-index: 11;
}

.-is-open > .js-dropdown__toggle, .js-dropdown.-is-open .js-dropdown__toggle {
  box-shadow: 0 0.5rem 0.7rem 0 rgba(0, 0, 0, 0.4);
}

.-is-open > .js-dropdown__toggle:after, .js-dropdown.-is-open .js-dropdown__toggle:after {
  margin-top: 1px;
  transform: translateY(-50%) rotate(180deg);
}

.-is-open > .js-dropdown__block, .js-dropdown.-is-open .js-dropdown__block {
  box-shadow: 0 0.5rem 0.7rem 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
  transform: translateY(-1px);
  transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.35s ease-in-out;
  visibility: visible;
}

input, select, textarea {
  background-color: #f0f0f0;
  border: 0;
  border-radius: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.4rem;
  height: 4rem;
  padding: 0.85714em 0.71429em;
  resize: vertical;
  width: 100%;
}

input:disabled, select:disabled, textarea:disabled {
  background-color: #f7f7f7;
  font-style: italic;
  resize: none;
}

input:focus, select:focus, textarea:focus {
  outline: 1px dashed #009FE3;
  outline-offset: 0;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #494949;
  font-style: italic;
  opacity: 1;
}

input, textarea {
  color: #000;
}

input:disabled, textarea:disabled {
  color: rgba(73, 73, 73, 0.5);
}

input:-moz-read-only, textarea:-moz-read-only, input:read-only, textarea:read-only {
  background-color: #f7f7f7;
  color: #494949;
  font-style: italic;
}

input[type=date] {
  padding: 0.67857em 0.71429em;
}

textarea {
  height: 7.14286em;
}
textarea[type=date] {
  padding: 0.67857em 0.71429em;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #494949;
  cursor: pointer;
  font-style: italic;
  padding-right: 2.28571em;
  background-position: calc(100% - 0.75em) 50%;
  background-repeat: no-repeat;
  background-size: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='6' viewBox='0 0 16 6' fill='none'%3E%3Cg clip-path='url(%23clip0_72_907)'%3E%3Cpath d='M7.75 5.84081L3.125 1.25177C3.04167 1.16852 3 1.08007 3 0.986418C3 0.892764 3.03125 0.804313 3.09375 0.721065L3.71875 0.0967057C3.80208 0.0342698 3.89583 0.0030518 4 0.0030518C4.10417 0.00305181 4.1875 0.0342698 4.25 0.0967058L8 3.81165L11.75 0.0967061C11.8125 0.0342701 11.8958 0.00305215 12 0.00305215C12.1042 0.00305216 12.1979 0.0342701 12.2812 0.0967061L12.9062 0.721066C12.9687 0.804314 13 0.892765 13 0.986419C13 1.08007 12.9687 1.16852 12.9062 1.25177L8.28125 5.84081C8.19792 5.90325 8.10417 5.93447 8 5.93447C7.89583 5.93447 7.80208 5.90325 7.71875 5.84081L7.75 5.84081Z' fill='%23009EE3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_72_907'%3E%3Crect width='6' height='16' fill='white' transform='matrix(-4.37114e-08 1 1 4.37114e-08 0 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
select:disabled {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='6' viewBox='0 0 16 6' fill='none'%3E%3Cg clip-path='url(%23clip0_72_907)'%3E%3Cpath d='M7.75 5.84081L3.125 1.25177C3.04167 1.16852 3 1.08007 3 0.986418C3 0.892764 3.03125 0.804313 3.09375 0.721065L3.71875 0.0967057C3.80208 0.0342698 3.89583 0.0030518 4 0.0030518C4.10417 0.00305181 4.1875 0.0342698 4.25 0.0967058L8 3.81165L11.75 0.0967061C11.8125 0.0342701 11.8958 0.00305215 12 0.00305215C12.1042 0.00305216 12.1979 0.0342701 12.2812 0.0967061L12.9062 0.721066C12.9687 0.804314 13 0.892765 13 0.986419C13 1.08007 12.9687 1.16852 12.9062 1.25177L8.28125 5.84081C8.19792 5.90325 8.10417 5.93447 8 5.93447C7.89583 5.93447 7.80208 5.90325 7.71875 5.84081L7.75 5.84081Z' fill='%23009EE3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_72_907'%3E%3Crect width='6' height='16' fill='white' transform='matrix(-4.37114e-08 1 1 4.37114e-08 0 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  color: rgba(73, 73, 73, 0.5);
  cursor: inherit;
}
select::-ms-expand {
  display: none;
}

.legend, .rte .legend, legend {
  color: #000;
  display: block;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 2.5rem;
  padding: 0;
  text-align: left;
  white-space: normal;
  width: 100%;
}

.label {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.35714em;
  text-transform: uppercase;
}

.multiselect-wrapper .rte legend, .multiselect-wrapper legend {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.35714em;
  text-transform: uppercase;
}

.rte .label, .rte .multiselect-wrapper legend {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.35714em;
  text-transform: uppercase;
}

label {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.35714em;
  text-transform: uppercase;
}

.label .required {
  font-size: 1em;
}

.multiselect-wrapper .rte legend .required, .multiselect-wrapper legend .required {
  font-size: 1em;
}

.rte .label .required, .rte .multiselect-wrapper legend .required {
  font-size: 1em;
}

label .required {
  font-size: 1em;
}

.label .text-help {
  font-size: 0.85714em;
}

.multiselect-wrapper .rte legend .text-help, .multiselect-wrapper legend .text-help {
  font-size: 0.85714em;
}

.rte .label .text-help, .rte .multiselect-wrapper legend .text-help {
  font-size: 0.85714em;
}

label .text-help {
  font-size: 0.85714em;
}

.label input, .label select, .label textarea {
  margin-top: 0.35714em;
}

.multiselect-wrapper .rte legend input, .multiselect-wrapper .rte legend select, .multiselect-wrapper .rte legend textarea {
  margin-top: 0.35714em;
}
.multiselect-wrapper legend input, .multiselect-wrapper legend select, .multiselect-wrapper legend textarea {
  margin-top: 0.35714em;
}

.rte .label input, .rte .label select, .rte .label textarea {
  margin-top: 0.35714em;
}
.rte .multiselect-wrapper legend input, .rte .multiselect-wrapper legend select, .rte .multiselect-wrapper legend textarea {
  margin-top: 0.35714em;
}

label input, label select, label textarea {
  margin-top: 0.35714em;
}

.label a {
  color: #000;
  text-decoration: underline;
}

.multiselect-wrapper .rte legend a, .multiselect-wrapper legend a {
  color: #000;
  text-decoration: underline;
}

.rte .label a, .rte .multiselect-wrapper legend a {
  color: #000;
  text-decoration: underline;
}

label a {
  color: #000;
  text-decoration: underline;
}

.label a:focus, .label a:hover {
  text-decoration: none;
}

.multiselect-wrapper .rte legend a:focus, .multiselect-wrapper .rte legend a:hover {
  text-decoration: none;
}
.multiselect-wrapper legend a:focus, .multiselect-wrapper legend a:hover {
  text-decoration: none;
}

.rte .label a:focus, .rte .label a:hover {
  text-decoration: none;
}
.rte .multiselect-wrapper legend a:focus, .rte .multiselect-wrapper legend a:hover {
  text-decoration: none;
}

label a:focus, label a:hover {
  text-decoration: none;
}

.text-label {
  display: block;
  margin: 0 0 0.35714em;
}

.required, .text-help {
  font-weight: 300;
  text-transform: none;
}

.required {
  color: #009FE3;
  font-size: 1.4em;
  font-style: italic;
}

.text-help {
  display: block;
  font-size: 1.2em;
  margin: 0.5em 0;
  color: #475469;
}
.text-help.-inline {
  display: inline;
}
.text-help.-alert {
  color: #009FE3;
}
.text-help.-alert a {
  color: #009FE3;
}
.text-help a {
  color: #475469;
}

.list li {
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

.number-articles {
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  border-bottom: 1px solid #bbc4d2;
  color: #727272;
  margin: 0;
  padding-bottom: 3rem;
}
.number-articles.-white {
  color: #fff;
}

.list {
  list-style: none;
  padding-left: 0;
}
.list li {
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
  color: #000;
}
.list li:before {
  content: "\f105";
  color: #c9bacd;
  font-size: 1.3rem;
  left: 0;
  position: absolute;
  top: 0.2rem;
}
.list li a {
  color: #000;
}

.comments__reply-link p a:focus, .comments__reply-link p a:hover {
  text-decoration: underline;
}

.list li a:focus, .list li a:hover {
  text-decoration: underline;
}

.message {
  background-color: #f6f6f6;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 4rem 2rem 3.5rem 7rem;
}
.message h2 {
  color: #02648e;
  font-size: 1.57143em;
  margin: 0 0 1.1em;
  padding-left: 1.25em;
  position: relative;
}
.message h2:before {
  content: "\f05a";
  color: currentColor;
  left: 0;
  position: absolute;
  top: 0;
}
.message ul {
  font-size: 1em;
  list-style-type: none;
  margin-left: 1rem;
}
.message ul li:before {
  color: currentColor;
}
.message.-error {
  background-color: #fcdcde;
}
.message.-error h2 {
  color: #ca000a;
}
.message.-success {
  background-color: #edfceb;
}
.message.-success h2 {
  color: #278417;
}
.message.-success h2:before {
  content: "\f14a";
}

.progress {
  font-family: Barlow, sans-serif;
  margin: 1em 0 2em;
}
.progress meter {
  float: left;
  height: 10px;
  margin: 4px 10px 0 0;
  width: 100%;
}
.progress p {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0.5em 0;
}

.progress__description {
  color: #bbc4d2;
  display: block;
  font-size: 1.2rem;
  margin: 0.5em 0;
}

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f7f8fb;
  border: 0;
  color: #fff;
  height: 10px;
  width: 100%;
}
progress::-moz-progress-bar, progress::-webkit-progress-value {
  background: #009FE3;
}
progress::-webkit-progress-bar {
  background: 0 0;
}

.colPos0 .click-roll {
  margin: 0.2rem 0;
}

.click-roll {
  border-top: 2px solid transparent;
  margin: 10rem 0;
  position: relative;
}
.click-roll + .click-roll {
  margin-top: -10rem;
}

.click-roll__toggle {
  background-color: #f7f8fb;
  border: 0;
  color: #494949;
  cursor: pointer;
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  min-height: 5.6rem;
  padding: 1em 3.5em 1em 1.5em;
  position: relative;
  text-align: left;
  transition: background-color 0.15s ease;
  width: 100%;
}
.click-roll__toggle:before {
  background: linear-gradient(96deg, #000 -100%, transparent 50%);
  content: "";
  display: block;
  height: 100%;
  max-height: 60px;
  position: absolute;
  right: 5rem;
  top: 0;
  width: 8px;
}
.click-roll__toggle:after {
  content: "\f107";
  color: #009FE3;
  position: absolute;
  right: 1.2em;
  top: 1em;
  transform: rotateX(0deg);
  transition: transform 0.3s ease, color 50ms ease;
}
.click-roll__toggle:focus {
  outline: 1px dashed #009FE3;
  outline-offset: 2px;
}

.-is-open .click-roll__toggle {
  background-color: #009FE3;
  color: #fff;
}

.click-roll__toggle:focus, .click-roll__toggle:hover {
  background-color: #009FE3;
  color: #fff;
}

.-is-open .click-roll__toggle:after {
  color: #fff;
}

.click-roll__toggle:focus:after, .click-roll__toggle:hover:after {
  color: #fff;
}

/*.click-roll__block {
  display: none;
  font-size: 1.7rem;
  overflow: hidden;
  z-index: 5;
}*/
.click-roll__block {
	display: block;
	height: 0;
	font-size: 1.7rem;
	overflow: hidden;
	transition: height 0.6s cubic-bezier(0.25,0.25,0.25,1);
	z-index: 5;
}

.click-roll__slide-wrap {
  padding: 1em;
}

.click-roll.-is-open .click-roll__toggle:after {
  transform: rotateX(180deg);
}
/*.click-roll.-is-open .click-roll__block {
  display: block;
}*/

.faq-block {
  padding-top: 2rem;
}
.faq-block .click-roll {
  border-bottom: 1px solid #bbc4d2;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
}
.faq-block .click-roll:last-child {
  border-bottom: 0;
}
.faq-block .click-roll__toggle {
  background-color: #fff;
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1rem 3rem 1rem 6rem;
}
.faq-block .click-roll__toggle span {
  color: #009FE3;
  display: block;
  font-size: 0.72222em;
  font-weight: 700;
  margin-top: -1rem;
  text-transform: uppercase;
}

#tx-solr-facets-in-use .facets-remove-all:before {
  content: none;
}

.faq-block .click-roll__toggle:before {
  content: none;
}
.faq-block .click-roll__toggle:after {
  background-color: #f7f8fb;
  color: #c9bacd;
  content: "\f067";
  font-size: 0.61111em;
  height: 4rem;
  left: 0;
  line-height: 4rem;
  right: auto;
  text-align: center;
  top: 0;
  transform: none;
  width: 4rem;
}
.faq-block .click-roll__block {
  margin: 0;
  position: relative;
}
.faq-block .click-roll__block:before {
  color: #bbc4d2;
  content: attr(data-response);
  font-size: 0.7em;
  left: 6rem;
  position: absolute;
  top: 0.75rem;
}
.faq-block .click-roll__slide-wrap {
  padding-left: 6rem;
  padding-top: 1.5em;
}
.faq-block .-is-open .click-roll__toggle:after, .faq-block.-is-open .click-roll__toggle:after {
  background-color: #009FE3;
  color: #fff;
  content: "\f068";
}
.faq-block .-is-open .click-roll__toggle {
  background-color: #fff;
}
.faq-block .click-roll__toggle:focus, .faq-block .click-roll__toggle:hover {
  background-color: #fff;
}
.faq-block.-is-open .click-roll__toggle {
  background-color: #fff;
}

.access-tooltip {
  background-color: #009FE3;
  border: 0.2rem solid #fff;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.5rem;
  position: absolute;
  z-index: 9999;
}

.tabs {
  font-family: Barlow Condensed, sans-serif;
  margin-top: -5.5rem;
  position: relative;
}
.tabs.-has-shadow {
  position: relative;
}
.tabs.-has-shadow:after {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}
.tabs.-has-shadow:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
  left: 6rem;
  transform: rotate(-3deg) skewX(-60deg);
}
.tabs.-has-shadow:after {
  right: 6rem;
  transform: rotate(3deg) skewX(60deg);
}

.tabs__list {
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 2px solid #009FE3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs__trigger {
  display: block;
  transition: all 0.4s ease-in-out 0ms;
  background: 0 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.29);
  border: 0;
  color: #858789;
  cursor: pointer;
  font-weight: 700;
  margin-left: 1rem;
  padding: 1.5em;
  position: relative;
  text-transform: uppercase;
}
.tabs__trigger:before {
  display: block;
  transition: all 0.4s ease-in-out 0ms;
}
.tabs__trigger.-current, .tabs__trigger:active, .tabs__trigger:hover {
  color: #fff;
}
.tabs__trigger.-current:before, .tabs__trigger:active:before, .tabs__trigger:hover:before {
  opacity: 1;
}
.tabs__trigger:before {
  background: linear-gradient(180deg, #009FE3 0, #bc0e68);
  border-radius: 5px 5px 0 0;
  content: "";
  opacity: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tabs__panel {
  background-color: #f0f0f0;
  display: none;
}
.tabs__panel:after {
  height: 2.5rem;
  width: 50%;
}
.tabs__panel:before {
  height: 2.5rem;
  width: 50%;
  transform: rotate(-1deg) skewX(-60deg);
}
.tabs__panel:after {
  transform: rotate(1deg) skewX(60deg);
}
.tabs__panel.-current {
  display: block;
}

.tabs__inner {
  padding: 5rem 3rem 3rem;
}

.js-swiper-control {
  transition: all 0.25s ease-in-out 0ms;
}
.js-swiper-control[data-fa-icon]:before {
  margin-right: 0;
}
.js-swiper-control.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}
.js-swiper-control.-is-hidden {
  display: none;
}

.gallery {
  display: block;
  margin: 7rem 0 6rem !important;
}

.gallery__title {
  color: #6c7179;
  font-family: Barlow, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 2.5rem;
  margin-top: 5rem;
}

.gallery__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.gallery__item {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  width: 25%;
}
.gallery__item:after {
  content: "\f06e";
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out 0ms;
}
.gallery__item:before {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out 0ms;
}
.gallery__item:after {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.7rem;
  font-weight: 700;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  z-index: 5;
}
.gallery__item:before {
  background-color: rgba(66, 56, 69, 0.3);
  border-radius: 11rem 0.2rem;
  content: "";
  opacity: 0;
  transform: scale(0.5);
}
.gallery__item:focus:after, .gallery__item:hover:after {
  opacity: 1;
}
.gallery__item:focus:before, .gallery__item:hover:before {
  opacity: 1;
  transform: scale(2);
}

.gallery__thumb {
  display: block;
  font-family: "object-fit: cover; object-position: center;";
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fancybox-slide.fancybox-slide--image .fancybox-image {
  left: 50%;
  max-width: 100%;
  transform: translateX(-50%);
  width: auto;
}

.print-banner {
  display: none;
}

.comments {
  margin: 2rem 0 3rem;
}

.comments__content p {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem;
}

.comments__title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
.comments__title:before {
  content: "\f086";
  color: #009FE3;
  margin-right: 0.5rem;
}

.comments__listitems {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments__listitems.-lvl-2 .comments__item {
  padding-left: 10rem;
}
.comments__listitems.-lvl-2 .comments__item-wrapper {
  background-color: #fff;
}
.comments__listitems.-lvl-2 .comments__item-wrapper:before {
  border-color: transparent #dde1e8 transparent transparent;
}
.comments__listitems.-lvl-2 .comments__item-wrapper:after {
  border-color: transparent #fff transparent transparent;
}

.comments__avatar {
  height: 8rem;
  width: 8rem;
  background-color: #f7f8fb;
  float: left;
  margin-right: 1rem;
}

.comment-reply__avatar label svg, .comments__avatar svg {
  height: 4.3rem;
  width: 4.3rem;
  fill: #6c7179;
}

.comments__item {
  margin: 2rem 0;
}

.comments__item-container {
  overflow: hidden;
  padding-left: 1rem;
}

.comments__item-wrapper {
  background: #f7f8fb;
  border: 1px solid #dde1e8;
  padding: 2rem;
  position: relative;
}
.comments__item-wrapper:after {
  bottom: auto;
  left: auto;
  position: absolute;
  right: 100%;
  top: auto;
  height: 0;
  width: 0;
  border-style: solid;
  content: "";
  display: block;
}
.comments__item-wrapper:before {
  bottom: auto;
  left: auto;
  position: absolute;
  right: 100%;
  top: auto;
  height: 0;
  width: 0;
  border-style: solid;
  content: "";
  display: block;
  border-color: transparent #dde1e8 transparent transparent;
  border-width: 1.2rem;
  top: 1.9rem;
}
.comments__item-wrapper:after {
  border-color: transparent #f7f8fb transparent transparent;
  border-width: 10px;
  top: 2.1rem;
}

.comments__header {
  color: #bbc4d2;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.2rem;
  margin: 0;
}

.comments__author {
  font-style: normal;
  font-weight: 700;
}

.comments__date {
  font-weight: 300;
}

.comments__content p {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 1.5rem 0 0;
}
.comments__content p a {
  color: inherit;
}

.comments__reply-link {
  bottom: auto;
  left: auto;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.comments__reply-link p {
  color: #bbc4d2;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
.comments__reply-link p:before {
  content: "\f0da";
  margin-right: 0.5rem;
}
.comments__reply-link p a {
  color: #bbc4d2;
}

.comment-reply {
  margin: 5rem 0 2rem;
}

.comment-reply__avatars legend, .comment-reply__title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.comment-reply__avatars {
  margin: 0 0 2.5rem;
  padding: 0;
}
.comment-reply__avatars legend {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.comment-reply__avatar {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
}
.comment-reply__avatar label {
  height: 8rem;
  width: 8rem;
  background: #f7f8fb;
  margin: 0;
  padding: 0;
  position: relative;
}
.comment-reply__avatar input[type=radio] {
  left: -9999px;
  position: absolute;
}
.comment-reply__avatar input[type=radio]:checked + label {
  background: #009FE3;
}
.comment-reply__avatar input[type=radio]:checked + label svg {
  fill: #fff;
}
.comment-reply__avatar input[type=radio]:focus + label {
  outline: 1px dashed #009FE3;
  outline-offset: 2px;
}
.comment-reply__avatar input[type=radio]:hover + label {
  background: #009FE3;
}
.comment-reply__avatar input[type=radio]:hover + label svg {
  fill: #fff;
}

.comment-reply .col-xs-12 .text-help {
  color: #6c7179;
}

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

.combobox-container {
  position: relative;
}

.js-combobox {
  padding-right: 4rem;
}

.combobox-clear-button {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  height: 3rem;
  width: 3rem;
  transition: all 0.25s ease-in-out 0ms;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.4rem;
}
.combobox-clear-button:focus, .combobox-clear-button:hover {
  background-color: #009FE3;
  color: #fff;
}

.combobox-suggestion:focus, .combobox-suggestion:hover {
  background-color: #009FE3;
  color: #fff;
}

.combobox-suggestions {
  position: absolute;
  top: 100%;
  background-color: #fff;
  margin-top: 1rem;
  width: 100%;
}
.combobox-suggestions > div {
  transition: opacity 0.25s ease-in-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.combobox-suggestions > div:before {
  position: absolute;
  right: 1rem;
  top: -1rem;
  border-color: transparent;
  border-style: solid;
  border-width: 0 1rem 1rem;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.combobox-suggestions > div:not(:empty) {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
  opacity: 1;
  padding: 1rem;
  visibility: visible;
}
.combobox-suggestions > div:not(:empty):before {
  border-color: transparent transparent #fff;
  opacity: 1;
  visibility: visible;
}

.combobox-suggestion {
  transition: all 0.25s ease-in-out 0ms;
  cursor: pointer;
  font-size: 1.3rem;
  padding: 0.5rem;
}

.menu-skip {
  width: 100%;
  height: 0;
}

.menu-skip__label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.menu-skip__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-skip a {
  color: #fff;
  font-size: 1.4rem;
  left: 0;
  position: absolute;
  top: -20rem;
  transition: all 0.3s ease;
}
.menu-skip a:focus {
  background: #009FE3;
  display: block;
  padding: 1.5rem;
  top: 0;
  width: 100%;
  z-index: 101;
}

.header-bar {
  transition: all 0.25s ease-in-out 0ms;
  background: rgba(71, 84, 105, 0.5);
  margin: 0 auto;
  width: 100%;
  z-index: 5;
}
.header-bar.-absolute {
  left: 0;
  position: absolute;
  top: 0;
}

.site-wrapper.-overflow-hidden .header-bar {
  background-color: #475469;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-bar.-wide {
  max-width: 100%;
}
.header-bar.-map {
  margin-bottom: 0;
}
.header-bar.-map .header-bar__inner {
  margin-bottom: 0;
}
.header-bar.-map .header-bar__logo {
  padding-left: 3rem;
}
.header-bar.-map .header-bar__components {
  max-width: 100%;
}
.header-bar.-light {
  background-color: #fff;
}
.header-bar.-light .header-bar__inner {
  background-color: #fff;
}
.header-bar:not(.-absolute).-is-fixed {
  max-width: 100%;
  top: 0;
  transform: translateY(-130%);
  z-index: 20;
}
.header-bar:not(.-absolute).-is-fixed.-scroll-up {
  position: fixed;
  transform: translateY(0);
}
.header-bar:not(.-absolute).-is-fixed.-scroll-down {
  position: fixed;
  transform: translateY(-100%);
}
.header-bar:not(.-absolute).-is-fixed.-only-fixed {
  position: fixed;
  transform: translateY(0);
}
.header-bar.-is-fixed {
  max-width: 100%;
  top: 0;
  transform: translateX(0) translateY(-100%);
  z-index: 20;
}
.header-bar.-is-fixed.-scroll-up {
  position: fixed;
  transform: translateX(0) translateY(0);
}
.header-bar.-is-fixed.-scroll-down {
  position: fixed;
  transform: translateX(0) translateY(-100%);
}
.header-bar.-is-fixed.-only-fixed {
  position: fixed;
  transform: translateX(-50%) translateY(0);
}

.header-bar__inner {
  background: rgba(71, 84, 105, 0.5);
  margin-bottom: 0.1rem;
}
.header-bar__inner.-has-shadow {
  position: relative;
}
.header-bar__inner.-has-shadow:after {
  left: 6rem;
  position: absolute;
  background-color: transparent;
  bottom: 1.3rem;
  box-shadow: 0 1.5rem 1.5rem 0 rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 30%;
  width: calc(40% - 3rem);
  z-index: -1;
}
.header-bar__inner.-has-shadow:before {
  left: 6rem;
  position: absolute;
  background-color: transparent;
  bottom: 1.3rem;
  box-shadow: 0 1.5rem 1.5rem 0 rgba(0, 0, 0, 0.8);
  content: "";
  display: block;
  height: 30%;
  width: calc(40% - 3rem);
  z-index: -1;
  transform: rotate(-2deg) skewX(-60deg);
}
.header-bar__inner.-has-shadow:after {
  left: auto;
  right: 6rem;
  transform: rotate(2deg) skewX(60deg);
}

body.tourism .header-bar__inner {
  background-color: rgba(41, 33, 43, 0.7);
  padding: 0 1rem;
}

.header-bar__logo {
  border-right: 1px solid #fff;
  min-width: 20%;
  padding: 0 3rem 0.8rem 6.5rem;
}

body.tourism .header-bar__logo {
  border-right: 0;
  min-width: 43rem;
  padding-left: 0;
  padding-right: 1rem;
}

.header-bar__components {
  border-left: 1px solid #6E89A2;
  min-width: 35%;
}

body.tourism .header-bar__components {
  min-width: auto;
}
body.tourism .header-bar__components .language {
  padding: 0 2rem;
}

.header-bar__links {
  padding: 1.75rem 1.5rem;
}

body.tourism .header-bar__links {
  padding: 1.5rem 1rem;
}

.header-bar__links .header-bar__link {
  color: #009FE3;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 2.5rem;
  text-transform: uppercase;
}
.header-bar__links .header-bar__link:focus, .header-bar__links .header-bar__link:hover {
  color: #fff;
}

body.tourism .header-bar__links .header-bar__link {
  padding: 0 1rem;
}

.header-bar__lang {
  border-right: 1px solid #fff;
  display: none;
  padding: 0.2rem 1.8rem 0.2rem 0;
}

body.tourism .header-bar__lang {
  display: block;
  padding-right: 1rem;
}

.header-bar__item .filters__btn.btn {
  background-color: #bf1e72;
  border: 0;
}

.header-bar-btn {
  transition: all 0.25s ease-in-out 0ms;
  background-color: #bf1e72;
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  min-height: 8rem;
  min-width: 8rem;
  padding: 3rem;
  text-transform: uppercase;
}
.header-bar-btn:before, .header-bar-btn[data-fa-icon]:before {
  color: currentColor;
}
.header-bar-btn:focus, .header-bar-btn:hover {
  background-color: #9e195e;
}
.header-bar-btn.-no-text:before {
  margin: 0;
}
.header-bar-btn.-dark {
  background-color: #009FE3;
}
.header-bar-btn.-dark:focus, .header-bar-btn.-dark:hover {
  background-color: #475469;
}

.header-bar-dropdown__toggle {
  transition: all 0.25s ease-in-out 0ms;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b30d63;
  border: 0;
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  height: 8rem;
  padding: 2.25rem 3.5rem 2.25rem 5.5rem;
  text-transform: uppercase;
}
.header-bar-dropdown__toggle:focus, .header-bar-dropdown__toggle:hover {
  background-color: #8f0b4f;
}

.header-bar-dropdown__toggle-ico {
  left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header-bar-dropdown__toggle-text {
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-bar-dropdown__block {
  transition: all 0.25s ease-in-out 0ms;
  position: absolute;
  background-color: #b30d63;
  margin: 0;
  padding: 1rem 3rem 2rem 4rem;
}

.header-bar-dropdown__item {
  position: relative;
}
.header-bar-dropdown__item:before {
  content: "\f0da";
  left: -0.8rem;
  position: absolute;
  top: 0;
  color: #fff;
}
.header-bar-dropdown__item:not(:last-child) {
  margin-bottom: 1rem;
}

.header-bar-dropdown__link {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
}
.header-bar-dropdown__link:focus, .header-bar-dropdown__link:hover {
  text-decoration: underline;
}

.header-bar-dropdown.-has-arrow .header-bar-dropdown__toggle:after {
  margin-top: -0.1rem;
  right: 2.2rem !important;
}
.header-bar-dropdown.-drop-left-mobile .header-bar-dropdown__block {
  left: auto;
  right: 0;
}
.header-bar-dropdown.-is-open .header-bar-dropdown__block, .header-bar-dropdown.-is-open .header-bar-dropdown__toggle {
  background-color: #000;
}

.media-element {
  margin: 6.5rem 0 8rem;
  display: block;
  width: 100%;
}
.media-element audio, .media-element video {
  display: block;
  width: 100%;
}
.media-element iframe {
  display: block;
}
.media-element .iframe, .media-element iframe {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.media-element .click-roll {
  margin: 0.2rem 0 0;
}
.media-element .click-roll__toggle {
  background-color: transparent;
  border-bottom: 0.1rem solid #c5c5c5;
  color: #727272;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  padding: 1.2rem 3.8rem 1.2rem 1.2rem;
}
.media-element .click-roll__toggle:before {
  display: none;
}
.media-element .click-roll__toggle:after {
  top: 1.3rem;
}
.media-element .click-roll.-is-open .click-roll__toggle {
  background-color: #009FE3;
  color: #fff;
}
.media-element .click-roll__toggle:focus, .media-element .click-roll__toggle:hover {
  background-color: #009FE3;
  color: #fff;
}

.media-element__title {
  color: #75617b;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.media-element__wrapper {
  position: relative;
  width: 100%;
}

.media-element__ratio {
  display: block;
  height: auto;
  width: 100%;
}

.logo {
  color: #fff;
  display: inline-block;
  font-family: Barlow, sans-serif;
  text-decoration: none;
}
.logo:focus, .logo:hover {
  text-decoration: none;
}
.logo:focus {
  outline-color: #fff;
}

.logo__text {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: 4.7rem;
  font-weight: 700;
}
.logo__text span {
  color: #ffeef7;
}
.logo__text span:last-child {
  color: #009FE3;
  font-weight: 300;
}

body.tourism .logo__text {
  font-size: 4.4rem;
}

.logo.-dark {
  color: #000;
}
.logo.-light {
  color: #fff;
}
.logo.-has-decor {
  position: relative;
}
.logo.-has-decor .logo__image, .logo.-has-decor .logo__text {
  max-width: 21rem;
}
.logo.-has-decor:before {
  content: "";
  position: absolute;
}

.header-search {
  border-left: 0.1rem solid #fff;
}

.header-search__btn {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 2rem;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 3rem;
  min-height: 5rem;
  min-width: 5rem;
  position: relative;
  transition: background-color 0.25s ease-in-out 0ms;
}
.header-search__btn .fas {
  font-weight: 300;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header-search__btn:focus .fas, .header-search__btn:hover .fas {
  color: #009EE3;
}

body.tourism .header-search__btn {
  margin: 0 1rem;
}

.header-search__btn.-light {
  background-color: #fff;
  color: #000;
}

.header-search__form {
  bottom: auto;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  height: 0;
  width: 0;
  transition: all 0.25s ease-in-out 0ms;
  background-color: #475469;
  -ms-flex-positive: 1;
  flex-grow: 1;
  opacity: 0;
  visibility: hidden;
}
.header-search__form form {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.header-search__form-input {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2.5rem;
}
.header-search__form-input label {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 1.2rem;
  margin: 0 1.5rem 0 0;
}

.-is-open .header-search__form {
  height: 9rem;
  width: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.social-header {
  border-left: 1px solid #fff;
  list-style: none;
  margin: 0;
  padding: 1.8rem 3rem;
}

body.tourism .social-header {
  padding: 1.8rem 1rem;
}

.social-header__item {
  transition: all 0.25s ease-in-out 0ms;
  display: inline-block;
  margin: 0 0.4rem;
}
.social-header__item a:before {
  color: #009FE3;
  content: "";
  font-family: Font Awesome\ 5 Brands;
  font-size: 1.6rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.social-header__item.-facebook a:before,
.social-networks__item.-facebook a:before {
  content: "\f39e";
}
.social-header__item.-twitter a:before,
.social-networks__item.-twitter a:before {
  content: "\f099";
}
.social-header__item.-youtube a:before,
.social-networks__item.-youtube a:before {
  content: "\f167";
}
.social-header__item.-instagram a:before,
.social-networks__item.-instagram a:before {
  content: "\f16d";
}
.social-header__item.-linkedin a:before,
.social-networks__item.-linkedin a:before {
  content: "\f0e1";
}
.social-header__item a {
  height: 1.6rem;
  width: 1.6rem;
  transition: all 0.25s ease-in-out 0ms;
  display: block;
  position: relative;
}

.newsletter__field.-button button:focus:before, .newsletter__field.-button button:hover:before {
  color: #fff;
}

.social-header__item a:focus:before, .social-header__item a:hover:before {
  color: #fff;
}

.menu-trigger {
  background-color: #009FE3;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  font-family: Barlow Condensed, sans-serif;
  min-height: 8rem;
  overflow: hidden;
  padding: 3rem 3rem 3rem 6rem;
  position: relative;
  transition: background-color 0.25s ease-in-out 0ms;
}
.menu-trigger:focus .menu-trigger__line, .menu-trigger:hover .menu-trigger__line {
  background-color: #009EE3;
}

.menu-trigger__lines {
  left: 3.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.menu-trigger__line {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  margin-bottom: 0.3rem;
  width: 1.4rem;
  transition: all 0.25s ease-in-out 0ms;
}
.menu-trigger__line:last-child {
  margin-bottom: 0;
}

.menu-trigger__text {
  color: inherit;
  font-family: inherit;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.menu-trigger.-is-open {
  background-color: #29212b;
  margin-top: -0.1rem;
}
.menu-trigger.-is-open .menu-trigger__line {
  background-color: #009EE3;
}
.menu-trigger.-is-open .menu-trigger__line:first-child {
  transform: translateY(0.5rem) rotate(45deg);
}
.menu-trigger.-is-open .menu-trigger__line:nth-child(2) {
  opacity: 0;
}
.menu-trigger.-is-open .menu-trigger__line:last-child {
  transform: translateY(-0.5rem) rotate(-45deg);
}

.mnv-menu {
  transition: all 0.3s ease-in-out 0ms;
}

.mnv-menu__nav {
  height: 100%;
  width: 100%;
}
.mnv-menu__nav .header-bar__links, .mnv-menu__nav .one-click-panel__content {
  display: none;
}
.mnv-menu__nav .one-click-panel__title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  margin-top: 0;
  text-transform: uppercase;
}
.mnv-menu__nav .one-click-panel__item {
  border-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 0.1rem;
  padding: 0;
}
.mnv-menu__nav .one-click-panel__link {
  color: #fff;
  display: block;
  font-size: 1.7rem;
  font-weight: 300;
  padding: 1rem 3rem;
  position: relative;
  z-index: 1000;
}
.mnv-menu__nav .one-click-panel__link:before {
  font-size: 1.4rem;
}
.mnv-menu__nav .one-click-panel__link:focus, .mnv-menu__nav .one-click-panel__link:hover {
  background: #009FE3;
}
.mnv-menu__nav .one-click-panel__link:focus:before, .mnv-menu__nav .one-click-panel__link:hover:before {
  color: #475469;
}

.mnv-menu__close {
  background-color: #383838;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: Barlow, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 3.2rem 4.5rem;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.25s ease-in-out 0ms;
}
.mnv-menu__close:focus, .mnv-menu__close:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.mnv-menu__close:focus {
  outline-color: #fff;
  outline-offset: -0.3rem;
}

.mnv-menu__close-icon {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  font-size: 1.7rem;
  transform: translateY(-50%);
}

.mnv-menu__list {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  font-family: Barlow Condensed, sans-serif;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.filters__field label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.mnv-menu__list > .mnv-menu__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mnv-menu__list > .mnv-menu__item > .mnv-menu__link {
  color: inherit;
  display: block;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  padding: 3.4rem 2.3rem;
  text-transform: uppercase;
}
.mnv-menu__list > .mnv-menu__item > .mnv-menu__link:after {
  content: "\f107";
  color: #009EE3;
  margin-left: 0.8rem;
}

body.tourism .mnv-menu__list > .mnv-menu__item > .mnv-menu__link {
  padding: 3.4rem 1.5rem;
}

.mnv-menu__list > .mnv-menu__item > .mnv-menu__toggle {
  color: #f7f8fb;
  display: none;
  height: 3rem;
  padding: 0;
  position: absolute;
  right: 5rem;
  top: calc(100% + 4rem);
  width: 3rem;
}
.mnv-menu__list > .mnv-menu__item > .mnv-menu__toggle:before {
  content: "\f00d";
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 300;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mnv-menu__list > .mnv-menu__item > .mnv-menu__toggle:focus, .mnv-menu__list > .mnv-menu__item > .mnv-menu__toggle:hover {
  background-color: #009FE3;
  color: #fff;
}

.mnv-menu__submenu.-level-1 > .mnv-menu__item.-is-open > .mnv-menu__link {
  background-color: #009FE3;
  color: #fff;
}
.mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__link:focus, .mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__link:hover {
  background-color: #009FE3;
  color: #fff;
}
.mnv-menu__submenu.-level-2 > .mnv-menu__item .mnv-menu__link:focus, .mnv-menu__submenu.-level-2 > .mnv-menu__item .mnv-menu__link:hover {
  background-color: #009FE3;
  color: #fff;
}

.mnv-menu__list > .mnv-menu__item.-is-open > .mnv-menu__link {
  position: relative;
  background-color: #475469;
}
.mnv-menu__list > .mnv-menu__item.-is-open > .mnv-menu__link:after {
  content: "\f106";
}
.mnv-menu__list > .mnv-menu__item.-is-open > .mnv-menu__link:before {
  background-color: #475469;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.mnv-menu__list > .mnv-menu__item > .mnv-menu__link:focus, .mnv-menu__list > .mnv-menu__item > .mnv-menu__link:hover {
  background-color: #475469;
}
.mnv-menu__list > .mnv-menu__item[data-has-current] > .mnv-menu__link {
  background-color: #475469;
}

.mnv-menu__item, .mnv-menu__link {
  transition: all 0.25s ease-in-out 0ms;
}

.mnv-menu__item.-is-open .mnv-menu__submenu {
  max-height: 100rem;
  opacity: 1;
  visibility: visible;
}
.mnv-menu__item.-is-open > .mnv-menu__toggle:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.mnv-menu__item.-is-open:after {
  opacity: 0;
  visibility: hidden;
}

.mnv-menu__link {
  color: inherit;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-family: inherit;
}
.mnv-menu__link:focus {
  outline-color: #fff;
  outline-offset: -0.3rem;
}

.mnv-menu__toggle {
  background-color: transparent;
  border: 0;
  color: #fff;
  max-height: 5.6rem;
  position: relative;
  width: 15%;
  transition: all 0.25s ease-in-out 0ms;
}
.mnv-menu__toggle:focus, .mnv-menu__toggle:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.mnv-menu__toggle:focus {
  outline-color: #fff;
  outline-offset: 0;
}

.mnv-menu__submenu {
  height: auto;
  list-style: none;
  max-height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out 0ms;
}
.mnv-menu__submenu.-level-1 {
  background-color: #475469;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 0;
  padding: 7rem 24rem 1rem 19rem;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: -2;
}
.mnv-menu__submenu.-level-1:before {
  background-color: #475469;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
.mnv-menu__submenu.-level-1 > .mnv-menu__item {
  padding: 0 0 5rem 2rem;
  width: 25%;
}
.mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__link {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__link:before {
  content: "\f0da";
  color: #009EE3;
  margin-right: 0.8rem;
}
.mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__toggle {
  display: none;
}
.mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__toggle:before {
  content: "\f0d7";
  font-weight: 700;
  font-size: 1.5rem;
}
.mnv-menu__submenu.-level-1 > .mnv-menu__item[aria-current=true] {
  background-color: #475469;
}
.mnv-menu__submenu.-level-1 > .mnv-menu__item[aria-current=true]:after {
  opacity: 0;
}
.mnv-menu__submenu.-level-2 {
  margin-left: 2.5rem;
}
.mnv-menu__submenu.-level-2 > .mnv-menu__item .mnv-menu__link {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  padding: 0.5rem 0 0.5rem 1.2rem;
  position: relative;
  text-transform: uppercase;
}
.mnv-menu__submenu.-level-2 > .mnv-menu__item .mnv-menu__link:before {
  content: "\f105";
  color: #009EE3;
  left: 0;
  position: absolute;
}
.mnv-menu__submenu.-level-2 > .mnv-menu__item > .mnv-menu__toggle:before {
  content: "\f107";
  font-weight: 700;
  color: #475469;
  font-size: 1.5rem;
}

.mnv-menu.-is-open {
  transform: translateX(0);
}

.js-mnv-overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out 0ms;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: 5000;
}
.js-mnv-overlay.-is-open {
  opacity: 1;
  visibility: visible;
}

.search-page .filters__field label {
  text-transform: none;
}

#tx-solr-search {
  width: 72%;
  margin-left: 3%;
  -ms-flex-order: 2;
  order: 2;
}
#tx-solr-search ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
#tx-solr-search .number-articles {
  border-bottom-color: #dde1e8;
  color: #494949;
  font-family: Barlow, sans-serif;
  font-size: 1.8rem;
  padding-bottom: 1.44444em;
}

#tx-solr-search-functions {
  width: 25%;
}

.tx-solr-search-form {
  background-color: #f2f2f2;
  border: 1px solid #cfcecf;
  margin-bottom: 10px;
  padding: 10px;
}

.tx-solr-q {
  border: 1px solid #cfcecf;
  padding: 5px;
  width: 80%;
}

.tx-solr-submit {
  background-color: #cfcecf;
  border: 0;
  color: #494949;
  font-weight: 700;
  padding: 6px;
  width: 15%;
}

#tx-solr-faceting, #tx-solr-facets-in-use, #tx-solr-sorting {
  margin-bottom: 6rem;
}

#tx-solr-faceting h2, #tx-solr-sorting h2 {
  color: #494949;
  font-size: 2rem;
  margin-top: 0;
  text-transform: uppercase;
}

#tx-solr-faceting .facets {
  padding: 0;
  margin: 0;
}
#tx-solr-faceting .facets .facet-option-list {
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
#tx-solr-faceting .facets .facet-type-numericRange .facet-option-list {
  width: 85%;
}
#tx-solr-faceting .facets .facet-label {
  border-bottom: 4px solid #009FE3;
  color: #494949;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0.5em 0;
  padding: 0.25em 0.5em;
  position: relative;
}
#tx-solr-faceting .facets .facet-label:after {
  left: 1rem;
  position: absolute;
  top: 100%;
  border-color: #009FE3 transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  display: block;
  height: 0;
  width: 0;
}
#tx-solr-faceting .facets .facet-result-count {
  color: #707070;
}
#tx-solr-faceting .facets .dateselector-label {
  display: block;
  float: left;
  font-weight: 400;
  text-transform: none;
  width: 100%;
}
#tx-solr-faceting .facets .dateselector-label span {
  font-style: italic;
  color: #727272;
}
#tx-solr-faceting .facets .dateselector {
  display: block;
  width: 100%;
}
#tx-solr-faceting .facets li {
  list-style-type: none;
}

#tx-solr-facets-in-use li {
  list-style-type: none;
}
#tx-solr-facets-in-use li:not(.facets-remove-all) a {
  text-decoration: none;
}
#tx-solr-facets-in-use li:not(.facets-remove-all) a:after {
  content: "\f00d";
  font-size: 0.76471em;
  line-height: 1.30769em;
  margin-left: 0.5rem;
}
#tx-solr-facets-in-use li:not(.facets-remove-all) a:focus, #tx-solr-facets-in-use li:not(.facets-remove-all) a:hover {
  text-decoration: underline;
}
#tx-solr-facets-in-use .facets-remove-all {
  margin: 2rem 0 0;
  padding: 0;
}
#tx-solr-facets-in-use .facets-remove-all a {
  background-color: transparent;
  border: 1px solid rgba(221, 225, 232, 0.5);
  color: #000;
  display: block;
  font-family: Barlow Condensed, sans-serif;
  line-height: 1.14286;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.1s ease-in-out 0ms;
  font-size: 1.4rem;
  padding: 0.78571em 1.07143em;
}
#tx-solr-facets-in-use .facets-remove-all a.-circle, #tx-solr-facets-in-use .facets-remove-all a.-no-text {
  padding: 0.78571em 1.35714em;
}
#tx-solr-facets-in-use .facets-remove-all a:before {
  content: "\f057";
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
  margin-right: 0;
  color: #475469;
  margin-right: 0.5rem;
}
#tx-solr-facets-in-use .facets-remove-all a:focus, #tx-solr-facets-in-use .facets-remove-all a:hover {
  background-color: #009FE3;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
#tx-solr-facets-in-use .facets-remove-all a:focus:after, #tx-solr-facets-in-use .facets-remove-all a:focus:before {
  color: inherit !important;
}
#tx-solr-facets-in-use .facets-remove-all a:hover:after, #tx-solr-facets-in-use .facets-remove-all a:hover:before {
  color: inherit !important;
}
#tx-solr-facets-in-use ul {
  color: #000;
  font-size: 1.7rem;
  font-weight: 300;
  list-style: none;
  margin: 2rem 0 1.5rem;
  padding: 0;
}

#tx-solr-sorting ul, .facet-type-options ul {
  color: #000;
  font-size: 1.7rem;
  font-weight: 300;
  list-style: none;
  margin: 2rem 0 1.5rem;
  padding: 0;
}

#tx-solr-facets-in-use li, #tx-solr-sorting li, .facet-type-options li {
  line-height: 1.4;
  margin-left: 0.88235em;
  padding: 0 0 0.29412em 0.73529em;
  position: relative;
}

#tx-solr-facets-in-use li:before, #tx-solr-sorting li:before, .facet-type-options li:before {
  content: "\f105";
  color: #009FE3;
  left: 0;
  position: absolute;
}

#tx-solr-facets-in-use a, #tx-solr-sorting a, .facet-type-options a {
  color: #494949;
  font-family: Barlow, sans-serif;
  text-decoration: underline;
}

#tx-solr-facets-in-use a:focus, #tx-solr-facets-in-use a:hover {
  text-decoration: none;
}

#tx-solr-sorting a:focus, #tx-solr-sorting a:hover {
  text-decoration: none;
}

.facet-type-options a:focus, .facet-type-options a:hover {
  text-decoration: none;
}

.no-results__text a:focus, .no-results__text a:hover {
  text-decoration: none;
}

#tx-solr-search .tx-solr-search-word, .flash-info__title b, .heading__publication.-large time {
  font-weight: 700;
}

#tx-solr-search .results-list {
  margin-top: 10px;
}
#tx-solr-search .results-list li {
  list-style: none inside;
  margin-left: 0;
}

.results-entry {
  border-bottom: 1px solid #dde1e8;
  padding: 4rem 0;
}

.results-elevated {
  background: #ffffef;
  border: 1px solid #cfcecf;
  padding: 5px;
}

.results-elevated-label {
  color: #cfcecf;
  font-size: 50%;
  padding-bottom: 5px;
}

.results-topic {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 2.6rem;
  margin-top: 0.25em;
}
.results-topic a {
  color: #475469;
}

.result-content {
  clear: both;
  font-size: 1.7rem;
}

.result-date {
  color: #6c7179;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}

.results-highlight {
  background: #fdee53;
}

.relevance {
  font-family: Barlow Condensed, sans-serif;
  height: 20px;
}

.relevance-bar, .relevance-label, .relevance-percent {
  float: left;
  margin-right: 5px;
}

.relevance-label, .relevance-percent {
  font-size: 1.4rem;
}

.relevance-bar {
  padding-top: 4px;
}

.tx-solr-relevance-bar {
  background-color: #f0f0f0;
  font-size: 1px;
  height: 8px;
  width: 65px;
}

.tx-solr-relevance, .tx-solr-relevance-fill {
  float: left;
  height: 8px;
  margin-right: 0 !important;
  padding: 0;
}

.tx-solr-relevance {
  background-color: #009FE3;
}

.tx-solr-relevance-fill {
  background-color: #f0f0f0;
}

#tx-solr-frequent-searches ul {
  padding-right: 10px;
}
#tx-solr-frequent-searches li {
  list-style-type: none;
  margin-left: 10px;
  display: inline;
}

.tx-solr-frequent-term-14 {
  font-size: 14px;
}

.tx-solr-frequent-term-15 {
  font-size: 15px;
}

.tx-solr-frequent-term-16 {
  font-size: 16px;
}

.tx-solr-frequent-term-17 {
  font-size: 17px;
}

.tx-solr-frequent-term-18 {
  font-size: 18px;
}

.tx-solr-frequent-term-19 {
  font-size: 19px;
}

.tx-solr-frequent-term-20 {
  font-size: 20px;
}

.tx-solr-frequent-term-21 {
  font-size: 21px;
}

.tx-solr-frequent-term-22 {
  font-size: 22px;
}

.tx-solr-frequent-term-23 {
  font-size: 23px;
}

.tx-solr-frequent-term-24 {
  font-size: 24px;
}

.tx-solr-frequent-term-25 {
  font-size: 25px;
}

.tx-solr-frequent-term-26 {
  font-size: 26px;
}

.tx-solr-frequent-term-27 {
  font-size: 27px;
}

.tx-solr-frequent-term-28 {
  font-size: 28px;
}

.tx-solr-frequent-term-29 {
  font-size: 29px;
}

.tx-solr-frequent-term-30 {
  font-size: 30px;
}

.tx-solr-frequent-term-31 {
  font-size: 31px;
}

.tx-solr-loader {
  height: 100px;
  left: 50%;
  position: fixed;
  top: 35%;
  width: 100px;
  z-index: 10000;
  background: url(data:image/gif;base64,R0lGODlhZABkAPcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaItvUNR+HvSFB/2GAf6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6JAvuRCvaeF/SkHfKpIvKqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJPGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGsJfGsJvCsKO+sKuysL+qsNeesO+StQ9+uTtqvXNOxb8qzhsW1lr+3p7q6uru7u7y8vL29vb6+vr+/v8DAwMHBwcXFxc3NzdfX1+Hh4erq6vHx8ff39/v7+/39/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJBADtACwAAAAAZABkAAAI/gDbCRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6ZNj6xy6tzJk2dBQkCDCh069CfRo0Rx9lza0yjSp4ScQj2qlKlVVlKnFiWoFWnVq0uzdgUqduxXsD65jt06cC3bjWiZlu06V+vZuDnrTtUL9S5evk8Be+2It6lat2QPI/YbVzBVxW4Zo3WcFPJayWApv22HOCjmq5qFhvZMuPDO0Ynbdo5a2nRey2Zh023tGjVr1Z0/W7XNm7bp3rgX+y4MXODq23Bdvw4eWbbdm9CjS59Ovbr16sc9Zu+4nWP3jd814obPOB5j+YvnLaavuJ5i+4nvJcaPOB9i/Yf3HeZvuJ9h/4X/KRRgQgMiVOBBBxqUYHHiraadg9xB6J2E4FHYYG4RYjihhhVyeKFwG4LYoYgfNnfdiSimqOKKLKYY3osWkmchjB7K6CGNJNpIIo4mjtgjZzPGaF6QNwqJHpE7Gqkekj8u6NxeT/YVZWAZJllkjUNeaWWOWW7ZpJLsMXnZlIOF+KWWP+p4ppdjmtmmcWLG5qaccKL5Zol38ninmnnGOducf9bJJp0tFmrooYgmquiijDbq6KOQRirppJRWaqlCAQEAIfkECQQA7QAsAAAAAGQAZACHAAAAAQEBAgICAwMDBAQEBQUFBgYGBwcHCAgICQkJCgoKCwsLDAwMDQ0NDg4ODw8PEBAQEREREhISExMTFBQUFRUVFhYWFxcXGBgYGRkZGhoaGxsbHBwcHR0dHh4eHx8fICAgISEhIiIiIyMjJCQkJSUlJiYmJycnKCgoKSkpKioqKysrLCwsLS0tLi4uLy8vMDAwMTExMjIyMzMzNDQ0NTU1NjY2Nzc3ODg4OTk5Ojo6Ozs7PDw8PT09Pj4+Pz8/QEBAQUFBQkJCQ0NDRERERUVFRkZGR0dHSEhISUlJSkpKS0tLTExMTU1NTk5OT09PUFBQUVFRUlJSU1NTVFRUVVVVVlZWV1dXWFhYWVlZWlpaW1tbXFxcXV1dXl5eX19fYGBgYWFhYmJiY2NjZGRkZWVlZmZmZ2dnaGhon3NC5IET+oYD/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/ocA/ocA/ocA/ocA/ocA/ocA+5EK+JkS9aIb86gh8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8ask8asl8asl8asl8asl8asl8asl8asl8asl8asl8asl8asl8awl8awl8awl8awm8Kwo76wq7Kww66w06K065a1D4K5O27Bc1LJvy7SHwLinu7u7vLy8vb29vr6+v7+/wMDAwcHBxcXFzc3N19fX4eHh6urq8fHx9/f3+/v7/f39/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4A2wkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmTY+FcurcyZNnQVdAgwodOrRgz6NHcSJdmvMn0adEjTJdqnRqUoJQswaVarVn1a47nWqFyhWszq9mC4kdG5Vg2rAd357FyvZp2bRoza6tu9WtXLVx/+7l6+qu3sByB/M1DDZvY7qE+w78C5gjZcV1GXd1vBly5MJ+EyN+i5mtZqucUXuOfHpqaterCbdm+pp27MWhSY/Geztzbt6WBfc2/ftwcNEDP0sWeHm3cYHKgc6merO69evYs2vfrr35cd3fgedv9D5eePjnGsmnN18eeXvw78Wvdz8ffn35GdXnZ38f/X76/9kXIH4Y6VcgfwP6dyCACwrYIIEXGRghgg8qOCGDFzqYIYQWSdghhRta+CGGI2pYIocVeZgiiNy16OKLMMYoY3bq1cjiivTZSCKO9uloIo/y+YgiRUKipyKR/BX52HlLMpfkjUjm+OSOUfY45Y9VBnnlkBMp2dlkUHa5pZFhSuSlamBSKaaUbGK5ppVtcmnmmE22c+SbWsYpIpBk6llngnWeCRuTXzrpZ6EzJqrooow26uijkEYq6aSUVmrppZhmqqlCAQEAIfkECQQA7QAsAAAAAGQAZACHAAAAAQEBAgICAwMDBAQEBQUFBgYGBwcHCAgICQkJCgoKCwsLDAwMDQ0NDg4ODw8PEBAQEREREhISExMTFBQUFRUVFhYWFxcXGBgYGRkZGhoaGxsbHBwcHR0dHh4eHx8fICAgISEhIiIiIyMjJCQkJSUlJiYmJycnKCgoKSkpKioqKysrLCwsLS0tLi4uLy8vMDAwMTExMjIyMzMzNDQ0NTU1NjY2Nzc3ODg4OTk5Ojo6Ozs7PDw8PT09Pj4+Pz8/QEBAQUFBQkJCQ0NDRERERUVFRkZGR0dHSEhISUlJSkpKS0tLTExMTU1NTk5OT09PUFBQUVFRUlJSU1NTVFRUVVVVVlZWV1dXWFhYWVlZWlpaW1tbXFxcXV1demVNq3Ix3n4T94UE/YYB/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/oYA/ocA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/okC/YsE/I0G/I8I/I8I/I8I/I8I/I8I/I8I/I8I/I8I/I8I/I8I/I8I+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5AJ+5EK+5EK+ZcQ9p8Y9aMc9KYf86gh8qoj8qsk8qsk8qsk8qsk8qsk8qsk8qsk8ask8asl8awl8awl8awl8awl8awl8awl8awl8awl8awl8awn8Kwo76wr7q0v66445q9G47FS3rNg2bZ01L2Q0sm419fX4eHh6urq8fHx9/f3+/v7/f39/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4A2wkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmTY97curcyZNnQU1AgwodOrSgraNIkypVirOn054/iUolanSp1aVNn2rdE3WqV01Vr4q1lXWr065fpYYda7WsWZ8E03pdy5Zpx7dP0coVSrcuUrd4c+rdC7SvX7J3A8MdSJgqwcNYEyvWOZiwYb+AA1fee7luZryb5XZm+/lt6LSjx5Y2e/prarGrt7ae+xhy0thaZ099fRV33riN+da2fdT3WeDBCw8nbhwq8uS820qezPV58OiROVKnbL0xdrs3w/6LH0++vPnz5bcLnj65+eKN6qtrV+9+Z33u87ffX5+f+n758NHHnmL/FTigZgeClqBpC7LWoGwP5hbhb/21N+FxFRJ4oXMZItihgh8yGKKDI0JYooQnUhigfhu+p1F8BqaI4Yr+tWgfejjmqOOOPPa4I4wEATmQkDRaOKSAR7IoI4cCEdmOkxk5KSWSRWqYZI1XGlmlh01S+aSXUXo5pZJbgtglmV+iGSaaY2JZpohnupmmnGvK2aaWL4qpp5oY3WllnHjWiaefXObJ5p509onooGAqeuijiV5EqJlzBuqonYv+aSimkFrq46eghirqqKSWauqpqKaq6qqsturqqwSwHhQQACH5BAkEAO0ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXWhgV7FzLt5/E/aFBf2GAf6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP2LBPyOB/uRCvqTDPqVDvmXEPmZEvmZEvmZEvmZEvmZEvmZEvmZEvmZEviaE/iaE/iaE/iaE/iaE/iaE/iaE/iaE/iaE/ibFPedFvWjHPSmH/OoIfKqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJfGrJfGrJfGrJfGrJfGrJfGrJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJvCsKO+sK+6tMOyuNuu0Sey+Zu3Liu/ZrvLlzfTv5Pj39Pv7+v39/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ANsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2Pe3Lq3MmTZ8GeQIEWxES0qNGjR3EGXZrzJ9OlQ5FKRar0qVCCVoNGncoVU9WsO52CDUuwa9evY/eITau2rNmpaMeuTbv1bdKObHXOlevW7l2OeZtiDVzXL9G4YPcm7mv4MF7Cg/MWNow4q2LLjBtXtnqZc2bKjyVHZjvZ7+annVF/Nh2a9Gi6q+2eZpqaduy3s6G+5juwsdHcWncv7u3bMWDIAwO3JV4c+NXkyAUWN36zuvXr2LNr345duUdd4MP7ix8/3nnP7+TTkzfvs6P69+HZk+UIH758ve7rq78vmL7+9Pwtt9F/ALYGm38EihcgegnGZyBvAzbo4HGiISjhgvlJqAuGFjbIYYQafqiRhuCJmBGJGz44HIgXqohZhwmaiBGKMl5EI3c45qjjjjz2uKN3wr0oEJAUugZdhUNGpxGRSSLZDpNLKgkllBlNKaWSVV7pJJUYWbklll1qaWSTY0b55ZllZonmgWSyaWaZXqYZ5poQPgnmRXG6ySWeYup5p0V51rknoH0K+mdFga5op5Nqwlmooo36SSekczo6qZA+Zqrpppx26umnoIYq6qiklmrqqaimqqpCAQEAIfkECQQA8AAsAAAAAGQAZACHAAAAAQEBAgICAwMDBAQEBQUFBgYGBwcHCAgICQkJCgoKCwsLDAwMDQ0NDg4ODw8PEBAQEREREhISExMTFBQUFRUVFhYWFxcXGBgYGRkZGhoaGxsbHBwcHR0dHh4eHx8fICAgISEhIiIiIyMjJCQkJSUlJiYmJycnKCgoKSkpKioqKysrLCwsLS0tLi4uLy8vMDAwMTExMjIyMzMzNDQ0NTU1NjY2Nzc3ODg4OTk5Ojo6Ozs7PDw8PT09Pj4+Pz8/QEBAQUFBQkJCQ0NDRERERUVFRkZGR0dHSEhISUlJSkpKS0tLTExMTU1NTk5OT09PUFBQUVFRUlJSU1NTVFRUVVVVVlZWV1dXWFhYWVlZWlpaW1tbXFxcXV1dXl5eX19fYGBgYWFhYmJiY2NjZGRkZWVlZmZmZ2dnaGhoaWlpampqa2trbGxsbW1tbm5ub29vcHBwcXFxcnJyc3NzdHR0dXV1dnZ2d3d3eHh4eXl5enp6e3t7fHx8fX19fn5+f39/gICAgYGBgoKCg4ODhISEhYWFhoaGh4eHiIiIiYmJioqKtYlY24gq9IcM/IcC/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/4cA/ocA/ocA/ocA/ocA/ocA/ocA/ocA/I4H+pQN+JoT9aAZ9aIb9aIb9aIb9aIb9aIb9aIb9aIb9KMc9KMc9KMc9KMc9KMc9KMc9KQd86Yf8qki8qoj8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsk8qsl8qwl8qwl8qwl8qwl8qwl8qwl8qwm8qwn8q0p8q4s8rEz87dD9shw++nF/vz5/v7+/v7+/v7+/v7+////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////CP4A4QkcSLCgwYMIEypcyLChw4cQI0qcSLGixYsYM2rcyLGjx48gQ4ocSbKkyZMoU6pcybKly5cwY8qcSbOmTY+dcurcyZNnwZ5Agf4MSjQnzqJEhyIVSnBp0KNOfTaNKnUg1aobr+5UqpXrVahdp2rt5JUq2K9iw1odS7Yj27Zrx5aNetZsWrRx1WZlO9dp36V16d61mxfvXrmDBRcmfFgvvLd/kQb2m5jyYsWNDT/mWxmwW86XLQuE/BlxaM+nJZd2TDp10cmoR4OWbToz4821cTvO2Jo269k3gwsfTry48ePDe2vsxby58+fPYavmCL16demvO1rf3hx7Uu3ct/d7fwo+/PXVmjOatz6eKfX10Nv39Ag/Pvrb6us7l491uf7u92Hm33+98LdVef8ZqBN9BBYYoGgDJvhgbBHqp6BRCFo44XQbNeggR8rlR+CFcHXYIIkMjojciiy26OKLMLqonHLS1GjjjTjiiGJnHMKT448/7ujadwMBaaSNQvqm2ZFHJqnbkkwC6SSNUQa5YXZDkldklTlOCRyXXV5JpJK3gamjmFqSKaCZN3qZG5tIoumemhDCWaObjtkpDZ5QwslnmXb+uWagcs7HI5YC6SlonYSCCByVfhbaH6RsxmjppZhmqummnHbq6aeghirqqKSWauqpDgUEACH5BAkEAO8ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaGlpaWpqamtra2xsbG1tbW5ubm9vb3BwcHFxcXJycnNzc3R0dHV1dXZ2dnd3d3h4eHl5eXp6ent7e3x8fH19fX5+fn9/f4CAgIGBgYKCgoODg4SEhIWFhYaGhoeHh4iIiImJiYqKiouLi4yMjLuKU+uIGPyHA/6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAPyNBviYEfWhGvKpIvKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJfKsJfKsJfKsJfKsJfKsJfKsJfKsJfKsJfKsJvKsJ/KtKvKvLfKxNPO2QPS7TvXBXPbHbvfQhfrfrP304/78+P7+/v7+/v7+/v/+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+AN8JHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2PonLq3MmTZ8GeQIH+DEo0J86iRIciFUpwadCjTn02jSp1INWqG6/uVKqV61WoXadqFeWVKtivYsNaHUu2I9u2a8eWjXrWbFq0cdVmZTvXad+ldenetZsX7165gwUXJnxY77u3f5EG9puY8mLFjQ0/5lsZsFvOly0LhPwZcWjPpyWXdkw6ddHJqEeDlm06M+PNtXE7ztiaNuvZN4MLH068uPHjw3trVM4bePPcz3djZD7deXXo16VfpL7denfs37X8W+Q+3nt58OfFVyS/3nx79O/VU2Q/3319+PflT6S/335//P/pJxF/A/pXIIAHChgRgQsa2CCCDyoIEYMTOlghhMhlqOGGHHbooU3KKbfMiCSWaKKJsKnmWlIEneiiiym+1pmKAr1oI4kxsrjiUy3eaGOOPO7I1EA+/riaZiIWCeORtyWpJIpMYqabZk+eCOSQvlFZZYlX9hSZjERuiWOUok15m5hjchQicGiO2CVWZkrZ5jJvbjUjmDW2WadOX+qYJ5p7GnWnn+/MGShcWZ6pJ5mxxVmmoYzS6GijkKoJnJNifqjpppx26umnoIYq6qiklmrqqaimquqqDgUEACH5BAkEAO0ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaItvUNF+IPeFBf2GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6IAf2LBPiYEfSmH/KqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJPGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGrJfGsJfGsJfGsJvGsJ/CsKO6sK+ysMeqsNuetPOStROCuT9qwXtOyccu0icC4qLu7u7y8vL29vb6+vr+/v8DAwMHBwcXFxc3NzdfX1+Hh4erq6vHx8ff39/v7+/39/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ANsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2PhHLq3MmTZ8GeQIH+DEo0J86iRIciFUpwadCjTn02jSp1INWqG6/uVKqV61WoXadqJeSVKtivYsNaHUu2I9u2a8eWjXrWbFq0cdVmZTvXad+ldenetZsX7165gwUXJnxYb7u3f5EG9puY8mLFjQ0/5lsZsFvOly0LhPwZcWjPpyWXdkw6ddHJqEeDlm06M+PNtXE7ztiaNuvZN4MLH068uPHjw3trVM4bePPcz3djZD7deXXo16VfpL7denfs37X8W+Q+3nt58OfFVyS/3nx79O/VU2Q/3319+PflT6S/335//P/pJxF/A/pXIIAHChgRgQsa2CCCDyoIEYMTOlghhMhlqOGGHHbooU3KtSLiiCSWWGJkr62mmYkssohiUire1uKMI774VIyYtUMjjTYyxVGIO7bYY0+wqTZQkEJ2ZqRtOSLpopIp/gickyYOidVyU1JJopVb4SiajlrWCCWMUuYWppiukcnkl2eKyKVORUYpUJutvGmUl7GBeaadcK2ZJ518xqmmnmEGiueShGppaJmOATrmjYyu2OaifiLqaJqQfqjpppx26umnoIYq6qiklmrqqaimquqqCwUEACH5BAkEAO0ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXF1dXV5eXl9fX2BgYGFhYWJiYmNjY2RkZGVlZWZmZmdnZ2hoaJlyRuCBFfmFBP2GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6IAf2KA/2MBfyNBvyOB/yPCPyPCPyPCPyPCPyPCPyPCPyPCPyPCPuQCfuQCfuQCfuQCfuQCfuQCfuQCfuQCfuSC/mVDviZEvafGPSmH/OoIfKqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJfGrJfGrJfGrJfGrJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJvGsJ/CsKe+tLe6vNe6xPO+1RvC6U/HBZfTLfPfXmvrmwP358P7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ANsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2PgnLq3MmTZ8GeQIH+DEo0J86iRIciFUpwadCjTn02jSp1INWqG6/uVKqV61WoXadqFeSVKtivYsNaHUu2I9u2a8eWjXrWbFq0cdVmZTvXad+ldenetZsX7165gwUXJnxYb7u3f5EG9puY8mLFjQ0/5lsZsFvOly0LhPwZcWjPpyWXdkw6ddHJqEeDlm06M+PNtXE7ztiaNuvZN4MLH068uPHjw3trVM4bePPcz3djZD7deXXo16VfpL7denfs37X+W+Q+3nt58OfFVyS/3nx79O/VU2Q/3319+PflT6S/335//P/pJxF/A/pXIIAHChgRgQsa2CCCDyoIEYMTOlghhMhlqOGGHHbooU29hCjiiCSSWJAnKKao4oorRvZaRyXGGOOJLNbIootJwSjjjiHSaOOPnuD4lI48yugjkDUKyRRHRe54JJItdqYak03OSBCUNirZk0dVWjkQlklK+SKVXY74JJhBipkjmWX2eCWaKmqJlUZtmvkmnCjKuRWRdZ4Jpp46cVmnm1/imaeaQ7LZpp9YAmoUn4veiaejcG00KKECGXqoa2taeimjUFIq6KCgIikqpGWWCuSpiqYqKZwirHpK6qtoxvrhrbjmquuuvPbq66/ABivssMQWa+yxyCoUEAAh+QQJBADtACwAAAAAZABkAIcAAAABAQECAgIDAwMEBAQFBQUGBgYHBwcICAgJCQkKCgoLCwsMDAwNDQ0ODg4PDw8QEBARERESEhITExMUFBQVFRUWFhYXFxcYGBgZGRkaGhobGxscHBwdHR0eHh4fHx8gICAhISEiIiIjIyMkJCQlJSUmJiYnJycoKCgpKSkqKiorKyssLCwtLS0uLi4vLy8wMDAxMTEyMjIzMzM0NDQ1NTU2NjY3Nzc4ODg5OTk6Ojo7Ozs8PDw9PT0+Pj4/Pz9AQEBBQUFCQkJDQ0NERERFRUVGRkZHR0dISEhJSUlKSkpLS0tMTExNTU1OTk5PT09QUFBRUVFSUlJTU1NUVFRVVVVWVlZXV1diWlJ2YUiXajjGdx/pgQz6hQL+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hgD+hwD/hwD/hwD/hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+hwD+iAH9jAX7kQr6lQ75mBH5mRL5mRL5mRL5mRL5mRL5mRL5mRL5mRL4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mhP4mxT3nBX3nhf2oBn0pR7zqCHyqyTyqyTyqyTyqyTyqyTyqyTyqyTyqyTxqyXxqyXxqyXxqyXxqyXxqyXxqyXxqyXxqyXxrCXxrCXxrCXxrCbwrCfvrCrtrC7qrDXlrULbr1nVsGrMsoDCtZ28uK+6urq7u7u8vLy9vb2+vr6/v7/AwMDBwcHFxcXNzc3X19fh4eHq6urx8fH39/f7+/v9/f3+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8I/gDbCRxIsKDBgwgTKlzIsKHDhxAjSpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTqlzJsqXLlzBjypxJs6ZNj3By6tzJk2fBnkCB/gxKNCfOokSHIhVKcGnQo059No0qdSDVqhuv7lSqletVqF2naoXjlSrYr2LDWh1LtiPbtmvHlo161mxatHHVZmU712nfpXXp3rWbF+9euYMFFyZ8WG+7t3+RBvabmPJixY0NP+ZbGbBbzpctC4T8GXFoz6cll3ZMOnXRyahHg5ZtOjPjzbVxO87Ymjbr2TeDCx9OvLjx48NdKV/OvHlz2Ko5Op8+HfrrjtSzL7eeFLv27Nyf/nr/Xn215ozkqYdnKj298/U9Pbp/b/42+vnM4WPViD9/fcz89aecfluN1x+BOsknoCsIGmUgfg3CtdGCDP4nWoACRqhghhbGhuGBHUY34YIaPjhficilqOKKLLbo4oqPxCjjjDTSGNl1rnXHUY088nijjr6dh1GPRMr4o3g5IrlRkUUeyV6Q9g3JZI9OxteZiBpNSeWVOEIJYEZa+sglkLoJeVGYNVa5X29ZojmjmgUm+WSbbsYIZ4JjKklnnXc6KKeVO9ZpZ55zsgmmoI/0KWGZUZ6JqKKQdoRoooQC6uWFhwoa6Z/7ZcpnpWsC56mbm17q4aholsrol1JqCmqcHaZi+eKstNZq66245qrrrrz26uuvwAYr7LDEJhQQACH5BAkEAO0ALAAAAABkAGQAhwAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0NDQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8fHyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDExMTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkNDQ0REREVFRUZGRkdHR0hISElJSUpKSktLS0xMTE1NTU5OTk9PT1BQUFFRUVJSUlNTU1RUVFVVVVZWVldXV1hYWFlZWVpaWltbW1xcXHlkTJltO7JzLcx6HueBDveFBP2GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6GAP6HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP+HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP6HAP2KA/qTDPebFPafGPWiG/WiG/WiG/WiG/WiG/WiG/WiG/WiG/WiG/SjHPSjHPSjHPSjHPSjHPSjHPSjHPSjHPSjHPSkHfSlHvOnIPKpIvKqI/KrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPKrJPGrJPGrJfGrJfGrJfGrJfGrJfGsJfGsJfGsJfGsJfGsJfGsJfGsJfGsJvCsKO+sLOysMeitO+KvTNqxYdOzdc+1gsu3kMa5ocG8tL+/v8DAwMHBwcXFxc3NzdfX1+Hh4erq6vHx8ff39/v7+/39/f7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wj+ANsJHEiwoMGDCBMqXMiwocOHECNKnEixosWLGDNq3Mixo8ePIEOKHEmypMmTKFOqXMmypcuXMGPKnEmzpk2PsXLq3MmTZ8E7QIMKHTr0J9GjRHH2XNrTKNKnd5xCPaqUqdVYUqcWJagVadWrS7N2BSp27FewPrmO3TpwLduNaJmW7TpX69m4OetO1Qv1Ll6+TwF77Yi3qVq3ZA8j9htXMFXFbhmjdZwU8lrJYCm/bYc4KOarmoWG9ky48M7Ridt2jlradF7LZmHTbe0aNWvVnT9btc2btuneuBf7Lgxc4OrbcF2/Dh5Ztt2b0KNLn069uvXqk7Jr386du8fjHrv9ixf/fXX48eizl8/dMX369cI5ukcPv7n8+eQ7gm+Pv3v9y/z1t91/sd0noHYEzmbggZMk+NyCBzq4V4AMStgXhRHqZx6GAloYGIf9eTgYhB1qyB6JIZoY30YMIqiifSy22OCLAKKIn4iPXafjjjz26OOPPO7HXI3GbciRkEWemOSKGiHJmZFLwtgklE8qWSWTGTmpJZVZUrmllV1a+SWWGI0ppZNhMmkmkVOK6SWXZb7pJphxzqkmnBetWWCUbKZ5ppxk5gnon3QKaiehgVqkp4J87tnmnYf2WSeklErpJ5uLPgjkppx26umnoIYq6qiklmrqqaimquqqrC4UEAA7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=);
}

.no-results__text {
  font-size: 1.6rem;
  font-style: italic;
  margin: 0.8rem 0;
  text-align: center;
}
.no-results__text a {
  color: #fe0000;
  text-decoration: underline;
}

.no-results__content {
  position: relative;
}
.no-results__content:before {
  color: #278417;
  content: "\f05a";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  font-size: 5rem;
  font-weight: 700;
  left: 50%;
  position: relative;
  top: 0;
  transform: translateX(-50%);
}

.hero {
  height: auto;
  width: 100%;
  z-index: 0;
  position: relative;
}
.hero.-has-shadow {
  position: relative;
}
.hero.-has-shadow:after {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}
.hero.-has-shadow:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
  left: 6rem;
  transform: rotate(-3deg) skewX(-60deg);
}
.hero.-has-shadow:after {
  right: 6rem;
  transform: rotate(3deg) skewX(60deg);
}
.hero .control-block {
  position: absolute;
  width: 18rem;
  z-index: 10;
  left: calc(50% - 12rem);
  bottom: 4rem;
}
.hero .control-block__actions {
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.hero .control-block__actions .fas {
  color: #bbc4d2;
  font-weight: 400;
}
.hero .control-block__action {
  background: 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 0.9rem;
  padding: 0 0.3rem;
}

.hero__action {
  background: 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 0.9rem;
  padding: 0 0.3rem;
}

.hero .control-block__action.-is-active {
  color: #009FE3;
  display: inline-block;
}
.hero .control-block__control-btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  height: 5rem;
  width: 5rem;
  transition: all 0.2s ease-in-out 0ms;
  background: 0 0;
  border: 0;
  color: #009FE3;
  cursor: pointer;
  font-size: 5rem;
  overflow: hidden;
  padding: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 10;
}
.hero .control-block__control-btn:focus, .hero .control-block__control-btn:hover {
  transform: translateY(-50%) scale(1.25);
}
.hero .control-block__control-btn.-prev {
  left: 0;
}
.hero .control-block__control-btn.-next {
  right: 0;
}
.hero .control-block__control-btn[disabled] {
  opacity: 0;
  visibility: hidden;
}
.hero .control-block__control-btn .fas {
  font-weight: 300;
}
.hero.swiper-container {
  overflow: visible !important;
}
.hero .swiper-pagination {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  margin: 0 -0.4rem;
  padding: 0;
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 10;
}
.hero .swiper-pagination__bullet {
  display: block;
  padding: 0 0.4rem;
}
.hero .swiper-pagination__bullet.-is-active .swiper-pagination__bullet-btn {
  background-color: #009FE3;
  transform: scale(1.5);
}
.hero .swiper-pagination__bullet-btn {
  background: #75617b;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  padding: 0;
  transition: all 0.25s ease-in-out 0ms;
  height: 0.8rem;
  width: 0.8rem;
}

.hero__action.-is-active {
  color: #009FE3;
  display: inline-block;
}

.hero-slider {
  height: auto;
}
.hero-slider.-static-height {
  height: 100vh;
  max-height: 84rem;
}
.hero-slider.-full-page {
  height: 100vh;
}

.hero-item {
  display: block;
  position: relative;
}

.hero-item__image {
  display: block;
  height: 100%;
}
.hero-item__image img {
  display: block;
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: center;";
  object-fit: cover;
}

.hero-item__video {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hero-item__video video {
  width: 100%;
  font-family: "object-fit: cover; object-position: center;";
  object-fit: cover;
  bottom: auto;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.hero-item__content {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero-item__content .container {
  height: 100%;
  position: relative;
}

.hero-item__link {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  color: #3c4046;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 17rem;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  overflow: hidden;
  padding: 2rem;
  text-align: center;
  width: 48rem;
  transition: all 0.25s ease-in-out 0ms;
}

.-has-video .hero-item__link {
  opacity: 1;
}

.hero-item__link:focus .hero-item__caption, .hero-item__link:hover .hero-item__caption {
  text-decoration: underline;
}

.hero-item.swiper-slide-active .hero-item__link {
  animation: d 0.5s linear forwards 1;
}

.hero-item__caption {
  color: inherit;
  font-size: 3.3rem;
  font-weight: 250;
  line-height: 3.3rem;
  margin: 0;
  max-width: 26rem;
  position: relative;
  z-index: 2;
}

.hero-item__subtitle {
  background-color: #009FE3;
  color: #fff;
  display: none;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  margin-right: 2.5rem;
  margin-top: -9rem;
  padding: 0.7rem 1rem;
}

.news {
  margin: 5rem 0 9rem;
}

.news-focus, .news-focus__wrap.-has-shadow {
  position: relative;
}

.news-focus__share {
  position: absolute;
  right: 4.5rem;
  top: 3.5rem;
  z-index: 1;
}

.news-focus__wrap {
  display: -ms-flexbox;
  display: flex;
}
.news-focus__wrap.-has-shadow:after {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}
.news-focus__wrap.-has-shadow:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
  left: 6rem;
  transform: rotate(-3deg) skewX(-60deg);
}
.news-focus__wrap.-has-shadow:after {
  right: 6rem;
  transform: rotate(3deg) skewX(60deg);
}

.news-focus__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
}
.news-focus__image img {
  display: block;
  font-family: "object-fit: cover; object-position: center;";
  height: auto;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.news-focus__content {
  background-color: #009FE3;
  color: #fff;
  font-family: Barlow, sans-serif;
  padding: 10rem 9rem 2rem;
  position: relative;
}

.news-focus__category {
  background-color: #009FE3;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  left: -1.5rem;
  margin: 0;
  padding: 0.6rem 1.2rem;
  position: absolute;
  text-transform: uppercase;
  top: 4.5rem;
}
.news-focus__category:before {
  border-color: transparent #3f3f3f transparent transparent;
  border-style: solid;
  border-width: 0 15px 15px 0;
  bottom: -1.5rem;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.news-focus__title {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3rem;
  margin: 0 0 1.5rem;
}

.news-focus__teaser {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.3rem;
  margin: 1.5rem 0 0;
}

.news-block {
  position: relative;
}
.news-block.-composite .news-block__item {
  margin: 2rem 1.7rem 0;
}
.news-block .news-slider {
  background-color: #009FE3;
  position: relative;
}
.news-block .in-short {
  height: 9rem;
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 9rem;
  z-index: 10;
}
.news-block .news-slider .slider-thumbs {
  height: 9rem;
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 9rem;
  z-index: 10;
}
.news-block .news-slider .slider-main {
  background-color: #009FE3;
  padding: 0.8rem;
}
.news-block .news-slider .news-block__carousel {
  overflow: hidden;
}
.news-block .news-slider .news-block__control {
  background: 0 0;
  border: 0;
  bottom: 25%;
  cursor: pointer;
  height: 3rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  width: 3rem;
  z-index: 10;
}
.news-block .news-slider .news-block__control:before {
  color: #fff;
  font-size: 3rem;
  top: 50%;
}
.news-block .news-slider .news-block__control.-prev {
  left: 0;
}
.news-block .news-slider .news-block__content {
  margin: 0 2rem;
  padding: 2.5rem 1.5rem 2rem;
}
.news-block .news-slider .news-block__category {
  background-color: #475469;
  color: #FFFFFF;
}
.news-block .news-slider .news-block__teaser, .news-block .news-slider .news-block__title {
  color: #fff;
}
.news-block .in-short {
  background-color: #475469;
  border-radius: 50%;
  box-sizing: border-box;
  color: #FFFFFF;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 1.3rem;
  font-weight: 700;
  height: 7rem;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem;
  text-transform: uppercase;
  transform: rotate(-20deg);
  width: 7rem;
  z-index: 20;
}
.news-block .in-short p {
  margin: 0;
}

.title {
  margin: 0;
}

.news-block .in-short, .title, .title-block {
  -ms-flex-align: center;
  align-items: center;
}

.title {
  color: #000;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  padding-left: 1rem;
  position: relative;
}
.title.-center {
  text-align: center;
}

.link.-round.-primary.-inverted:before, .title.-inverted {
  color: #fff;
}

.title-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.title-block.-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.title.-primary {
  font-size: 4.5rem;
  padding-left: 0;
  position: relative;
}
.title.-primary span {
  display: block;
  font-size: 3.4rem;
  font-weight: 300;
  left: -3rem;
  padding-left: 1.5rem;
  position: absolute;
  text-transform: none;
  top: -2.5rem;
}
.title.-primary span:before {
  background: linear-gradient(180deg, #009EE3 40%, #B6C7D6 0, #B6C7D6 80%, #005BA9 0);
  bottom: 0.5rem;
  content: "";
  height: 5.3rem;
  left: 0;
  position: absolute;
  width: 0.3rem;
}
.title.-secondary:before {
  background: linear-gradient(180deg, #ffafd9 40%, #75617b 0, #75617b 80%, #009FE3 0);
  bottom: 0.5rem;
  content: "";
  height: 5.3rem;
  left: 0;
  position: absolute;
  width: 0.3rem;
}
.title.-primary[data-fa-icon]:before {
  color: #c9bacd;
  font-size: 4.5rem;
  vertical-align: bottom;
}
.title.-secondary {
  font-size: 3rem;
}

body.tourism .heading.-single-events .date__item.-day {
  font-size: 3rem;
}

.title.-secondary:before {
  height: 2.2rem;
}
.title.-lg {
  font-size: 4rem;
  margin: 0 0 1.5rem;
}

.links-group {
  padding: 0.5rem 0;
}
.links-group.-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.links-group.-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.links-group.-rect {
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dde1e8;
  font-size: 1.4rem;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 0.5rem 0;
  width: 100%;
}
.links-group.-noborder {
  border: 0;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.links-group.-fill {
  text-align: center;
}
.links-group.-fill .btn {
  margin: 0;
  width: 100%;
}
.links-group .btn {
  margin: 0.5rem;
}

.link.-round {
  text-indent: -9999px;
  white-space: nowrap;
  transition: all 0.4s ease 0ms;
  height: 3.2rem;
  width: 3.2rem;
  display: block;
  margin: -2rem 0 0 2.5rem;
  overflow: hidden;
  position: relative;
}
.link.-round:before {
  bottom: auto;
  left: 50%;
  position: absolute;
  right: auto;
  top: 50%;
  transition: all 0.4s ease 0ms;
  text-indent: 0;
  transform: translate(-50%, -50%);
}
.link.-round.-primary:before {
  color: #009FE3;
  font-size: 1.7rem;
  font-weight: 300;
}
.link.-round.-primary:focus:before, .link.-round.-primary:hover:before {
  color: #475469;
}
.link.-round.-secondary {
  background-color: #009FE3;
}
.link.-round.-secondary:before {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
}
.link.-round.-secondary:focus, .link.-round.-secondary:hover {
  background-color: #eee;
}
.link.-round.-secondary:focus:before, .link.-round.-secondary:hover:before {
  color: #009FE3;
}
.link.-round.-line {
  border-right: 0;
  margin-left: 1.5rem;
}
.link.-rect {
  color: #000;
  display: block;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.7rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
}
.link.-rect.-inverted {
  color: #fff;
}

body.tourism .link.-rect {
  color: #fff;
}

.link.-rect:before {
  transition: all 0.4s ease 0ms;
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 0.5rem;
}
.link.-rect.-primary:before {
  color: #c9bacd;
}
.link.-rect.-primary:focus:before, .link.-rect.-primary:hover:before {
  color: #009FE3;
}
.link.-rect.-secondary:before {
  color: #009FE3;
}
.link.-rect.-secondary:focus:before, .link.-rect.-secondary:hover:before {
  color: #c9bacd;
}
.link.-line {
  border-right: 1px solid #dde1e8;
}

.composite-link {
  display: block;
}

.composite-link__wrap {
  position: relative;
}
.composite-link__wrap.-has-overlay:before {
  position: absolute;
  height: 0;
  width: 0;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
}
.composite-link__wrap.-has-overlay:after {
  content: "\f06e";
  left: 50%;
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 3rem;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.composite-link__image {
  overflow: hidden;
  perspective: 1rem;
}
.composite-link__image img {
  transition: all 0.25s ease-in-out 0ms;
  transition-duration: 0.4s;
}

.composite-link:focus .composite-link__wrap.-has-overlay:before, .composite-link:hover .composite-link__wrap.-has-overlay:before {
  height: 100%;
  width: 100%;
  opacity: 1;
}
.composite-link:focus .composite-link__wrap.-has-overlay:after, .composite-link:hover .composite-link__wrap.-has-overlay:after {
  opacity: 1;
}

.social-wall.-variation-1 .social-card.-instagram .social-card__link:focus .social-card__wrapper, .social-wall.-variation-1 .social-card.-instagram .social-card__link:hover .social-card__wrapper {
  opacity: 1;
}

.composite-link:focus .composite-link__image img, .composite-link:hover .composite-link__image img {
  opacity: 0.9;
  transform: translateZ(0.1rem);
}
.composite-link:focus .composite-link__title, .composite-link:hover .composite-link__title {
  text-decoration: underline;
}

#newsletter > article.publications-block__item.composite-link > div > ul > li.documents-link.-read > a:after {
  content: "";
}

.publications-block .-home .publications-block__container .btn.-secondary.-large {
  padding: 1rem 3rem;
}

.pager-alphabet {
  font-size: 1.5rem;
}

.pager-alphabet__title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

body.tourism .pager-alphabet__item a, body.tourism .pager-alphabet__item span {
  color: #fff;
}
body.tourism .pager-alphabet__title {
  color: #fff;
}

.pager-alphabet__listitems {
  list-style: none;
  margin: 0.5rem -0.5rem 0;
  padding-left: 0;
}

.pager-alphabet__item {
  float: left;
  margin: 0.5rem;
  text-align: center;
}
.pager-alphabet__item a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease 0ms;
  background-color: transparent;
  border: 1px solid rgba(196, 196, 196, 0.5);
  display: block;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  height: 4rem;
  line-height: 4rem;
  width: 4rem;
}
.pager-alphabet__item span {
  background-color: transparent;
  border: 1px solid rgba(196, 196, 196, 0.5);
  display: block;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  height: 4rem;
  line-height: 4rem;
  width: 4rem;
}
.pager-alphabet__item a:focus, .pager-alphabet__item a:hover {
  background-color: #009FE3;
  color: #fff;
}
.pager-alphabet__item span {
  color: #dde1e8;
}
.pager-alphabet__item.-is-current a {
  background-color: transparent;
  color: #009FE3;
  font-weight: 700;
}
.pager-alphabet__item.-number a, .pager-alphabet__item.-tous a {
  width: 9rem;
}

.pager {
  width: 100%;
}

.pager__listitems {
  display: block;
  font-family: Barlow Condensed, sans-serif;
  font-size: 0;
  font-weight: 300;
  list-style: none;
  margin: 3rem 0 5rem;
  padding-left: 0;
  text-align: center;
  text-transform: uppercase;
}

.pager__item {
  display: inline-block;
  font-size: 1.4rem;
}
.pager__item a {
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(196, 196, 196, 0.5);
  display: block;
  margin: 0;
  padding: 1.1rem 1.51rem;
}
.pager__item span:not(.pager__description) {
  background-color: transparent;
  border: 1px solid rgba(196, 196, 196, 0.5);
  display: block;
  margin: 0;
  padding: 1.1rem 1.51rem;
}

.-reverse-color .pager__item a {
  color: #fff;
}

.pager__item a {
  text-decoration: none;
  transition: all 0.3s ease 0ms;
}
.pager__item a:focus, .pager__item a:hover {
  background-color: #009FE3;
  color: #fff;
}
.pager__item span:not(.pager__description) {
  color: #009FE3;
  font-weight: 700;
}
.pager__item.-next a:after, .pager__item.-next a:before {
  color: #009FE3;
  font-family: Font Awesome\ 5 Pro;
  font-size: 1.4rem;
  font-weight: 700;
}
.pager__item.-prev a:after, .pager__item.-prev a:before {
  color: #009FE3;
}
.pager__item.-next span:not(.pager__description):after, .pager__item.-next span:not(.pager__description):before {
  font-family: Font Awesome\ 5 Pro;
  font-size: 1.4rem;
  font-weight: 700;
}
.pager__item.-prev a:after, .pager__item.-prev a:before {
  font-family: Font Awesome\ 5 Pro;
  font-size: 1.4rem;
  font-weight: 700;
}
.pager__item.-prev span:not(.pager__description):after, .pager__item.-prev span:not(.pager__description):before {
  font-family: Font Awesome\ 5 Pro;
  font-size: 1.4rem;
  font-weight: 700;
}

body.tourism .pager__item.-next a:after, body.tourism .pager__item.-next a:before {
  font-size: 1.8rem;
  font-weight: 700;
}
body.tourism .pager__item.-next span:not(.pager__description):after, body.tourism .pager__item.-next span:not(.pager__description):before {
  font-size: 1.8rem;
  font-weight: 700;
}
body.tourism .pager__item.-prev a:after, body.tourism .pager__item.-prev a:before {
  font-size: 1.8rem;
  font-weight: 700;
}
body.tourism .pager__item.-prev span:not(.pager__description):after, body.tourism .pager__item.-prev span:not(.pager__description):before {
  font-size: 1.8rem;
  font-weight: 700;
}

.pager__item.-next span:not(.pager__description):after, .pager__item.-next span:not(.pager__description):before {
  color: #dde1e8;
}
.pager__item.-prev {
  float: left;
}
.pager__item.-prev span:not(.pager__description):after, .pager__item.-prev span:not(.pager__description):before {
  color: #dde1e8;
}
.pager__item.-next a, .pager__item.-next span:not(.pager__description) {
  transition: all 0.25s ease-in-out 0ms;
  border-color: rgba(196, 196, 196, 0.5);
  color: #009FE3;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 1rem 3rem;
}
.pager__item.-prev a, .pager__item.-prev span:not(.pager__description) {
  transition: all 0.25s ease-in-out 0ms;
  border-color: rgba(196, 196, 196, 0.5);
  color: #009FE3;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 1rem 3rem;
}
.pager__item.-prev a:before, .pager__item.-prev span:not(.pager__description):before {
  content: "\f0d9";
  transition: all 0.3s ease 0ms;
  margin-right: 0.5rem;
}

body.tourism .pager__item.-prev a, body.tourism .pager__item.-prev span:not(.pager__description) {
  background-color: #475469;
  border-color: #475469;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  height: 6rem;
  padding: 2rem 3rem;
}
body.tourism .pager__item.-prev a:before, body.tourism .pager__item.-prev span:not(.pager__description):before {
  content: "\f104";
}

.pager__item.-next a:focus, .pager__item.-next a:hover {
  background-color: #009FE3;
  border-color: #475469;
  color: #fff;
}
.pager__item.-prev a:focus, .pager__item.-prev a:hover {
  background-color: #009FE3;
  border-color: #475469;
  color: #fff;
}
.pager__item.-prev a:focus:before, .pager__item.-prev a:hover:before {
  color: inherit;
}

body.tourism .pager__item.-next a:focus, body.tourism .pager__item.-next a:hover {
  background-color: transparent;
  color: #475469;
}
body.tourism .pager__item.-prev a:focus, body.tourism .pager__item.-prev a:hover {
  background-color: transparent;
  color: #475469;
}

.pager__item.-next {
  float: right;
}
.pager__item.-next a:after, .pager__item.-next span:not(.pager__description):after {
  content: "\f0da";
  transition: all 0.3s ease 0ms;
  margin-left: 0.5rem;
}

body.tourism .pager__item.-next a, body.tourism .pager__item.-next span:not(.pager__description) {
  background-color: #475469;
  border-color: #475469;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  height: 6rem;
  padding: 2rem 3rem;
}
body.tourism .pager__item.-next a:after, body.tourism .pager__item.-next span:not(.pager__description):after {
  content: "\f105";
  color: inherit;
}

.pager__item.-next a:focus:after, .pager__item.-next a:hover:after {
  color: inherit;
}
.pager__item.-return a {
  transition: all 0.25s ease-in-out 0ms;
  border-color: transparent;
  color: #009FE3;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 1rem 5rem;
}
.pager__item.-return a:before {
  content: "\f03a";
  transition: all 0.25s ease-in-out 0ms;
  color: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 0.5rem;
}
.pager__item.-return a:focus, .pager__item.-return a:hover {
  background-color: transparent;
  color: #009EE3;
}
.pager__item.-return a:focus:before, .pager__item.-return a:hover:before {
  color: #009EE3;
}

body.tourism .pager__item.-return {
  background-color: #e4dce6;
}
body.tourism .pager__item.-return a {
  color: #475469;
  font-size: 1.7rem;
  font-weight: 700;
  height: 6rem;
  padding: 2rem 5rem;
}
body.tourism .pager__item.-return a:focus, body.tourism .pager__item.-return a:hover {
  color: #009EE3;
}
body.tourism .pager__item.-return a:focus:before, body.tourism .pager__item.-return a:hover:before {
  color: #009EE3;
}
body.tourism .pager__item.-return a:before {
  content: "\f2f9";
  font-size: 1.5rem;
  font-weight: 400;
}

.pager__description {
  color: #bbc4d2;
  font-family: Barlow, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  text-transform: none;
}

.pager.-single {
  margin-bottom: 13rem;
}
.pager.-single .pager__listitems {
  margin-bottom: 7rem;
  position: relative;
}
.pager.-single .pager__item.-next, .pager.-single .pager__item.-prev {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 49.7%;
}
.pager.-single .pager__item.-next a, .pager.-single .pager__item.-next span:not(.pager__description) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pager.-single .pager__item.-prev {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pager.-single .pager__item.-prev a, .pager.-single .pager__item.-prev span:not(.pager__description) {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.pager.-single .pager__item.-prev .pager__description {
  margin: auto 0 auto 1.5rem;
  text-align: left;
}
.pager.-single .pager__item.-next {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pager.-single .pager__item.-next .pager__description {
  margin: auto 1.5rem auto 0;
  text-align: right;
}
.pager.-single .pager__item.-return {
  left: 50%;
  position: absolute;
  top: 140%;
  transform: translateX(-50%);
}

.pager__link.-left:after, .pager__link.-right:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  speak: none;
  top: 0;
  z-index: 10;
}

.pager-infinite {
  margin: 2rem 0;
  text-align: center;
}

.pager-infinite__button {
  transition: all 0.3s ease 0ms;
  background-color: transparent;
  border: 0;
  color: #010101;
  cursor: pointer;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 1.2rem 0.5rem;
  text-transform: uppercase;
}
.pager-infinite__button:before {
  content: "\f2f9";
  color: #c9bacd;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.pager-infinite__button:focus, .pager-infinite__button:hover {
  color: #c9bacd;
}

.pager-infinite__loading:before {
  animation: e 1s infinite linear;
  transform-origin: top;
}

.heading {
  background-color: #f7f8fb;
}
.heading.-single-directory .heading__category {
  font-size: 2rem;
}
.heading.-single-directory .heading__title {
  font-size: 5rem;
}
.heading.-single-directory .heading__fonction {
  font-size: 1.8rem;
}

body.tourism .heading.-single-events .date {
  height: 16rem;
  margin-bottom: 6rem;
  position: relative;
  width: 16rem;
}
body.tourism .heading.-single-events .date:before {
  background-color: #fff;
  bottom: -4rem;
  content: "";
  height: 4rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0.1rem;
}
body.tourism .heading.-single-events .date__item.-month {
  font-size: 1.7rem;
}
body.tourism .heading.-single-events .date .date__time.-has-icon {
  margin-top: 2rem;
}
body.tourism .heading.-single-events .date .date__time.-has-icon:before {
  font-size: 2.2rem;
  top: -1rem;
}
body.tourism .heading.-page-content {
  background-color: rgba(201, 186, 205, 0.2);
}
body.tourism .heading.-page-content .heading__category {
  color: #da5c3e;
}
body.tourism .heading.-page-content .heading__teaser, body.tourism .heading.-page-content .heading__title {
  color: #000;
}

.heading.-center, body.tourism .heading .time-place {
  text-align: center;
}

.heading.-content {
  background-color: #f0f0f0;
}
.heading.-map-annuaire {
  display: none;
}

.heading__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 3.5rem 1rem 7.5rem;
  position: relative;
}

.-content .heading__wrapper {
  padding: 8rem 1rem 10rem;
}

.heading .links-group {
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.heading .links-group.-rect {
  margin-top: 0;
}
.heading .link.-round {
  margin-top: -0.5rem;
}
.heading .link.-round.-primary {
  background-color: #fff;
  box-shadow: none;
}
.heading .link.-round.-primary:focus, .heading .link.-round.-primary:hover {
  background-color: #c9bacd;
}

.heading__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 2.5rem 0 0;
  max-width: 29rem;
}

.heading__image-link {
  margin-top: 2rem;
  text-align: center;
  width: 100%;
}

.heading__figure, .heading__fonction p {
  margin: 0;
}

/*.heading__figure img {
  display: block;
  max-width: 100%;
  width: auto;
}*/
/*.heading__figure picture {
	display: block;
	position: relative;
}
.heading__figure img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}*/
.heading__figure picture {
	display: block;
	position: relative;
	width: 290px;
	height: 194px;
}
.heading__figure img {
	display: block;
	position: absolute;
	max-width: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.tourism .heading__figure img {
	height: 194px;
}
.heading__figure figcaption {
  color: #bbc4d2;
  font-size: 1.3rem;
  font-style: italic;
  margin-top: 1.5rem;
}

.heading__content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
}

.heading__content-btn {
  margin: 2rem 0 1.5rem;
}

.heading__category {
  color: #009FE3;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}

.heading__title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.heading__fonction {
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
}

.heading__teaser {
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 2rem 0 0;
}

.heading__publication, .heading__teaser {
  color: #727272;
  font-family: Barlow, sans-serif;
  font-weight: 300;
}

.heading__publication {
  font-size: 1.3rem;
  font-style: italic;
  margin-bottom: 0;
}
.heading__publication.-small {
  font-size: 1.2rem;
  font-style: normal;
}
.heading__publication.-large {
  color: #009FE3;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  margin-top: 1rem;
  text-transform: uppercase;
}

.heading__number {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.heading__number:after {
  content: " - ";
  font-size: 1.4rem;
}

.heading__btn {
  margin-right: 0.5rem;
  margin-top: 3rem;
}
.heading__btn:last-child {
  margin-right: 0;
}
.heading__btn[data-fa-icon]:before {
  color: #c9bacd;
}

.heading-elected {
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.5rem;
}

.heading-elected__picture {
  display: block;
  margin-right: 2rem;
}

.heading .date {
  margin: 0.5rem auto 0;
}

body.tourism .heading .time-place__item {
  padding: 0;
}
body.tourism .heading .time-place__item:before {
  margin-right: 0.5rem;
  position: static;
}

.heading__request-change {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  bottom: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: -1rem;
  height: 3.5rem;
  width: 3.5rem;
  border: 2px solid #009FE3;
  border-radius: 50%;
  display: block;
  padding: 0 !important;
}
.heading__request-change:after, .heading__request-change:before {
  text-indent: 0;
}
.heading__request-change[data-fa-icon]:before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.elected, .my-city__form legend, .publications-block.-home .publications-block__newsletter label {
  font-family: Barlow, sans-serif;
}

.elected__name {
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 2rem;
  margin: 0 0 2rem;
}
.elected__name span {
  text-transform: uppercase;
}

.elected__position, .publications-block.-home .title span {
  text-transform: uppercase;
}

.elected__position {
  color: #009FE3;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
}

.elected__function {
  color: #bbc4d2;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0.1rem 0 0;
  text-transform: uppercase;
}

.elected__btn {
  margin-top: 3rem;
}

.date {
  background-color: #009FE3;
  border-radius: 50%;
  color: #fff;
  height: 10rem;
  width: 10rem;
}

.date__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.date__time {
  text-align: center;
}
.date__time.-has-icon {
  margin-top: 1rem;
  position: relative;
}
.date__time.-has-icon:before {
  content: "\f107";
  color: #009EE3;
  font-size: 1.6rem;
  font-weight: 300;
  left: 50%;
  position: absolute;
  top: -0.5rem;
  transform: translate(-50%, -50%);
}

.date__item {
  display: block;
  text-transform: uppercase;
}
.date__item.-day {
  font-size: 2.2rem;
  font-weight: 700;
}
.date__item.-month {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}

.time-place {
  margin-top: 1.5rem;
}
.time-place.-center {
  text-align: center;
}
.time-place.-center .time-place__item {
  display: table;
  margin: 0 auto;
}

.time-place__item {
  color: #494949;
  margin: 0.3rem 0;
  padding-left: 1.3em;
  position: relative;
}
.time-place__item.-inline {
  color: #fff;
  display: inline-block;
  margin-right: 3rem;
  vertical-align: top;
}
.time-place__item.-inline:before {
  color: #fff;
}
.time-place__item:before {
  color: #fff;
  left: 0;
  position: absolute;
}

.tariff {
  font-size: 1.8rem;
  font-weight: 300;
}

.time-place__item.-time {
  font-size: 1.8rem;
  font-weight: 300;
}
.time-place__item.-time:before {
  content: "\f017";
  color: #009EE3;
  font-size: 1em;
}
.time-place__item.-place {
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
}
.time-place__item.-place:before {
  content: "\f3c5";
  color: #009EE3;
  font-size: 1em;
}

.tariff {
  color: #bbc4d2;
  font-family: Barlow, sans-serif;
  font-size: 1.6rem;
  margin: 1.5rem 0;
}

.heading .tariff {
  font-size: 1.3rem;
  text-align: center;
}

.infos__wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0 2rem;
}

.infos__items {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding-right: 5%;
}
.infos__items.-has-border {
  border-left: 1px solid #bbc4d2;
  padding: 0 0 0 5%;
}

.infos__item {
  color: #000;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  margin: 0.7rem 0;
  padding-left: 2rem;
  position: relative;
}
.infos__item a {
  color: inherit;
  text-decoration: underline;
}
.infos__item a:focus, .infos__item a:hover {
  text-decoration: none;
}
.infos__item:before {
  color: #009FE3;
  left: 0;
  position: absolute;
  top: 0;
}
.infos__item.-address:before {
  content: "\f3c5";
}
.infos__item.-website:before {
  content: "\f0ac";
}
.infos__item.-phone:before {
  content: "\f095";
}
.infos__item.-fax:before {
  content: "\f1ac";
}
.infos__item.-email:before {
  content: "\f1fa";
}
.infos__item.-info:before {
  content: "\f05a";
}
.infos__item.-hours:before {
  content: "\f017";
}
.infos__item.-facebook:before {
  content: "\f39e";
}
.infos__item.-twitter:before {
  content: "\f099";
}
.infos__item.-instagram:before {
  content: "\f16d";
}
.infos__item.-linkedin:before {
  content: "\f0e1";
}
.infos__item.-renseignement:before {
  content: "\f086";
}
.infos__item.-route:before {
  content: "\f124";
}
.infos__item.-name:before {
  content: "\f406";
}
.infos__item.-facebook, .infos__item.-instagram, .infos__item.-linkedin, .infos__item.-twitter {
  display: inline-block;
  width: 45%;
}
.infos__item.-facebook:before, .infos__item.-instagram:before, .infos__item.-linkedin:before, .infos__item.-twitter:before {
  font-family: Font Awesome\ 5 Brands !important;
  font-weight: 400 !important;
}
.infos__item.-renseignement {
  margin-top: 3rem;
}

.lang {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
}

.lang__switcher {
  position: relative;
  width: 100%;
  z-index: 10;
}
.lang__switcher.-has-arrow .lang__current:after {
  color: #009EE3;
  content: "\f107";
  font-size: 1.4rem;
  right: 0.4rem;
}

.lang__current {
  background-color: transparent;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 1.35rem 2rem 1.35rem 1rem;
  position: relative;
  transition: all 0.3s ease-in-out 0ms;
}
.lang__current:focus, .lang__current:hover {
  background-color: #000;
}
.lang__current:focus {
  outline-offset: 0;
}

.lang__drop {
  position: absolute;
  background-color: #000;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 5;
}

.lang__item {
  text-align: center;
}

.lang__link {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 300;
  padding: 1.35rem 1.6rem 1.35rem 1rem;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease-in-out 0ms;
}
.lang__link:focus, .lang__link:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.lang-wrapper {
  left: 0;
  position: absolute;
  top: 0;
}

.goog-te-menu-frame {
  position: absolute !important;
}

.flash-info {
  background-color: #f7f8fb;
  display: none;
  padding: 2.5rem 0;
}

.flash-info__wrap {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.flash-info__title {
  border-right: 1px solid #fff;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  max-width: 11.5rem;
  padding: 1.5rem 2rem 1.5rem 0;
  text-align: right;
  text-transform: uppercase;
}

.flash-info__listitems {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.flash-info__item {
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.1rem solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 1.5rem;
  padding: 2rem 0;
  position: relative;
}
.flash-info__item:first-child {
  border: 0;
}
.flash-info__item:last-child {
  margin-bottom: 0;
}

.flash-info__image {
  padding: 0 1.5rem;
}

.flash-info__svg {
  padding: 0 1.5rem;
}
.flash-info__svg > svg {
  fill: #c9bacd;
  height: auto;
  width: 5.6rem;
}

.flash-info__content {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  padding: 1.5rem 0;
}

.flash-info__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: 11.5rem;
}

.flash-info__button.-plus {
  padding: 1.3rem;
  transition: all 0.3s ease 0ms;
}
.flash-info__button.-plus:before {
  margin-right: 0.5rem;
}
.flash-info__button.-close {
  background: 0 0;
  border: 0;
  cursor: pointer;
  height: 2.1rem;
  margin-left: 6.5rem;
  position: relative;
  width: 2.1rem;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
.flash-info__button.-close:after, .flash-info__button.-close:before {
  text-indent: 0;
}

.go-to-top a:after, .go-to-top a:before {
  text-indent: 0;
}

.flash-info__button.-close[data-fa-icon]:before {
  color: #727272;
  font-size: 3rem;
  font-weight: 300;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0ms;
}

.cookies-block__button.-more:focus[data-fa-icon]:before, .cookies-block__button.-more:hover[data-fa-icon]:before {
  color: #009FE3;
}

.flash-info__button.-close:focus:before, .flash-info__button.-close:hover:before {
  color: #009FE3;
}

.cookies-block {
  background-color: #494949;
  display: none;
  padding: 1.5rem 0 1.8rem;
}
.cookies-block a:focus, .cookies-block a:hover {
  outline-color: #fff;
}
.cookies-block button:focus, .cookies-block button:hover {
  outline-color: #fff;
}

.cookies-block__wrap {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.cookies-block__text {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0;
}

.cookies-block__buttons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 16rem;
}

.cookies-block__button.-accept {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.cookies-block__button.-more {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.cookies-block__button.-more[data-fa-icon]:before {
  color: #fff;
  font-weight: 700;
  margin-right: 0.5rem;
  transition: all 0.3s ease 0ms;
}
.cookies-block__button.-accept {
  background: 0 0;
  border: 1px solid rgba(196, 196, 196, 0.5);
  cursor: pointer;
  font-weight: 700;
  margin-left: 4rem;
  padding: 0.85rem 2rem;
}

.cookie-manager__submit[data-fa-icon]:before {
  color: #fff;
  font-weight: 700;
  margin-right: 0.5rem;
}

.cookies-block__button.-accept[data-fa-icon]:before {
  color: #fff;
  font-weight: 700;
  margin-right: 0.5rem;
}
.cookies-block__button.-accept:focus, .cookies-block__button.-accept:hover {
  background: #fff;
  color: #494949;
}
.cookies-block__button.-accept:focus[data-fa-icon]:before, .cookies-block__button.-accept:hover[data-fa-icon]:before {
  color: #494949;
}

.breadcrumb.spFilDAriane p, .cookie-manager p {
  font-size: 1.4rem;
}

.cookie-manager__submit {
  background: #ca000a;
  border: 1px solid #ca000a;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
}
.cookie-manager__submit:focus, .cookie-manager__submit:hover {
  background: 0 0;
  border-color: #ca000a;
  color: #000;
}
.cookie-manager__submit:focus[data-fa-icon]:before, .cookie-manager__submit:hover[data-fa-icon]:before {
  color: #000;
}

.cookies-recorded, .rte .cookies-recorded {
  animation: f;
  animation-delay: 0s;
  animation-duration: 1s;
  margin: 1rem 0;
  text-align: center;
}

.cookies-recorded span, .rte .cookies-recorded span {
  padding-left: 2rem;
}

.cookies-recorded span:before, .rte .cookies-recorded span:before {
  content: "\f00c";
  color: #ca000a;
  font-weight: 700;
  margin-right: 0.5rem;
}

/*.go-to-top {
  bottom: 3rem;
  display: block;
  opacity: 1;
  position: relative;
  right: 3rem;
  visibility: visible;
  z-index: 21;
}*/
.go-to-top {
	position: fixed;
	display: block;
	/*right: 3rem;*/
	/*bottom: 3rem;*/
	width: 6rem;
	height: 6rem;
	right: 3rem;
	bottom: 0;
	opacity: 1;
	visibility: visible;
	z-index: 21;
}
.go-to-top.absolute {
	position: absolute;
	top: -3rem;
	bottom: auto;
}
/*.go-to-top p {
  margin: 0;
  position: absolute;
  right: 3rem;
  text-align: right;
}*/
.go-to-top p {
	position: absolute;
	/*right: 3rem;*/
	text-align: right;
	margin: 0;
 }
/*.go-to-top a {
  height: 6rem;
  width: 6rem;
  white-space: nowrap;
  transition: all 0.4s ease 0ms;
  background-color: #475469;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.29), inset 0 -15px 40px -19px rgba(0, 0, 0, 0.4);
  display: block;
  overflow: hidden;
  text-indent: 9999px;
}*/
.go-to-top a {
	display: block;
	position: relative;
	width: 6rem;
	height: 6rem;
	background-color: #475469;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.29), inset 0 -15px 40px -19px rgba(0, 0, 0, 0.4);
	text-indent: 9999px;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.4s ease 0ms;
}
.go-to-top a:before {
  content: "\f106";
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  left: 50%;
  line-height: 6rem;
  position: absolute;
  transform: translateX(-50%);
}
.go-to-top a:focus, .go-to-top a:hover {
  background-color: #75617b;
}
.go-to-top.-is-hide {
  opacity: 0;
  transition: opacity 0.5s ease;
  visibility: hidden;
}

.menu-cross {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 22rem;
  padding: 0 6rem 0 4rem;
}

.menu-cross__link {
  transition: all 0.4s ease 0ms;
  font-size: 1.6rem;
  padding: 0.95rem 2rem 0.95rem 1.7rem;
}
.menu-cross__link:before {
  transition: all 0.4s ease 0ms;
  font-weight: 700;
  margin-right: 0.7rem;
}

.menu-cross__listitems {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: left;
}

.menu-cross__item {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  padding-left: 0.8rem;
  position: relative;
  text-transform: uppercase;
}
.menu-cross__item:before {
  content: "\f105";
  color: #009EE3;
  left: 0;
  position: absolute;
  top: 0;
}
.menu-cross__item a {
  transition: all 0.4s ease 0ms;
  color: #fff;
  text-decoration: none;
}
.menu-cross__item a:focus, .menu-cross__item a:hover {
  color: #009EE3;
}
.menu-cross__item.-active a {
  color: #009EE3;
}
.menu-cross__item.-cookie {
  margin-top: 1.5em;
}

.newsletter {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
}

.newsletter__field.-input label {
  font-family: Barlow, sans-serif;
  text-transform: uppercase;
}

.newsletter__title {
  font-family: Barlow, sans-serif;
  text-transform: uppercase;
  color: #475469;
  font-size: 3.6rem;
  font-weight: 300;
  margin-top: 0;
}

.newsletter__form {
  margin: 0;
}

.newsletter__fields {
  position: relative;
}

.newsletter__field.-input label {
  color: #75617b;
  cursor: pointer;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.newsletter__field.-input input {
  background-color: #fff;
  border: 0;
  color: #969696;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  max-height: 4rem;
  padding: 1.2rem 1rem;
  width: calc(100% - 4rem);
}
.newsletter__field.-button {
  bottom: 0;
  height: 4rem;
  position: absolute;
  right: 0;
  width: 4rem;
}
.newsletter__field.-button button {
  transition: all 0.4s ease 0ms;
  background-color: transparent;
  border: 1px solid #005BA9;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.newsletter__field.-button button:before {
  content: "\f00c";
  transition: all 0.4s ease 0ms;
  color: #009FE3;
  font-size: 1.3rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.newsletter__field.-button button:focus, .newsletter__field.-button button:hover {
  background-color: #009FE3;
}

.newsletter-bar__links, .rte ul.newsletter-bar__links {
  list-style: none;
  padding-left: 0;
}

.newsletter__links {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.newsletter-bar__link, .newsletter__link {
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
}

.newsletter-bar__link.-archives, .newsletter__link.-archives {
  margin: 0 0 0.1rem;
}

.newsletter-bar__link.-archives a, .newsletter-bar__link.-unsubscribe a {
  color: #FFFFFF;
}

.newsletter__link.-archives a, .newsletter__link.-unsubscribe a {
  color: #3c4046;
}

.newsletter-bar__link.-archives a:before, .newsletter__link.-archives a:before {
  content: "\f07c";
  color: #009FE3;
}

.newsletter-bar__link.-unsubscribe a:before, .newsletter__link.-unsubscribe a:before {
  content: "\f057";
  color: #009FE3;
}

.breadcrumb p, .newsletter-bar__link.-inline {
  display: inline-block;
}

.newsletter__link.-inline {
  display: inline-block;
}
.newsletter__link a {
  color: #dde1e8;
  text-decoration: none;
}

.newsletter-bar__link a:before {
  transition: all 0.4s ease 0ms;
  margin-right: 0.5rem;
}

.newsletter__link a:before {
  transition: all 0.4s ease 0ms;
  margin-right: 0.5rem;
}
.newsletter__link a:focus:before, .newsletter__link a:hover:before {
  color: #fff;
}

.newsletter-bar {
  margin: 3rem 0 8rem;
}

.newsletter-bar__wrap {
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  position: relative;
}
.newsletter-bar__wrap.-has-shadow {
  position: relative;
}
.newsletter-bar__wrap.-has-shadow:after {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}
.newsletter-bar__wrap.-has-shadow:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
  left: 6rem;
  transform: rotate(-3deg) skewX(-60deg);
}
.newsletter-bar__wrap.-has-shadow:after {
  right: 6rem;
  transform: rotate(3deg) skewX(60deg);
}

.newsletter-bar__title {
  color: #FFFFFF;
  font-family: Barlow, sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 0.84;
  margin: 0 0 2rem;
  position: relative;
  text-transform: uppercase;
}
.newsletter-bar__title:before {
  left: 0;
  position: absolute;
  top: 1rem;
  color: #009FE3;
  font-size: 3.4rem;
  font-weight: 300;
  margin-right: 1rem;
}

.newsletter-bar__teaser {
  color: #FFFFFF;
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 2rem;
}

.newsletter-bar__form {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  padding-left: 0;
}

.newsletter-bar__field.-input, .newsletter-bar__fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.newsletter-bar__btn-list {
  margin-top: 26px;
}
.newsletter-bar__btn-list a {
  font-family: Barlow Condensed, sans-serif;
  background-color: #009FE3;
  border: 1px solid #009FE3;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.newsletter-bar__btn-list a:before {
  content: "\f07c";
  display: inline-block;
  font-family: Font Awesome\ 5 Pro;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 300;
  margin-right: 1rem;
}
.newsletter-bar__btn-list a:focus, .newsletter-bar__btn-list a:hover {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.newsletter-bar__btn-list a:focus:before, .newsletter-bar__btn-list a:hover:before {
  color: #fff !important;
}

.newsletter-bar__field {
  margin-top: 0;
}
.newsletter-bar__field.-input {
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.newsletter-bar__field.-input label {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.newsletter-bar__field.-input input {
  background-color: #fff;
  border: 0;
  color: #475469;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  padding: 1.2rem 1rem;
}
.newsletter-bar__field.-input input::-webkit-input-placeholder, .newsletter-bar__field.-input input::-moz-placeholder, .newsletter-bar__field.-input input::-ms-input-placeholder, .newsletter-bar__field.-input input::placeholder {
  color: #475469;
  font-style: normal;
}
.newsletter-bar__field.-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0;
  margin-top: 2rem;
}
.newsletter-bar__field.-button .btn {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 1rem 2rem;
  font-size: 15px;
}
.newsletter-bar__field.-button .btn:before {
  content: "\f00c";
  color: #009FE3;
  font-size: 2rem;
  font-weight: 300;
  margin-right: 0.5rem;
}
.newsletter-bar__field.-button .btn:focus, .newsletter-bar__field.-button .btn:hover {
  background-color: #009FE3;
  border: 1px solid #009FE3;
  color: #fff;
}
.newsletter-bar__field.-button .btn:focus:before, .newsletter-bar__field.-button .btn:hover:before {
  color: #fff !important;
}

.newsletter-bar__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0.8rem 0 0;
}

.rte.powermail_create .newsletter-bar__links {
  align-items: flex-end;
  width: 100%;
  margin: 0;
}

.rte .newsletter-bar__field ul > li:before {
  content: "";
}

.newsletter-bar__link a {
  color: #000;
  font-family: Barlow, sans-serif;
  text-decoration: none;
}
.newsletter-bar__link a:focus:before, .newsletter-bar__link a:hover:before {
  color: #000;
}

.site-infos {
  display: -ms-flexbox;
  display: flex;
}

.site-infos__image {
  margin-right: 3.5rem;
}
.site-infos__listitems {
  font-style: normal;
  padding: 0 2rem;
}

.site-infos__item {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0 0 0.3rem;
}
.site-infos__item a {
  color: #fff;
  text-decoration: none;
}
.site-infos__item a:focus, .site-infos__item a:hover {
  text-decoration: underline;
}
.site-infos__item.-name {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.site-infos__item.-address {
  font-size: 1.6rem;
}
.site-infos__item.-schedule-title {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.site-infos__item.-schedule {
  margin: 1.5rem 0 0;
}
.site-infos__item.-schedule strong {
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.site-infos__links {
  display: -ms-flexbox;
  display: flex;
}
.site-infos__links .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease 0ms;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 700;
  max-width: 12rem;
  padding: 0 1.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.site-infos__links .link:before {
  transition: all 0.3s ease 0ms;
  color: #009EE3;
  display: block;
  font-size: 4.2rem;
  margin-bottom: 0.5rem;
}
.site-infos__links .link.-contact:before {
  content: "\f0e0";
  font-weight: 300;
}
.site-infos__links .link.-tel:before {
  content: "\e02c";
  font-family: icons;
}
.site-infos__links .link:focus, .site-infos__links .link:hover {
  color: #009EE3;
  text-decoration: none;
}

.profile {
  color: #fff;
}

.site-infos__links .link:focus:before, .site-infos__links .link:hover:before {
  color: #fff;
}

.profile {
  font-family: Barlow Condensed, sans-serif;
}

.profile__switcher.-has-arrow .profile__btn-current:after {
  right: 2rem;
}
.profile__switcher.-is-open .profile__btn-current {
  background-color: #b50d64;
}

.profile__btn-current {
  background-color: #009FE3;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 300;
  min-height: 8rem;
  padding: 2.25rem 3.5rem 2.25rem 5.5rem;
  position: relative;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out 0ms;
}
.profile__btn-current:focus, .profile__btn-current:hover {
  background-color: #b50d64;
}

.profile__btn-text {
  max-width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
}

.profile__btn-icon {
  left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.profile__drop {
  background-color: #b50d64;
  margin: 0;
  padding: 0;
  position: absolute;
}

.profile__item {
  display: block;
}
.profile__item:last-child .profile__link {
  padding-bottom: 1.5rem;
}
.profile__item:last-child .profile__link:before {
  margin-top: -0.25rem;
}

.profile__link {
  color: inherit;
  display: block;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  padding: 1rem 2rem 1rem 5rem;
  position: relative;
  white-space: nowrap;
  transition: all 0.25s ease-in-out 0ms;
}
.profile__link:before {
  content: "\f138";
  color: #de94ba;
  font-size: 1.2rem;
  font-weight: 700;
  left: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.profile__link:focus, .profile__link:hover {
  background-color: #5d0734;
}

.profile.-light {
  color: #000;
}
.profile.-light .profile__btn-current:focus, .profile.-light .profile__btn-current:hover {
  background-color: #e6e6e6;
}
.profile.-light .profile__link:focus, .profile.-light .profile__link:hover {
  background-color: #e6e6e6;
}

.filters input, .filters select, .filters textarea {
  background-color: #fff;
}

.profile.-light .profile__btn-current, .profile.-light .profile__drop {
  background-color: #fff;
}
.profile.-light .profile__switcher.-is-open .profile__btn-current {
  background-color: #e6e6e6;
}
.profile.-dark .profile__link:before, .profile.-light .profile__link:before {
  color: #999;
}
.profile.-dark {
  color: #fff;
}
.profile.-dark .profile__btn-current:focus, .profile.-dark .profile__btn-current:hover {
  background-color: #666;
}
.profile.-dark .profile__link:focus, .profile.-dark .profile__link:hover {
  background-color: #666;
}
.profile.-dark .profile__btn-current, .profile.-dark .profile__drop {
  background-color: #000;
}
.profile.-dark .profile__switcher.-is-open .profile__btn-current {
  background-color: #666;
}

.subpages-menu__item {
  margin-bottom: 2.5rem;
}

/*.subpages-menu__picture {
  display: block;
  margin-bottom: 2rem;
}
.subpages-menu__picture img {
  display: block;
  height: auto;
  width: 100%;
}*/
.subpages-menu__picture {
	display: block;
	position: relative;
	width: 100%;
	background: #f7f8fb;
	padding-top: calc((200 / 300) * 100%);
	margin-bottom: 2rem;
}
.subpages-menu__picture img {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.subpages-menu__teaser, .subpages-menu__title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2.5rem;
}

.subpages-menu__teaser {
  font-size: 1.6rem;
  font-weight: 300;
  margin: 2.5rem 0 2rem;
}

.subpages-menu__list {
  border-top: 1px solid #dde1e8;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 0;
}

.subpages-menu__listitem {
  color: #000;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 1.5rem 0;
  padding-left: 1.4rem;
  position: relative;
  text-transform: uppercase;
}
.subpages-menu__listitem[data-fa-icon]:before {
  color: #c9bacd;
  left: 0;
  position: absolute;
  top: 0;
}
.subpages-menu__listitem a {
  color: #000;
  display: block;
}

.share-block.-transparent .share-block__button:focus[data-fa-icon]:before, .share-block.-transparent .share-block__button:hover[data-fa-icon]:before {
  color: #009FE3;
}

.subpages-menu__listitem:focus, .subpages-menu__listitem:hover {
  color: #009FE3;
}
.subpages-menu__listitem:focus[data-fa-icon]:before, .subpages-menu__listitem:hover[data-fa-icon]:before {
  color: #009FE3;
}
.subpages-menu__listitem:focus a, .subpages-menu__listitem:hover a {
  color: #009FE3;
  text-decoration: underline;
}

.sitemap__item {
  margin-bottom: 4.5rem;
}

.sitemap__title {
  color: #009FE3;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem;
}

.sitemap__teaser, .sitemap__title {
  font-family: Barlow, sans-serif;
  line-height: 2.4rem;
}

.sitemap__teaser {
  border-bottom: 1px solid #dde1e8;
  color: #000;
  font-size: 1.6rem;
  font-weight: 300;
  margin: 2rem 0 1.5rem;
  padding-bottom: 1.5rem;
}

.sitemap__list {
  color: #000;
  font-family: Barlow Condensed, sans-serif;
  list-style: none;
  margin: 0.7rem 0;
  padding-left: 0;
}
.sitemap__list.-lvl-1 {
  padding-left: 0.8rem;
}
.sitemap__list.-lvl-2 {
  padding-left: 1rem;
}

.sitemap__listitem {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  padding-left: 1rem;
  position: relative;
  text-transform: uppercase;
}
.sitemap__listitem:before {
  content: "\f105";
  color: #c9bacd;
  font-size: 1.3rem;
  left: 0;
  position: absolute;
  top: 0;
}
.sitemap__listitem a {
  color: #000;
  display: block;
  margin-bottom: 1.3rem;
}
.sitemap__listitem a:focus, .sitemap__listitem a:hover {
  text-decoration: underline;
}

.-lvl-1 .sitemap__listitem {
  line-height: 2rem;
}
.-lvl-1 .sitemap__listitem:before {
  content: "\f105";
  color: #009FE3;
}
.-lvl-1 .sitemap__listitem a {
  margin-bottom: 0;
}

/*.-lvl-1 .sitemap__listitem,
.-lvl-2 .sitemap__listitem {
 	line-height: 2rem;
}
.-lvl-1 .sitemap__listitem:before,
.-lvl-2 .sitemap__listitem:before {
	content: "\f105";
	color: #009FE3;
}
.-lvl-1 .sitemap__listitem a,
.-lvl-2 .sitemap__listitem a {
 	margin-bottom: 0;
}*/

.filters form {
  margin-bottom: 0;
}

.-lvl-2 .sitemap__listitem {
  line-height: 2rem;
  margin: 0;
}
.-lvl-2 .sitemap__listitem:before {
  content: "\f111";
  color: #000;
  font-size: 0.5rem;
}

/*.-lvl-3 .sitemap__listitem {
	line-height: 2rem;
	margin: 0;
}
.-lvl-3 .sitemap__listitem:before {
	content: "\f111";
	color: #000;
	font-size: 0.5rem;
}*/

.sitemap__listitem.-has-ul {
  font-weight: 700;
}

.more-info {
  background-color: #f0f0f0;
  padding: 5.2rem 0;
}

.more-info__wrapper {
  display: -ms-flexbox;
  display: flex;
}

.more-info__item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.33333%;
}
.more-info__item .list {
  padding-right: 28.8%;
}

.publications-block {
  margin: 0 0 9.5rem;
}

.publications-block__wrapper {
  display: -ms-flexbox;
  display: flex;
}

.publications-block__item {
  background-color: #f7f8fb;
  padding: 3rem;
}

/*.publications-block__image {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 3rem;
}
.publications-block__image img {
  box-shadow: 0.3rem 0.5rem 0.7rem rgba(0, 0, 0, 0.35);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}*/
.publications-block__image {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 3rem;
}
.publications-block__image img {
	box-shadow: 0.3rem 0.5rem 0.7rem rgba(0, 0, 0, 0.35);
	display: block;
	/*position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;*/
	width: 179px;
	height: 254px;
	object-fit: cover;
}

.publications-block__content {
  padding-right: 0;
}

.publications-block__category {
  color: #009FE3;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.publications-block__title {
  color: #75617b;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin: 0.5rem 0 0;
  max-width: 24rem;
}
.publications-block__title a {
  color: #475469;
}

.list-document__item a:focus, .list-document__item a:hover {
  text-decoration: underline;
}

.publications-block__title:focus a, .publications-block__title:hover a {
  text-decoration: underline;
}

.publications-list__title:focus a, .publications-list__title:hover a {
  text-decoration: underline;
}

.publications-block__size {
  color: #6c7179;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0.5rem 0 0;
}

.publications-block__teaser {
  color: #6c7179;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0.5rem 0 0;
  color: #000;
  font-weight: 300;
  line-height: 2.2rem;
}

.publications-block .documents-links {
  margin: 2rem 0 0;
}
.publications-block .documents-link {
  margin: 0;
}
.publications-block .documents-link.-download .btn {
  background-color: #475469;
  border: 1px solid #005BA9;
}
.publications-block .documents-link.-download .btn:before {
  color: #dde1e8;
}
.publications-block .documents-link.-download .btn:hover {
  background-color: transparent;
  color: #475469;
}
.publications-block .documents-link.-read .btn {
  background-color: #009FE3;
  border: 1px solid #009FE3;
}
.publications-block .documents-link.-read .btn:before {
  color: #fff;
}
.publications-block .documents-link.-read .btn:hover {
  background-color: transparent;
  color: #009FE3;
}
.publications-block .list-document {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
}
.publications-block .list-document:after {
  left: 0;
  position: absolute;
  top: 0;
  height: 0.1rem;
  width: 4rem;
  background-color: #bbc4d2;
  content: "";
}

.publications-block__control {
  position: absolute;
  top: 50%;
  background: 0 0;
  border: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
.publications-block__control[data-fa-icon]:before {
  color: #bbc4d2;
  font-size: 3rem;
}
.publications-block__control.-prev {
  left: 0;
}
.publications-block__control.-next {
  right: 0;
}

.publications-block.-home {
  margin: 12rem 0;
}
.publications-block.-home .publications-block__container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.publications-block.-home .title-block {
  margin-bottom: 3rem;
}
.publications-block.-home .publications-block__carousel {
  width: calc(100% - 8.1rem);
}
.publications-block.-home .publications-block__item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 5.5rem;
  width: 50%;
}
.publications-block.-home .publications-block__item.composite-link {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
}
.publications-block.-home .publications-block__newsletter {
  background-color: #475469;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 5.5rem;
  padding-bottom: 0;
  width: 50%;
}
.publications-block.-home .publications-block__newsletter .newsletter {
  padding: 0;
}
.publications-block.-home .publications-block__newsletter .tx-powermail {
  color: #FFFFFF;
  margin-top: 30px;
}
.publications-block.-home .publications-block__newsletter .tx-powermail .powermail_message.powermail_message_error {
  display: none;
}
.publications-block.-home .publications-block__image {
  padding-right: 3rem;
}
.publications-block.-home .publications-block__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
}
.publications-block.-home .links-group {
  margin-top: 97px;
  padding: 0;
}
.publications-block.-home .links-group .btn {
  margin: 0;
  padding: 1.3rem 2.3rem;
  font-size: 15px;
  border: 1px solid #005BA9;
}

.publications-list {
  margin: 0 -1.5rem;
}

.publications-list__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 3.5rem 1.5rem 0;
}

.publications-list.-three-columns .publications-list__item {
  -ms-flex-preferred-size: calc(33.3333% - 3rem);
  flex-basis: calc(33.3333% - 3rem);
}
.publications-list.-four-columns .publications-list__item {
  -ms-flex-preferred-size: calc(25% - 3rem);
  flex-basis: calc(25% - 3rem);
}
.publications-list.-five-columns .publications-list__item {
  -ms-flex-preferred-size: calc(20% - 2rem);
  flex-basis: calc(20% - 2rem);
}

.publications-list__picture {
  height: 18rem;
  width: 18rem;
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
}
/*.publications-list__picture img {
  bottom: 0;
  position: absolute;
  display: block;
  height: auto;
  max-width: 100%;
}*/
.publications-list__picture img {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: contain;
	object-position: left top;
}
.publications-list__picture.-no-image {
  background-color: #f7f8fb;
}
.publications-list__picture.-no-image:before {
  content: "\f02d";
  left: 50%;
  position: absolute;
  top: 50%;
  color: #dde1e8;
  font-size: 5rem;
  transform: translate(-50%, -50%);
}

.publications-list__content {
  font-family: Barlow Condensed, sans-serif;
}

.publications-list__category {
  color: #009FE3;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.publications-list__title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
}

.list-document__item a, .publications-list__title a {
  color: #000;
}

.publications-list__publication {
  border-top: 0.1rem solid rgba(115, 115, 115, 0.5);
  color: #727272;
  font-family: Barlow, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  padding-top: 1rem;
}

.publications-list__number {
  display: block;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.publications-list__size {
  color: #bbc4d2;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.publications-list__size:after {
  background-color: #dde1e8;
  bottom: 0;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 4rem;
}

.publications-list.-market .publications-list__publication {
  border-top: 0;
  padding-top: 0;
}
.publications-list.-market .deadline {
  font-size: 1.2rem;
  padding-left: 1.8rem;
}
.publications-list.-market .deadline:before {
  font-size: 1.2rem;
  top: 1.3rem;
}

.publications-single__listitems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -2rem;
  padding-left: 0;
}

.publications-single__item {
  -ms-flex-preferred-size: calc(33.3333% - 4rem);
  flex-basis: calc(33.3333% - 4rem);
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0 2rem 2.5rem;
}

.list-document {
  font-family: Barlow Condensed, sans-serif;
  list-style: none;
  margin: 1.5rem 0;
  padding-left: 0;
}

.list-document__item {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  text-transform: uppercase;
}
.list-document__item[data-fa-icon]:before {
  margin-right: 0.5rem;
}
.list-document__item.-download[data-fa-icon]:before {
  color: #009FE3;
}
.list-document__item.-read {
  font-weight: 400;
}

.documents-link.-read a[data-fa-icon]:before, .list-document__item.-read[data-fa-icon]:before {
  color: #c9bacd;
}

.documents-list__title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding-left: 4rem;
  position: relative;
}
.documents-list__title:before {
  content: "\e005";
  left: 0;
  position: absolute;
  top: -0.5rem;
  transition: all 0.3s ease 0ms;
  color: #c9bacd;
  font-family: icons !important;
  font-size: 3.5rem;
  font-weight: 300;
}
.documents-list__title.-pdf:before {
  content: "\e003";
}
.documents-list__title.-xls:before, .documents-list__title.-xlsm:before, .documents-list__title.-xlsx:before {
  content: "\e006";
}
.documents-list__title.-doc:before, .documents-list__title.-docm:before, .documents-list__title.-docx:before, .documents-list__title.-dotm:before, .documents-list__title.-dotx:before {
  content: "\e001";
}

.telecharger__item a[href$=".doc"]:before, .telecharger__item a[href$=".docm"]:before, .telecharger__item a[href$=".docx"]:before, .telecharger__item a[href$=".dotm"]:before, .telecharger__item a[href$=".dotx"]:before {
  content: "\e001";
}
.telecharger__item.-doc a:before, .telecharger__item.-docm a:before, .telecharger__item.-docx a:before, .telecharger__item.-dotm a:before, .telecharger__item.-dotx a:before {
  content: "\e001";
}

.documents-list__title.-ppt:before {
  content: "\e004";
}
.documents-list__title.-jpg:before, .documents-list__title.-png:before, .documents-list__title.-svg:before {
  content: "\e002";
}

.telecharger__item a[href$=".jpg"]:before, .telecharger__item a[href$=".png"]:before, .telecharger__item a[href$=".svg"]:before {
  content: "\e002";
}
.telecharger__item.-jpg a:before, .telecharger__item.-png a:before, .telecharger__item.-svg a:before {
  content: "\e002";
}

.documents-list__title.-zip:before {
  content: "\e007";
}

.documents-list__size {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
}

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

.documents-link {
  display: inline-block;
  margin-top: 1rem;
}
.documents-link.-read {
  margin-right: 0.7rem;
}

.telecharger {
  margin-bottom: 7rem;
}

.telecharger__wrapper {
  background-color: #009FE3;
  padding: 6rem;
  position: relative;
}

.-content .telecharger__wrapper:after {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  bottom: 6rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 6rem;
}

.telecharger__listitems {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Barlow Condensed, sans-serif;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.telecharger__item {
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
}
.telecharger__item a {
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.-content .telecharger__item {
  font-size: 1.6rem;
  padding-bottom: 2rem;
  width: 40%;
}

.telecharger__item a[href$=".pdf"]:before, .telecharger__item.-pdf a:before {
  content: "\e003";
}
.telecharger__item a[href$=".ppt"]:before, .telecharger__item.-ppt a:before {
  content: "\e004";
}
.telecharger__item a[href$=".xls"]:before, .telecharger__item a[href$=".xlsm"]:before, .telecharger__item a[href$=".xlsx"]:before {
  content: "\e006";
}
.telecharger__item.-xls a:before, .telecharger__item.-xlsm a:before, .telecharger__item.-xlsx a:before {
  content: "\e006";
}
.telecharger__item a[href$=".zip"]:before, .telecharger__item.-zip a:before {
  content: "\e007";
}
.telecharger__item a {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  min-height: 3rem;
  padding: 0 0 0 4rem;
  position: relative;
  word-break: break-word;
  transition: all 0.3s ease 0ms;
}
.telecharger__item a:focus, .telecharger__item a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline-color: #fff;
  text-decoration: none;
}

.-content .telecharger__item a {
  min-height: 4rem;
  padding: 0 7rem 0 5rem;
  word-break: normal;
}

.telecharger__item a:before {
  content: "\e005";
  font-family: icons;
  font-weight: 400;
  color: inherit;
  font-size: 2.5rem;
  left: 0;
  position: absolute;
  top: 0;
}

.-content .telecharger__item a:before, .-content .telecharger__meta {
  font-size: 4rem;
  top: 50%;
  transform: translateY(-50%);
}

.telecharger__meta {
  display: block;
  font-family: Barlow, sans-serif;
  font-size: 0.85714em;
  font-weight: 300;
}

.-content .telecharger__meta {
  border-left: 1px solid #fff;
  font-size: 1.2rem;
  left: calc(100% - 5rem);
  line-height: 1.6rem;
  padding-left: 1rem;
  position: absolute;
}

.telecharger__ext {
  display: block;
  text-transform: uppercase;
  width: 4.5rem;
}

.news-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.7rem 2rem;
}
.news-block .swiper-slide {
  display: block;
  width: 100%;
}

.news-block__item {
  background-color: #f7f8fb;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 3rem 1rem 0;
  max-width: 50%;
  position: relative;
}

.news-block.-three-columns .news-block__item {
  -ms-flex-preferred-size: calc(33.3333% - 2rem);
  flex-basis: calc(33.3333% - 2rem);
}
.news-block.-four-columns .news-block__item {
  -ms-flex-preferred-size: calc(25% - 3.4rem);
  flex-basis: calc(25% - 3.4rem);
  max-width: calc(25% - 3.4rem);
}
.news-block.-four-columns .news-block__item:nth-child(2), .news-block.-four-columns .news-block__item:nth-child(3) {
  height: 410px;
}
.news-block.-four-columns .news-block__item:nth-child(6) {
  margin-top: -80px;
}
.news-block.-five-columns .news-block__item {
  -ms-flex-preferred-size: calc(20% - 2rem);
  flex-basis: calc(20% - 2rem);
}
.news-block.-four-columns .news-block__item.big-item {
  -ms-flex-preferred-size: calc(50% - 3.4rem);
  flex-basis: calc(50% - 3.4rem);
  max-width: calc(50% - 3.4rem);
}
.news-block.-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem 2rem;
}

.news-block__share {
  position: absolute;
  right: -0.9rem;
  top: -0.9rem;
  z-index: 1;
}

.news-block__picture {
	display: block;
	position: relative;
}
.news-block__item .news-block__picture {
	padding-top: calc((2 / 3) * 100%);
}
/*.news-block__item.small-item .news-block__picture {
	padding-top: calc((187 / 280) * 100%);
}
.news-block__item.big-item .news-block__picture {
	padding-top: calc((396 / 593) * 100%);
}*/
/*.news-block__picture img {
  display: block;
  height: auto;
  width: 100%;
}*/
.news-block__picture img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.news-block__content {
  padding: 2.5rem 3rem 2rem;
  position: relative;
  text-align: center;
}

.news-block__category {
  left: 50%;
  position: absolute;
  top: 0;
  background-color: #009FE3;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  padding: 0.7rem 1.5rem;
  transform: translate(-50%, -50%);
  width: 70%;
}

.news-block__item.big-item .news-block__category {
  width: 35%;
}

.-no-image .news-block__category {
  margin-bottom: 1.5rem;
  position: static;
  transform: translateY(0);
}

.news-block__title {
  color: #475469;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 1.5rem;
}

.news-block__publication {
  color: #bbc4d2;
  font-size: 1.3rem;
  font-style: italic;
  margin: 1.5rem 0 0;
}

.news-block__teaser {
  color: #475469;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}

.news-spoiler__wrap {
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
  padding: 2rem;
}
.news-spoiler__wrap.-has-shadow {
  position: relative;
}
.news-spoiler__wrap.-has-shadow:after {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}
.news-spoiler__wrap.-has-shadow:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
  left: 6rem;
  transform: rotate(-3deg) skewX(-60deg);
}
.news-spoiler__wrap.-has-shadow:after {
  right: 6rem;
  transform: rotate(3deg) skewX(60deg);
}

.news-spoiler__title {
  color: #000;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 1rem 3rem 1rem 4rem;
  position: relative;
  text-transform: uppercase;
  width: 28rem;
}
.news-spoiler__title:before {
  content: "\e01b";
  left: 0;
  position: absolute;
  top: 1.1rem;
  color: #009FE3;
  font-family: icons;
  font-size: 3.7rem;
  font-weight: 300;
  margin-right: 1rem;
}

.news-spoiler__subtitle {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.65rem;
  text-transform: none;
}

.news-spoiler__wrapper {
  border-left: 1px solid rgba(187, 196, 210, 0.2);
  border-right: 1px solid rgba(187, 196, 210, 0.2);
  position: relative;
  width: calc(100% - 48rem);
}
.news-spoiler__wrapper.-has-pagination {
  padding-bottom: 2.5rem;
}

.news-spoiler__container {
  margin: 0 auto;
  width: calc(100% - 12rem);
}

.news-spoiler__actions {
  bottom: 0;
  position: absolute;
  right: 1.5rem;
  border-left: 1px solid #dde1e8;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0.3rem 0 0.3rem 1rem;
}

.news-spoiler__action {
  background: 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 0.9rem;
  padding: 0 0.3rem;
}
.news-spoiler__action.-is-active {
  color: #cae9a2;
  display: inline-block;
}

.news-spoiler__pagination {
  bottom: 0;
  position: absolute;
  right: 5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-spoiler__pagination .-is-active button {
  background: #cae9a2;
  transform: scale(1);
}
.news-spoiler__pagination button {
  transition: all 0.25s ease-in-out 0ms;
  height: 1.2rem;
  width: 1.2rem;
  background: #dde1e8;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  padding: 0;
  transform: scale(0.75);
}

.news-spoiler__control {
  position: absolute;
  top: 50%;
  background: 0 0;
  border: 0;
  cursor: pointer;
  transform: translateY(-50%);
}
.news-spoiler__control[data-fa-icon]:before {
  color: #bbc4d2;
  font-size: 2.5rem;
}
.news-spoiler__control.-prev {
  left: 1rem;
}
.news-spoiler__control.-next {
  right: 1rem;
}
.news-spoiler__control.swiper-button-disabled {
  cursor: auto;
}
.news-spoiler__control.swiper-button-disabled[data-fa-icon]:before {
  color: #f7f8fb;
}
.news-spoiler__control.-is-hidden {
  display: none;
}

.news-spoiler__content {
  font-family: Barlow, sans-serif;
  height: auto;
}

.news-spoiler__category {
  color: #009FE3;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.news-spoiler__teaser {
  color: #000;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
}

.news-spoiler__link {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: auto;
}

.news-spoiler__all:focus[data-fa-icon]:before, .news-spoiler__all:hover[data-fa-icon]:before {
  color: inherit;
}

.news-spoiler__link:focus[data-fa-icon]:before, .news-spoiler__link:hover[data-fa-icon]:before {
  color: inherit;
}

.news-spoiler__all {
  color: #000;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 4rem;
  text-transform: uppercase;
  width: 20rem;
}
.news-spoiler__all[data-fa-icon]:before {
  margin-right: 0.5rem;
}

.share-block__button {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  transition: all 0.3s ease 0ms;
  height: 3.5rem;
  width: 3.5rem;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  position: relative;
}
.share-block__button:after, .share-block__button:before {
  text-indent: 0;
}

.-is-open .share-block__button {
  background-color: #009FE3;
}

.share-block__button[data-fa-icon]:before {
  transition: all 0.3s ease 0ms;
  color: #dde1e8;
  font-size: 1.6rem;
  left: 50%;
  margin-right: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.-is-open .share-block__button[data-fa-icon]:before {
  color: #fff;
}

.share-block__button:focus, .share-block__button:hover {
  background-color: #009FE3;
}
.share-block__button:focus[data-fa-icon]:before, .share-block__button:hover[data-fa-icon]:before {
  color: #fff;
}

.share-block__listitems {
  background-color: #009FE3;
  left: auto;
  padding: 2rem;
  position: absolute;
  right: 0;
  top: 3.5rem;
  width: auto;
}

.-is-open .share-block__listitems.-in-top, .share-block__listitems.-in-top {
  right: 50%;
  top: -3.5rem;
  transform: translate(50%, -100%);
}

.-is-open .share-block__listitems .share-block__item {
  opacity: 1;
  transform: translateX(0);
}
.-is-open .share-block__listitems .share-block__item:first-child {
  transition: all 0.2s ease 0ms;
}
.-is-open .share-block__listitems .share-block__item:nth-child(2) {
  transition: all 0.2s ease 0.1s;
}
.-is-open .share-block__listitems .share-block__item:nth-child(3) {
  transition: all 0.2s ease 0.2s;
}
.-is-open .share-block__listitems .share-block__item:nth-child(4) {
  transition: all 0.2s ease 0.3s;
}
.-is-open .share-block__listitems .share-block__item:nth-child(5) {
  transition: all 0.2s ease 0.4s;
}
.-is-open .share-block__listitems .share-block__item:nth-child(6) {
  transition: all 0.2s ease 0.5s;
}
.-is-open .share-block__listitems .share-block__item:nth-child(7) {
  transition: all 0.2s ease 0.6s;
}
.-is-open .share-block__listitems .share-block__item:nth-child(8) {
  transition: all 0.2s ease 0.7s;
}
.-is-open .share-block__listitems .share-block__item:nth-child(9) {
  transition: all 0.2s ease 0.8s;
}
.-is-open .share-block__listitems .share-block__item:nth-child(10) {
  transition: all 0.2s ease 0.9s;
}

.share-block__item {
  color: #fff;
  opacity: 0;
  transform: translateX(100%);
  white-space: nowrap;
}
.share-block__item a {
  color: #fff;
  font-size: 1.6rem;
}

.contact__infos .infos__item.-phone a:focus, .contact__infos .infos__item.-phone a:hover {
  text-decoration: underline;
}

.share-block__item a:focus, .share-block__item a:hover {
  text-decoration: underline;
}
.share-block__item[data-fa-icon]:before {
  color: #fff;
  font-family: Font Awesome\ 5 Brands;
  font-size: 1.2rem;
  margin-right: 0.3rem;
  min-width: 1.6rem;
}
.share-block__item.-email[data-fa-icon]:before {
  font-family: Font Awesome\ 5 Pro;
}

.share-block.-transparent .share-block__button {
  height: 4.5rem;
  width: 4.5rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.share-block.-transparent .share-block__button[data-fa-icon]:before {
  color: #fff;
  font-size: 1.8rem;
}
.share-block.-transparent .share-block__button:focus, .share-block.-transparent .share-block__button:hover {
  background-color: #fff;
}
.share-block.-transparent.-is-open .share-block__listitems {
  transform: translateY(5px);
}

.albums-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1rem;
}
.albums-block.-has-shadow {
  position: relative;
}
.albums-block.-has-shadow:after {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}
.albums-block.-has-shadow:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
  left: 6rem;
  transform: rotate(-3deg) skewX(-60deg);
}
.albums-block.-has-shadow:after {
  right: 6rem;
  transform: rotate(3deg) skewX(60deg);
}

.albums-block__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.albums-block__item.-title {
  background-color: #009FE3;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 300;
  height: 50%;
}
.albums-block__item.-title .title {
  left: 35%;
  top: 50%;
}
.albums-block__item.-title .title.-primary span {
  left: -5.5rem;
}
.albums-block__item.-title .title.-primary span:before {
  background: linear-gradient(180deg, #ffafd9 40%, #475469 0, #475469 100%, #75617b 0, #75617b);
  height: 8rem;
}

.albums-block__one-column {
  width: 25%;
}

.albums-block.-three-columns .albums-block__item {
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  margin-top: 3rem;
}
.albums-block.-four-columns .albums-block__item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.albums-block.-five-columns .albums-block__item {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

/*.albums-block__picture {
  display: block;
  position: relative;
}
.albums-block__picture img {
  display: block;
  font-family: "object-fit: cover; object-position: center;";
  height: auto;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}*/
.albums-block__picture {
	display: block;
	position: relative;
	/*padding-top: calc((280 / 400) * 100%);*/
	padding-top: 23.5rem;
}
.albums-block__item.-focus .albums-block__picture {
	padding-top: 47rem;
}
.albums-block__picture img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.albums-block__picture.-has-video:before {
  content: "\f04b";
  left: 50%;
  position: absolute;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.albums-block__picture.-has-video:after {
  height: 4.6rem;
  width: 4.6rem;
  left: 50%;
  position: absolute;
  top: 50%;
  background-color: #005BA9;
  box-shadow: 1.4px 1.4px 6px 0px rgba(0, 0, 0, 0.29);
  content: "";
  display: block;
  transform: translate(-50%, -50%);
}

.albums-block__content {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  padding: 1.3rem 2.5rem 0;
  position: relative;
  text-align: left;
}
.albums-block__content.-no-image {
  padding-top: 0;
}
.albums-block__content.-one-column {
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
}

.albums-block__category {
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: 0.6rem 2rem 0.6rem 0;
  top: 0;
  z-index: 3;
}

.-no-image .albums-block__category {
  margin-bottom: 1.5rem;
  position: static;
  transform: translate(0);
}

.albums-block__title {
  font-family: Barlow, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1.8rem;
}
.albums-block__title a {
  color: #fff;
}

body.tourism .filters .btn, body.tourism .filters label, body.tourism .filters legend {
  color: #fff;
}

.albums-block__media {
  color: #009EE3;
  font-size: 1.4rem;
  padding-top: 1rem;
  position: relative;
}
.albums-block__media:before {
  background-color: #009EE3;
  content: "";
  height: 0.1rem;
  width: 2.5rem;
  left: 0;
  position: absolute;
  top: 0;
}

.albums {
  margin: 13rem 0 14rem;
}
.albums .links-group {
  margin-top: 3rem !important;
}
.albums.-black {
  background: radial-gradient(circle at 53.75% center, #000 0, #2a2a2a 100%);
  padding-top: 5rem;
}
.albums .container {
  padding: 0;
  width: 100%;
}

.albums__wrapper {
  display: -ms-flexbox;
  display: flex;
}
.albums__wrapper.-has-shadow {
  position: relative;
}
.albums__wrapper.-has-shadow:after {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}
.albums__wrapper.-has-shadow:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
  left: 6rem;
  transform: rotate(-3deg) skewX(-60deg);
}
.albums__wrapper.-has-shadow:after {
  right: 6rem;
  transform: rotate(3deg) skewX(60deg);
}
.albums__wrapper .albums-block {
  width: 50%;
}

.albums-block {
  padding: 0;
}
.albums-block.-composite .albums-block__item {
  margin-top: 0;
  position: relative;
}
.albums-block.-composite .composite-link__wrap.-has-overlay:before {
  background-color: rgba(71, 84, 105, 0.8);
}
.albums-block.-composite .composite-link__wrap.-has-overlay:after {
  content: none;
}

.breadcrumb li.breadcrumb__here + li:before {
  content: none;
}

body.tourism .albums-block.-composite .composite-link__wrap.-has-overlay:before {
  background-color: rgba(117, 97, 123, 0.9);
}

.albums-block.-composite .albums-block__content {
  left: 50%;
  position: absolute;
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
.albums-block.-composite .albums-block__category {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  padding: 1rem 0;
  position: static;
  transform: translate(0);
}
.albums-block.-focus .albums-block__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.albums-block .composite-link:focus .albums-block__content, .albums-block .composite-link:hover .albums-block__content {
  opacity: 1;
  visibility: visible;
}
.albums-block.-leftBlock {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 47rem;
  width: 60%;
}
.albums-block.-leftBlock .title-block {
  font-size: 4rem;
  padding: 2rem;
}
.albums-block.-leftBlock .title-block span {
  left: -5rem;
  padding-left: 2rem;
}
.albums-block.-leftBlock .title-block span:before {
  background: linear-gradient(180deg, #009EE3 40%, #B6C7D6 0, #B6C7D6 80%, #005BA9 0);
  height: 8rem;
}
.albums-block.-leftBlock .albums-block__item:not(.-focus) {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  height: 23.5rem;
  width: 33%;
}
.albums-block.-leftBlock .albums-block__item img {
  height: 23.5rem;
}
.albums-block.-rightBlock .albums-block__item {
  height: 23.5rem;
}
.albums-block.-rightBlock .albums-block__item img {
  height: 23.5rem;
}
.albums-block.-leftBlock .albums-block__item.-focus {
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%;
  width: 67%;
}
.albums-block.-leftBlock .albums-block__item.-focus img {
  height: 47rem;
}



.albums-block.-rightBlock {
  height: 47rem;
  width: 40%;
}
.albums-block .title-block {
  background-color: #005BA9;
  height: 23.5rem;
  margin-bottom: 0;
  width: 33%;
}
.albums-block .title-block .title {
  left: 50%;
  margin-left: 2rem;
  transform: translate(-50%, 50%);
}

.filters {
  background-color: #f7f8fb;
  margin-top: -3rem;
}

body.tourism .filters {
  background-color: #475469;
}
body.tourism .filters .btn {
  border-color: #fff;
}

.filters__btn {
  display: none;
}
.filters__btn.btn {
  background-color: #c9bacd;
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0;
  width: 3.2rem;
}
.filters__btn.btn:before {
  content: "\f0b0";
  color: #fff !important;
  font-size: 1.2rem;
}
.filters__btn.btn:focus, .filters__btn.btn:hover {
  background-color: #009FE3;
}
.filters__btn[aria-expanded=true]:before {
  content: "\f00d";
}
.filters__btn[aria-expanded=true].btn {
  background-color: #009FE3;
}

.filters__dropdown {
  left: 0;
  list-style: none;
  min-width: 100%;
  opacity: 1;
  padding: 0;
  top: 100%;
  transition: visibility 0.2s ease-in-out, transform 0.35s ease-in-out, opacity 0.2s ease-in-out;
  visibility: visible;
  width: auto;
  z-index: 5;
}

.-is-open .filters__dropdown {
  opacity: 1;
  transform: translateY(-1rem);
  transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.35s ease-in-out;
  visibility: visible;
}

.filters .flex-row {
  margin-left: -0.5rem;
  margin-right: 0.5rem;
}
.filters [class*=col-] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.filters fieldset {
  margin: 0 0 1.5rem;
  padding: 0;
}
.filters .checkbox:first-child {
  margin-top: 0;
}

.filters__wrapper {
  display: -ms-flexbox;
  display: flex;
}

.filters__fields {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.filters__field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3.5rem;
}

.-inline .filters__field {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
.-inline .filters__field label {
  margin: 0 1.5rem 0 0;
}

.filters__buttons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2.1rem;
}

.filters__buttons-link {
  color: #727272;
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  margin-right: 2.5rem;
  margin-top: 0.5rem;
  text-align: right;
  text-decoration: underline;
}

.-inline .filters__buttons {
  margin-top: 0;
}

.filters__button {
  margin-left: 1rem;
}
.filters__button.-reset[data-fa-icon]:before {
  color: #c9bacd;
}

.filters__map {
  height: 100%;
  padding: 3.5rem 0;
}
.filters__map fieldset, .filters__map form {
  height: 100%;
  margin-bottom: 0;
}
.filters__map label {
  margin-bottom: 0.8rem;
}
.filters__map .filters__wrapper {
  height: auto;
}
.filters__map .filters__fields {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  width: 100%;
}
.filters__map .filters__buttons {
  margin-top: auto;
  padding: 0 3rem;
}
.filters__map .filters__field {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-bottom: 2.8rem;
  max-width: 100%;
  padding: 0 3rem !important;
  width: 100%;
}
.filters__map .-is-scroll-box {
  overflow-x: hidden;
  overflow-y: auto;
}
.filters__map .checkbox:not([class*=-level-]) legend {
  margin-bottom: 1.5rem;
}
.filters__map .checkbox:not([class*=-level-]) > div:not([class*=fieldset-wrapper]) {
  border-bottom: 1px solid #c5c5c5;
  margin: 0;
  padding: 1.6rem 0 1.6rem 0.3rem;
  position: relative;
}
.filters__map .checkbox:not([class*=-level-]) > div:not([class*=fieldset-wrapper]):first-of-type {
  border-top: 1px solid #c5c5c5;
}
.filters__map .checkbox:not([class*=-level-]) label {
  margin-bottom: 0;
  padding-left: 2.5rem;
  text-transform: uppercase;
}
.filters__map .checkbox-dropdown > label {
  padding-right: 3rem;
}
.filters__map .checkbox-dropdown.-is-open label {
  color: #009FE3;
}
.filters__map .checkbox.-level-1 {
  margin-left: 1rem;
  margin-top: 2.5rem;
}
.filters__map .checkbox.-level-1 div {
  margin: 0.6rem 0;
}
.filters__map .checkbox.-level-1 div:first-of-type {
  margin-top: 0;
}

.spANoter p:first-of-type, .spASavoir p:first-of-type, .spAttention p:first-of-type {
  margin-top: 0;
}

.filters__map .checkbox.-level-1 label {
  color: #727272;
  text-transform: none;
}
.filters__map .checkbox.-level-2 {
  margin-left: 2rem;
  margin-top: 0.6rem;
}

.filters__map-form {
  height: 100%;
}

.filters__map-form__field {
  height: calc(100vh - 29rem);
  overflow-y: auto;
  width: 100%;
}

.social {
  min-width: 24.6rem;
}

.social__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}
.social__title strong {
  display: block;
  font-weight: 700;
  padding-left: 2rem;
}

.social-networks {
  list-style: none;
  margin-top: 2rem;
  padding-left: 0;
}

.social-networks__item {
  display: inline-block;
  margin: 0 0.1rem;
}
.social-networks__item a {
  height: 4.8rem;
  width: 4.8rem;
  transition: all 0.25s ease-in-out 0ms;
  background-color: #009EE3;
  border-radius: 50%;
  display: block;
  position: relative;
}
.social-networks__item a[data-fa-icon]:before,
.social-networks__item a:before {
  left: 50%;
  position: absolute;
  top: 50%;
  transition: all 0.25s ease-in-out 0ms;
  color: #005BA9;
  font-family: Font Awesome\ 5 Brands;
  font-size: 1.6rem;
  transform: translate(-50%, -50%);
}
.social-networks__item a:focus, .social-networks__item a:hover {
  background-color: #FFFFFF;
}
.social-networks__item a:focus[data-fa-icon]:before, .social-networks__item a:hover[data-fa-icon]:before,
.social-networks__item a:focus:before, .social-networks__item a:hover:before {
  color: #5b4c60;
}

.tools {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 29.5%;
}

.tools__list {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.tools__item {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.tools__item + .tools__item {
  border-left: 1px solid #bbc4d2;
}

.tools__btn {
  border: 0;
  color: #75617b;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out 0ms;
}

.projects__focus .share-block.-transparent .share-block__button[data-fa-icon]:before, .share-block .tools__btn {
  color: #009FE3;
}

.tools__btn[data-fa-icon] {
  background: 0 0;
  font-size: 1.6rem;
  height: 3rem;
  position: relative;
  text-align: left;
  width: 4rem;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
.tools__btn[data-fa-icon]:after {
  text-indent: 0;
}
.tools__btn[data-fa-icon]:before {
  text-indent: 0;
  color: inherit !important;
  display: block;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.tools__btn:focus, .tools__btn:hover {
  color: #009FE3;
}
.tools__btn:focus {
  outline-offset: 0;
}

.tools .share-block {
  text-align: left;
}
.tools .share-block__button {
  border-radius: 0;
  color: #009FE3;
}

.breadcrumb {
  display: inline-block;
  font-family: Barlow, sans-serif;
  vertical-align: middle;
  width: 70%;
}
.breadcrumb ol {
  color: #009FE3;
  font-size: 1.4em;
  font-weight: 700;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  color: #727272;
  display: inline-block;
  font-weight: 400;
}
.breadcrumb li:last-child {
  color: #009FE3;
  font-weight: 700;
}
.breadcrumb li + li:before {
  content: "\f105";
  color: inherit;
  margin: 0 0.5rem;
}
.breadcrumb li.breadcrumb__here {
  font-weight: 700;
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.page-image {
  display: block;
  width: 100%;
}

/*.page-image__background {
  display: block;
  width: 100%;
}
.page-image__background img {
  display: block;
  height: auto;
  width: 100%;
}*/
.page-image__background {
	display: block;
	position: relative;
	width: 100%;
	padding-top: calc((500 / 1920) * 100%);
}
.page-image__background img {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}
.page-image__background.-static-height img {
  font-family: "object-fit: cover; object-position: center;";
  height: 50rem;
  object-fit: cover;
}

.events-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.7rem;
}

.events-block__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 3rem 1.7rem 0;
  position: relative;
}

.events-block.-three-columns .events-block__item {
  -ms-flex-preferred-size: calc(33.3333% - 3.4rem);
  flex-basis: calc(33.3333% - 3.4rem);
}
.events-block.-four-columns .events-block__item {
  -ms-flex-preferred-size: calc(25% - 3.4rem);
  flex-basis: calc(25% - 3.4rem);
}
.events-block.-five-columns .events-block__item {
  -ms-flex-preferred-size: calc(20% - 3.4rem);
  flex-basis: calc(20% - 3.4rem);
}

.events-block__share {
  bottom: auto;
  left: auto;
  position: absolute;
  right: -0.9rem;
  top: -0.9rem;
  z-index: 1;
}

/*.events-block__picture {
  display: block;
}
.events-block__picture img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.tourism .events-block__picture {
	display: block;
	position: relative;
	padding-top: calc((256 / 384) * 100%);
}
.tourism .events-block__picture img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}*/
.events-block__picture {
	display: block;
	position: relative;
	padding-top: calc((256 / 384) * 100%);
}
.events-block__picture img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.events-block__date {
  background-color: #009FE3;
  border-radius: 50%;
  display: block;
  left: -5.1rem;
  position: absolute;
  top: -5rem;
}
.events-block__date.-dark {
  background: #000;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.events-block__date .date {
  border-radius: 50%;
}

.events-block .date-picker table tbody, .events-block__date .date__wrap {
  -ms-flex-direction: column;
  flex-direction: column;
}

.events-block__content {
  border-left: 1px solid #009FE3;
  margin-left: 5rem;
  padding: 2.5rem 1rem 1rem 5.5rem;
  position: relative;
}
.events-block__content.-no-image {
  margin-top: 5rem;
}

.events-block__category {
  -ms-flex-item-align: center;
  align-self: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0 0 1rem;
}

.events-block__title {
  color: #000;
  font-size: 1.9rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
}

.events-block__teaser {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0;
}

.events-block .time-place__item {
  color: #000;
}
.events-block .time-place__item.-time {
  font-size: 1.5rem;
}
.events-block .time-place__item.-place {
  font-size: 1.2rem;
}

.events {
  background: #005BA9 no-repeat 50% 100%;
  background-size: cover;
  padding: 5rem 0 4rem;
}

body.tourism .events {
  background: #475469 no-repeat;
  background-size: cover;
}

.events .title-block {
  margin-bottom: 0.5rem;
}

.events-focus {
  position: relative;
}

.events-focus__share {
  bottom: auto;
  left: auto;
  position: absolute;
  right: 11.5rem;
  top: 11.8rem;
  z-index: 1;
}

.events-focus__wrap {
  background-color: #009FE3;
  display: -ms-flexbox;
  display: flex;
}

.events-focus__image {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.events-focus__image img {
  display: block;
}

.events-focus__content {
  box-shadow: inset 1rem 0 2.5rem 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: Barlow, sans-serif;
  padding: 21.5rem 11.5rem 14rem;
  position: relative;
  width: 63rem;
}

.events-focus__date {
  left: 0;
  position: absolute;
  top: 11rem;
  width: calc(100% - 17rem);
}

.events-focus__title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 3rem;
  margin: 0 0 1.5rem;
}

.events-focus__teaser {
  font-size: 1.8rem;
  font-weight: 300;
  margin: 1.5rem 0 0;
}

.events-focus__time {
  padding-top: 1.5rem;
  position: relative;
}
.events-focus__time:before {
  height: 0.1rem;
  width: 2.5rem;
  left: 0;
  position: absolute;
  top: 1.5rem;
  background-color: #fff;
  content: "";
}

.events__wrapper .links-group {
  margin-top: 3rem;
}

.events-block.-composite {
  margin: 0 -1rem;
  position: relative;
}
.events-block.-composite .events-block__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: auto;
  margin: 2rem 0 1rem;
  width: 25%;
}
.events-block.-composite .events-block__share {
  bottom: 0;
  left: 50%;
  position: absolute;
  right: auto;
  top: auto;
  transform: translate(-50%, 50%);
}
.events-block.-composite .events-block__share .share-block__button {
  padding: 0;
}
.events-block.-composite .events-block__picture {
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.events-block.-composite .events-block__picture img {
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: center;";
  object-fit: cover;
}

.tourism .events-block.-composite .events-block__picture {
	display: block;
	position: relative;
	padding-top: calc((194 / 290) * 100%);
}
.tourism .events-block.-composite .events-block__picture img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.events-focus__image img {
  height: 100%;
  width: 100%;
  font-family: "object-fit: cover; object-position: center;";
  object-fit: cover;
}

.events-block.-composite .events-block__content {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.events-block.-composite .events-block__category, .events-block.-composite .events-block__teaser, .events-block.-composite .events-block__title {
  color: #fff;
}
.events-block.-composite .time-place__item {
  color: #fff;
}
.events-block.-composite .time-place__item.-time:before {
  color: #fff;
}
.events-block.-composite .composite-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 1rem;
}
.events-block.-composite .swiper-container {
  padding-bottom: 4.5rem;
}
.events-block.-composite .swiper-container-horizontal {
  width: calc(100% - 7rem);
}

.events-block__control {
  position: absolute;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}
.events-block__control[data-fa-icon]:before {
  color: #bbc4d2;
  font-size: 3rem;
}
.events-block__control.-prev {
  left: 0;
}
.events-block__control.-next {
  right: 0;
}

.events-block .events-calendar form {
  margin: 0;
  padding: 0 1rem;
}
.events-block .events-calendar form:before {
  bottom: 3rem;
  z-index: 1;
}
.events-block .events-calendar form:after {
  bottom: 3rem;
  z-index: 0;
}
.events-block .static-datepicker {
  top: 0;
  width: 100% !important;
}
.events-block .date-picker {
  font-family: Barlow, sans-serif;
  z-index: 1;
}
.events-block .date-picker td.date-picker-highlight, .events-block .date-picker td[data-highlight] {
  background-color: #009FE3;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
}
.events-block .date-picker div {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.events-block .date-picker table {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  border-spacing: 0;
  color: #6c7179;
  font-family: Barlow, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  table-layout: fixed;
  width: 100%;
}
.events-block .date-picker table tbody {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.events-block .date-picker table tbody tr {
  padding: 1rem 2.5rem;
}
.events-block .date-picker table tbody td {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.events-block .date-picker tr {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.events-block .date-picker table tbody td {
  border-radius: 50%;
  height: 3rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-shadow: none;
  width: 3rem;
}
.events-block .date-picker .date-picker-selected-date {
  font-size: 1.6rem;
  font-weight: 300;
}
.events-block .date-picker table tbody td span {
  font-size: 1.6rem;
  font-weight: 300;
}
.events-block .date-picker table tbody td:hover {
  background-color: #6b5971;
  color: #fff;
}
.events-block .date-picker table td {
  background: 0 0;
  border: 0;
}

.events-block__control {
  background: 0 0;
  border: 0;
}

.events-block .date-picker tr {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.events-block .date-picker th {
  color: #000;
  font-size: 1.9rem;
  font-weight: 300;
}
.events-block .date-picker th span {
  color: #000;
  font-size: 1.9rem;
  font-weight: 300;
}
.events-block .date-picker .date-picker-title {
  padding: 3rem 0 2.2rem;
  position: relative;
  z-index: 1;
}
.events-block .date-picker .date-picker-title span {
  color: #000;
  display: inline-block;
  font-size: 1.9rem;
  font-weight: 300;
}
.events-block .date-picker .date-picker-thead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.events-block .date-picker .date-picker-thead tr:first-child {
  background-color: rgba(221, 225, 232, 0.8);
  -ms-flex-pack: center;
  justify-content: center;
}
.events-block .date-picker .date-picker-thead tr:last-child {
  background-color: #f7f8fb;
  height: 5.5rem;
  padding: 0 2.5rem;
}
.events-block .date-picker .date-picker-thead tr:last-child th {
  text-transform: uppercase;
}
.events-block .date-picker .date-picker-thead tr:nth-child(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 3.5rem;
  position: absolute;
  top: 2.2rem;
  width: 80%;
  z-index: 10;
}
.events-block .date-picker .date-picker-thead tr:nth-child(2) th:first-child, .events-block .date-picker .date-picker-thead tr:nth-child(2) th:last-child {
  display: none;
}
.events-block .date-picker .next-but, .events-block .date-picker .prev-but {
  color: #009FE3;
  cursor: pointer;
  display: inline-block;
  font-family: Barlow, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  text-align: center;
  width: 2rem;
}
.events-block .date-picker .next-but:active, .events-block .date-picker .next-but:hover {
  color: #29212b;
}
.events-block .date-picker .prev-but:active, .events-block .date-picker .prev-but:hover {
  color: #29212b;
}
.events-block .date-picker .date-picker-day-header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
}
.events-block .date-picker .month-out {
  border: 0;
}

.contact__infos .infos__item.-phone a, .events-block .date-picker .day-disabled {
  text-decoration: none;
}

.directory-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3rem -1rem 0;
}

.directory-block__item {
  background-color: #f4f4f4;
  -ms-flex-preferred-size: calc(50% - 2rem);
  flex-basis: calc(50% - 2rem);
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 2rem 1rem 0;
  position: relative;
}
.directory-block__item:after {
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  content: "";
}
.directory-block__item:before {
  height: 0;
  width: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  content: "";
  border-color: transparent #fff transparent transparent;
  border-width: 0 3.8rem 3.8rem 0;
}
.directory-block__item:after {
  border-color: transparent transparent transparent #dde1e8;
  border-width: 3.8rem 0 0 3.8rem;
}

.directory-block__wrap {
  padding: 3.5rem 2.5rem;
}

.directory-block__link {
  display: -ms-flexbox;
  display: flex;
}

.directory-block__picture {
  display: block;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1rem;
  max-width: 12rem;
}
.directory-block__picture img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.directory-block__category {
  color: #009FE3;
  display: inline-block;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.directory-block__title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.vote {
  background-color: #f0f0f0;
}

.vote__form {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.2rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
  width: 100%;
}

.vote .radio.-inline legend {
  font-size: inherit;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0.5em;
  text-transform: none;
}
.vote .radio.-inline label {
  font-size: inherit;
  line-height: 1.7rem;
}

.my-account__field input {
  margin: 0;
}

.vote fieldset {
  margin: 0;
}
.vote fieldset.vote__btn {
  margin-left: 4rem;
  padding-left: 4rem;
  position: relative;
}
.vote fieldset.vote__btn:before {
  background-color: #009FE3;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}

.same-category {
  margin: 3.5rem 0 4rem;
}

.same-category__wrapper {
  -ms-flex-align: center;
  align-items: center;
  background-color: #dde1e8;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  padding: 1.1rem 3rem;
  width: 100%;
}

.same-category__toggle {
  background-color: #fff;
  border: 0;
  color: #727272;
  cursor: pointer;
  display: none;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: Barlow, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  padding: 1.3rem 3rem;
  position: relative;
}
.same-category__toggle:after {
  content: "\f0d7";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  color: #009FE3;
  font-size: 1.8rem;
  margin-left: 0.5rem;
  transform: translateY(-50%);
}
.same-category__toggle[aria-expanded=true]:after {
  content: "\f0d8";
}
.same-category__toggle:focus, .same-category__toggle:hover {
  outline-offset: -0.1rem;
}

.same-category__title {
  color: #494949;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1em;
  margin: 0 3rem 0 0;
  text-transform: uppercase;
}

.same-category__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.-is-open .same-category__list {
  max-height: 35rem;
  opacity: 1;
  visibility: visible;
}

.same-category__item {
  float: left;
  margin: 0 0.3rem;
  vertical-align: middle;
}
.same-category__item a {
  border: 1px solid transparent;
  color: #494949;
  display: inline-block;
  font-size: 1em;
  padding: 0.6em;
}
.same-category__item a:focus, .same-category__item a:hover {
  border-color: #bbc4d2;
  outline-offset: 0;
}
.same-category__item a[aria-current=page] {
  border-color: #bbc4d2;
}

.widget {
  font-weight: 300;
  margin-bottom: 6rem;
}

.read-more p {
  margin-top: 0;
}

.widget > .title {
  margin-top: 0;
}
.widget:only-child {
  margin-bottom: 0;
}

.contact {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.contact:last-child {
  margin-bottom: 4rem;
}

/*.contact__wrap {
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f8fb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 1.4rem;
  margin-bottom: 3rem;
  text-align: left;
}*/

.contact__wrap {
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f8fb;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	font-size: 1.4rem;
	margin-bottom: 3rem;
	text-align: left;
	min-height: 190px;
}

.sidebar .contact__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.sidebar .contact__wrap .contact__meta {
  padding: 2.5rem 2.5rem 0;
}
.sidebar .contact__wrap .contact__infos {
  padding-bottom: 3rem;
}
.sidebar .contact__wrap .infos__item {
  font-size: 1.7rem;
  margin: 0 auto 1rem;
}

.contact__address span {
  display: block;
}

/*.contact__picture {
  display: block;
}
.contact__picture img {
  display: block;
}*/
.contact__picture {
	display: block;
	position: relative;
	width: 250px;
	height: 190px;
	/*padding-top: calc((190 / 250) * 100%);*/
}
.contact__picture img {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.contact__meta {
  padding: 1rem 4rem;
  width: 50%;
}

.contact__name {
  color: #000;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.contact__category, .contact__name strong {
  text-transform: uppercase;
}

.contact__category {
  color: #009FE3;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.contact__function {
  color: #494949;
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}

.contact__function-title {
  color: #009FE3;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.contact__address, .contact__teaser {
  color: #727272;
  font-size: 1.7rem;
  font-weight: 300;
  margin-top: 0.8rem;
}

.contact__infos {
  width: 30%;
}
.contact__infos .infos__item {
  color: #000;
  display: table;
  font-size: 1.7rem;
}
.contact__infos .infos__item.-email:before {
  content: "\f0e0";
}
.contact__infos .btn {
  margin-top: 1.4rem;
}

.contact.-second .contact__wrap {
  background-color: #f7f8fb;
}

.read-more__wrap {
  background-color: #f0f0f0;
  font-size: 1.4rem;
  padding: 3rem 2.5rem;
}

.read-more .list, .stratis-menu__toggle i {
  display: block;
}

.read-more__picture {
  display: block;
  margin: 0.5rem auto 0;
  max-width: 20rem;
}

.online-steps__image img, .online-steps__image picture {
  display: block;
  height: auto;
  width: 100%;
}

.read-more__picture img {
  display: block;
  height: auto;
  width: 100%;
}

.stratis-menu-trigger {
  bottom: 4rem;
  left: 2rem;
  position: fixed;
  right: auto;
  top: auto;
  transition: all 0.25s ease-in-out 0ms;
  background: #fff;
  border: 0;
  box-shadow: 0 0.2rem 1rem 0 rgba(0, 0, 0, 0.4);
  color: #000;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 300;
  overflow: hidden;
  padding: 1rem;
  z-index: 999;
}
.stratis-menu-trigger span {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  position: relative;
  z-index: 10;
  transition: all 0.25s ease-in-out 0ms;
}
.stratis-menu-trigger:after {
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.25s ease-in-out 0ms;
  background-color: #009FE3;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.stratis-menu-trigger:focus, .stratis-menu-trigger:hover {
  box-shadow: none;
  color: #fff;
}
.stratis-menu-trigger:focus:after, .stratis-menu-trigger:hover:after {
  left: 0;
}

.stratis-menu {
  bottom: auto;
  left: 0;
  position: fixed;
  right: auto;
  top: 0;
  transition: all 0.25s ease-in-out 0ms;
  background-color: #009FE3;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.4);
  margin: 0;
  padding: 0;
  transform: translateY(-130%);
  width: 100%;
  z-index: 999;
}
.stratis-menu.-is-visible {
  transform: translateY(0);
}

.stratis-menu__list {
  list-style: none;
  margin: 0 -0.5rem;
  padding: 0;
}

.stratis-menu__item {
  padding: 0 0.5rem;
  position: relative;
  z-index: 1;
}
.stratis-menu__item.-is-active {
  z-index: 5;
}
.stratis-menu__item.-is-active > .stratis-menu__submenu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  z-index: 1;
}

.stratis-menu__link {
  transition: all 0.25s ease-in-out 0ms;
  color: #fff;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.4rem;
  padding: 1rem 0.5rem;
  position: relative;
  text-decoration: none;
  z-index: 5;
}
.stratis-menu__link:focus, .stratis-menu__link:hover {
  background-color: #009FE3;
}

.stratis-menu__toggle {
  transition: all 0.25s ease-in-out 0ms;
  background: 0 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 1rem 0.5rem;
  position: relative;
  text-align: center;
  z-index: 5;
}

.stratis-menu__submenu {
  background-color: #009FE3;
}

.stratis-menu__toggle:focus, .stratis-menu__toggle:hover {
  background-color: #009FE3;
}

.stratis-menu__submenu {
  left: 0;
  position: absolute;
  top: 100%;
  transition: all 0.25s ease-in-out 0ms;
  list-style: none;
  margin: 0;
  min-width: 20rem;
  opacity: 0;
  padding: 0;
  transform: translateY(-1rem);
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.stratis-menu__submenu > .stratis-menu__item {
  padding: 0.3rem;
}
.stratis-menu__submenu .stratis-menu__link:focus, .stratis-menu__submenu .stratis-menu__link:hover {
  background-color: #f02d92;
}

.online-steps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.7rem;
  max-width: 31rem;
  padding-right: 7rem;
}
.online-steps .title.-secondary {
  color: #75617b;
  padding: 0;
}
.online-steps .title.-secondary:after {
  background-color: #009FE3;
  bottom: -1.2rem;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 5rem;
}
.online-steps .title.-secondary:before {
  content: none;
}

.online-steps__wrapper {
  margin-bottom: auto;
  padding-top: 1rem;
}

.-frame .online-steps__wrapper {
  padding-left: 3rem;
  padding-right: 3rem;
}

.online-steps__image {
  -ms-flex: 1 13 100%;
  flex: 1 13 100%;
  margin: 0;
  padding-top: 0.5rem;
}
.online-steps__image .caption {
  font-weight: 700;
  margin-top: 1em;
}

.online-steps__list {
  -ms-flex: 1 14 100%;
  flex: 1 14 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.online-steps__list li {
  padding: 0.7rem 1rem;
  position: relative;
}
.online-steps__list li:before {
  content: "\f105";
  color: #009FE3;
  font-size: 1em;
  left: 0;
  position: absolute;
}
.online-steps__list li + li:after {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 5rem;
}
.online-steps__list a {
  color: #000;
}

.my-account__field.-submit a:focus, .my-account__field.-submit a:hover {
  text-decoration: underline;
}

.online-steps__list a:focus, .online-steps__list a:hover {
  text-decoration: underline;
}

.online-steps .links-group {
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 23.5rem;
}

.online-payment {
  font-size: 1.7rem;
}
.online-payment:not(.-frame) .online-payment__wrapper {
  background-color: #f7f8fb;
}

.online-payment__wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  display: block;
  padding: 0 3rem;
}
.online-payment__wrapper:focus .btn, .online-payment__wrapper:hover .btn {
  background-color: #009FE3;
}
.online-payment__wrapper:focus .btn:before, .online-payment__wrapper:hover .btn:before {
  color: #fff !important;
}

.online-payment__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: 300;
  padding-left: 6rem;
  position: relative;
}
.online-payment__title svg {
  display: block;
  fill: #c9bacd;
  font-family: icons;
  font-weight: 400;
  height: 4rem;
  width: 4rem;
}

.job-block__publication.-large time, .location__information-descr b, .online-payment__title strong, .useful-info__column p b {
  font-weight: 700;
}

.online-payment__text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1.7rem;
  margin: 0;
  padding: 1.5em 0;
  position: relative;
}
.online-payment__text:before {
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.online-payment .btn {
  background-color: #009FE3;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.2), inset 0 -5px 3px 0 rgba(0, 0, 0, 0.1);
  display: block;
  font-weight: 400;
  height: 3.4rem;
  margin: 2rem auto 0;
  padding: 0;
  position: relative;
  width: 3.4rem;
  transition: all 0.4s ease-in-out 0ms;
}
.online-payment .btn:before {
  color: #fff;
  font-size: 1.6rem;
}

.my-account {
  font-size: 1.5rem;
}
.my-account:not(.-frame) .my-account__wrapper {
  background-color: #f7f8fb;
}
.my-account.-frame .my-account__form {
  margin-bottom: 2rem;
}

.my-account__wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2rem 3rem 3rem;
}

.my-account__text {
  margin: 0 0 2rem;
}

.my-account__field {
  margin-bottom: 0.71429em;
  padding-left: 4rem;
  position: relative;
}
.my-account__field:before {
  color: #c9bacd;
  font-family: icons;
  font-size: 3rem;
  font-weight: 400;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  top: 50%;
}
.my-account__field.-login:before {
  content: "\e036";
}
.my-account__field.-password:before {
  content: "\e035";
}
.my-account__field.-submit {
  padding: 0;
  text-align: right;
}
.my-account__field.-submit:before {
  content: none;
}
.my-account__field.-submit a {
  color: #bbc4d2;
  font-style: italic;
  font-size: 0.86667em;
  margin-right: 1.5em;
}

.my-account__allready {
  background-color: #009FE3;
  color: #fff;
  display: block;
  padding: 3rem 7rem 3rem 4rem;
  position: relative;
}
.my-account__allready:focus .btn:before, .my-account__allready:hover .btn:before {
  color: #009FE3 !important;
}
.my-account__allready h4 {
  font-family: Barlow Condensed, sans-serif;
  text-transform: uppercase;
}

.quick-links-demarches__list a {
  font-family: Barlow Condensed, sans-serif;
  text-transform: uppercase;
}

.my-account__allready h4 {
  font-size: 1.33333em;
  margin: 0 0 0.5em;
}
.my-account__allready p {
  font-weight: 300;
  margin: 0;
}
.my-account__allready .btn {
  position: absolute;
  right: 3rem;
  top: 50%;
  background-color: #009FE3;
  border: 0;
  display: block;
  font-weight: 400;
  height: 3.4rem;
  padding: 0;
  transform: translateY(-50%);
  width: 3.4rem;
}
.my-account__allready .btn:before {
  transition: all 0.4s ease-in-out 0ms;
  color: #fff;
  font-size: 1.6rem;
}

.quick-links-demarches {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 7rem;
  max-width: 41rem;
}
.quick-links-demarches .title.-secondary {
  color: #75617b;
  padding: 0;
}
.quick-links-demarches .title.-secondary:after {
  background-color: #009FE3;
  bottom: -1.2rem;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 5rem;
}
.quick-links-demarches .title.-secondary:before {
  content: none;
}

.quick-links-demarches__list {
  list-style: none;
  margin: 1.5rem 0 0;
  max-width: 34rem;
  overflow: hidden;
  padding: 0;
}
.quick-links-demarches__list li {
  border-width: 1px 0 0;
  overflow: hidden;
  position: relative;
  width: 33.33333%;
}
.quick-links-demarches__list a {
  color: #75617b;
  display: block;
  font-size: 1.4em;
  height: 100%;
  padding: 3rem 0.5rem;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
  transition: color 0.3s ease-in-out 0ms;
}
.quick-links-demarches__list a:focus span, .quick-links-demarches__list a:focus svg {
  color: #475469;
}
.quick-links-demarches__list a:hover span, .quick-links-demarches__list a:hover svg {
  color: #475469;
}
.quick-links-demarches__list a:focus:after, .quick-links-demarches__list a:focus:before {
  background-color: #009FE3;
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  top: 1.5rem;
  transform: translateX(-50%);
  width: 3rem;
  transition: color 0.3s ease-in-out 0ms;
}
.quick-links-demarches__list a:hover:after, .quick-links-demarches__list a:hover:before {
  background-color: #009FE3;
  content: "";
  display: block;
  height: 0.1rem;
  left: 50%;
  position: absolute;
  top: 1.5rem;
  transform: translateX(-50%);
  width: 3rem;
  transition: color 0.3s ease-in-out 0ms;
}
.quick-links-demarches__list a:focus:after, .quick-links-demarches__list a:hover:after {
  bottom: 1.5rem;
  top: auto;
}
.quick-links-demarches__list a:active, .quick-links-demarches__list a:focus {
  outline: 1px dashed #009FE3;
  outline-offset: -1px;
}
.quick-links-demarches__list a[class^=-slide-in] {
  color: #475469;
}
.quick-links-demarches__list a[class^=-slide-in] svg {
  fill: #475469;
}
.quick-links-demarches__list a[class^=-slide-out] {
  color: #75617b;
}
.quick-links-demarches__list a[class^=-slide-out] svg {
  fill: #009FE3;
}
.quick-links-demarches__list svg {
  display: block;
  fill: #009FE3;
  font-family: icons;
  font-weight: 400;
  height: 3.5rem;
  margin: 0 auto 1rem;
  position: relative;
  text-align: inherit;
  width: 3.5rem;
  z-index: 1;
  transition: fill 0.3s ease-in-out 0ms;
}
.quick-links-demarches__list svg:focus:focus, .quick-links-demarches__list svg:focus:hover {
  fill: #475469;
}
.quick-links-demarches__list svg:hover:hover {
  fill: #475469;
}
.quick-links-demarches__list span {
  color: #75617b;
  display: block;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

.-slide-in-top:after {
  animation-name: g;
}

.-slide-out-top:after {
  animation-name: h;
}

.-slide-in-right:after {
  animation-name: i;
}

.-slide-out-right:after {
  animation-name: j;
}

.-slide-in-bottom:after {
  animation-name: k;
}

.-slide-out-bottom:after {
  animation-name: l;
}

.-slide-in-left:after {
  animation-name: m;
}

.-slide-out-left:after {
  animation-name: n;
}

.report-incident {
  background-color: #75617b;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.report-incident.-has-shadow {
  margin-bottom: 4rem;
  position: relative;
}
.report-incident.-has-shadow:after, .report-incident.-has-shadow:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}

.reviews.-is-vertical .reviews-item:after, .reviews.-is-vertical .reviews-item:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}
.reviews.-is-vertical .reviews-item:after, .reviews.-is-vertical .reviews-item:before {
  height: 1.5rem;
}

.report-incident.-has-shadow:before {
  left: 6rem;
}

.reviews.-is-vertical .reviews-item:before {
  left: 6rem;
  transform: rotate(-3deg) skewX(-60deg);
}

.report-incident.-has-shadow:after {
  right: 6rem;
  height: 2.5rem;
}

.reviews.-is-vertical .reviews-item:after {
  right: 6rem;
  transform: rotate(3deg) skewX(60deg);
}

.report-incident.-has-shadow:before {
  height: 2.5rem;
  transform: rotate(-1deg) skewX(-60deg);
}
.report-incident.-has-shadow:after {
  transform: rotate(1deg) skewX(60deg);
  visibility: visible;
}

.report-incident__title {
  color: #fff;
  font-size: 1.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 300;
  line-height: 3rem;
  position: relative;
  text-transform: uppercase;
}
.report-incident__title:before {
  content: "\e037";
  color: #cae9a2;
  font-family: icons;
  font-size: 3rem;
  font-weight: 400;
  margin-right: 1rem;
  vertical-align: -0.25em;
}

.report-incident__form {
  border: solid rgba(255, 255, 255, 0.3);
  border-width: 1px 0 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  padding: 2rem 0 1rem;
}
.report-incident__form label {
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.report-incident__form .form__field-wrapper {
  margin: 0;
}
.report-incident__form select {
  background-color: #75617b;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320'%3E%3Cpath d='M41 96.5h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L24 137.5c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E");
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-style: 400;
  font-weight: 300;
  width: 100%;
}
.report-incident__form button {
  transition: all 0.4s ease-in-out 0ms;
  color: #fff;
  white-space: nowrap;
}
.report-incident__form button:before {
  content: "\f00c";
  transition: color 0.4s ease-in-out 0ms;
  color: #c9bacd;
  margin-right: 0.5rem;
}

.reviews {
  margin: 5.5rem 0 8rem;
}

.reviews__wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5rem;
}

.reviews-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 2.5rem;
  width: 33.3333%;
}

.reviews-item__wrapper {
  display: -ms-flexbox;
  display: flex;
}

.reviews-item__picture {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2rem;
}
.reviews-item__picture img {
  display: block;
  font-family: "object-fit: cover; object-position: center;";
  object-fit: cover;
  height: auto;
  width: 100%;
}

.reviews-item__content {
  color: #000;
  font-family: Barlow Condensed, sans-serif;
}

.reviews-item__quote {
  font-family: Barlow, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 300;
  margin: 1rem 0 1.5rem;
  padding-top: 4.9rem;
  position: relative;
}
.reviews-item__quote:before {
  content: "\f10d";
  left: 0;
  position: absolute;
  top: -2rem;
  color: #009FE3;
  font-size: 6rem;
}

.reviews-item__title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
  padding-top: 1.5rem;
  position: relative;
}
.reviews-item__title:before {
  left: -4.5rem;
  position: absolute;
  top: 0;
  height: 0.1rem;
  width: 8.5rem;
  background-color: #009FE3;
  content: "";
}

.location .title span, .reviews-item__title span {
  text-transform: uppercase;
}

.reviews-item__function {
  color: #777;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  margin: 0.5rem 0 0;
}

.reviews.-has-bg {
  background-color: #f6f6f6;
  margin: 0;
  padding: 5rem 0 7rem;
}
.reviews.-is-vertical > .container {
  position: relative;
  z-index: 1;
}
.reviews.-is-vertical .reviews__wrapper {
  margin: 0 -0.75rem;
}
.reviews.-is-vertical .reviews-item {
  background-color: #fff;
  margin: 0 0.75rem;
  padding: 3rem 3rem 4.5rem;
  width: calc(33.3333% - 6rem);
  position: relative;
}
.reviews.-is-vertical .reviews-item__wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}
.reviews.-is-vertical .reviews-item__picture {
  margin-right: 0;
}
.reviews.-is-vertical .reviews-item__picture:before {
  content: "\f10d";
  left: 0;
  position: absolute;
  top: 50%;
  color: #009FE3;
  font-size: 6rem;
  height: 6.9rem;
  transform: translateY(-50%);
  z-index: 1;
}
.reviews.-is-vertical .reviews-item__quote:before, .reviews.-is-vertical .reviews-item__title:before {
  content: none;
}
.reviews.-is-vertical .reviews-item__quote {
  padding-top: 2.5rem;
}
.reviews.-is-horizontal .reviews__wrapper {
  margin: 0 -1.5rem;
}
.reviews.-is-horizontal .reviews-item {
  margin: 0 1.5rem;
  padding: 3rem;
}
.reviews.-is-horizontal .reviews-item__wrapper {
  -ms-flex-direction: row;
  flex-direction: row;
}
.reviews.-is-horizontal .reviews-item__picture {
  margin-right: 1.5rem;
}
.reviews.-is-horizontal .reviews-item__picture:before {
  bottom: 4.5rem;
  position: absolute;
  right: 0;
  transform: translateY(0);
}

.projects {
  margin: 5.5rem 0 2rem;
}

.projects__items {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem;
}

.projects__item {
  background-color: #c9bacd;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin: 0 1rem;
  padding: 3.5rem 3.5rem 1.5rem;
  width: 33.3333%;
}
.projects__item:first-child {
  background: linear-gradient(180deg, #009FE3 0, #bc0e68);
}
.projects__item:nth-child(2) {
  background: linear-gradient(180deg, #75617b 0, #68566e);
}
.projects__item:nth-child(3) {
  background: linear-gradient(180deg, #009FE3 0, #c60f6e);
}

.projects__info-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
}

.projects__info-image {
  height: 4.2rem;
  width: auto;
  display: block;
  margin-right: 1rem;
}

.projects__info-content {
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 1.8rem;
}

.projects__info-title {
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.projects__info-subtitle {
  font-weight: 300;
  margin: 0;
}

.projects__info-link {
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.my-city__info .infos__item a:focus, .my-city__info .infos__item a:hover {
  text-decoration: underline;
}

.ontheweb-block__title:focus a, .ontheweb-block__title:hover a {
  text-decoration: underline;
}

.projects__info-link:focus, .projects__info-link:hover {
  text-decoration: underline;
}
.projects__info-link:before {
  content: "\f105";
  margin-right: 0.5rem;
}

.projects__focus {
  margin-top: 2rem;
  position: relative;
}

.projects__focus-wrapper {
  height: 100%;
  width: 100%;
}

.projects__focus-image {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.projects__focus-image img {
  height: auto;
  width: 100%;
  display: block;
  font-family: "object-fit: cover; object-position: center;";
  object-fit: cover;
}

.projects__focus-info {
  bottom: 0;
  position: absolute;
  right: 3rem;
  background-color: rgba(245, 245, 245, 0.8);
  max-width: 31rem;
}

.projects__focus-info__wrapper {
  font-family: Barlow, sans-serif;
  padding: 8rem 3rem 3rem;
}

.projects__focus-share {
  position: absolute;
  right: 0.9rem;
  top: 2.3rem;
}

.projects__focus .share-block.-transparent .share-block__button {
  border-color: #009FE3;
  padding: 0;
}

.projects__focus-category {
  left: -1.5rem;
  position: absolute;
  top: 3rem;
  background-color: #009FE3;
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  padding: 0.7rem 1.2rem;
  text-transform: uppercase;
}
.projects__focus-category:before {
  border-color: transparent #3f3f3f transparent transparent;
  border-style: solid;
  border-width: 0 15px 15px 0;
  bottom: -1.5rem;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.projects__focus-title {
  color: #000;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
}

.projects__focus-teaser {
  color: #000;
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 1.5rem;
}

.projects__focus__control {
  position: absolute;
  top: 50%;
  background: 0 0;
  border: 0;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 5;
}
.projects__focus__control[data-fa-icon]:before {
  color: #f7f8fb;
  font-size: 3rem;
}
.projects__focus__control.-prev {
  left: 0;
}
.projects__focus__control.-next {
  right: 0;
}

.projects.-is-vertical .projects__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.projects.-is-vertical .projects__items {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0 0 1rem;
  width: 40rem;
}
.projects.-is-vertical .projects__item {
  margin: 0 0 1rem;
  width: 100%;
}
.projects.-is-vertical .projects__item:last-child {
  margin-bottom: 0;
}
.projects.-is-vertical .projects__focus {
  margin-top: 0;
  min-height: 45.5rem;
  width: calc(100% - 40rem);
}
.projects.-is-vertical .projects__focus-image img {
  height: 100%;
}
.projects.-is-vertical .projects__focus-info {
  bottom: 0;
  left: 3rem;
  position: absolute;
}

.next-council, .next-council__wrapper {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.next-council {
  margin: 2.5rem 0 5rem;
}

.next-council__wrapper {
  background-color: #f0f0f0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 4rem;
}
.next-council__wrapper.-has-shadow {
  position: relative;
}
.next-council__wrapper.-has-shadow:after {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}
.next-council__wrapper.-has-shadow:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
  left: 6rem;
  transform: rotate(-3deg) skewX(-60deg);
}
.next-council__wrapper.-has-shadow:after {
  right: 6rem;
  transform: rotate(3deg) skewX(60deg);
}

.next-council__title {
  color: #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  padding: 1rem 3rem 1rem 4rem;
  position: relative;
  text-transform: uppercase;
  width: 22.5rem;
}
.next-council__title:before {
  content: "\e01f";
  left: 0;
  position: absolute;
  top: 1.1rem;
  color: #009FE3;
  font-family: icons;
  font-size: 3.7rem;
  font-weight: 300;
  margin-right: 1rem;
}

.next-council__content {
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(187, 196, 210, 0.2);
  border-right: 1px solid rgba(187, 196, 210, 0.2);
  display: -ms-flexbox;
  display: flex;
  font-family: Barlow, sans-serif;
  padding: 1rem 3rem;
}

.next-council__date {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
  margin: 0;
}

.next-council__place {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6rem;
  margin: 0;
}

.next-council__agenda {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 4.5rem;
}

.next-council__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 2rem;
}

.next-council__discussion {
  margin-right: 1rem;
}
.next-council__discussion[data-fa-icon]:before {
  color: #c9bacd;
}

.ontheweb-block {
  padding: 5.5rem 0 3rem;
}

.ontheweb-block__container {
  position: relative;
}
.ontheweb-block__container.-boxed {
  background-color: #fff;
  padding: 3rem 2rem 2.5rem;
}

.ontheweb-block__carousel {
  width: calc(100% - 3.2rem);
}

.ontheweb-block__wrapper {
  display: -ms-flexbox;
  display: flex;
}

.ontheweb-block__item {
  box-sizing: border-box;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 20%;
}

.ontheweb-block__link {
  box-sizing: border-box;
  padding: 0 1.5rem;
}
.ontheweb-block__link:focus .ontheweb-block__text, .ontheweb-block__link:hover .ontheweb-block__text {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
.ontheweb-block__link:focus .ontheweb-block__picture:before, .ontheweb-block__link:hover .ontheweb-block__picture:before {
  transition: all 0.25s ease-in-out 0ms;
  background-color: rgba(201, 233, 160, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ontheweb-block__image {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.ontheweb-block__image:before {
  transition: all 0.25s ease-in-out 0ms;
  background-color: #009FE3;
  bottom: 0;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.ontheweb-block__image:after {
  border: 0.8rem solid transparent;
  border-top: 0.8rem solid #009FE3;
  bottom: -1.6rem;
  content: "";
  left: 1.2rem;
  position: absolute;
}

.location__map .map-area__figure img, .ontheweb-block__image img {
  display: block;
  height: auto;
  width: 100%;
}

.ontheweb-block__text, .ontheweb-block__title {
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
}

.ontheweb-block__text {
  transition: all 0.25s ease-in-out 0ms;
  background-color: #009FE3;
  bottom: 0;
  color: #fff;
  font-weight: 400;
  left: 0;
  opacity: 0;
  padding: 0.5rem 0;
  position: absolute;
  text-align: center;
  transform: scaleY(0);
  transform-origin: bottom center;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}

.ontheweb-block__title {
  color: #000;
  font-weight: 300;
  margin: 2rem 0 0;
  text-transform: uppercase;
}
.ontheweb-block__title a {
  color: #000;
}

.ontheweb-block__control {
  position: absolute;
  top: 7rem;
  background: 0 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  transform: translateY(-50%);
}
.ontheweb-block__control[data-fa-icon]:before {
  color: #bbc4d2;
  font-size: 2.4rem;
}

.quicklinks-block__control[data-fa-icon]:before {
  color: #bbc4d2;
  font-size: 2.4rem;
}

.ontheweb-block__control.-prev {
  left: 0;
}
.ontheweb-block__control.-next {
  right: 0;
}

.ontheweb-block.-grey {
  background-color: #f7f8fb;
}
.ontheweb-block.-grey .ontheweb-block__carousel {
  width: calc(100% - 5.2rem);
}
.ontheweb-block.-grey .ontheweb-block__item {
  padding: 0 0.8rem;
}
.ontheweb-block.-grey .ontheweb-block__control {
  position: absolute;
  top: 10rem;
}
.ontheweb-block.-grey .ontheweb-block__control.-prev {
  left: 2rem;
}
.ontheweb-block.-grey .ontheweb-block__control.-next {
  right: 2rem;
}

.quicklinks-block {
  font-family: Barlow Condensed, sans-serif;
  padding: 5.5rem 0 3rem;
}

.quicklinks-block__container {
  position: relative;
}
.quicklinks-block__container.-boxed {
  background-color: #fff;
  padding: 3rem 2rem 2.5rem;
}

.quicklinks-block__carousel {
  width: calc(100% - 3.2rem);
}

.quicklinks-block .quicklinks-block__item {
  margin-bottom: 2rem;
  text-align: center;
  width: 20%;
}

.quicklinks-block__link {
  color: #000;
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 3rem;
}
.quicklinks-block__link span {
  display: block;
  margin-top: 1rem;
}
.quicklinks-block__link:focus .quicklinks-block__svg-wrapper, .quicklinks-block__link:hover .quicklinks-block__svg-wrapper {
  box-shadow: 0.2rem 0.2rem 0.6rem 0 rgba(0, 0, 0, 0.29);
}
.quicklinks-block__link:focus .quicklinks-block__svg-wrapper:after, .quicklinks-block__link:hover .quicklinks-block__svg-wrapper:after {
  transform: scale(1);
}
.quicklinks-block__link:focus .quicklinks-block__svg-wrapper svg, .quicklinks-block__link:hover .quicklinks-block__svg-wrapper svg {
  fill: #fff;
}

.quicklinks-block__svg {
  position: relative;
}
.quicklinks-block__svg:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.quicklinks-block__svg-wrapper {
  transition: box-shadow 0.25s ease-in-out 0ms;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #f7f8fb;
  border-radius: 50%;
}
.quicklinks-block__svg-wrapper:after {
  transition: transform 0.25s ease-in-out 0ms;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, #009FE3 0, #bc0e68);
  border-radius: 50%;
  content: "";
  display: block;
  transform: scale(0);
  z-index: 0;
}
.quicklinks-block__svg-wrapper svg {
  transition: fill 0.25s ease-in-out 0ms;
  bottom: inherit;
  left: 50%;
  position: absolute;
  right: inherit;
  top: 50%;
  fill: #c9bacd;
  height: 20%;
  transform: translate(-50%, -50%);
  width: 20%;
  z-index: 1;
}

.quicklinks-block__control {
  position: absolute;
  top: 50%;
  background: 0 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  transform: translateY(-50%);
}
.quicklinks-block__control.-prev {
  left: 0;
}
.quicklinks-block__control.-next {
  right: 0;
}

.menu-floating {
  bottom: auto;
  left: auto;
  position: fixed;
  right: 0;
  top: 30%;
  list-style: none;
  padding-left: 0;
  transform: translateX(100%) translateX(-6rem);
  z-index: 100;
}

.menu-floating__item {
  background-color: rgba(201, 186, 205, 0.9);
  margin-bottom: 0.1rem;
  padding-right: 1rem;
  transform: translateX(0);
  transition: transform 0.4s ease;
}
.menu-floating__item:focus, .menu-floating__item:hover {
  background-color: #009FE3;
  transform: translateX(-100%) translateX(6rem);
}
.menu-floating__item:focus .menu-floating__link:after, .menu-floating__item:hover .menu-floating__link:after {
  content: "";
}
.menu-floating__item:focus .menu-floating__icon, .menu-floating__item:hover .menu-floating__icon {
  background-color: #009FE3;
}

.one-click-panel .one-click-panel__close:focus:active, .one-click-panel .one-click-panel__close:hover:active {
  background-color: #009FE3;
}

.menu-floating__icon {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.menu-floating__link {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  overflow: hidden;
  z-index: 7;
}
.menu-floating__link:after {
  height: 100%;
  width: 1rem;
  left: 4rem;
  position: absolute;
  top: 0;
  box-shadow: 1rem 0 1rem 0 rgba(0, 0, 0, 0.7);
  display: block;
  transform: rotate(4deg);
}

.menu-floating__icon {
  height: 6rem;
  width: 6rem;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem;
  z-index: 5;
}
.menu-floating__icon svg {
  height: 2.5rem;
  width: 2.5rem;
  fill: #fff;
  line-height: 6rem;
}

.job-block__item {
  font-family: Barlow, sans-serif;
  margin-top: 5rem;
}

.job-block__category, .job-block__publication.-large {
  color: #009FE3;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.job-block__category {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 700;
  margin: 0 0 0.2rem;
}

.job-block__title {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0.2rem 0 1rem;
}

.job-block__publication {
  color: #727272;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
  margin: 0;
}
.job-block__publication.-large {
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin: 1rem 0 1.3rem;
}

.job-block__teaser {
  color: #000;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 1.3rem 0 1rem;
}

.job-single {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.job-single__listitems {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 50%;
}

.job-single__apply {
  height: 4rem;
  width: 15rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

.interests.-no-image .interests__form {
  width: 100%;
}
.interests.-no-image .interests__question {
  width: 100%;
  margin-bottom: 2rem;
}

.interests__question {
  margin-right: 3.5rem;
  width: 25rem;
}

.interests__question-img, .location__list figure img {
  display: block;
}

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

.interests__question-caption {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 300;
  margin: 1.5rem 0 0;
}

.interests__form {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  width: calc(100% - 28.5rem);
}
.interests__form .checkbox, .interests__form .radio {
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.interests-results__title {
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
  text-transform: uppercase;
}

.interests-results__message, .interests-results__title {
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 1.8rem;
}

.interests-results__message {
  font-weight: 300;
  margin: 1rem 0;
}

.interests-results__chart-wrapper {
  margin-top: 2rem;
  position: relative;
}

.interests-results__chart-canvas {
  background-color: #fff;
  height: 18rem;
  position: relative;
  width: 18rem;
  z-index: 0;
}
.interests-results__chart-canvas:after {
  border-radius: 50%;
  bottom: 1.5rem;
  box-shadow: 0 20rem 9.2rem 2.3rem rgba(0, 0, 0, 0.2);
  content: "";
  height: 18rem;
  left: -0.6rem;
  position: absolute;
  transform: scaleY(0.1) scaleX(0.6) skew(6deg);
  transform-origin: center bottom;
  width: 18rem;
  z-index: -1;
}

.interests-results__chart-data {
  padding-left: 3rem;
  width: calc(100% - 18rem);
}

.chart-data {
  padding: 0;
}

.chart-data__item {
  color: #494949;
  font-family: Barlow, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
  padding-left: 3rem;
  position: relative;
}
.chart-data__item strong {
  display: inline-block;
  font-weight: 700;
  margin-right: 0.5rem;
  min-width: 3.2rem;
}
.chart-data__item:last-child {
  margin-bottom: 0;
}

.location__list .list li:last-child {
  margin-bottom: 0;
}

.chart-data__colorbox {
  height: 0.7rem;
  width: 2.5rem;
  display: block;
  left: 0;
  position: absolute;
  top: 0.5rem;
}

.chart-data__item:first-child .chart-data__colorbox {
  background-color: #890007;
}
.chart-data__item:nth-child(2) .chart-data__colorbox {
  background-color: #ca000a;
}
.chart-data__item:nth-child(3) .chart-data__colorbox {
  background-color: #e27076;
}
.chart-data__item:nth-child(4) .chart-data__colorbox {
  background-color: #eca0a4;
}

.interests-block {
  padding: 3.5rem 0 7rem;
}
.interests-block .links-group.-rect {
  margin-top: 3rem;
}
.interests-block.-grey {
  background-color: #f6f6f6;
}

.interests-block__wrapper {
  margin: 0 -1.5rem;
  position: relative;
  z-index: 0;
}
.interests-block__wrapper.-has-dynamic-content {
  margin: 0;
}
.interests-block__wrapper.-has-separator {
  margin: 0;
}
.interests-block__wrapper.-has-separator .interests-block__results {
  padding: 0.5rem 2.5rem 1.5rem;
}
.interests-block__wrapper.-has-separator .interests-block__vote {
  padding: 0.5rem 2.5rem 1.5rem;
  position: relative;
}
.interests-block__wrapper.-has-separator .interests-block__vote:after {
  position: absolute;
  right: -1.5rem;
  top: 0;
  background-color: #ccc;
  content: "";
  display: block;
  height: 100%;
  width: 0.1rem;
}
.interests-block__wrapper.-has-dynamic-content .interests-block__results, .interests-block__wrapper.-has-dynamic-content .interests-block__vote {
  margin: 0;
  width: 100%;
}

.interests-block__dynamic {
  background-color: #fff;
  padding: 3rem;
  width: 50%;
}

.interests-block__image {
  width: 50%;
}
.interests-block__image img {
  display: block;
  font-family: "object-fit: cover; object-position: center;";
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.interests-block__results, .interests-block__vote {
  transition: all 0.25s ease-in-out 0ms;
  margin: 0 1.5rem;
  width: calc(50% - 3rem);
}

.interests-block__results.-is-hidden, .interests-block__vote.-is-hidden {
  max-height: 0;
  overflow: hidden;
}

.interests-block__results.-boxed, .interests-block__vote.-boxed {
  background-color: #fff;
  padding: 3rem;
}

.interests-block__results.-has-shadow, .interests-block__vote.-has-shadow {
  position: relative;
}

.interests-block__results.-has-shadow:after, .interests-block__results.-has-shadow:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}

.interests-block__vote.-has-shadow:after, .interests-block__vote.-has-shadow:before {
  background-color: transparent;
  bottom: 2rem;
  box-shadow: 0 2rem 1.5rem 0 rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  width: calc(40% - 3rem);
  z-index: -1;
}

.interests-block__results.-has-shadow:before, .interests-block__vote.-has-shadow:before {
  left: 6rem;
  transform: rotate(-3deg) skewX(-60deg);
}

.interests-block__results.-has-shadow:after, .interests-block__vote.-has-shadow:after {
  right: 6rem;
  transform: rotate(3deg) skewX(60deg);
}

.organigramme {
  margin: 9.5rem 0 8rem;
}

.organigramme__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.organigramme__item {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.organigramme__picture {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 2rem;
}
.organigramme__picture img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

.organigramme__position {
  color: #75617b;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

.organigramme__name {
  margin: 0 0 1.5rem;
  color: #009FE3;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.organigramme__title {
  margin: 0 0 1.5rem;
  color: #009FE3;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 1.5rem 0 1rem;
}

.organigramme__function {
  color: #6c7179;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0.5rem 0;
}

.organigramme__teaser {
  color: #6c7179;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0.5rem 0;
  font-size: 1.6rem;
  margin: 1.5rem 0;
}

.organigramme__links {
  margin-top: 1.5rem;
}

.organigramme__link {
  margin-bottom: 1rem;
  min-height: 4rem;
  min-width: 4rem;
  vertical-align: top;
}
.organigramme__link[data-fa-icon]:before {
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.organigramme__link:not(:last-child) {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  margin-right: 1rem;
  position: relative;
}
.organigramme__link:not(:last-child):after, .organigramme__link:not(:last-child):before {
  text-indent: 0;
}
.organigramme__link:not(:last-child)[data-fa-icon]:before {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social-wall {
  margin: 7rem 0 2rem;
}

.social-wall__grid {
  margin: 0 -1rem;
  padding: 0;
}

.social-wall .tabs__panel {
  background: 0 0;
}
.social-wall .tabs__list {
  border: 0;
  margin-bottom: 2rem;
}
.social-wall .tabs__trigger {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  height: 3.5rem;
  width: 3.5rem;
  background: linear-gradient(180deg, #f7f8fb 0, #e2e5f0);
  border-radius: 50%;
  color: #009FE3;
  margin-left: 0.5rem;
}
.social-wall .tabs__trigger:after {
  text-indent: 0;
}
.social-wall .tabs__trigger:before {
  text-indent: 0;
  border-radius: 50%;
  z-index: 0;
}
.social-wall .tabs__trigger:after {
  content: "";
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
  color: currentColor;
  display: block;
  font-size: 1.6rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.social-wall .tabs__trigger.-facebook:after {
  content: "\f39e";
}
.social-wall .tabs__trigger.-twitter:after {
  content: "\f099";
}
.social-wall .tabs__trigger.-instagram:after {
  content: "\f16d";
}
.social-wall .tabs__trigger.-youtube:after {
  content: "\f167";
}
.social-wall .tabs__trigger.-tous:after {
  content: "Tous";
  font-family: Barlow Condensed, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.social-wall .tabs__trigger.-current, .social-wall .tabs__trigger:active, .social-wall .tabs__trigger:hover {
  color: #fff;
}

.social-card {
  padding: 1rem;
  position: relative;
  width: 100%;
}

.social-card__link {
  height: 100%;
}
.social-card__link * {
  color: #bbc4d2;
  font-size: 1.3rem;
}

.social-card__image {
  display: block;
  overflow: hidden;
  width: 100%;
}
.social-card__image img {
  display: block;
  font-family: "object-fit: cover; object-position: center;";
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.social-card__wrapper {
  padding-top: 2rem;
}
.social-card__wrapper .hashtag {
  margin-top: -1em;
}

.social-card__reposted {
  margin-top: 0;
}
.social-card__reposted:before {
  content: "\f079";
  color: #0c9;
  margin-right: 0.5rem;
}

.social-card__readmore {
  margin-top: -0.5em;
}

.social-card__header {
  margin-bottom: 1rem;
}

.social-card__header-logo {
  border: 1px solid rgba(187, 196, 210, 0.5);
  display: block;
  float: left;
  margin-right: 1rem;
  width: 4rem;
}

.social-card__header-title {
  font-size: 1.5rem;
  margin: 0 0 0.25em;
}

.social-card__footer {
  display: -ms-flexbox;
  display: flex;
  font-family: Barlow Condensed, sans-serif;
  text-transform: uppercase;
}

.my-city__title a, .social-card__footer-posted-on, .social-card__footer-type {
  color: inherit;
}

.social-card.-youtube .social-card__image {
  position: relative;
}
.social-card.-youtube .social-card__image:before {
  content: "\f04b";
  height: 4.5rem;
  width: 4.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  background-color: rgba(196, 48, 43, 0.75);
  border-radius: 50%;
  color: #fff;
  line-height: 4.5rem;
  margin-left: -2.25rem;
  margin-top: -2.25rem;
  padding: 0.1em 0 0 0.1em;
  text-align: center;
  z-index: 100;
}

.social-wall.-variation-1 .social-card {
  min-height: 28.5rem;
}
.social-wall.-variation-1 .social-card__link {
  border: 1px solid #bbc4d2;
  position: relative;
}
.social-wall.-variation-1 .social-card__wrapper {
  padding: 3rem 3rem 4rem;
}
.social-wall.-variation-1 .social-card__footer {
  padding: 1.8rem 3rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.social-wall.-variation-1 .social-card__footer:before {
  content: "";
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
  border-right: 1px solid #bbc4d2;
  display: block;
  margin-right: 0.5em;
  padding-right: 0.5em;
}
.social-wall.-variation-1 .social-card.-facebook .social-card__footer:before {
  color: #3b5998;
  content: "\f39e";
}
.social-wall.-variation-1 .social-card.-twitter .social-card__footer:before {
  color: #00acee;
  content: "\f099";
}
.social-wall.-variation-1 .social-card.-instagram .social-card__footer:before {
  color: #4c68d7;
  content: "\f16d";
}
.social-wall.-variation-1 .social-card.-youtube .social-card__footer:before {
  color: #c4302b;
  content: "\f167";
}
.social-wall.-variation-1 .social-card.-instagram .social-card__link {
  overflow: hidden;
}
.social-wall.-variation-1 .social-card.-instagram .social-card__image {
  bottom: 5rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.social-wall.-variation-1 .social-card.-instagram .social-card__wrapper {
  background-color: rgba(0, 0, 0, 0.75);
  height: calc(100% - 5rem);
  opacity: 0;
  position: relative;
  z-index: 5;
  transition: all 0.4s ease-in-out 0ms;
}
.social-wall.-variation-1 .social-card.-instagram .social-card__wrapper * {
  color: #fff;
}
.social-wall.-variation-1 .social-card.-twitter .social-card__image {
  display: none;
}
.social-wall.-variation-1 .social-card.-facebook .social-card__image, .social-wall.-variation-1 .social-card.-youtube .social-card__image {
  height: 10rem;
}
.social-wall.-variation-2 .tabs {
  margin: 0;
}
.social-wall.-variation-2 .tabs__list {
  -ms-flex-pack: center;
  justify-content: center;
}
.social-wall.-variation-2 .social-card__link:before {
  content: "";
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
  color: #fff;
  display: block;
  font-size: 1.6em;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  width: 100%;
}
.social-wall.-variation-2 .social-card__image {
  height: 18rem;
}
.social-wall.-variation-2 .social-card.-facebook .social-card__link:before {
  background-color: #3b5998;
  content: "\f39e";
}
.social-wall.-variation-2 .social-card.-facebook .hashtag, .social-wall.-variation-2 .social-card.-facebook .social-card__footer, .social-wall.-variation-2 .social-card.-facebook .social-card__header-title, .social-wall.-variation-2 .social-card.-facebook .social-card__readmore {
  color: #3b5998;
}
.social-wall.-variation-2 .social-card.-twitter .social-card__link:before {
  background-color: #00acee;
  content: "\f099";
}
.social-wall.-variation-2 .social-card.-twitter .hashtag, .social-wall.-variation-2 .social-card.-twitter .social-card__footer, .social-wall.-variation-2 .social-card.-twitter .social-card__header-title, .social-wall.-variation-2 .social-card.-twitter .social-card__readmore {
  color: #00acee;
}
.social-wall.-variation-2 .social-card.-instagram .social-card__link:before {
  background-color: #4c68d7;
  content: "\f16d";
}
.social-wall.-variation-2 .social-card.-instagram .hashtag, .social-wall.-variation-2 .social-card.-instagram .social-card__footer, .social-wall.-variation-2 .social-card.-instagram .social-card__header-title, .social-wall.-variation-2 .social-card.-instagram .social-card__readmore {
  color: #4c68d7;
}
.social-wall.-variation-2 .social-card.-youtube .social-card__link:before {
  background-color: #c4302b;
  content: "\f167";
}
.social-wall.-variation-2 .social-card.-youtube .hashtag, .social-wall.-variation-2 .social-card.-youtube .social-card__footer, .social-wall.-variation-2 .social-card.-youtube .social-card__header-title, .social-wall.-variation-2 .social-card.-youtube .social-card__readmore {
  color: #c4302b;
}

.my-city {
  margin: 7rem 0 2rem;
}

.my-city__form {
  display: -ms-flexbox;
  display: flex;
}
.my-city__form .form {
  margin-bottom: 0;
  width: 50%;
}
.my-city__form .form label, .my-city__form .form legend {
  margin-bottom: 1.5rem;
}
.my-city__form img {
  display: block;
  width: 50%;
}
.my-city__form input, .my-city__form select {
  background-color: #fff;
}

.my-city__info {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
}
.my-city__info .infos__wrap {
  margin: 0;
}

.breadcrumb.spFilDAriane p a {
  text-decoration: none;
}

.my-city__info .infos__item a {
  text-decoration: none;
}
.my-city__info .infos__item:not(:last-child) {
  padding-bottom: 1.2rem;
}
.my-city__info .infos__item:not(:last-child):after {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 30px;
}

.my-city__picture {
  display: block;
  width: 60%;
}
.my-city__picture img {
  display: block;
  width: 100%;
}

.my-city__content {
  padding: 2rem;
  width: 40%;
}

.my-city__category {
  color: #009FE3;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.my-city__title {
  font-family: Barlow, sans-serif;
  font-size: 1.8rem;
}
.my-city__title a:focus, .my-city__title a:hover {
  text-decoration: underline;
}

.discover {
  font-family: Barlow Condensed, sans-serif;
  height: 60rem;
  margin: 2rem 0 6rem;
}

.discover__container, .discover__wrapper {
  position: relative;
  height: 100%;
}

.discover__title-main {
  bottom: 0;
  left: -0.5rem;
  position: absolute;
  color: #fff;
  font-size: 13rem;
  font-weight: 700;
  line-height: 70%;
  margin: 0;
  text-transform: uppercase;
}

.discover__picture img {
  height: 100%;
  width: 100%;
  display: block;
  font-family: "object-fit: cover; object-position: center;";
  object-fit: cover;
}

.discover__info {
  bottom: 19.5rem;
  position: absolute;
  right: 0;
  height: auto;
  width: 33.2rem;
  background-color: #fff;
  padding: 4rem;
}

.discover__category {
  color: #009FE3;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.discover__title, .menu-extranet a {
  font-family: Barlow, sans-serif;
  font-weight: 300;
  margin: 0;
}

.discover__title {
  color: #000;
  font-size: 2.6rem;
  line-height: 3rem;
}

.menu-extranet {
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.85rem 1rem;
}
.menu-extranet a {
  color: #dde1e8;
  display: block;
  font-size: 1.3rem;
  padding: 0 0.5rem;
}
.menu-extranet a:nth-child(2) {
  border-left: 1px solid #dde1e8;
  border-right: 1px solid #dde1e8;
}

.breadcrumb.spFilDAriane p a:focus, .breadcrumb.spFilDAriane p a:hover {
  text-decoration: underline;
}

.co-home-menu .co-home-sousmenu > li a:focus, .co-home-menu .co-home-sousmenu > li a:hover {
  text-decoration: underline;
}
.co-home-menu > li h3 a:focus, .co-home-menu > li h3 a:hover {
  text-decoration: underline;
}

.menu-extranet a:focus, .menu-extranet a:hover {
  text-decoration: underline;
}
.menu-extranet a svg {
  height: 2rem;
  width: 2rem;
  fill: #dde1e8;
}

.entiteImageFloatLeft {
  float: left;
  margin: 0.5rem 1rem 1rem 0;
}

.entiteImageFloatRight {
  float: right;
  margin: 0.5rem 0 1rem 1rem;
}

.breadcrumb.spFilDAriane {
  display: block;
  margin-bottom: 4rem;
  vertical-align: inherit;
  width: auto;
}

.service-table table thead th {
  background-color: #75617b;
  box-shadow: inset -20px 0 30px -15px rgba(0, 0, 0, 0.25);
  color: #fff;
  padding-left: 1.875em;
  padding-right: 1.875em;
  text-align: left;
}
.service-table table thead th:first-child {
  text-align: left;
}

.spDescription, .spIntroduction p {
  color: #bbc4d2;
  font-size: 1.8em;
  margin: 0.61111em 0;
}

.spANoter, .spASavoir, .spAttention {
  background: #f7f8fb;
  margin: 2rem 0;
  overflow: hidden;
  padding: 1.5rem 1.5rem 1.5rem 4.5rem;
  position: relative;
}

.spANoter [aria-hidden=true], .spASavoir [aria-hidden=true], .spAttention [aria-hidden=true] {
  display: none;
}

.spANoter:before {
  left: 1.5rem;
  position: absolute;
  top: 1.5rem;
  font-size: 1.6rem;
}

.spASavoir:before {
  content: "\f0c6";
  left: 1.5rem;
  position: absolute;
  top: 1.5rem;
  font-size: 1.6rem;
}

.spAttention:before {
  left: 1.5rem;
  position: absolute;
  top: 1.5rem;
  font-size: 1.6rem;
}

.spANoter p:last-of-type, .spASavoir p:last-of-type {
  margin-bottom: 0;
}

.spAttention {
  background: #ffe5e5;
}
.spAttention p:last-of-type {
  margin-bottom: 0;
}
.spAttention:before {
  content: "\f071";
}

.spANoter {
  background: #fff;
}
.spANoter:before {
  content: "\f044";
}

.spASavoir {
  background: #edfceb;
}

.spLienExterne, .spLienInterne {
  color: #009FE3;
  text-decoration: underline;
}

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

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

.useful-info__column a:focus, .useful-info__column a:hover {
  text-decoration: none;
}

.co-home-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  margin: 2rem 0 !important;
  text-align: center;
}
.co-home-menu.pro > * {
  -ms-flex: 1 1 33.33334%;
  flex: 1 1 33.33334%;
}
.co-home-menu > * {
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}
.co-home-menu > li {
  border: 0.1rem solid #dde1e8;
  font-size: 1rem;
  margin: 0 -1px -1px 0 !important;
  padding: 1.5rem;
}
.co-home-menu > li:before {
  content: none !important;
  display: none;
}
.co-home-menu > li h3 {
  color: #009FE3;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.co-home-menu > li h3 a {
  color: #009FE3;
  text-decoration: none;
}
.co-home-menu .co-home-sousmenu > li {
  display: inline;
  padding: 0;
}
.co-home-menu .co-home-sousmenu > li:before {
  content: "";
  display: none;
}
.co-home-menu .co-home-sousmenu > li a {
  color: #000;
  text-decoration: none;
}

.co-home-img {
  display: none;
}

.one-click-toggle {
  transition: all 0.25s ease-in-out 0ms;
  height: 7.3rem;
  width: 7.3rem;
  bottom: auto;
  left: auto;
  position: fixed;
  right: -0.3rem;
  background-color: #009FE3;
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1rem;
  text-transform: uppercase;
  top: 41%;
  z-index: 50;
}
.one-click-toggle:focus, .one-click-toggle:hover {
  background-color: #475469;
}

.one-click-panel {
  transition: all 0.25s ease-in-out 0ms;
  bottom: auto;
  left: auto;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #475469;
  color: #fff;
  display: table;
  font-family: Barlow Condensed, sans-serif;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(100%);
  width: 32rem;
  z-index: 49;
}
.one-click-panel.-is-open {
  transform: translateX(0);
  z-index: 60;
}

.one-click-panel__section {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.one-click-panel__section .news-block__item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-top: 10rem;
}
.one-click-panel__section .news-block__title {
  color: #fff;
}

.one-click-panel__content {
  max-height: 100%;
  overflow-y: auto;
  padding: 4rem;
}

.one-click-panel__header {
  padding-right: 4rem;
  position: relative;
}

.one-click-panel .one-click-panel__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  margin-top: 0;
  text-transform: uppercase;
}
.one-click-panel .one-click-panel__title:before {
  color: #009FE3;
  font-size: 2rem;
  margin-right: 1rem;
}
.one-click-panel .one-click-panel__close {
  position: absolute;
  right: 0;
  top: 0;
  height: 3rem;
  width: 3rem;
  transition: all 0.25s ease-in-out 0ms;
  background: #009FE3;
  border: 0;
  color: inherit;
  cursor: pointer;
}
.one-click-panel .one-click-panel__close:before {
  color: inherit;
  font-size: 1.6rem;
  margin-right: 0;
}
.one-click-panel .one-click-panel__close:focus:hover, .one-click-panel .one-click-panel__close:hover:hover {
  background-color: #000;
}

.one-click-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.one-click-panel__item {
  border-bottom: 1px solid #727272;
  display: block;
  margin-top: -0.1rem;
}

.one-click-panel .one-click-panel__link {
  transition: all 0.25s ease-in-out 0ms;
  border-top: 1px solid #727272;
  color: inherit;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 1rem 1.5rem;
}
.one-click-panel .one-click-panel__link:before {
  color: #009FE3;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-right: 0.7rem;
}
.one-click-panel .one-click-panel__link:focus, .one-click-panel .one-click-panel__link:hover {
  background-color: #009FE3;
  border-color: #009FE3;
}

.glossary-block__title {
  background-color: #009FE3;
  color: #fff;
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem;
  padding: 0.85rem 1rem;
}

.glossary-item {
  border-bottom: 1px solid rgba(221, 225, 232, 0.3);
  font-family: Barlow, sans-serif;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.glossary-item__category {
  color: #009FE3;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.glossary-item__title {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem;
}

.glossary-item__teaser {
  color: #000;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0;
}

.deadline {
  text-transform: uppercase;
}

.status {
  text-transform: uppercase;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem;
  margin: 0 0 1.5rem;
  padding: 1rem;
}
.status:before {
  margin-right: 0.5rem;
}
.status.-new {
  background-color: #009FE3;
  color: #fff;
}
.status.-new:before {
  content: "\f013";
}
.status.-in-progress {
  background-color: #c9bacd;
  color: #fff;
}
.status.-in-progress:before {
  content: "\f110";
}
.status.-assign {
  background-color: #f7f8fb;
  color: #bbc4d2;
}
.status.-assign:before {
  content: "\f00c";
}

.deadline {
  border-bottom: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  color: #000;
  font-family: Barlow, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 1.5rem 0;
  padding: 1.4rem 0 1.1rem 2.6rem;
  position: relative;
}
.deadline:before {
  content: "\f017";
  color: #009FE3;
  font-size: 1.8rem;
  left: 0;
  position: absolute;
  top: 1.1rem;
}

.deadline__time {
  font-family: Barlow Condensed, sans-serif;
  font-weight: 300;
}

.read-speaker {
  color: #bbc4d2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.read-speaker:focus, .read-speaker:hover {
  text-decoration: underline;
}

.poll-block {
  font-family: Barlow, sans-serif;
}

.poll-block__item {
  margin-top: 3rem;
}

.poll-block__category {
  color: #009FE3;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.poll-block__title {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
}

.poll-block__teaser {
  color: #bbc4d2;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0;
}

.poll-block__publication {
  color: #bbc4d2;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 300;
}

.poll-block .status {
  display: inline-block;
}
.poll-block .status.-assign:before {
  content: "\f00d";
}

.poll-single {
  background-color: #f7f8fb;
  padding: 4rem 2rem;
}
.poll-single .interests-results__chart-canvas {
  background-color: transparent;
}

.my-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.5rem;
  margin: 0;
  width: 50rem;
}

.my-features__allready {
  -ms-flex-align: center;
  align-items: center;
  background-color: #009FE3;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  height: calc(50% - 0.5rem);
  padding: 2rem 4rem 2rem 27rem;
  position: relative;
}
.my-features__allready:first-child {
  margin-bottom: 1rem;
  position: relative;
}
.my-features__allready:first-child .my-features__svg {
  bottom: -1.1rem;
  height: 19.1rem;
  left: 6rem;
  position: absolute;
  width: 16.8rem;
}
.my-features__allready:first-child .my-features__svg svg {
  display: block;
  fill: #fff;
  height: 100%;
  width: 100%;
}
.my-features__allready:first-child:focus, .my-features__allready:first-child:hover {
  background-color: #475469;
}
.my-features__allready:nth-child(2) {
  -ms-flex-align: center;
  align-items: center;
  background-color: #475469;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 4.5rem;
}
.my-features__allready:nth-child(2) .my-features__text {
  margin-right: 3rem;
  width: 53%;
}
.my-features__allready:nth-child(2) .my-features__text .title:focus, .my-features__allready:nth-child(2) .my-features__text .title:hover {
  color: #009FE3;
}
.my-features__allready:nth-child(2) .my-features__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 47%;
}
.my-features__allready:nth-child(2) .btn {
  color: #fff;
  display: block;
  margin: 0.7rem 0;
  text-align: center;
}
.my-features__allready:nth-child(2) .btn:before {
  color: #009EE3;
  margin-right: 0.7rem;
}
.my-features__allready .my-features__text .title {
  color: #fff;
  display: block;
  font-family: Barlow, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 1rem;
  padding: 0;
  text-transform: uppercase;
}
.my-features__allready .my-features__text .title span {
  display: block;
  font-weight: 700;
}
.my-features__allready .my-features__text p {
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  margin: 0;
}

.location {
  margin-bottom: 2rem;
  margin-top: 6rem;
  position: relative;
}
.location .location__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7rem 0 0;
}

.location__information {
  font-family: Barlow, sans-serif;
  margin-right: 4rem;
  max-width: 34rem;
}

.location__information-title {
  font-size: 2.7rem;
  font-weight: 300;
  margin-top: 0;
  text-transform: uppercase;
}

.location__information-descr {
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
}

.location__information .filters__field {
  margin-bottom: 2rem;
  margin-top: 4rem;
  padding: 0;
}
.location__information .filters__field label {
  overflow: hidden;
  white-space: nowrap;
}
.location__information .filters__field label:not(.show-label) {
  text-indent: -9999px;
}
.location__information .filters__field select {
  font-style: normal;
}
.location__information button {
  font-size: 1.7rem;
  height: 4.5rem;
  line-height: 0.9em;
  width: 13.3rem;
}
.location__information button:before {
  margin-left: -0.5rem;
}

.location__map {
  margin-top: -5.5rem;
}
.location__map .tooltip-map {
  display: none;
}
.location__map.focus .tooltip-map {
  left: 50%;
  padding: 3px;
  top: 0;
  transform: translateX(-50%);
}
.location__map.focus .tooltip-map:before {
  border: 0;
  content: inherit;
}
.location__map .map-area__figure {
  margin: 0;
  position: relative;
}
.location__map svg {
  height: 46rem;
  position: relative;
  width: 46rem;
  z-index: 4;
}
.location__map svg polygon {
  fill: rgba(76, 64, 79, 0.9);
  stroke: #fff;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.2rem;
}
.location__map svg polygon:focus, .location__map svg polygon:hover {
  cursor: pointer;
  fill: #009FE3;
}
.location__map .tooltip-map {
  background: #000;
  color: #fff;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.4rem;
  min-width: 9rem;
  padding: 0.7rem 1.5rem;
  position: relative;
  text-align: center;
  z-index: 20;
}
.location__map .tooltip-map:before {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 0.8rem 0.8rem 0 0;
  bottom: -0.8rem;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.location__list {
  margin-left: 6rem;
}

.location-link, .location__list-title, .location__map .tooltip-map {
  font-weight: 300;
  text-transform: uppercase;
}

.location__list-title {
  font-size: 2.7rem;
  margin-bottom: 2rem;
  margin-top: 0;
}

.location__list .list {
  margin: 0;
}
.location__list .list li {
  font-family: Barlow, sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.location__list .list li:before {
  color: #009FE3;
}
.location__list figure {
  margin: 1.5rem 0;
}

.location-link {
  background-color: #009FE3;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  margin-top: 2rem;
  padding: 2rem 3rem 2rem 9rem;
  position: relative;
  left: 0;
}
.location-link:before {
  color: #fff;
  content: "\e029";
  font-family: icons;
  font-size: 4rem;
  font-weight: 300;
  left: 4rem;
  padding: 2rem 1.5rem 2rem 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.location-link:focus, .location-link:hover {
  background-color: #475469;
}

.useful-info {
  margin: 8rem 0 6rem;
}

.useful-info__wrapper {
  background-color: rgba(201, 186, 205, 0.2);
  padding: 4rem;
}

.useful-info__item {
  margin-bottom: 3.7rem;
}

.useful-info__title {
  color: #da5c3e;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.useful-info__columns {
  display: -ms-flexbox;
  display: flex;
}

.useful-info__column {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
}
.useful-info__column:first-child {
  padding-right: 3.4rem;
}
.useful-info__column:nth-child(2) {
  border-left: 0.1rem solid rgba(255, 175, 217, 0.3);
  padding-left: 4.5rem;
}

.useful-info__column-title {
  color: #000;
  font-family: Barlow Condensed, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.useful-info__column p {
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 1.5rem 0;
}
.useful-info__column p:first-child {
  margin-top: 0;
}
.useful-info__column p:last-child {
  margin-bottom: 0;
}
.useful-info__column a {
  color: #000;
  text-decoration: underline;
}

.multiselect-wrapper legend {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.multiselect {
  position: relative;
}

.multiselect__toggle {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23da1079' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320' width='8' height='8'%3E%3Cpath d='M41 96.5h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L24 137.5c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E");
  background-position: calc(100% - 0.75em) 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: Barlow, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  padding: 0.85714em 2.28571em 0.85714em 0.71429em;
  text-align: left;
  width: 100%;
}

.multiselect__dropdown {
  left: 0;
  position: absolute;
  top: 100%;
  background-color: #fff;
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.3);
  max-height: 0;
  opacity: 0;
  overflow-y: auto;
  padding: 1.5rem 1rem;
  visibility: hidden;
  width: 100%;
}

.multiselect__tree {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}
.multiselect__tree label {
  font-style: italic;
}
.multiselect__tree label ~ div, .multiselect__tree label ~ ul {
  margin-left: 2rem;
  margin-top: 1rem;
  padding-left: 0;
  list-style-type: none;
}
.multiselect__tree label ~ div:first-of-type, .multiselect__tree label ~ ul:first-of-type {
  margin-top: 1rem;
}
.multiselect__tree li {
  margin-bottom: 1rem;
}

.multiselect.-is-open .multiselect__toggle {
  box-shadow: 0 1rem 1rem 0 rgba(0, 0, 0, 0.3);
}
.multiselect.-is-open .multiselect__dropdown {
  margin-bottom: 1.5rem;
  max-height: 30rem;
  opacity: 1;
  visibility: visible;
}

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

.video-embed {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.video-embed iframe {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

@media screen and (min-width: 480px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .start-sm {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    order: 1;
  }

  .self-top-sm {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .self-center-sm {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .self-bottom-sm {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .self-baseline-sm {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .col-sm-hide {
    display: none;
  }

  .col-sm-show {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    order: 1;
  }

  .self-top-md {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .self-center-md {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .self-bottom-md {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .self-baseline-md {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .col-md-hide {
    display: none;
  }

  .col-md-show {
    display: block;
  }

  .ce-column, .ce-left .ce-gallery {
    float: left;
  }

  .ce-right .ce-gallery {
    float: right;
  }

  .ce-intext.ce-right .ce-gallery {
    margin-left: 30px;
  }
  .ce-intext.ce-left .ce-gallery {
    margin-right: 30px;
  }

  .online-steps__image {
    padding-right: 3.6rem;
  }

  .-frame .online-steps__image {
    padding-right: 2rem;
  }

  .report-incident__wrap {
    display: -ms-flexbox;
    display: flex;
  }

  .report-incident__form {
    border-width: 0 0 0 1px;
    margin-left: 4rem;
    padding-left: 3rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
  .report-incident__form .form__field-wrapper {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }
  .report-incident__form select {
    margin: 0 2rem;
  }

  .social-wall.-tablet-two .social-card {
    width: 50%;
  }
  .social-wall.-tablet-three .social-card {
    width: 33.33333%;
  }
  .social-wall.-tablet-four .social-card {
    width: 25%;
  }
  .social-wall.-tablet-five .social-card {
    width: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .start-lg {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    order: 1;
  }

  .self-top-lg {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .self-center-lg {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .self-bottom-lg {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .self-baseline-lg {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .col-lg-hide {
    display: none;
  }

  .col-lg-show {
    display: block;
  }

  .tourism .tools {
    width: 15%;
  }
  .tourism .top-of-content__wrapper {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tourism .top-of-content__wrapper:after {
    content: none;
  }

  .sidebar {
    padding: 0 8rem 0 0;
    width: 33rem;
  }

  .site-content + .sidebar {
    padding: 0 0 0 8rem;
  }

  .online-payment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .online-payment__wrapper {
    height: 100%;
    padding: 0 6rem 2rem;
    text-align: center;
  }

  .online-payment__title {
    font-size: 2.7rem;
    margin: 2rem 0;
    padding: 0;
  }
  .online-payment__title svg {
    display: block;
    height: 9rem;
    width: 9rem;
    margin: 0 auto 2rem;
  }

  .online-payment__text:before {
    height: 1px;
    left: 50%;
    margin-left: -30px;
    right: auto;
    width: 60px;
  }

  .my-account {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .my-account__wrapper {
    height: 100%;
  }

  .report-incident .container, .report-incident.container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .social-wall.-desktop-two .social-card {
    width: 50%;
  }
  .social-wall.-desktop-three .social-card {
    width: 33.33333%;
  }
  .social-wall.-desktop-four .social-card {
    width: 25%;
  }
  .social-wall.-desktop-five .social-card {
    width: 20%;
  }

  .service-table table thead th {
    padding-left: 3.125em;
    padding-right: 3.125em;
  }
}
@media screen and (min-width: 1290px) {
  .mnv-menu__submenu.-level-1 {
    background-color: #475469;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    padding: 7rem 24rem 1rem 19rem;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -2;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 635px;
    height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mnv-menu__submenu.-level-1::-webkit-scrollbar {
    display: none;
  }

  .mnv-menu__list > .mnv-menu__item.-is-open > .mnv-menu__toggle {
    display: block;
  }
}
@media (max-width: 1600px) {
  .header-bar__logo {
    padding: 0 2rem 0.8rem;
  }

  .mnv-menu__submenu.-level-1 {
    padding: 7rem 14rem 1rem;
  }
}
@media (max-width: 1570px) {
  .header-bar__links .header-bar__link {
    padding: 0 1.5rem;
  }

  .header-search__btn {
    margin: 0 1rem;
  }

  .social-header {
    padding: 1.8rem 1.4rem;
  }
}
@media (max-width: 1430px) {
  .header-bar__logo {
    padding: 0 1.5rem 0.8rem;
  }

  .mnv-menu__list > .mnv-menu__item > .mnv-menu__link {
    padding: 3.4rem 1.5rem;
  }
}
@media (max-width: 1360px) {
  .header-bar__links .header-bar__link {
    padding: 0 0.8rem;
  }

  .social-header {
    padding: 1.8rem 1.2rem;
  }
}
@media (max-width: 1340px) {
  .mnv-menu__list > .mnv-menu__item > .mnv-menu__link {
    padding: 3.4rem 1rem;
  }
}
@media (max-width: 1289px) {
  .header-bar__links, .header-bar__social {
    display: none;
  }

  .header-bar__logo {
    border: 0;
  }

  .header-bar__components {
    border: 0;
    min-width: auto;
  }

  body.tourism .header-bar__lang {
    margin-left: auto;
    padding-right: 2rem;
  }

  .mnv-menu__list > .mnv-menu__item.-is-open > .mnv-menu__toggle {
    display: block;
  }

  .header-bar__search, .mnv-menu__nav .header-bar__links a {
    padding: 0 2rem;
  }

  .header-search__btn {
    border-right: 1px solid #fff;
  }

  body.tourism .header-bar__search {
    border-right: 1px solid #fff;
  }
  body.tourism .header-search {
    border-left: 0;
  }

  .header-search__btn {
    margin: 0;
    padding-right: 3rem;
  }

  body.tourism .header-search__btn {
    border-right: 0;
    margin: 0;
    padding: 0;
  }

  .menu-trigger {
    background-color: transparent;
    display: block;
    min-height: 0;
    padding: 0;
    height: 8rem;
    width: 8rem;
  }

  .menu-trigger__lines {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .menu-trigger__text {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    left: -9999px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
  }

  .mnv-menu {
    bottom: auto;
    left: auto;
    position: fixed;
    right: 0;
    top: 8rem;
    height: calc(100vh - 8rem);
    max-width: 50rem;
    transform: translateX(100%);
    width: 100%;
    z-index: 6000;
  }

  .mnv-menu__nav {
    height: 100vh;
    overflow-y: auto;
    position: relative;
  }
  .mnv-menu__nav .header-bar__links {
    display: block;
    padding: 3rem 0;
    position: relative;
    text-align: center;
  }

  .mnv-menu__list > .mnv-menu__item:after {
    background-color: #c9bacd;
    bottom: 0;
    content: "";
    height: 0.1rem;
    left: 2rem;
    position: absolute;
    right: 2rem;
  }

  .mnv-menu__nav .header-bar__links:after {
    background-color: #c9bacd;
    bottom: 0;
    content: "";
    height: 0.1rem;
    left: 2rem;
    position: absolute;
    right: 2rem;
  }
  .mnv-menu__nav .one-click-panel__content {
    color: #fff;
    display: block;
    padding: 2.5rem 3.5rem;
  }

  .mnv-menu__close {
    height: 8rem;
    width: 8rem;
    margin-left: auto;
    padding: 0;
  }

  .mnv-menu__close-text {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    left: -9999px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
  }

  .mnv-menu__close-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .mnv-menu__list {
    display: block;
  }
  .mnv-menu__list > .mnv-menu__item {
    position: relative;
  }
  .mnv-menu__list > .mnv-menu__item > .mnv-menu__link {
    padding: 2rem 1rem;
    position: relative;
  }
  .mnv-menu__list > .mnv-menu__item > .mnv-menu__link:after {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .mnv-menu__list > .mnv-menu__item > .mnv-menu__link:focus, .mnv-menu__list > .mnv-menu__item > .mnv-menu__link:hover {
    color: #009FE3;
  }

  .mnv-menu__item {
    padding: 0;
  }
  .mnv-menu__item.-is-open > .mnv-menu__submenu {
    max-height: 10000rem;
    opacity: 1;
    visibility: visible;
  }

  .mnv-menu__submenu {
    width: calc(100% + 4rem);
  }
  .mnv-menu__submenu.-level-1 {
    background-color: #29212b;
    padding: 0;
    position: static;
  }
  .mnv-menu__submenu.-level-1 > .mnv-menu__item {
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    width: 100%;
  }
  .mnv-menu__submenu.-level-1 > .mnv-menu__item > .mnv-menu__link {
    margin-bottom: 0;
    padding: 1.5rem;
  }
  .mnv-menu__submenu.-level-2 {
    margin-left: 0;
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    width: calc(100% + 5rem);
  }
  .mnv-menu__submenu.-level-2 > .mnv-menu__item {
    padding-left: 0;
  }
  .mnv-menu__submenu.-level-2 > .mnv-menu__item .mnv-menu__link {
    padding: 0.5rem 4rem;
  }
  .mnv-menu__submenu.-level-2 > .mnv-menu__item .mnv-menu__link:before {
    left: 3rem;
  }

  .mnv-menu {
    background-color: #475469;
    max-width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .h2 {
    font-size: 3rem;
  }

  .rte .h2:not([class^=media-element]), .rte h2:not([class^=gallery]):not([class^=media-element]) {
    font-size: 3rem;
  }

  .h3 {
    font-size: 2.6rem;
  }

  .rte .h3:not([class^=media-element]), .rte h3:not([class^=media-element]) {
    font-size: 2.6rem;
  }

  .h4 {
    font-size: 2.2rem;
  }

  .rte .h4:not([class^=media-element]), .rte h4:not([class^=media-element]) {
    font-size: 2.2rem;
  }

  .h5 {
    font-size: 1.9rem;
  }

  .rte .h5:not([class^=media-element]), .rte h5:not([class^=media-element]) {
    font-size: 1.9rem;
  }
  .rte p {
    font-size: 1.6rem;
    margin: 0.3125em 0 0.625em;
  }
  .rte table caption {
    text-align: left;
  }
  .rte table td, .rte table th {
    padding: 1.2rem 1.6rem;
  }
  .rte table tbody th, .rte table thead th:first-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .container {
    padding: 0 2rem;
    max-width: 98rem;
  }
  .container.-lg, .container.-sm {
    max-width: 98rem;
  }
  .container.-page {
    padding: 6rem 2rem 0;
  }

  .top-of-content__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sidebar, .site-content {
    display: block;
  }

  .what-can-we-do {
    margin: 9rem 0 10rem;
  }

  .what-can-we-do__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .what-can-we-do .-section-1-3, .what-can-we-do .-section-2-3 {
    width: 100%;
  }
  .what-can-we-do .-frame:before {
    left: 7rem;
  }
  .what-can-we-do .-frame:after {
    right: 7rem;
  }

  .header {
    padding: 0;
  }

  .footer .container {
    padding: 3rem 2rem 4.5rem;
  }
  .footer .decor-shadow:before {
    box-shadow: 0 10px 40px 0 #000;
    height: 1rem;
    left: 0;
    top: -1rem;
    width: 100%;
  }

  .footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .btn.-no-text-mobile {
    height: 3.2rem;
    width: 3.2rem;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-indent: -9999px;
    white-space: nowrap;
  }
  .btn.-no-text-mobile:after, .btn.-no-text-mobile:before {
    display: block;
    left: 50%;
    margin: 0;
    position: absolute;
    text-indent: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .btn.-primary, .btn.-secondary {
    font-size: 1.5rem;
    height: 4.5rem;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
  }

  .checkbox, .radio {
    margin: 2em 0 1.5em;
  }

  .column-2.checkbox div, .column-2.radio div {
    display: block;
    vertical-align: inherit;
    width: 100%;
  }
  .column-2.checkbox div:nth-child(2n), .column-2.radio div:nth-child(2n) {
    margin-right: 0;
  }
  .column-2.checkbox div:nth-child(odd), .column-2.radio div:nth-child(odd) {
    margin-left: 0;
  }

  .checkbox legend, .radio legend, label {
    margin-top: 0;
  }

  .message {
    padding: 3rem;
  }

  .tabs {
    margin-top: -0.5rem;
  }
  .tabs.-has-shadow:before {
    left: 7rem;
  }
  .tabs.-has-shadow:after {
    right: 7rem;
  }

  .comments__listitems.-lvl-2 .comments__item {
    padding-left: 3rem;
  }
  .comments__listitems.-lvl-2 .comments__item-wrapper:before {
    border-color: transparent transparent #dde1e8;
  }
  .comments__listitems.-lvl-2 .comments__item-wrapper:after {
    border-color: transparent transparent #fff;
  }

  .comments__avatar {
    float: none;
    margin-bottom: 1em;
    margin-right: 0;
  }

  .comments__item-container {
    padding: 1rem 0 0;
  }

  .comments__item-wrapper:after {
    right: inherit;
  }
  .comments__item-wrapper:before {
    right: inherit;
    border-color: transparent transparent #dde1e8;
    left: 2.8rem;
    top: -2.4rem;
  }
  .comments__item-wrapper:after {
    border-color: transparent transparent #f7f8fb;
    left: 3rem;
    top: -2rem;
  }

  .comments__header {
    padding-bottom: 2rem;
  }

  .comments__reply-link {
    bottom: auto;
    left: auto;
    position: static;
    right: auto;
    top: auto;
  }

  .comment-reply__avatar, .read-more p {
    margin-bottom: 1rem;
  }

  .comment-reply .col-xs-12 {
    margin-bottom: 2.5rem;
  }

  .header-bar {
    height: 8rem;
    max-width: 100%;
  }
  .header-bar.-absolute {
    bottom: auto;
    top: 0;
  }

  body.tourism .header-bar__inner {
    padding: 0 0 0 1rem;
  }

  .results-entry {
    padding: 2rem 0;
  }

  .hero.-has-shadow:before {
    left: 7rem;
  }
  .hero.-has-shadow:after {
    right: 7rem;
  }
  .hero .control-block {
    bottom: 1rem;
    right: 4rem;
    width: 14rem;
  }
  .hero .control-block__actions {
    right: 3rem;
  }
  .hero .control-block__control-btn {
    bottom: -2.5rem;
    height: 3rem;
    width: 3rem;
    font-size: 3rem;
  }

  .hero-slider.-static-height {
    max-height: 42rem;
  }

  .hero-item__link {
    height: 15rem;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30rem;
  }

  .hero-item__caption {
    font-size: 2.4rem;
    line-height: 2.8rem;
    max-width: 18rem;
  }

  .hero-item__subtitle {
    margin-bottom: 0.5rem;
    margin-right: 2.5rem;
    margin-top: -2rem;
  }

  .news {
    margin: 6rem 0 7.5rem;
  }
  .news .title-block {
    margin-bottom: 0;
  }

  .news-focus {
    margin: 0 7.5rem;
  }

  .news-focus__share {
    right: 3rem;
    top: 2rem;
  }

  .news-focus__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-focus__wrap.-has-shadow:before {
    left: 7rem;
  }
  .news-focus__wrap.-has-shadow:after {
    right: 7rem;
  }

  .news-focus__image {
    width: 100%;
  }

  .news-focus__content {
    padding: 6.5rem 8rem 5.5rem;
  }

  .news-focus__category {
    top: 2rem;
  }

  .news-focus__title {
    font-size: 3rem;
    margin: 0 0 0.5rem;
  }

  .news-focus__teaser {
    line-height: 2.1rem;
    margin: 0.5rem 0 0;
  }

  .news-block.-composite {
    padding: 0 7.5rem;
  }
  .news-block.-composite .news-block__item {
    margin-top: 3rem;
  }

  .heading.-single-directory .heading__title {
    font-size: 3.5rem;
  }

  .title.-primary {
    font-size: 3.5rem;
  }
  .title.-primary[data-fa-icon]:before {
    font-size: 3.5rem;
  }
  .title.-primary span {
    font-size: 2.4rem;
  }
  .title.-secondary {
    font-size: 2.5rem;
  }

  .link.-round {
    height: 1.7rem;
    width: 1.7rem;
  }

  .pager__item.-next a, .pager__item.-next span:not(.pager__description) {
    padding: 1.1rem 1.9rem;
    position: relative;
    text-indent: -9999px;
    white-space: nowrap;
  }
  .pager__item.-prev a, .pager__item.-prev span:not(.pager__description) {
    padding: 1.1rem 1.9rem;
    position: relative;
    text-indent: -9999px;
    white-space: nowrap;
  }
  .pager__item.-next a:after, .pager__item.-next a:before {
    display: block;
    left: 50%;
    line-height: 0;
    position: absolute;
    text-indent: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .pager__item.-next span:not(.pager__description):after, .pager__item.-next span:not(.pager__description):before {
    display: block;
    left: 50%;
    line-height: 0;
    position: absolute;
    text-indent: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .pager__item.-prev a:after, .pager__item.-prev a:before {
    display: block;
    left: 50%;
    line-height: 0;
    position: absolute;
    text-indent: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .pager__item.-prev span:not(.pager__description):after, .pager__item.-prev span:not(.pager__description):before {
    display: block;
    left: 50%;
    line-height: 0;
    position: absolute;
    text-indent: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .pager__item.-next a:after, .pager__item.-next span:not(.pager__description):after {
    margin: 0;
  }
  .pager__item.-prev a:before, .pager__item.-prev span:not(.pager__description):before {
    margin: 0;
  }

  .heading__wrapper {
    padding: 0 2rem 6.5rem;
  }

  .heading__title {
    font-size: 3.8rem;
    max-width: calc(100% - 14.6rem);
  }

  .tariff {
    display: none;
  }

  .heading .tariff {
    display: block;
  }

  .infos__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2rem 0 3rem;
  }

  .infos__items {
    padding: 0 0 1rem;
  }
  .infos__items.-has-border {
    border-left: 0;
    border-top: 1px solid #bbc4d2;
    padding: 1rem 0 0;
  }

  .infos.-single .infos__wrap {
    margin: 0.5rem 0 0;
  }

  .flash-info__button.-close, .flash-info__buttons {
    margin-left: 3rem;
  }

  .cookies-block {
    padding: 3.5rem 0;
  }

  .cookies-block__wrap {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookies-block__buttons {
    margin: 2rem 0 0;
    text-align: right;
    width: 100%;
  }
  /*.go-to-top {
    bottom: 2rem;
    right: 1rem;
  }
  .go-to-top a {
    height: 4rem;
    width: 4rem;
  }*/
	.go-to-top {
		width: 4rem;
		height: 4rem;
		right: 1rem;
	}
	.go-to-top.absolute {
		top: -2rem;
	}
	.go-to-top a {
		height: 4rem;
		width: 4rem;
	}
  .go-to-top a:before {
    line-height: 4rem;
  }

  .menu-cross {
    margin-top: -2rem;
    max-width: 26rem;
    padding: 0 0 0 11.7rem;
  }

  .menu-cross__item {
    font-size: 1.4rem;
  }

  .newsletter {
    width: 100%;
  }

  .newsletter__fields {
    max-width: 30rem;
  }

  .newsletter-bar {
    margin: 3rem 0 5rem;
  }

  .newsletter-bar__wrap {
    padding: 2rem 5rem 2rem 2rem;
  }
  .newsletter-bar__wrap.-has-shadow:before {
    left: 7rem;
  }
  .newsletter-bar__wrap.-has-shadow:after {
    right: 7rem;
  }

  .newsletter-bar__title {
    color: #75617b;
    font-size: 2.3rem;
    font-weight: 700;
  }

  .newsletter-bar__fields {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-bar__field.-button .btn {
    font-size: 1.5rem;
    height: 4.5rem;
    padding-bottom: 1.7rem;
    padding-top: 0.9rem;
  }

  .site-infos {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .site-infos__image {
    margin-right: 0;
  }

  .site-infos__links {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-infos__links .link {
    margin-bottom: 4rem;
    max-width: 15rem;
    padding: 0 1rem;
  }
  .site-infos__links .link:last-child {
    margin-bottom: 0;
  }
  .site-infos__links .link:before {
    font-size: 3rem;
  }

  .more-info__wrapper {
    margin-top: 3rem;
  }

  .publications-block {
    margin: 6.5rem 0;
  }

  .publications-block__title {
    font-size: 2.5rem;
  }

  .publications-block.-home {
    margin: 13rem 0 3rem;
  }
  .publications-block.-home .publications-block__container {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 6rem;
  }
  .publications-block.-home .publications-block__carousel {
    width: calc(100% - 24rem);
  }
  .publications-block.-home .publications-block__item, .publications-block.-home .publications-block__newsletter {
    width: 100%;
  }
  .publications-block.-home .publications-block__content {
    padding-right: 0;
  }
  .publications-block.-home .links-group {
    margin-top: 4rem;
  }

  .publications-list.-five-columns .publications-list__item, .publications-list.-four-columns .publications-list__item, .publications-list.-three-columns .publications-list__item {
    -ms-flex-preferred-size: calc(33.3333% - 3rem);
    flex-basis: calc(33.3333% - 3rem);
  }

  .publications-list__item {
    -ms-flex-preferred-size: calc(33.3333% - 3rem);
    flex-basis: calc(33.3333% - 3rem);
  }

  .publications-single__item {
    -ms-flex-preferred-size: calc(50% - 4rem);
    flex-basis: calc(50% - 4rem);
  }

  .-content .telecharger__wrapper, .telecharger__wrapper {
    padding: 4rem;
  }

  .-content .telecharger__item {
    padding-bottom: 1.5rem;
  }

  .news-block.-four-columns .news-block__item {
    -ms-flex-preferred-size: calc(50% - 3.4rem);
    flex-basis: calc(50% - 3.4rem);
    max-width: calc(50% - 3.4rem);
  }
  .news-block.-five-columns .news-block__item {
    -ms-flex-preferred-size: calc(50% - 2rem);
    flex-basis: calc(50% - 2rem);
  }

  .news-block__item {
    -ms-flex-preferred-size: calc(50% - 2rem);
    flex-basis: calc(50% - 2rem);
  }

  .news-spoiler__wrap.-has-shadow:before {
    left: 7rem;
  }
  .news-spoiler__wrap.-has-shadow:after {
    right: 7rem;
  }

  .news-spoiler__title {
    padding: 1rem 2rem 1rem 4rem;
    width: 18rem;
  }

  .news-spoiler__wrapper {
    width: calc(100% - 34rem);
  }

  .news-spoiler__container {
    width: calc(100% - 8rem);
  }

  .news-spoiler__control.-prev {
    left: 0.5rem;
  }
  .news-spoiler__control.-next {
    right: 0.5rem;
  }

  .news-spoiler__all {
    padding: 0 1rem 0 1.5rem;
    width: 16rem;
  }

  .share-block.-transparent .share-block__button {
    height: 3.5rem;
    width: 3.5rem;
  }
  .share-block.-transparent .share-block__button[data-fa-icon]:before {
    font-size: 1.6rem;
  }

  .albums-block.-has-shadow:before {
    left: 7rem;
  }
  .albums-block.-has-shadow:after {
    right: 7rem;
    content: none;
  }
  .albums-block.-has-shadow:before {
    content: none;
  }
  .albums-block.-five-columns .albums-block__item, .albums-block.-four-columns .albums-block__item {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
  }

  .albums-block__item {
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
  }

  .albums-block__content.-darken {
    color: #413744;
  }

  .albums-block__media {
    color: #009FE3;
  }
  .albums-block__media:before {
    background-color: #009FE3 !important;
  }

  .albums {
    margin-top: 9rem;
    padding: 2rem 0 0;
  }

  .albums__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .albums__wrapper.-has-shadow:before {
    left: 7rem;
  }
  .albums__wrapper.-has-shadow:after {
    right: 7rem;
  }
  .albums__wrapper.-has-shadow:before {
    content: none;
  }
  .albums__wrapper .albums-block {
    width: 100%;
  }

  .albums-block.-composite {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .albums-block.-composite .albums-block__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin: 0 2rem 1.5rem;
    max-width: 34rem;
  }
  .albums-block.-composite .composite-link__wrap.-has-overlay:after {
    content: "\f06e";
  }
  .albums-block.-composite .albums-block__content {
    bottom: auto;
    left: auto;
    position: static;
    right: auto;
    top: auto;
    opacity: 1;
    transform: translate(0);
    visibility: visible;
    padding: 1.5rem 4rem 0;
  }
  .albums-block.-composite .albums-block__category {
    color: #413744;
  }
  .albums-block.-focus .albums-block__item {
    max-width: 61rem;
  }
  .albums-block.-leftBlock {
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    margin: 0 auto;
    max-width: 1130px;
    width: 100%;
  }
  .albums-block.-leftBlock .title-block {
    height: auto;
    margin-bottom: 3rem;
    width: 100%;
  }
  .albums-block.-leftBlock .title-block span:before {
    background: linear-gradient(180deg, #ffafd9 40%, #3c4046 0, #3c4046 80%, #009FE3 0);
    height: 5.3rem;
  }
  .albums-block.-leftBlock .albums-block__item:not(.-focus) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: auto;
    width: 50%;
  }
  .albums-block.-leftBlock .albums-block__item img, .albums-block.-leftBlock .albums-block__item.-focus img {
    height: auto;
  }
  .albums-block.-rightBlock .albums-block__item img {
    height: auto;
  }
  .albums-block.-leftBlock .albums-block__item.-focus {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: auto;
    width: 50%;
  }
  .albums-block.-rightBlock {
    height: auto;
    margin: 0 auto;
    max-width: 1130px;
    width: 100%;
  }
  .albums-block.-rightBlock .albums-block__item {
    height: auto;
    width: 50%;
  }
  .albums-block .title-block {
    background-color: #fff;
  }
  .albums-block .title-block .title {
    color: #000;
  }
	.albums-block__picture {
		padding-top: calc((280 / 400) * 100%) !important;
	}
	
	.albums-block__picture img {
		height: 100% !important;
	}

  .filters__container {
    padding: 0 2rem;
  }

  .filters__fields {
    width: 100%;
  }

  .social {
    margin-left: 0;
    margin-right: 10rem;
    margin-top: -2rem;
  }

  .social__title {
    padding-left: 3.8rem;
  }

  .breadcrumb {
    display: none;
  }

  .page-image__background.-static-height img {
    height: 38rem;
  }

  .events-block.-five-columns .events-block__item, .events-block.-four-columns .events-block__item, .events-block.-three-columns .events-block__item {
    -ms-flex-preferred-size: calc(50% - 3.4rem);
    flex-basis: calc(50% - 3.4rem);
  }

  .events-block__item {
    -ms-flex-preferred-size: calc(50% - 3.4rem);
    flex-basis: calc(50% - 3.4rem);
  }

  .events {
    padding: 5.5rem 0 5rem;
  }

  .events-focus__share {
    right: 2rem;
    top: 1.2rem;
  }

  .events-focus__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .events-focus__content {
    box-shadow: none;
    padding: 9rem 7.5rem 7rem;
    width: 100%;
  }

  .events-focus__date {
    left: 7.5rem;
    top: 0;
    width: calc(100% - 15rem);
  }

  .events-focus__title {
    font-size: 3rem;
    margin: 0 0 0.5rem;
  }

  .events-focus__teaser {
    line-height: 2.1rem;
    margin: 0.5rem 0 0;
  }

  .events-block.-composite {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 7.5rem;
  }
  .events-block.-composite .events-block__item {
    width: 50%;
  }

  .directory-block__wrap {
    padding: 4rem 3rem;
  }

  .directory-block__link {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .directory-block__picture {
    margin: 0 0 2.5rem;
    max-width: 24rem;
  }

  .same-category {
    margin: 3rem 2rem;
  }

  .same-category__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }

  .same-category__toggle {
    display: block;
    text-align: left;
  }

  .same-category__title {
    margin-right: 0;
    text-align: left;
    width: 18rem;
  }

  .same-category__list {
    background-color: #fff;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 18rem;
    max-height: 0;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    width: 100%;
  }

  .same-category__item {
    display: block;
    float: none;
    margin: 0;
    opacity: 0;
    transform: translateY(100%);
  }

  .-is-open .same-category__item {
    opacity: 1;
    transform: translateY(0);
  }
  .-is-open .same-category__item:first-child {
    transition: all 0.2s ease 0ms;
  }
  .-is-open .same-category__item:nth-child(2) {
    transition: all 0.2s ease 0.1s;
  }
  .-is-open .same-category__item:nth-child(3) {
    transition: all 0.2s ease 0.2s;
  }
  .-is-open .same-category__item:nth-child(4) {
    transition: all 0.2s ease 0.3s;
  }
  .-is-open .same-category__item:nth-child(5) {
    transition: all 0.2s ease 0.4s;
  }
  .-is-open .same-category__item:nth-child(6) {
    transition: all 0.2s ease 0.5s;
  }
  .-is-open .same-category__item:nth-child(7) {
    transition: all 0.2s ease 0.6s;
  }
  .-is-open .same-category__item:nth-child(8) {
    transition: all 0.2s ease 0.7s;
  }
  .-is-open .same-category__item:nth-child(9) {
    transition: all 0.2s ease 0.8s;
  }
  .-is-open .same-category__item:nth-child(10) {
    transition: all 0.2s ease 0.9s;
  }

  .same-category__item a {
    border: 0;
    color: #727272;
    display: block;
    padding: 0.6rem 3rem;
  }
  .same-category__item a:focus, .same-category__item a:hover {
    text-decoration: underline;
  }

  .contact {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
  .contact + .contact {
    margin-bottom: 5rem;
  }

  .sidebar .contact {
    display: none;
  }

  .contact__picture {
    margin: 0;
  }

  .contact__meta {
    margin-right: auto;
  }

  .contact__infos {
    width: 17rem;
  }

  .read-more__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .read-more__content {
    width: 100%;
  }

  .read-more__wrap > * {
    width: 100%;
  }
  .read-more__wrap > * a {
    color: #000;
  }

  .read-more .list {
    margin-bottom: 0;
    margin-top: 1rem;
  }

  .read-more__picture {
    margin: 0.8rem auto 0;
  }

  .online-steps {
    margin-right: 0;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
  }

  .online-steps__wrapper {
    padding-bottom: 1.5rem;
  }

  .online-payment__wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .online-payment .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .online-payment__title svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .online-payment__text {
    padding-right: 4rem;
  }

  .online-payment .btn {
    margin: 0;
    right: 0;
  }

  .quick-links-demarches {
    margin-left: 0;
    max-width: 50%;
    -ms-flex-order: 2;
    order: 2;
    width: 50%;
  }

  .quick-links-demarches__list {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .quick-links-demarches__list a {
    padding: 1.5rem 0.5rem;
  }
  .quick-links-demarches__list a:focus:before, .quick-links-demarches__list a:hover:before {
    top: 0.5rem;
  }
  .quick-links-demarches__list a:focus:after, .quick-links-demarches__list a:hover:after {
    bottom: 0.5rem;
  }

  .report-incident.-has-shadow:before, .reviews.-is-vertical .reviews-item:before {
    left: 7rem;
  }

  .report-incident.-has-shadow:after {
    right: 7rem;
  }

  .reviews {
    margin: 2.5rem 0 4.5rem;
  }
  .reviews.-is-vertical .reviews-item:after {
    right: 7rem;
  }

  .reviews__wrapper {
    margin: 0;
  }

  .reviews-item__wrapper {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .reviews-item__picture {
    margin-right: 0;
  }

  .reviews-item__quote {
    padding-top: 2rem;
  }
  .reviews-item__quote:before {
    top: -6rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .reviews-item__title:before {
    left: 50%;
    transform: translateX(-50%);
  }

  .reviews.-has-bg {
    padding: 2.5rem 0 4.5rem;
  }
  .reviews.-is-horizontal .reviews-item__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reviews.-is-horizontal .reviews-item__picture {
    margin-right: 0;
  }

  .projects {
    margin: 2.5rem 0 2rem;
  }

  .projects__item {
    padding: 2rem 2rem 1.5rem;
  }

  .projects__info-image {
    width: 3.8rem;
  }

  .projects__info-content {
    font-size: 1.6rem;
    padding-top: 1rem;
  }

  .projects__focus-info {
    right: 1.5rem;
  }

  .projects__focus-info__wrapper {
    padding: 7rem 3rem 1rem;
  }

  .projects__focus-share {
    right: 1.8rem;
  }

  .projects.-is-vertical .projects__items {
    width: 30rem;
  }
  .projects.-is-vertical .projects__focus {
    width: calc(100% - 30rem);
  }

  .next-council__wrapper {
    padding: 1rem 2rem 2rem;
  }
  .next-council__wrapper.-has-shadow:before {
    left: 7rem;
  }
  .next-council__wrapper.-has-shadow:after {
    right: 7rem;
  }

  .next-council__title {
    width: 29rem;
  }

  .next-council__content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 1.5rem;
  }

  .next-council__agenda {
    margin-left: 3rem;
  }

  .next-council__links {
    padding-left: 1.5rem;
  }

  .next-council__discussion {
    margin-right: 0;
  }

  .ontheweb-block {
    margin: 2.5rem 0 3rem;
  }

  .ontheweb-block__item {
    width: 33.3333%;
  }

  .ontheweb-block__text, .ontheweb-block__title {
    font-size: 1.3rem;
  }

  .quicklinks-block {
    margin: 2.5rem 0 3rem;
  }
  .quicklinks-block .quicklinks-block__item {
    width: 33.33333%;
  }

  .interests-block__wrapper.-has-separator .interests-block__vote:after, .menu-floating {
    display: none;
  }

  .interests-block__wrapper {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .interests-block__wrapper.-has-separator .interests-block__results {
    padding: 0;
  }
  .interests-block__wrapper.-has-separator .interests-block__vote {
    padding: 0;
    margin-bottom: 4rem;
  }

  .interests-block__dynamic {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .interests-block__image {
    width: 100%;
  }

  .interests-block__results, .interests-block__vote {
    margin-bottom: 2rem;
    max-width: 60rem;
    width: calc(100% - 3rem);
  }

  .interests-block__results.-has-shadow:before, .interests-block__vote.-has-shadow:before {
    left: 7rem;
  }

  .interests-block__results.-has-shadow:after, .interests-block__vote.-has-shadow:after {
    right: 7rem;
  }

  .organigramme, .social-wall {
    margin: 6.5rem 0 6rem;
  }

  .social-wall__grid {
    padding: 0 4rem;
  }

  .social-wall.-variation-1 .social-card.-instagram .social-card__wrapper {
    opacity: 1;
  }

  .my-city {
    margin: 6.5rem 0 6rem;
  }

  .my-city__form {
    margin-bottom: 2rem;
  }

  .discover {
    height: 46rem;
    margin: 4.5rem 0;
  }

  .discover__title-main {
    font-size: 8rem;
  }

  .discover__info {
    bottom: 13rem;
    padding: 2.5rem;
    width: 24.6rem;
  }

  .discover__category {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }

  .discover__title {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .my-features {
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }

  .my-features__allready {
    -ms-flex-align: start;
    align-items: flex-start;
    height: auto;
    margin-top: 2rem;
    padding: 2.5rem 2.5rem 2.5rem 13rem;
    width: 50%;
  }
  .my-features__allready:first-child {
    margin-bottom: 0;
    margin-right: 2rem;
    padding: 3rem 3.5rem;
  }
  .my-features__allready:first-child .my-features__svg {
    bottom: 0;
    height: 9.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 11.1rem;
  }
  .my-features__allready:first-child .my-features__text {
    text-align: center;
  }
  .my-features__allready:first-child .my-features__text span {
    display: inline-block;
  }
  .my-features__allready:nth-child(2) {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem 3.5rem 2rem;
  }
  .my-features__allready:nth-child(2) .my-features__text {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .my-features__allready:nth-child(2) .my-features__links {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .my-features__allready:nth-child(2) .btn {
    margin: 1.5rem 0.5rem 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .my-features__allready .my-features__text .title span {
    display: inline-block;
  }

  .location {
    margin-top: 14rem;
  }
  .location .location__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem 0 0;
  }

  .location__information {
    width: 50%;
  }

  .location__information-title {
    color: #75617b;
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
  }

  .location__information-descr {
    color: #475469;
  }

  .location__map {
    margin-top: 0;
  }
  .location__map svg {
    height: 34rem;
    width: 34rem;
  }

  .location__list {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-top: 4rem;
    width: 100%;
  }

  .location__list-title {
    color: #75617b;
    font-size: 2.3rem;
    font-weight: 700;
  }

  .location__list figure {
    margin: 0 0 0 6rem;
    width: 40%;
  }

  .location-link:before {
    padding: 0.8rem 2rem 0.8rem 0;
  }

  .news-block.-four-columns .news-block__item:nth-child(6) {
    margin-top: 30px;
  }

  .online-steps {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    width: 100%;
  }

  .my-features {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .quick-links-demarches {
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .my-features__allready:first-child {
    margin-bottom: 1rem;
    margin-right: 0;
    padding: 3rem 3rem 11rem;
  }

  .my-features__allready:first-child .my-features__svg {
    bottom: -0.7rem;
    height: 10.8rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 9.5rem;
  }

  .my-features__allready:first-child .my-features__text {
    margin: 0 auto;
    text-align: center;
  }

  .my-features__allready:nth-child(2) {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    padding: 2rem;
  }

  .my-features__allready {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  .mnv-menu {
    top: 6rem;
  }

  .my-features__allready:first-child .my-features__svg {
    bottom: -0.7rem;
    height: 10.8rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 9.5rem;
  }
  .my-features__allready:first-child .my-features__text {
    margin: 0 auto;
    text-align: center;
  }
  .my-features__allready:first-child .my-features__text .title {
    display: inline-block;
  }
  .my-features__allready:first-child .my-features__text .title span {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .header-bar.-map .header-bar__logo {
    max-width: calc(100% - 18rem);
  }
  .header-bar.-map .header-bar__components {
    max-width: 22rem;
  }

  .header-bar__item .filters__btn.btn {
    display: block;
    min-height: 8rem;
    min-width: 8rem;
    padding: 1.4rem;
  }

  .filters__map .filters__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .filters__map-form__field {
    height: calc(100vh - 28rem);
  }
}
@media (max-width: 980px) {
  .footer .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .frame {
    margin: 4rem 0;
  }

  .frame__link {
    font-size: 1.6rem;
  }

  .h2 {
    font-size: 2.2rem;
  }

  .rte .h2:not([class^=media-element]), .rte h2:not([class^=gallery]):not([class^=media-element]) {
    font-size: 2.2rem;
  }

  .h3 {
    font-size: 2.3rem;
  }

  .rte .h3:not([class^=media-element]), .rte h3:not([class^=media-element]) {
    font-size: 2.3rem;
  }

  .h4 {
    font-size: 1.8rem;
  }

  .rte .h4:not([class^=media-element]), .rte h4:not([class^=media-element]) {
    font-size: 1.8rem;
  }

  .h5 {
    font-size: 1.6rem;
  }

  .rte .h5:not([class^=media-element]), .rte h5:not([class^=media-element]) {
    font-size: 1.6rem;
  }
  .rte .encadre:not(.specificity) {
    margin: 1.31579em 0;
    font-size: 1.8em;
    min-height: 10rem;
    padding: 1.57895em 1.57895em 2.10526em 6.31579em;
  }
  .rte .encadre:not(.specificity):before {
    display: block;
    font-size: 4rem;
    left: 3rem;
    top: 3rem;
  }
  .rte .encadre:not(.specificity):after {
    left: 9rem;
  }
  .rte .blockquote, .rte blockquote {
    font-size: 2em;
    margin-left: 1rem;
    padding-left: 8rem;
  }
  .rte .table-responsive {
    margin: 3.5rem 0 0;
  }

  .container {
    padding: 0 1rem;
    max-width: 100%;
  }
  .container.-lg, .container.-sm {
    max-width: 100%;
  }
  .container.-page {
    padding: 5rem 1rem 0;
  }

  .what-can-we-do {
    margin: 5.5rem 0 10rem;
  }
  .what-can-we-do .title.-primary span {
    left: -4rem;
  }
  .what-can-we-do h3.title {
    font-size: 2rem;
  }
  .what-can-we-do .-frame h3.title {
    padding-left: 1.5rem;
  }
  .what-can-we-do .-frame .links-group {
    padding-right: 1.5rem;
  }

  .footer .container {
    max-width: 100%;
    padding: 3.5rem 3.5rem 6rem;
  }

  .footer__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form__field-group:not(.-type-uri) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .number-articles {
    padding-bottom: 1.5rem;
  }

  .list {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .message {
    padding: 3rem 1rem 3rem 1.5rem;
  }

  .click-roll {
    margin: 5rem -1rem;
  }
  .click-roll + .click-roll {
    margin-top: -5rem;
  }

  .click-roll__toggle {
    font-size: 1.8rem;
    padding: 0.5em 3.5em 0.5em 1.1em;
  }

  .click-roll__block {
    font-size: 1.6rem;
  }

  .faq-block .click-roll__toggle {
    padding: 0.5em 1.1em 0.5em 4rem;
  }
  .faq-block .click-roll__toggle:after {
    height: 3rem;
    line-height: 3rem;
    width: 3rem;
  }
  .faq-block .click-roll__block:before {
    left: 4em;
  }
  .faq-block .click-roll__slide-wrap {
    padding-left: 4rem;
  }

  .tabs__trigger {
    padding: 1rem 0.5rem;
  }

  .tabs__inner {
    padding: 3rem 1.5rem 1.5rem;
  }

  .gallery {
    margin: 3.5rem 0;
  }

  .gallery__list {
    margin: 0 -1rem;
  }
  .gallery__list:after {
    bottom: 0;
    position: absolute;
    right: 0;
    background-color: #009FE3;
    color: #fff;
    content: "+" attr(data-items);
    font-family: Barlow, sans-serif;
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1;
    padding: 1.7rem;
  }

  .gallery__item {
    width: 100%;
  }
  .gallery__item:not(:first-child) {
    display: none;
  }

  .-is-open .header-search__form, .header-bar {
    height: 6rem;
  }

  body.tourism .header-bar__logo {
    min-width: 25rem;
  }

  .header-bar__components {
    max-width: 12rem;
  }

  .header-bar__search, body.tourism .header-bar__lang {
    padding: 0 1rem;
  }

  .header-bar-btn, .header-bar__item .filters__btn.btn {
    min-height: 6rem;
    min-width: 6rem;
  }

  .header-bar-btn {
    padding: 1.4rem;
  }
  .header-bar-btn.-no-text-mobile .header-bar-btn__text {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    left: -9999px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
  }

  .header-bar-dropdown.-no-text-mobile .header-bar-dropdown__toggle-text {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px !important;
    left: -9999px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    top: auto !important;
    width: 1px !important;
  }

  .header-bar-dropdown__toggle {
    height: 6rem;
    min-width: 6rem;
    padding: 1.4rem;
  }

  .header-bar-dropdown.-no-text-mobile .header-bar-dropdown__toggle-ico {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header-bar-dropdown.-no-arrow-mobile .header-bar-dropdown__toggle:after {
    display: none !important;
  }

  .logo__text, body.tourism .logo__text {
    font-size: 3rem;
  }

  .header-search__btn {
    min-height: 0;
    min-width: 0;
    padding-right: 2rem;
    height: 4rem;
    width: 4rem;
  }

  .header-search__form-input {
    padding: 0.5rem 1rem;
  }
  .header-search__form-input label {
    margin-right: 0.5rem;
  }

  .menu-trigger, .mnv-menu__close {
    height: 6rem;
    width: 6rem;
  }

  .mnv-menu__toggle {
    padding: 0;
  }

  .mnv-menu__submenu {
    width: calc(100% + 4rem);
  }
  .mnv-menu__submenu.-level-2 {
    width: calc(100% + 3rem);
  }
  .mnv-menu__submenu.-level-2 > .mnv-menu__item {
    padding-left: 0;
  }

  #tx-solr-search {
    width: 100%;
    margin: 0;
  }

  #tx-solr-search-functions {
    width: 100%;
  }

  .hero.-has-shadow:after, .hero.-has-shadow:before {
    content: none;
  }
  .hero .control-block {
    bottom: 2rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 14rem;
  }

  .-has-video .hero .control-block__actions {
    bottom: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 26rem;
  }

  .hero .control-block__control-btn, .title.-primary span:before {
    bottom: -1.5rem;
  }

  .hero.swiper-container {
    overflow: hidden !important;
  }
  .hero .swiper-pagination {
    bottom: 1rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .hero-slider.-static-height {
    height: auto;
    max-height: none;
  }

  .hero-item__image {
    height: 29rem;
  }

  .hero-item__video {
    height: 30rem;
  }

  .hero-item__content, .hero-item__link {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    position: relative;
  }

  .hero-item__content:before {
    background-color: #fff;
    border-radius: 100%;
    content: "";
    height: 34rem;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 34rem;
  }
  .hero-item__content .container {
    padding: 0;
  }

  .news .container {
    padding: 0;
  }

  .hero-item__link {
    background-color: transparent;
    height: auto;
    margin: -4rem auto 0;
    opacity: 1;
    overflow: hidden;
    padding: 2.5rem 5rem 4rem;
    width: 28rem;
    z-index: 2;
  }

  .hero-item.swiper-slide-active .hero-item__link {
    animation: none;
  }

  .hero-item__caption {
    font-size: 2.2rem;
    line-height: 2.4rem;
    margin-right: 0;
    max-width: 250px;
  }

  .hero-item__subtitle {
    margin-right: 0;
    margin-top: 0;
  }

  .news {
    margin: 3rem 0 6rem;
  }

  .news-focus {
    margin: 0;
  }

  .news-focus__share {
    right: 1rem;
    top: 2.5rem;
  }

  .news-focus__content {
    padding: 8rem 3rem 4rem;
  }

  .news-focus__category {
    font-size: 1.4rem;
    left: 0;
    padding: 0.7rem 1.2rem;
    top: 3rem;
  }
  .news-focus__category:before {
    content: none;
  }

  .news-focus__title {
    font-size: 2rem;
    line-height: 2.2rem;
    margin: 0 0 1rem;
  }

  .news-focus__teaser {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin: 1rem 0 0;
  }

  .news-block.-composite {
    margin: 0 0.5rem 2.5rem;
    padding: 0;
  }

  .title {
    font-size: 2.6rem;
  }
  .title.-primary[data-fa-icon]:before {
    font-size: 2.6rem;
  }

  .title-block.-column {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title.-primary {
    font-size: 3.1rem;
    line-height: 1.15;
    margin: 0;
  }
  .title.-primary span {
    font-size: 2.1rem;
    top: -2rem;
  }
  .title.-lg {
    font-size: 3rem;
  }

  .links-group.-rect {
    border: 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link.-round {
    margin-left: 2rem;
  }
  .link.-round.-line {
    border: 0;
    margin-left: 0.5rem;
  }
  .link.-rect.-no-text-mobile {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    height: 3.2rem;
    width: 3.2rem;
    background-color: #009FE3;
    border: 0;
    border-radius: 50%;
    margin-left: 0.5rem;
    position: relative;
  }
  .link.-rect.-no-text-mobile:before {
    left: 50%;
    position: absolute;
    top: 50%;
    color: #fff;
    text-indent: 0;
    transform: translate(-50%, -50%);
  }

  .heading .link.-round.-primary:focus, .heading .link.-round.-primary:hover {
    background-color: #fff;
  }

  .link.-rect.-no-text-mobile:focus, .link.-rect.-no-text-mobile:hover {
    background-color: #fff;
  }

  .heading.-single-directory .heading__category {
    font-size: 1.8rem;
  }
  .heading.-single-directory .heading__title {
    font-size: 3rem;
  }
  .heading.-center {
    text-align: left;
  }

  .quick-links-demarches__list span {
    text-align: left;
  }

  .heading.-map-annuaire {
    display: block;
  }

  .heading__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1rem 5rem;
  }

  .heading .links-group {
    top: -1.2rem;
  }
  .heading .link.-round.-primary {
    background-color: #c9bacd;
  }
  .heading .link.-round.-primary:before {
    color: #fff;
  }
  .heading .link.-rect.-primary:focus:before, .heading .link.-rect.-primary:hover:before {
    color: #c9bacd;
  }
  .heading .link.-rect.-secondary:focus:before, .heading .link.-rect.-secondary:hover:before {
    color: #c9bacd;
  }
  .heading .link.-round {
    margin-top: 0;
  }
  .heading .link.-round.-primary:focus:before, .heading .link.-round.-primary:hover:before {
    color: #c9bacd;
  }
  .heading .link.-rect {
    box-shadow: none;
  }

  .heading__image {
    margin: 0 0 2rem;
  }

  .heading__title {
    font-size: 2.8rem;
    max-width: calc(100% - 7.7rem);
  }

  .heading__teaser {
    font-size: 1.8rem;
  }

  .heading__publication.-large {
    font-size: 1.4rem;
  }

  .heading-elected {
    display: block;
  }

  .heading-elected__picture {
    float: left;
    margin-right: 1rem;
  }

  .heading .time-place {
    border-bottom: 1px solid #dde1e8;
    padding-bottom: 1.5rem;
  }

  .elected__name {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .elected__position {
    font-size: 1.4rem;
    margin: 1rem 0 0.5rem;
  }

  .elected__btn {
    margin-top: 1rem;
  }

  body.tourism .lang__current {
    padding: 1.1rem 2rem 1.1rem 1rem;
  }

  .flash-info__wrap {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flash-info__title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    max-width: 100%;
  }

  .flash-info__item {
    display: block;
    margin-left: 0;
  }

  .flash-info__image, .flash-info__svg {
    display: inline-block;
    vertical-align: middle;
  }

  .flash-info__content {
    margin: 2rem 0;
  }

  .flash-info__buttons {
    margin-left: 0;
    width: 100%;
  }

  .flash-info__button.-close {
    position: absolute;
    right: 2rem;
    top: 1.5rem;
  }

  .cookies-block__button.-more {
    display: block;
    margin-bottom: 2rem;
  }

  .menu-cross {
    max-width: 16.5rem;
    padding: 0 0 3rem;
    margin: 0 auto;
  }

  .menu-cross__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .newsletter {
    margin: 0 auto;
    padding: 0 3rem 5.5rem;
  }

  .newsletter-bar {
    margin: 6rem 0 4.5rem;
  }

  .newsletter-bar__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem 2rem;
  }

  .news-spoiler__title:before, .newsletter-bar__title:before {
    top: 0;
  }

  .newsletter-bar__form {
    padding-left: 0;
    width: 100%;
  }

  .newsletter-bar__field {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.5rem;
  }
  .newsletter-bar__field.-input {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsletter-bar__field.-input label {
    margin-bottom: 1.5rem;
    margin-top: 0;
  }
  .newsletter-bar__field.-input input::-webkit-input-placeholder, .newsletter-bar__field.-input input:-moz-placeholder, .newsletter-bar__field.-input input::-moz-placeholder, .newsletter-bar__field.-input input:-ms-input-placeholder {
    text-align: center;
  }
  .newsletter-bar__field.-button {
    margin: 2rem auto 0;
  }
  .newsletter-bar__field.-button .btn {
    max-width: 16rem;
  }

  .newsletter-bar__links {
    margin-left: 1rem;
    margin-top: 2rem;
    text-align: left;
  }

  .newsletter-bar__link {
    display: inline-block;
  }

  .site-infos {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .site-infos__listitems {
    min-width: 16rem;
    padding: 3rem 0 0;
  }

  .site-infos__links {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 3rem 0 0;
    text-align: center;
  }
  .site-infos__links .link {
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    min-width: 16rem;
    padding: 0;
  }
  .site-infos__links .link:before {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
  .site-infos__links .link.-tel {
    margin-bottom: 1.5rem;
  }

  .subpages-menu__item {
    margin-bottom: 1.5rem;
  }

  .sitemap__item {
    margin-bottom: 4rem;
  }

  .more-info {
    padding: 3.2rem 0;
  }

  .more-info__wrapper {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  .more-info .title {
    text-align: center;
  }

  .more-info__item {
    width: 100%;
  }
  .more-info__item .list {
    padding-right: 0;
  }

  .publications-block__item {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .publications-block__image {
    margin: 0 auto 2.5rem;
    max-width: 18rem;
    padding-right: 0;
  }

  .publications-block__title {
    font-size: 2.6rem;
  }

  .publications-block__control {
    top: 13.3rem;
  }
  .publications-block__control.-prev {
    left: -0.5rem;
  }
  .publications-block__control.-next {
    right: -0.5rem;
  }

  .publications-block.-home {
    margin: 11rem 0 3rem;
  }
  .publications-block.-home .publications-block__container {
    padding: 0;
  }
  .publications-block.-home .publications-block__carousel {
    width: calc(100% - 2rem);
  }
  .publications-block.-home .publications-block__item {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3rem;
  }
  .publications-block.-home .publications-block__newsletter {
    padding: 3rem;
    text-align: center;
  }
  .publications-block.-home .publications-block__image {
    margin-bottom: 1.5rem;
    max-width: 100%;
    padding-right: 0;
    width: auto;
  }
  .publications-block.-home .publications-block__size, .publications-block.-home .publications-block__title {
    padding: 0 1rem;
  }
  .publications-block.-home .publications-block__size:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .publications-block.-home .links-group {
    margin-top: 2rem;
  }
  .publications-block.-home .links-group .btn {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .publications-list {
    margin: 0 -1rem;
  }

  .publications-list__item {
    margin: 2.5rem 1rem 0;
  }

  .publications-list.-five-columns .publications-list__item, .publications-list.-four-columns .publications-list__item, .publications-list.-three-columns .publications-list__item {
    -ms-flex-preferred-size: calc(50% - 2rem);
    flex-basis: calc(50% - 2rem);
  }

  .publications-list__item {
    -ms-flex-preferred-size: calc(50% - 2rem);
    flex-basis: calc(50% - 2rem);
  }

  .publications-list__picture {
    max-width: 18rem;
    width: auto;
  }

  .publications-list__title {
    font-size: 1.6rem;
  }

  .publications-single__listitems {
    margin: 0;
  }

  .publications-single__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 2.5rem;
  }

  .list-document__item {
    font-size: 1.2rem;
  }

  .telecharger {
    margin-bottom: 3.5rem;
  }

  .telecharger__wrapper {
    margin-bottom: 4rem;
    padding: 3rem 3rem 0.5rem;
  }

  .-content .telecharger__wrapper {
    padding: 3rem;
  }
  .-content .telecharger__wrapper:after {
    content: none;
  }
  .-content .telecharger__item {
    font-size: 1.5rem;
    padding-bottom: 2.5rem;
    width: 100%;
  }

  .telecharger__item {
    padding-bottom: 3.5rem;
    width: 50%;
  }
  .telecharger__item:last-child {
    padding-bottom: 0;
  }

  .-content .telecharger__item a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 4rem;
  }
  .-content .telecharger__meta {
    border-left: 0;
    display: inline-block;
    padding-left: 0.5rem;
    position: static;
    transform: translateY(0);
  }
  .-content .telecharger__ext {
    display: inline-block;
  }
  .-content .telecharger__ext:after {
    content: " - ";
  }

  .news-block {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .news-block__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 3rem 0 0;
  }

  .news-block.-three-columns .news-block__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 48rem;
  }
  .news-block.-four-columns .news-block__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: calc(100% - 3rem);
  }
  .news-block.-five-columns .news-block__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 40rem;
  }

  .news-spoiler__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2.5rem 1rem 0;
  }

  .news-spoiler__title {
    padding: 0 0 1.5rem 4rem;
    width: auto;
  }

  .news-spoiler__wrapper {
    border-bottom: 1px solid rgba(187, 196, 210, 0.2);
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(187, 196, 210, 0.2);
    padding: 2rem 0;
    width: 100%;
  }
  .news-spoiler__wrapper.-has-pagination {
    padding-bottom: 5rem;
  }

  .news-spoiler__container {
    width: calc(100% - 4rem);
  }

  .news-spoiler__actions {
    border: 0;
    bottom: 1rem;
    padding: 0;
    right: 50%;
    transform: translateX(50%);
  }

  .news-spoiler__pagination {
    bottom: 2.5rem;
    right: 50%;
    transform: translateX(50%);
  }

  .news-spoiler__control.-prev {
    left: -1.5rem;
  }
  .news-spoiler__control.-next {
    right: -1.5rem;
  }

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

  .news-spoiler__all {
    margin-top: 2rem;
    width: auto;
  }

  .albums-block {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }

  .albums-block__item {
    width: 100%;
  }

  .albums-block.-five-columns .albums-block__item, .albums-block.-four-columns .albums-block__item, .albums-block.-three-columns .albums-block__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 40rem;
  }

  .albums-block__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 40rem;
  }

  .albums-block__picture img {
    margin: 0 auto;
  }

  .albums {
    margin-top: 4rem;
    padding: 2rem 0 1rem;
  }
  .albums .links-group {
    margin-top: 0 !important;
  }

  .albums-block.-composite .albums-block__item {
    margin: 0 0 1.5rem;
    max-width: 48rem;
  }
  .albums-block.-leftBlock .albums-block__item:not(.-focus) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: auto;
    width: 100%;
  }
  .albums-block.-leftBlock .albums-block__item.-focus {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }
  .albums-block.-rightBlock .albums-block__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
  }

  .filters {
    margin-top: -1.5rem;
  }

  .filters__btn {
    display: block;
  }

  .filters__dropdown {
    left: 1rem;
    max-width: calc(100% - 2rem);
    min-width: inherit;
    opacity: 0;
    position: absolute;
    visibility: hidden;
  }

  .-is-open .filters__dropdown {
    max-width: 100%;
    position: static;
  }

  .filters .flex-row {
    margin: 0;
  }
  .filters [class*=col-] {
    padding: 0;
  }

  .filters__wrapper {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .filters__buttons {
    margin-top: 0;
  }

  .filters__button:first-child {
    margin-left: 0;
  }

  .filters__map-form__field {
    height: calc(100vh - 26.5rem);
  }

  .social {
    margin: 0 auto;
  }

  .social__title {
    padding-left: 4rem;
  }

  .tools {
    width: 100%;
  }

  .page-image__background.-static-height img {
    height: auto;
  }

  .events-block {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }

  .events-block__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 3rem 0 0;
  }

  .events-block.-five-columns .events-block__item, .events-block.-four-columns .events-block__item, .events-block.-three-columns .events-block__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 48rem;
  }

  .events-block__date.-dark {
    display: -ms-flexbox;
    display: flex;
  }

  .events {
    padding: 3.5rem 0 5rem;
  }

  .events-focus__content {
    padding: 9rem 3rem 3rem;
  }

  .events-focus__date {
    left: 0;
    width: 100%;
  }

  .events-focus__title {
    font-size: 2rem;
    line-height: 2.2rem;
    margin: 0 0 1rem;
  }

  .events-focus__teaser {
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin: 1rem 0 0;
  }

  .events__wrapper {
    padding: 0 0.5rem;
  }
  .events__wrapper .links-group {
    margin-top: 0;
  }
  .events__wrapper .link.-line {
    border: 0;
  }

  .events-block.-composite {
    margin: 0;
    padding: 0;
  }
  .events-block.-composite .events-block__item {
    width: 100%;
  }
  .events-block.-composite .composite-link {
    padding: 0;
  }

  .vote fieldset {
    padding: 0;
  }

  .events-block.-composite .swiper-container-horizontal {
    width: calc(100% - 5rem);
  }

  .events-block__control.-prev {
    left: -1rem;
  }
  .events-block__control.-next {
    right: -1rem;
  }

  .directory-block {
    margin: 3rem 0 0;
  }

  .directory-block__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 3rem 0 0;
  }

  .vote {
    padding: 2rem;
  }

  .vote__form {
    display: block;
    font-size: 1.8rem;
    text-align: left;
  }
  .vote__form * > {
    width: 100%;
  }

  .vote fieldset.vote__btn {
    margin: 0;
    padding: 2rem 0 0;
  }
  .vote fieldset.vote__btn:before {
    height: 3px;
    width: 5.2rem;
  }

  .same-category {
    margin: 2rem 1rem;
  }

  .same-category__wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 3rem 1rem;
  }

  .same-category__toggle {
    padding-left: 1rem;
    width: 100%;
  }
  .same-category__toggle:after {
    right: 1rem;
  }

  .same-category__title {
    margin-top: 0;
    margin-bottom: 1.5rem;
    width: auto;
  }

  .same-category__list {
    margin-left: 0;
  }

  .same-category__item a {
    padding: 0.6rem 3rem 0.6rem 1rem;
  }

  .contact {
    margin: 4rem 2.5rem 6rem;
  }
  .contact + .contact {
    margin-bottom: 3.5rem;
  }

  .contact__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact__meta {
    margin-right: 0;
    padding: 2rem 3rem;
    text-align: center;
    width: 100%;
  }

  .contact__infos {
    width: 100%;
  }
  .contact__infos .infos__item {
    margin: 0 auto 1rem;
  }
  .contact__infos .btn {
    display: table;
    margin: 3rem auto;
  }

  .read-more {
    margin: 4rem 2.5rem 3rem;
  }

  .read-more__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .online-steps {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    width: 100%;
  }

  .online-steps__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .-frame .online-steps__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .online-steps__image {
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .online-payment__title {
    display: table;
    margin: 1em auto;
  }

  .my-account__allready {
    padding: 1.5rem 5rem 1.5rem 2rem;
  }
  .my-account__allready .btn {
    right: 2rem;
  }

  .quick-links-demarches {
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .quick-links-demarches__list li {
    width: 50%;
  }
  .quick-links-demarches__list a {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem;
  }
  .quick-links-demarches__list a:focus:before, .quick-links-demarches__list a:hover:before {
    top: 0;
  }
  .quick-links-demarches__list a:focus:after, .quick-links-demarches__list a:hover:after {
    bottom: 0;
  }
  .quick-links-demarches__list svg {
    margin: 0 1.2rem 0 0;
    min-width: 3.5rem;
  }

  .report-incident__form {
    text-align: center;
  }
  .report-incident__form select {
    margin: 1rem 0;
  }

  .reviews {
    margin-bottom: 0;
  }

  .reviews__wrapper {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .reviews-item {
    margin: 0 0 3.5rem;
    padding: 0 6.5rem;
    width: 100%;
  }

  .reviews.-has-bg {
    padding-bottom: 0;
  }
  .reviews.-is-vertical .reviews__wrapper, .reviews.-is-horizontal .reviews__wrapper {
    margin: 0;
  }
  .reviews.-is-vertical .reviews-item, .reviews.-is-horizontal .reviews-item {
    margin: 0 0 3.5rem;
    padding: 2rem 6.5rem;
    width: 100%;
  }

  .projects__items {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .projects__item {
    margin: 0 0 1rem;
    width: 100%;
  }

  .projects__focus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  .projects__focus-info {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    background-color: #fff;
    max-width: 100%;
  }

  .projects__focus-info__wrapper {
    padding: 5rem 2rem 1rem;
  }

  .projects__focus-share {
    right: 0;
    top: 1rem;
  }

  .projects__focus-category {
    left: 0;
    top: 1rem;
  }
  .projects__focus-category:before {
    content: none;
  }

  .projects__focus-title {
    font-size: 2rem;
  }

  .projects__focus__control {
    top: 30%;
    transform: translateY(0);
  }
  .projects__focus__control.-prev {
    left: 1rem;
  }
  .projects__focus__control.-next {
    right: 1rem;
  }

  .projects.-is-vertical .projects__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .projects.-is-vertical .projects__items {
    margin: 0;
    width: 100%;
  }
  .projects.-is-vertical .projects__item:last-child {
    margin-bottom: 1rem;
  }
  .projects.-is-vertical .projects__focus {
    min-height: inherit;
    width: 100%;
  }
  .projects.-is-vertical .projects__focus-info {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    background-color: #fff;
    max-width: 100%;
  }
  .projects.-is-vertical .projects__focus-info__wrapper {
    padding: 5rem 2rem 1rem;
  }

  .next-council__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 2rem 3rem;
  }

  .next-council__title {
    padding: 1rem 0 2rem 4rem;
    width: auto;
  }

  .next-council__content {
    border-bottom: 1px solid rgba(187, 196, 210, 0.2);
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(187, 196, 210, 0.2);
    padding: 2rem 0;
  }

  .next-council__links {
    padding: 2rem 0 0;
  }

  .ontheweb-block {
    margin-bottom: 0;
  }

  .ontheweb-block__carousel {
    width: calc(100% - 4.4rem);
  }

  .quicklinks-block {
    margin-bottom: 0;
  }

  .quicklinks-block__carousel {
    width: calc(100% - 4.4rem);
  }

  .quicklinks-block .quicklinks-block__item {
    width: 100%;
  }

  .job-block__item {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3.5rem;
  }

  .job-block__teaser, .job-block__title {
    font-size: 1.6rem;
  }

  .job-block__publication.-large {
    font-size: 1.2rem;
  }

  .job-single {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .job-single__listitems {
    width: 100%;
  }

  .job-single__apply {
    margin-top: 3rem;
  }

  .interests__question {
    margin-right: 0;
    width: 100%;
  }

  .interests-results__chart-canvas, .interests__form {
    width: 100%;
  }

  .interests-results__chart-canvas:after {
    left: calc(50% - 0.6rem);
    margin-left: -9rem;
  }

  .interests-results__chart-data {
    margin-top: 2rem;
    padding-left: 0;
    width: 100%;
  }

  .organigramme__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .organigramme__item {
    margin-bottom: 3rem;
    width: 100%;
  }
  .organigramme__item:last-child {
    margin-bottom: 0;
  }

  .my-city .container, .social-wall__grid {
    padding: 0;
  }

  .my-city__form, .my-city__info {
    display: block;
  }

  .my-city__content {
    width: 100%;
  }

  .my-city__form .form, .my-city__form img {
    width: 100%;
  }

  .my-city__picture {
    width: 100%;
  }

  .discover {
    height: auto;
    margin: 4.5rem 0 3rem;
  }

  .discover__title-main {
    font-size: 5rem;
  }

  .discover__picture img {
    height: auto;
    width: 100%;
  }

  .discover__info {
    bottom: auto;
    left: auto;
    position: static;
    right: auto;
    top: auto;
    padding: 2.5rem 3rem;
    width: 100%;
  }

  .discover__title {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }

  .one-click-panel, .one-click-toggle {
    display: none;
  }

  .deadline {
    font-size: 1.4rem;
  }

  .my-features {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .my-features__allready {
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 0;
    padding: 2.5rem 2.5rem 2.5rem 11rem;
    width: 100%;
  }
  .my-features__allready:first-child {
    margin-bottom: 1rem;
    margin-right: 0;
    padding: 3rem 3rem 11rem;
  }
  .my-features__allready:nth-child(2) {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    padding: 2rem;
  }
  .my-features__allready:nth-child(2) .my-features__text {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .my-features__allready:nth-child(2) .my-features__text .title {
    display: inline-block;
  }
  .my-features__allready:nth-child(2) .my-features__text .title span {
    display: inline-block;
  }
  .my-features__allready:nth-child(2) .my-features__links {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
    margin-top: 1rem;
    max-width: 70%;
  }
  .my-features__allready:nth-child(2) .btn {
    font-size: 1.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .my-features__allready .my-features__text .title {
    font-size: 2.2rem;
  }

  .location {
    margin-bottom: 7rem;
    margin-top: 7rem;
  }
  .location .location__wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }

  .location__information {
    margin-bottom: 3rem;
    width: 100%;
  }

  .location__information-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  .location__information .filters__field {
    margin-top: 2.5rem;
  }

  .location__map {
    width: 100%;
  }
  .location__map .map-area__figure {
    text-align: center;
  }
  .location__map svg {
    height: 25rem;
    width: 25rem;
  }

  .location__list {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 3rem;
  }

  .location__list-title {
    font-size: 2rem;
  }

  .location__list .list {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .location__list figure {
    margin: 5rem 0 0;
    width: 100%;
  }

  .location-link {
    font-size: 1.5rem;
    min-width: 32rem;
    padding: 2.5rem 6rem 2.5rem 8rem;
  }
  .location-link:before {
    left: 2rem;
    padding: 0.8rem 1rem 0.8rem 0;
  }

  .useful-info__wrapper {
    padding: 2rem;
  }

  .useful-info__columns {
    display: block;
  }

  .useful-info__column {
    width: 100%;
  }
  .useful-info__column:first-child {
    padding-bottom: 3rem;
    padding-right: 0;
  }
  .useful-info__column:nth-child(2) {
    border-left: 0;
    border-top: 0.1rem solid rgba(255, 175, 217, 0.3);
    padding-left: 0;
    padding-top: 3rem;
  }

  .news-block.-four-columns .news-block__item.big-item {
    flex-basis: 100%;
    max-width: calc(100% - 3rem);
  }

  .news-block.-four-columns .news-block__item:nth-child(2), .news-block.-four-columns .news-block__item:nth-child(3) {
    height: auto;
  }
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@media screen and (max-width: 479px) {
  .header-bar.-map {
    height: 4.6rem;
  }
  .header-bar.-map .header-bar__inner {
    height: 4.6rem;
  }
  .header-bar.-map .header-bar__logo {
    max-width: calc(100% - 14rem);
    padding: 1rem;
  }
  .header-bar.-map .header-bar__components {
    max-width: 14rem;
  }

  body.tourism .header-bar__logo {
    min-width: 18rem;
  }
  body.tourism .header-bar__lang {
    display: none;
  }

  .header-bar-btn, .header-bar__item .filters__btn.btn {
    min-height: 4.6rem;
    min-width: 4.6rem;
  }

  .header-bar-dropdown__toggle {
    height: 4.6rem;
    min-width: 4.6rem;
  }

  body.tourism .logo__text {
    font-size: 2.2rem;
  }
  body.tourism .logo__text span {
    font-size: 1.6rem;
  }

  .filters__map-form__field {
    height: calc(100vh - 25rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .online-payment__wrapper {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }

  .online-payment__text {
    margin-left: 3rem;
    padding-left: 3rem;
  }
  .online-payment__text:before {
    height: 100%;
    width: 1px;
  }

  .my-account__wrapper {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }

  .my-account__form {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    margin: 0 2rem 0 0;
  }

  .my-account__allready {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .report-incident__title {
    line-height: 1.2;
    padding-left: 4rem;
  }
  .report-incident__title:before {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .report-incident__title strong {
    display: block;
  }

  .location__map .map-area__figure img {
    width: 34.5rem;
  }

  .location__list-wrap {
    width: 60%;
  }
}
@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.empty-hero-item__subtitle {
  height: 31px;
}

@media screen and (max-width: 767px) {
  .site-header .header-bar .header-bar__inner {
    background: 0 0;
  }

  .hero-slider {
    margin-top: 60px;
  }

  .hero-item__image {
    display: inline;
    height: auto;
  }
  .hero-item__image img {
    display: inline;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .is-open .filters__dropdown {
    max-width: 100%;
    position: static;
  }
}
.is-open .filters__dropdown {
  opacity: 1;
  transform: translateY(-1rem);
  transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out, opacity 0.35s ease-in-out;
  visibility: visible;
}

/* PDF output */
.pdfOutput .print-banner {
  display: block;
}
.pdfOutput .cookies-block, .pdfOutput .events, .pdfOutput .filters, .pdfOutput .flash-info, .pdfOutput .footer__stratis, .pdfOutput .go-to-top, .pdfOutput .header, .pdfOutput .localiser, .pdfOutput .media-element, .pdfOutput .menu-cross, .pdfOutput .menu-extranet, .pdfOutput .menu-floating, .pdfOutput .more-info, .pdfOutput .news, .pdfOutput .newsletter, .pdfOutput .one-click-wrapper, .pdfOutput .organigramme, .pdfOutput .pager, .pdfOutput .publications-block, .pdfOutput .same-category, .pdfOutput .sidebar, .pdfOutput .site-infos__image, .pdfOutput .site-infos__links, .pdfOutput .social, .pdfOutput .social-networks, .pdfOutput .stratis-menu, .pdfOutput .telecharger, .pdfOutput .top-of-content, .pdfOutput .vote {
  display: none !important;
}
.pdfOutput .container {
  margin: 0;
  padding: 0;
  width: 100%;
}
.pdfOutput .container.-lg, .pdfOutput .container.-sm {
  max-width: inherit;
}
.pdfOutput .container.-page {
  padding: 0;
}
.pdfOutput .logo {
  margin-bottom: 30px;
}
.pdfOutput .logo__text {
  color: #000;
}
.pdfOutput .logo__text * {
  color: #000 !important;
}
.pdfOutput .click-roll__block {
  display: block !important;
}
.pdfOutput .footer {
  color: #000;
  margin: 0;
}
.pdfOutput .footer, .pdfOutput .footer * {
  background-color: inherit !important;
}
.pdfOutput .footer * {
  color: #000 !important;
}
.pdfOutput .gallery__list {
  display: block;
  text-align: center;
}
.pdfOutput .gallery__item {
  display: inline-block;
  vertical-align: middle;
}
.pdfOutput .gallery__item:after, .pdfOutput .gallery__item:before {
  display: none;
}
.pdfOutput .gallery__thumb {
  font-family: inherit;
  height: auto;
  max-width: 100%;
  object-fit: inherit;
}
.pdfOutput .site-wrapper, .pdfOutput .site-wrapper-out {
  display: block;
  min-height: inherit;
}
.pdfOutput .site-wrapper {
  overflow: inherit;
}

.masonry-list {
  margin: auto;
  left: 7px;
}

.masonry-item {
  width: 20%;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.masonry-item img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

div.masonry-list {
	position: relative;
}
div.masonry-item {
	position: absolute;
	width: auto;
	height: auto;
	/*padding: 0 20px 20px 0;*/
}
div.masonry-item a {
	position: relative;
}
div.masonry-item a:after {
	content: none !important;
}
div.masonry-item img {
	width: 100%;
	height: auto;
}

/**
 * JS Form Validation
 */
.powermail-errors-list {
  display: none;
  margin: 5px 0 20px 0;
  padding: 0;
  list-style-type: none;
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  width: 100%;
  float: right;
  clear: left;
}
.powermail-errors-list.filled {
  display: block;
}
.powermail-errors-list > li {
  color: #A94442;
  padding: 5px 10px;
}

.powermail_field_error,
div.error {
  background-color: #EBCCD1;
  color: #A94442;
}

.powermail_field_error_container .powermail-errors-list {
  width: 100%;
  margin-bottom: 0;
  background-color: #EBCCD1;
  border: none;
}
.powermail_field_error_container .powermail-errors-list > li {
  padding-left: 5px;
}

/*.grecaptcha-badge { 
	z-index: 9999;
}*/

.grecaptcha-badge { 
    visibility: hidden;
}

/*iframe[title="reCAPTCHA"] {
	display: none !important;
    visibility: hidden !important;
}*/

.recaptcha {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 300;
	text-align: center;
	margin: 0 0 0.3rem;
	padding-bottom: 3rem;
}

.recaptcha a {
	color: #fff;
	text-decoration: underline;
}


/*************************************
	Lightbox
 *************************************/


#lightbox, #lightbox .lightbox_bckg {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#lightbox {
	z-index: 2000;
}

#lightbox.show {
	display: block;
	animation: kf-fade-in 0.2s linear 0s forwards;
}

#lightbox .lightbox_bckg {
	display: block;
	background: rgba(var(--color-black),0.75);
}

/*#lightbox button.bt-close {
	width: 50px;
	height: 50px;
	color: rgb(var(--color-white));
	font-size: 32px;
	line-height: 50px;
	text-align: center;
}

#lightbox button.bt-close:after {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	font-size: 16px;
	background-image: linear-gradient(45deg,
		rgba(var(--color-white),0) calc(50% - 1px), 
		rgba(var(--color-white),1) calc(50% - 1px), 
		rgba(var(--color-white),1) calc(50% + 1px),
		rgba(var(--color-white),0) calc(50% + 1px)
	),
	linear-gradient(135deg,
		rgba(var(--color-white),0) calc(50% - 1px), 
		rgba(var(--color-white),1) calc(50% - 1px), 
		rgba(var(--color-white),1) calc(50% + 1px),
		rgba(var(--color-white),0) calc(50% + 1px)
	);
	background-size: 100%;
}*/

#lightbox div.lightbox-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
    pointer-events: none;
}

#lightbox div.lightbox-content {
	display: block;
	position: relative;
	box-shadow: 0 0 30px rgba(var(--color-black), 0.5);
    pointer-events: auto;
}

/*#lightbox div.lightbox-content.lb-search-filters {
	display: block;
	position: relative;
	width: calc(100vw - (var(--grid-margin-mobile) * 4));
	height: calc(100vh - (var(--grid-margin-mobile) * 4));
	background: rgb(var(--color-white));
	border-radius: calc((20 / 414) * 100vw);
	box-shadow: 0 0 30px rgba(var(--color-black), 0.5);
	overflow-y: auto;
    pointer-events: auto;
}

#lightbox div.lightbox-content.lb-search-filters button.bt-close {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: calc(var(--grid-margin-mobile) * 2);
	height: calc(var(--grid-margin-mobile) * 2);
	right: calc(var(--grid-margin-mobile) * 2);
	top: 0;
	z-index: 2100;
}

#lightbox div.lightbox-content.lb-search-filters ul.list {
	padding: 0 var(--grid-margin-mobile);
}

#lightbox div.lightbox-content.lb-search-filters ul.list:before {
	content: none;
}

#lightbox div.lightbox-content.lb-search-filters ul.list > li.expandable-list:before {
	width: calc(100% + (var(--grid-margin-mobile) * 2));
	left: calc(var(--grid-margin-mobile) * -1);
}*/


#lightbox div.lightbox-content.lb-gallery {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: auto;
}

/*#lightbox div.lightbox-content.lb-gallery button.bt-close {
	position: absolute;
	width: 1em;
	height: 1em;
	right: 0;
	top: -1.25em;
	font-size: max(24px, (48 / 1920) * 100vw);
}*/

#lightbox div.lightbox-content.lb-gallery button.bt-close {
	position: fixed;
	right: 0;
	top: 0;
}

#lightbox div.lightbox-content.lb-gallery iframe,
#lightbox div.lightbox-content.lb-gallery img {
	animation: kf-fade-in 0.8s linear 0s forwards;
}

#lightbox div.lightbox-content.lb-gallery img {
	max-width: calc(100vw - 120px);
	max-height: calc(100vh - 120px);
	width: auto;
	height: auto;
	box-shadow: 0 min(30px, (30 / 414) * 100vw) min(60px, (60 / 414) * 100vw) rgba(var(--color-black),0.35);
}

#lightbox div.lightbox-content.lb-gallery .ctrl-arr {
	display: flex;
	justify-content: space-between;
	position: absolute;
	/*width: calc(100% + 4em);*/
	width: 100vw;
	left: 50%;
	top: 50%;
	font-size: 24px;
	transform: translate(-50%, -50%);
}

/*#lightbox div.lightbox-content.lb-gallery .ctrl-arr button {
	display: block;
	width: min(80px, (80 / 1400) * 100vw);
	height: min(60px, (60 / 1400) * 100vw);
	font-size: inherit;
	opacity: 0.2;
	pointer-events: none;
}*/

#lightbox button.bt-close,
#lightbox div.lightbox-content.lb-gallery .ctrl-arr button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color 0.2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
	color: #ccc;
}
#lightbox button.bt-close:link,
#lightbox button.bt-close:visited,
#lightbox div.lightbox-content.lb-gallery .ctrl-arr button:link,
#lightbox div.lightbox-content.lb-gallery .ctrl-arr button:visited {
	color: #ccc;
}
#lightbox button.bt-close:hover,
#lightbox div.lightbox-content.lb-gallery .ctrl-arr button:hover {
	color: #fff;
}
#lightbox button.bt-close:focus,
#lightbox div.lightbox-content.lb-gallery .ctrl-arr button:focus {
	outline: 0;
}
/*#lightbox div.lightbox-content.lb-gallery .ctrl-arr button.fancybox-focus {
	outline: 1px dotted;
}*/
#lightbox div.lightbox-content.lb-gallery .ctrl-arr button[disabled] {
	color: #888;
	cursor: default;
	outline: 0;
}
#lightbox div.lightbox-content.lb-gallery .ctrl-arr button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: 0;
}
#lightbox div.lightbox-content.lb-gallery .ctrl-arr button div { 
	height: 100%;
}
#lightbox button.bt-close svg,
#lightbox div.lightbox-content.lb-gallery .ctrl-arr button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}
#lightbox button.bt-close svg path,
#lightbox div.lightbox-content.lb-gallery .ctrl-arr button svg path {
	fill: currentColor;
	stroke-width: 0;
}


/*#lightbox div.lightbox-content.lb-gallery .ctrl-arr button:after {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-image: linear-gradient(45deg,
		rgba(var(--color-white),0) calc(50% - 1px), 
		rgba(var(--color-white),1) calc(50% - 1px), 
		rgba(var(--color-white),1) calc(50% + 1px),
		rgba(var(--color-white),0) calc(50% + 1px)
	),
	linear-gradient(135deg,
		rgba(var(--color-white),0) calc(50% - 1px), 
		rgba(var(--color-white),1) calc(50% - 1px), 
		rgba(var(--color-white),1) calc(50% + 1px),
		rgba(var(--color-white),0) calc(50% + 1px)
	);
	background-size: 100%;
	clip-path: inset(0 0 0 50%);
}*/

/*#lightbox div.lightbox-content.lb-gallery .ctrl-arr button[data-dir="next"] {
    transform: scaleX(-1);
}*/

/*#lightbox div.lightbox-content.lb-gallery div.ctrl-arr button.show {
	opacity: 1;
	pointer-events: auto;
}*/