/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2014 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on July 7, 2016 */
@font-face {
  font-family: "Avenir";
  src: url("fonts/avenir-roman-webfont.eot");
  src: url("fonts/avenir-roman-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-roman-webfont.woff2") format("woff2"), url("fonts/avenir-roman-webfont.woff") format("woff"), url("fonts/avenir-roman-webfont.ttf") format("truetype"), url("fonts/avenir-roman-webfont.svg#avenirregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/avenir-black-webfont.eot");
  src: url("fonts/avenir-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-black-webfont.woff2") format("woff2"), url("fonts/avenir-black-webfont.woff") format("woff"), url("fonts/avenir-black-webfont.ttf") format("truetype"), url("fonts/avenir-black-webfont.svg#avenirregular") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("fonts/avenir-light-webfont.eot");
  src: url("fonts/avenir-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-light-webfont.woff2") format("woff2"), url("fonts/avenir-light-webfont.woff") format("woff"), url("fonts/avenir-light-webfont.ttf") format("truetype"), url("fonts/avenir-light-webfont.svg#avenirregular") format("svg");
  font-weight: 100;
  font-style: normal;
}
/*
|--------------------------------------------------------------------------
| phpComasy - content management system
|--------------------------------------------------------------------------
|
| Copyright indual GmbH, Brig (https://www.indual.ch)
| phpComasy is released under his own licence: https://www.phpcomasy.com/licence/
|
 */
/* --------------------------------------------------------------------------

Content in this file:

- global helpers
- floating classes
- content: accordeon & table
- forms: checkbox & captcha
- entry links
- cookie banner / privacy banner
- tooltip
- custom font awesome

-----------------------------------------------------------------------------*/
/* !@group global helpers */
* {
  margin: 0;
  padding: 0;
}

a, object {
  outline: none !important;
}

.cf,
.clear {
  float: none;
  clear: both;
  line-height: 0;
  width: 1px;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 0;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.fullwidth,
.p_fullwidth input {
  width: 100% !important;
}

hr {
  display: none;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

.sr-only {
  clip: rect(0px, 0px, 0px, 0px) !important;
  height: 1px !important;
  position: absolute !important;
  width: 1px !important;
  border-width: 0px !important;
  border-style: initial !important;
  border-color: initial !important;
  -o-border-image: initial !important;
     border-image: initial !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0px !important;
  display: block !important;
}

/* @end */
/* @group picture styles */
.resource.picture:not(.picture_content) {
  float: left;
}

.resource.picture a img,
.resource.picture img {
  display: block;
  width: 100%;
  height: 100%;
}

/* @end */
/* @group floating classes */
.float_right {
  float: right;
}

.float_left, .float_left_no_clear {
  float: left;
  position: relative;
}

.float_right_with_clear {
  float: right;
  clear: right;
}

.float_left_with_clear {
  float: left;
  clear: left;
}

.clear {
  clear: both;
  float: none;
}

label.nofloat {
  clear: none;
  padding: 0;
  margin: 0;
  float: none !important;
  width: auto !important;
  max-width: none;
}

/* @end */
/* @group content: accordeon & table */
.accordeon {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

.accordeon_content {
  display: none;
  padding: 2px 0 14px 0;
}

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

table th,
table td {
  vertical-align: top;
}

.table_wrap_container,
.table_wrap {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table_wrap_container {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.table_wrap_container.visible_indicator {
  position: relative;
  padding: 25px 0 0;
}
.table_wrap_container.visible_indicator .table_wrap_container table,
.table_wrap_container.visible_indicator .news_events_table {
  width: auto !important;
}
.table_wrap_container.visible_indicator .table_scroll_indicator {
  display: block;
}

.table_scroll_indicator {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.table_scroll_indicator:hover {
  cursor: pointer;
}

/* @end */
/* @group forms: checkbox & captcha */
label.label_remember_me_checkbox {
  display: block;
  padding: 4px 0;
}

input#remember_me {
  width: auto;
}

label.label_remember_me_checkbox label.checkbox {
  display: inline;
  width: auto !important;
  float: none !important;
  font-size: 93%;
}

label.label_remember_me_checkbox input {
  margin-right: 5px;
}

label.label_remember_me_checkbox label {
  pointer-events: none;
}

div.captcha_protection {
  padding: 14px 15px;
  background: #eee;
  background: linear-gradient(to bottom, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 3px #eee;
  width: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  max-width: 100%;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

div.captcha_protection span.captcha_title {
  font-weight: normal;
  display: block;
  font-size: 12px;
  line-height: normal;
  border-bottom: 1px solid #ccc;
  margin: -14px -15px 8px;
  padding: 8px 15px;
  background: linear-gradient(to bottom, #fff, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
  border-radius: 7px 7px 0 0;
  color: #333;
}

div.captcha_protection span.captcha_input_title {
  font-weight: normal;
  margin-bottom: 1px;
  display: block;
  color: #555;
}

div.captcha_protection label {
  margin-right: -8px;
  display: none !important;
}

div.captcha_protection span#captcha_help_link {
  font-size: 10px;
  text-decoration: underline;
  position: relative;
  cursor: help;
  color: #666;
  white-space: nowrap;
}

div.captcha_protection span#captcha_help_link:hover {
  color: #333;
}

div.captcha_protection span#captcha_help_text {
  position: absolute;
  top: 10px;
  right: -195px;
  width: 180px;
  background: #f0f0f0;
  border: 1px solid #666;
  border-radius: 5px;
  box-shadow: 0 0 3px #666;
  padding: 5px 8px;
  background: #eee;
  background: linear-gradient(to bottom, #f0f0f0, #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#eee');
}

div.captcha_protection img.captcha_img {
  width: 220px;
}

/* @end */
/* @group entire link */
.listing_entry_link,
.overview_entry_link,
.portlet_content_entry_link,
.portlet_listing_entry_link,
.portlet_shop_article_entry_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 25;
}

/* @end entire link */
/* @group cookie banner / privacy banner */
#privacy_banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 100%;
  max-width: 460px;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}
#privacy_banner #privacy_banner_inner {
  padding: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-align: left;
  position: relative;
}
#privacy_banner #privacy_banner_inner #privacy_icon {
  display: inline-block;
  vertical-align: middle;
  width: 86px;
  margin-right: -5px;
}
#privacy_banner #privacy_banner_inner #privacy_icon i {
  font-size: 66px;
  line-height: 66px;
}
@media screen and (max-width: 380px) {
  #privacy_banner #privacy_banner_inner #privacy_icon {
    display: none;
  }
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 86px);
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon {
  display: none;
  float: left;
  margin-right: 10px;
}
#privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon i {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width: 380px) {
  #privacy_banner #privacy_banner_inner #privacy_description_wrap {
    width: 100%;
  }
  #privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_responsive_icon {
    display: block;
    float: left;
  }
  #privacy_banner #privacy_banner_inner #privacy_description_wrap .privacy_message {
    overflow: hidden;
  }
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button,
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  margin-right: 10px;
  width: auto;
  padding: 8px 14px 7px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border: none;
  outline: none;
  cursor: pointer;
  backface-visibility: hidden;
  transition: color 0.2s ease-out, background 0.2s ease-out;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button i {
  margin-right: 6px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button i:before {
  color: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:hover, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:focus, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button:active {
  opacity: 0.7;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  position: relative;
  text-decoration: none;
  color: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #fff;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:hover, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:focus, #privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information:active {
  opacity: 0.7;
}
@media screen and (max-width: 500px) {
  #privacy_banner {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
}

/* @end */
/* @group tooltip  */
.tooltipster-default {
  border-radius: 5px;
  background: #343333;
  color: #fff;
}
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 8px;
  overflow: hidden;
}

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-fade {
  opacity: 0;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

/* @end */
/* @group font Awesome */
.fa-file-docx:before {
  content: "\e5ed";
}

.fa-photo:before {
  content: "\f03e";
}

/* @end */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* ---------- Basics ---------- */
body {
  font: 400 16px/24px "Avenir", Times, Arial, Helvetica, sans-serif;
  color: #666;
  background: #e5e5e5;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --management-highlight-color: #318977;
  --management-highlight-color-rgb: 49, 137, 119;
}

body > nav {
  display: none;
}

.inner {
  margin: 0 auto;
  max-width: 1110px;
}

/* ---------- Header ---------- */
header {
  background: #fff;
  padding: 30px 60px 23px;
  overflow: hidden;
  backface-visibility: hidden;
}

header .logo {
  width: 255px;
  max-width: 100%;
  float: left;
}

.logo img {
  width: 100%;
  height: auto;
}

header .meta_wrap {
  float: right;
  padding: 22px 0 0;
}

/* ---------- Slider ---------- */
.page_homepage .bx-wrapper,
.page_homepage .bx-slider-wrap {
  max-height: 41.5vw;
  overflow: hidden;
}

.page_homepage .bx-wrapper img {
  aspect-ratio: 1200/593;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_standard .bx-wrapper img {
  aspect-ratio: 1110/647;
  -o-object-fit: cover;
     object-fit: cover;
}

.bx-wrapper,
.gmap-map {
  margin: 0 0 61px !important;
  padding: 0;
}

.page_homepage .bx-wrapper {
  margin-bottom: 0;
}

.bx-viewport {
  height: auto !important;
}

.bx-viewport .slide {
  height: 100%;
}

.slide img {
  width: 100%;
}

.bx-viewport .slide > span {
  display: block;
  height: 100%;
}

.slide_bg {
  height: 100%;
  background-size: cover;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

/* --- Arrows --- */
.bx-wrapper .bx-controls-direction {
  opacity: 1;
  margin: 0 0 0 -557px;
  max-width: 1290px;
  position: absolute;
  top: 50%;
  height: 0;
  left: 50%;
  right: 0;
}

.page_homepage .bx-wrapper .bx-controls-direction {
  margin-left: -645px;
}

.mod_laposte .content .bx-wrapper .bx-controls-direction {
  max-width: none;
  left: 0;
  margin: 0;
}

.bx-wrapper .bx-controls-direction a {
  width: auto !important;
  height: auto !important;
  text-decoration: none;
  font-size: 0;
  background: none;
  text-indent: 0 !important;
  letter-spacing: -1px;
  margin-top: -3px;
  transform: translateY(-50%);
}

.bx-controls-direction a:before {
  content: "\f104";
  font: 80px/80px "Font Awesome 6 Pro";
  color: #fff;
  transition: color 0.4s;
}

.bx-wrapper .bx-prev {
  left: 60px;
}

.bx-wrapper .bx-next {
  right: 60px;
  text-align: right;
}

.bx-controls-direction .bx-next:before {
  content: "\f105";
}

.bx-controls-direction a:hover:before {
  color: #318977;
}

/* --- Dots --- */
.bx-wrapper .bx-pager {
  display: block !important;
  padding: 0;
  bottom: 60px !important;
  font-size: 0;
  line-height: 0;
  word-spacing: -4px;
  z-index: 500;
}

.page_homepage .bx-wrapper .bx-pager {
  bottom: 40px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 5px !important;
  width: 8px !important;
  height: 8px !important;
  border: 2px solid #fff;
  border-radius: 50% !important;
  background: none !important;
  transition: all 0.4s linear, background 0.2s ease 0.2s, border 0.2s ease 0.2s;
}

.bx-wrapper .bx-pager.bx-default-pager div:only-child {
  display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #318977;
  background: #318977 !important;
  transform: rotateY(-180deg);
}

/* --- Text --- */
.slide_text_container {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.slide_text_container h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
  margin: 0 0 2px;
  padding: 0;
  text-transform: uppercase;
}

.slide_text,
.slide_text > * {
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
}

.slide_text > p > a:only-child {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  padding: 9px 21px;
  margin: 20px 0 0;
  display: inline-block;
  border: 3px solid #fff;
  color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: all 0.25s;
}

.slide_text > p > a:only-child:hover {
  background: #fff;
  color: #318977;
  text-shadow: none;
}

.slide_text_container h2,
.slide_text {
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.35), -3px 3px 8px rgba(0, 0, 0, 0.35), 3px -3px 8px rgba(0, 0, 0, 0.35), -3px -3px 8px rgba(0, 0, 0, 0.35);
}

.bx-wrapper .bx-controls-direction a {
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15), -3px 3px 8px rgba(0, 0, 0, 0.15), 3px -3px 8px rgba(0, 0, 0, 0.15), -3px -3px 8px rgba(0, 0, 0, 0.15);
}

/* ---------- Content ---------- */
.contentframe {
  background: #fff;
}

.contentframe > .inner {
  padding: 85px 20px;
}

.contentframe > .homepage_inner {
  padding: 114px 20px 109px;
}

.portlets ~ .content {
  overflow: hidden;
}

/* ---------- Footer ---------- */
footer .inner {
  padding: 73px 20px;
}

footer ul,
footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* --- Logos --- */
.footer_right {
  float: right;
}

.footer_logos {
  padding: 50px 0 0;
  word-spacing: -4px;
  white-space: nowrap;
}

.footer_logos > a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.footer_logos > a ~ a {
  margin-left: 15px;
}

.footer_logos img {
  width: 100%;
  height: auto;
  transition: all 0.25s;
  border: 1px solid transparent;
}

.footer_logos img.orig {
  visibility: hidden;
  opacity: 0;
}

.footer_logos img.bw {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.footer_logos a:hover img.orig {
  visibility: visible;
  opacity: 1;
}

.footer_logos a:hover img.bw {
  visibility: hidden;
  opacity: 0;
}

.footer_logos .starticket,
.footer_logos .vibus {
  width: 139px;
}

.footer_logos .culturevalais {
  width: 30px;
}

.footer_logos .inthega {
  width: 70px;
}

.footer_logos .canal9 {
  width: 77px;
}

/* --- Copyright --- */
footer .copyright {
  display: block;
  color: #999;
  margin: 47px 0 0;
  padding: 15px 0 0;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid #cecece;
}

footer .copyright li {
  display: inline-block;
}

footer .copyright a {
  text-decoration: none;
  color: inherit;
}

footer .copyright a:hover {
  color: #000;
}

footer .copyright a span {
  display: none;
}

footer .copyright a.single_navigation_link {
  margin: 0 12px;
}

footer .copyright a.single_navigation_link + a.single_navigation_link {
  margin-left: -2px;
}

/* @group privacy banner */
#privacy_banner #privacy_banner_inner {
  font-size: 13px;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_more_information {
  transition: all 0.3s ease-in-out;
}
#privacy_banner #privacy_banner_inner #privacy_buttons #privacy_button {
  background: #318977;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
}

/* @end */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2014 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group headings, paragraph */
h1,
.page_homepage .contentframe .portlet h3 {
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin: 0 0 55px 0;
}

h1:first-child,
.page_homepage .contentframe .portlet h3 {
  text-align: center;
}

h2,
div.introduction {
  font-size: 20px;
  color: #000;
  line-height: 28px;
  margin: 25px 0 15px 0;
  padding: 0;
  font-weight: bold;
  text-decoration: none;
}

h2:first-child,
.introduction + h2 {
  margin-top: 0;
}

h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #999;
  margin: 10px 0 10px 0;
  text-decoration: none;
}

h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 600;
  color: #999;
  margin: 0 0 3px 0;
  line-height: 20px;
  text-decoration: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit !important;
  text-decoration: none !important;
}

p {
  margin: 0 0 15px 0;
}

p:last-child {
  margin-bottom: 0;
}

.contentframe p + ul {
  margin-top: -10px;
}

.contentframe .portlet p + ul {
  margin-top: -14px;
  margin-bottom: 28px;
}

.homepage_inner .portlet-content .portlet_listing_text,
h1 + .introduction {
  margin: -49px 0 55px;
  text-align: center;
}

h1 + .introduction {
  margin-top: -50px;
}

.homepage_inner .portlet_listing_text,
.homepage_inner .portlet_listing_text *,
h1 + .introduction {
  font-size: 30px;
  line-height: 38px;
  font-weight: normal;
  color: #333;
}

.content > .introduction {
  display: none;
}

/* ---------- Links ---------- */
a {
  outline: none;
  color: #318977;
  text-decoration: none;
  transition: color 0.15s;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a img {
  border: none;
}

#contentframe .resource_subtitle {
  display: none;
}

/* ---------- Lists ---------- */
.content ul,
.content ol,
.portlet ul,
.portlet ol {
  margin: 0 0 20px;
  width: auto;
}

.portlet ul,
.portlet ol {
  margin: 0 0 10px;
}

.content ul,
.portlet ul {
  list-style: none;
}

.content ul:not([class]) li:before,
.portlet ul:not([class]) li:before,
.event_detail_info .button:before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  padding-right: 9px;
  font-size: 90%;
  line-height: inherit;
  position: relative;
  top: -1px;
}

.content .management ul:not([class]) li:before,
.management .portlet ul:not([class]) li:before {
  display: none !important;
}

.content ul:not([class]) li.li_with_link:before,
.portlet ul:not([class]) li.li_with_link:before {
  color: #318977;
  transition: all 0.25s;
}

.content ul:not([class]) li.li_with_link:hover a,
.portlet ul:not([class]) li.li_with_link:hover a,
.content ul:not([class]) li.li_with_link:hover:before,
.portlet ul:not([class]) li.li_with_link:hover:before {
  color: #111;
}

.content ul:not([class]) li.li_with_link a,
.portlet ul:not([class]) li.li_with_link a {
  text-decoration: none;
}

.content ol,
.portlet ol {
  list-style-type: decimal;
  margin: 0 0 20px 16px;
}

/* ---------- Tables ---------- */
.content table {
  border: none;
  border-spacing: 0;
  margin: 0 0 20px 0;
}

table th {
  color: #318977;
  border-bottom: 1px solid #318977;
  padding: 10px 6px;
  text-transform: uppercase;
  text-align: left;
}

table td {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 6px;
}

.table tr:nth-child(even) td,
.content > table tr:nth-child(even) td,
.content > .table_wrap_container table tr:nth-child(even) td {
  background: #fbfbfb;
}

.table_wrap_container {
  margin-bottom: 0px;
}

.table td img,
.content > table td img,
.content > .table_wrap_container table td img {
  vertical-align: middle;
}

.table_wrap_container,
.table_wrap {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.table_wrap {
  width: auto;
}

.table_wrap_container {
  overflow: hidden;
  position: relative;
}

.table_scroll_indicator {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

/* ---------- Resources ---------- */
.gallery.pictures {
  margin: 0 0 0 -10px;
}

.gallery .picture {
  width: 33.33%;
  display: inline-block;
  padding: 10px 0 0 10px;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery .picture:nth-child(3n+1) {
  clear: both;
}

.gallery .picture a {
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.gallery .picture a:before,
.gallery .picture a:after {
  content: "\f002";
  font: 50px/50px "Font Awesome 6 Pro";
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%) scale(1.5);
  transition: all 0.25s;
}

.gallery .picture a:before {
  content: "";
  transform: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #318977;
}

.gallery .picture a:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

.gallery .picture a:hover:before {
  opacity: 0.6;
  visibility: visible;
}

.gallery .picture img {
  width: 100%;
  height: auto;
  display: block;
}

/* ---------- Additional stuff ---------- */
.resource_subtitle {
  display: none;
}

.resource_container.documents {
  margin: 20px 0 0;
}

.documents h2 {
  display: none;
}

.visibily_hidden {
  visibility: hidden !important;
}

.virtual_tour {
  height: 0;
  padding: 0 0 58.3%;
  position: relative;
}

.virtual_tour iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.virtual_tour + .cf + .content > *:first-child {
  margin-top: 61px;
}

.virtual_tour + .cf + .content > .gallery:first-child {
  margin-top: 0;
}

.video_event_detail {
  margin-top: 50px;
}

.columm_right {
  overflow: hidden;
}

/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* FORMS ----------------------------------------------------------------------- */
input,
textarea,
select,
span.select2-container--default .select2-selection--single {
  color: #666;
  background: #f9f9f9;
  border: 1px solid #dadada;
  font: 16px/31px "Avenir", Arial, sans-serif;
  padding: 5px 15px;
  outline: none;
  max-width: 100%;
  height: unset;
  border-radius: 0;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
}

.management input,
.management textarea,
.management select {
  font-size: 13px;
}

textarea {
  overflow: auto;
  transition: border-color 0.3s ease-out, background 0.3s ease-out;
}

input[type=text],
input[type=password],
input[type=email],
button,
textarea {
  -webkit-appearance: none;
}

input:hover,
select:hover,
textarea:hover {
  color: #318977;
  background: #fff;
  border: 1px solid #c0c0c0;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  color: #318977;
  background: #fff;
  border: 1px solid #318977;
}

label {
  line-height: 28px;
}

/* ---------- Buttons ---------- */
a.button {
  display: block;
}

button,
a.button,
input.button,
.content a.content_button,
.listing_entry_backlink a,
.listing-more-button,
.login_form input.button,
.homepage_inner .portlet_laposte .portlet-content > .button,
.homepage_inner .portlet_listing_show_all {
  background-color: transparent;
  -webkit-appearance: none;
  border: 2px solid #666;
  text-decoration: none;
  padding: 9px 21px;
  overflow: visible;
  float: none;
  display: inline-block;
  text-shadow: none;
  vertical-align: top;
  text-transform: none;
  color: #666;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  font: bold 20px/30px "Avenir", Arial, sans-serif;
  transition: all 0.2s ease-out;
}

button:hover,
button:focus,
button:active,
a.button:hover,
a.button:focus,
a.button:active,
input.button:hover,
input.button:focus,
input.button:active,
.content a.content_button:hover,
.content a.content_button:focus,
.content a.content_button:active,
.listing_entry_backlink a:hover,
.listing_entry_backlink a:focus,
.listing_entry_backlink a:active,
.login_form input.button:hover,
.login_form input.button:focus,
.login_form input.button:active,
.listing-more-button:hover,
.listing-more-button:focus,
.listing-more-button:active,
.homepage_inner .portlet_laposte .portlet-content > .button:hover,
.homepage_inner .portlet_laposte .portlet-content > .button:focus,
.homepage_inner .portlet_laposte .portlet-content > .button:active,
.homepage_inner .portlet_listing_show_all:hover,
.homepage_inner .portlet_listing_show_all:focus,
.homepage_inner .portlet_listing_show_all:active {
  background-color: #318977;
  border-color: #318977;
  color: #fff;
  text-decoration: none;
}

/* ---------- Newsletter Footer ---------- */
.newsletter h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 0 0 15px;
}

.newsletter h3 .fa {
  color: #333;
  margin-right: 9px;
}

.newsletter form {
  word-spacing: -4px;
  position: relative;
}

.newsletter .checkbox_wrap label {
  width: auto;
  float: right !important;
  padding-top: 0;
}

.newsletter label {
  width: 0;
}

.newsletter input {
  border: 1px solid #fff;
  background: #fff;
  font-size: 18px;
  width: 100%;
  max-width: 350px;
  padding: 12px 20px 10px;
  height: 55px;
  margin-right: -1px;
}

.newsletter .checkbox_wrap {
  float: left;
  padding-right: 20px;
}

.newsletter .checkbox_wrap:nth-child(2) {
  padding-right: 0;
}

.newsletter .checkbox_wrap input {
  margin-right: 10px;
  margin-top: -15px;
  background: transparent;
}

.newsletter .recipient_lists {
  position: absolute;
  left: 276px;
  top: -1px;
}

.newsletter input.checkbox {
  width: auto;
}

.newsletter input:hover,
.newsletter input:focus,
.newsletter input:active {
  color: #000;
  border-color: #c2c2c2;
  border-right-color: #fff;
}

.newsletter button {
  color: #fff;
  padding: 11px 18px 10px;
  font-size: 20px;
  border-color: #c2c2c2;
  background: #c2c2c2;
}

.newsletter button:hover,
.newsletter button:focus,
.newsletter button:active {
  border-color: #000;
  background: #000;
}

.newsletter input::-webkit-input-placeholder {
  color: #333;
}

.newsletter input:-moz-placeholder {
  color: #333;
}

.newsletter input::-moz-placeholder {
  color: #333;
}

.newsletter input:-ms-input-placeholder {
  color: #333;
}

.newsletter form + a {
  display: inline-block;
  margin-top: 10px;
  color: #999;
  text-decoration: none;
}

.newsletter form + a:hover {
  color: #000;
}

.dodeley_subscribe.newsletter {
  float: left;
}

.newsletter p.dodeley_subscribe_privacy {
  word-spacing: normal;
  max-width: 520px;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
}

.newsletter p.dodeley_subscribe_privacy a {
  color: #000;
}

.newsletter p.dodeley_subscribe_privacy a:hover {
  text-decoration: none;
  color: #318977;
}

.brevo_subscribe .sib-form {
  padding: 0;
  background: none !important;
  width: 50%;
}
.brevo_subscribe .sib-container,
.brevo_subscribe #sib-container {
  padding: 0;
}
.brevo_subscribe #sib-form {
  padding: 0;
}
.brevo_subscribe #sib-form .sib-form-block {
  padding: 0;
}
.brevo_subscribe #sib-form .title {
  font-family: Avenir;
  font-size: 20px;
}
.brevo_subscribe #sib-form .entry__field {
  border: none;
  border-radius: 0;
  height: 55px;
}
.brevo_subscribe #sib-form .entry__field input {
  font-size: 18px;
  width: 100%;
  padding: 12px 20px 10px;
  font-family: Avenir;
}
.brevo_subscribe #sib-form .entry__field input::-moz-placeholder {
  color: #000;
}
.brevo_subscribe #sib-form .entry__field input::placeholder {
  color: #000;
}
.brevo_subscribe #sib-form .entry__field button {
  color: #fff;
  background-color: #c2c2c2;
  border-width: 0px;
  height: 55px;
}
.brevo_subscribe #sib-form .entry__field button:hover {
  background: #000;
}
.brevo_subscribe #sib-form .entry__specification {
  word-spacing: normal;
  max-width: 520px;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  width: 100%;
  padding: 0;
}
.brevo_subscribe #sib-form .entry__specification a {
  color: #000;
  text-decoration: none;
}

/* ---------- Additional stuff ---------- */
div.documents {
  padding: 5px 0;
}

div.documents div.document {
  float: none;
  margin: 10px 0 0;
}

div.documents div.document a {
  text-decoration: none !important;
  text-transform: none;
}

.required,
.mailform_error label {
  color: #318977 !important;
}

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

/* ---------- Mailform / Login ---------- */
#mailform_content {
  padding: 0 0 20px;
}

.mailform_right_fields {
  float: right;
}

.mailform_element input,
.mailform_element textarea,
.login_form input {
  max-width: 100%;
}

label,
#mailform_submit_button label,
.login_form label {
  float: left;
  clear: left;
  width: 180px;
  padding-top: 6px;
}

.mailform_element {
  padding: 10px 0 0;
}

.mailform_element p {
  margin: 0;
  padding: 0;
}

label ~ select {
  margin-top: 7px;
}

.mailform_element input,
.mailform_element textarea,
.login_form input,
input.mailform-submit.button,
.login_form .button {
  width: 360px;
  max-width: 100%;
}

.mailform_elements_part input,
.mailform_elements_part textarea,
.mailform_elements_part .mailform_element.select_field select {
  width: 380px;
  max-width: 100%;
  resize: vertical;
}

input.mailform-submit.button,
.login_form .button {
  width: auto;
  margin-top: 10px;
}

.mailform_element input[type=checkbox],
.mailform_element input[type=radio] {
  width: auto;
  margin: 14px 8px 0 0;
}

.mailform_element textarea {
  height: 150px;
}

.helptext span {
  font-size: 12px;
}

.mailform_error label,
.required {
  color: #ed3d1e !important;
  font-weight: 600;
}

.mailform_element.text_field:first-child label {
  margin-bottom: 7px;
}

#mailform_submit_button {
  overflow: hidden;
  padding: 15px 0 0;
  width: 100%;
}

.form_with_parts {
  overflow: hidden;
}

.mailform_elements_part {
  float: left;
  width: 50%;
}

.right_floater {
  float: right;
}

/* --- checkbox --- */
.mailform_element.checkbox_field {
  position: relative;
}

.mailform_element.checkbox_field p {
  width: calc(100% - 180px);
  float: right;
  position: relative;
}

#mailform_element_197 p {
  width: calc(100% - 720px);
}

.mailform_element.checkbox_field input {
  width: 20px;
  height: 20px;
  float: left;
  margin: 4px 10px 0 0;
  opacity: 0;
  position: relative;
  cursor: pointer;
  z-index: 10;
}

.mailform_element.checkbox_field label {
  width: auto;
  float: none;
  overflow: hidden;
  cursor: pointer;
  display: block;
  clear: none;
  padding: 0;
}

.mailform_element.checkbox_field label:after,
.mailform_element.checkbox_field label:before {
  content: "\f0c8";
  position: absolute;
  top: 4px;
  left: 1px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  pointer-events: none;
  color: #c0c0c0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  z-index: 2;
  transition: all 0.3s ease-out;
}

.mailform_element.checkbox_field label:after {
  content: "\f14a";
  font-family: "Font Awesome 6 Pro";
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  color: #318977;
  z-index: 4;
}

.mailform_element.checkbox_field input:checked + label:before {
  color: #318977;
}

.mailform_element.checkbox_field input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

/* --- Flex --- */
.two_part_mailform .mailform_element > p {
  display: flex;
}

.two_part_mailform .mailform_element > p label {
  flex: 1;
}

.two_part_mailform .mailform_element > p input,
.two_part_mailform .mailform_element > p textarea {
  flex: 2;
}

.two_part_mailform .mailform_element > p > a:first-child {
  margin-left: 8px;
}

.two_part_mailform input.mailform-submit {
  float: right;
}

/* ---------- Select2 ---------- */
span.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 15px 0 0;
}

span.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #318977;
}

/* ---------- Radio ---------- */
.radio_field .nofloat {
  white-space: nowrap;
}

.radio_field .nofloat > * {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.radio_field .nofloat > span {
  padding: 3px 6px 0 0;
}

.radio_field .nofloat > input {
  margin: 0 20px 0 0;
}

.multiple_radio_inputs {
  margin: 0 0 7px;
}

.multiple_radio_inputs .nofloat > input {
  margin: 0 20px 0 10px;
}

/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2014 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* ---------- Message ---------- */
.message {
  border: 0;
  border-bottom: 1px solid #c7dce2;
  color: #318977;
  background: transparent;
  font-weight: 100;
  padding: 0 0px 20px;
  margin: 10px 0 40px;
  font-size: 22px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transform-origin: center bottom;
  transition: transform 0.35s linear 0.05s, color 0.25s linear 0.35s;
}
.message .missing_fields p.missing_fields_title {
  font-weight: 600;
}
.message .missing_fields ul {
  margin-top: 25px;
  margin-bottom: 0px;
  text-align: left;
}

.system_page .main {
  display: none;
}
.system_page .contentframe {
  background: unset;
}

#portlet_laposte .management_controls {
  display: none;
}

/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2014 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* ---------- Listing / Overview ---------- */
.listing-description {
  padding: 0 0 25px;
}

.listing_entry .pictures :nth-last-child(2),
.overview_item .pictures :nth-last-child(2) {
  margin-bottom: 0;
}

.listing_entry,
.overview_item,
.mod_laposte .listing_element {
  margin: 0;
  padding: 51px 0 50px;
  position: relative;
}

.listing_entry > div,
.overview_item > div,
.mod_laposte .listing_element > div {
  z-index: 2;
  position: relative;
}

.listing_entry:before,
.overview_item:before,
.mod_laposte .listing_element:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3000px;
  right: -3000px;
  background: none;
  z-index: 1;
  box-shadow: inset 0 1px 0 #ececec;
}

.listing_index_0,
.overview_item_0,
.mod_laposte .listing_element:first-child {
  padding-top: 0;
}

.listing_index_0:before,
.overview_item_0:before,
.mod_laposte .listing_element:first-child:before {
  display: none;
}

.listing_entry h2,
.overview_item h2,
.mod_laposte .listing_element h2 {
  position: relative;
  top: -3px;
}

.listing_entry .listing-date {
  font-weight: 600;
  margin: -13px 0 8px;
  color: #999;
}

.listing_entry .listing-content,
.overview_item .content {
  overflow: auto;
}

.overview_item .content {
  padding: 0;
}

.overview_item .content .introduction:empty {
  display: none;
}

.listing_entry .pictures,
.overview_item .pictures,
.mod_laposte .listing_image {
  float: left;
  margin: 0 25px 0 0;
  padding: 0;
  width: 50%;
}

.listing_entry .resource_container .picture,
.overview_item .resource_container .picture {
  padding: 0;
  margin: 0;
  float: none;
}

.listing_entry .resource_container .picture ~ .picture,
.overview_item .resource_container .picture ~ .picture {
  margin-top: 10px;
  display: none;
}

.listing_entry .resource_container .picture img,
.overview_item .resource_container .picture img {
  width: 100%;
  height: auto;
}

.listing_entry_backlink a,
.listing-more-button {
  margin: 20px 0 0;
  display: inline-block;
  text-decoration: none;
}

.listing_entry_backlink a {
  margin-top: 35px;
}

.listing_actions {
  position: relative;
  z-index: 2;
}

/* ---------- Google Maps ---------- */
.mod_action_edit_mailform_element_form .gmap-map,
.mod_action_add_mailform_element_form .gmap-map,
.mod_action_history .gmap-map {
  display: none;
}

#module_map {
  height: 0 !important;
  padding: 0 0 58.29%;
}

div.infowindow h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px 0;
  line-height: 22px;
}

div.infowindow p {
  margin-bottom: 0;
}

.gm-style > div > div > div canvas {
  -moz-filter: hue-rotate(185deg);
  -o-filter: hue-rotate(185deg);
  filter: hue-rotate(185deg);
}

/* ---------- Datepicker ---------- */
.ui-datepicker.ui-widget {
  font-family: "Avenir", Arial, Helvetica, sans-serif;
  z-index: 300 !important;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}

.ui-datepicker {
  padding: 0;
}

div.ui-datepicker-header {
  font-weight: normal;
  font-size: 11px;
  text-transform: uppercase;
}

div.ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

div.ui-datepicker .ui-datepicker-title {
  margin-top: 10px;
  margin-bottom: 10px;
}

div.ui-datepicker .ui-datepicker-title select {
  margin: 1px;
  width: 48%;
}

div.ui-datepicker .ui-datepicker-prev-hover,
div.ui-datepicker .ui-datepicker-next-hover,
div.ui-datepicker .ui-datepicker-next,
div.ui-datepicker .ui-datepicker-prev {
  top: 13px;
  bottom: 13px;
  height: auto;
  border: none;
  text-align: center;
  text-decoration: none !important;
}

div.ui-datepicker .ui-datepicker-prev:before,
div.ui-datepicker .ui-datepicker-next:before {
  content: "\f105";
  color: #fff;
  text-transform: none;
  font: 20px/20px "Font Awesome 6 Pro";
  text-decoration: none !important;
}

div.ui-datepicker .ui-datepicker-prev:before {
  content: "\f104";
}

div.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

div.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

div.ui-datepicker .ui-datepicker-next span,
div.ui-datepicker .ui-datepicker-prev span {
  background-image: none;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}

div.ui-datepicker table {
  margin: 0;
}

div.ui-datepicker th {
  padding: 6px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  border-top: 1px solid #fff;
}

div.ui-datepicker td {
  border: none;
  padding: 0;
}

.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: 5px 2px;
  margin: 0;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  cursor: pointer;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  cursor: pointer;
}

div.ui-datepicker-prev,
div.ui-datepicker-next {
  top: 3px;
}

.ui-datepicker td.ui-datepicker-week-end > * {
  font-weight: bold;
  color: #fff;
}

/* --- Datepicker Colors --- */
.ui-datepicker.ui-widget {
  background: #318977;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.ui-datepicker-header {
  border-bottom: 0;
  color: #fff;
  background: none;
}

.ui-datepicker th {
  color: #fff;
  text-shadow: 0 0 2px #007D63;
  border: 0;
  border-top: 1px solid #007D63;
}

.ui-datepicker td a.ui-state-active,
.ui-datepicker td a.ui-state-hover {
  background: #007D63;
  color: #fff;
}

/* ---------- La Poste module ---------- */
/* --- Listing --- */
.mod_laposte .listing_image {
  text-align: center;
}

.mod_laposte .listing_image a {
  display: block;
  line-height: 0;
}

.mod_laposte .listing_image a img {
  max-width: 100%;
  height: auto;
}

.mod_laposte .listing_info {
  overflow: hidden;
}

.listing_element p {
  margin: 0 0 4px;
}

.event_datetime {
  color: #999;
  font-weight: bold;
  display: none;
}

p.event_dates_title {
  margin: 15px 0 5px;
  font-weight: bold;
  color: #999;
}

.event_dates {
  padding: 10px 0;
  font-weight: bold;
}

.mod_laposte p.event_dates_title {
  display: none;
}

/* --- Detail --- */
.mod_laposte .bx-viewport {
  height: 0 !important;
  padding: 0 0 58.29%;
}

.mod_laposte .bx-viewport > div {
  height: 100% !important;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  background: #f9f9f9;
}

.mod_laposte .bx-viewport .slide {
  visibility: visible;
}

.preload.mod_laposte .bx-viewport .slide {
  visibility: hidden;
}

.mod_laposte .bx-viewport .slide > span {
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.mod_laposte .bx-wrapper img {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.mod_laposte .slide_bg {
  background: none no-repeat center center;
  background-size: auto 101%;
}

.event_detail_info {
  color: #000;
}

.event_detail_info .button {
  display: block;
  text-transform: none;
  text-align: center;
  color: #318977;
  background: #e5e5e5;
  border: 0;
  font-size: 20px;
  line-height: 31px;
  padding: 20px 10px;
  margin: 0 0 40px;
}

.event_detail_info .button:before {
  /* Defined in content.css:131 */
  padding-right: 7px;
}

.event_detail_info .text_element .label {
  font-weight: bold;
  padding: 14px 0 3px;
}

.event_detail_info .event_time_affix {
  display: none;
}

.event_detail_info .event_dates,
.event_detail_info .event_dates ul {
  padding: 0;
  margin: 0;
}

.event_detail_info .back_to_overview {
  display: inline-block;
  margin: 30px 0 0;
}

.text_element_detail {
  overflow: hidden;
}

.text_element_detail > h4 {
  font-size: 30px;
  line-height: 32px;
  color: #666;
  margin: -4px 0 28px;
}

/* @events module */
.mod_events select[name="filter[category_id]"] {
  border-radius: 6px;
}
.mod_events .form_element {
  border-radius: 6px;
}

/* @end */
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* ---------- General ---------- */
nav a,
nav a:hover {
  text-decoration: none;
}

nav ul,
nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ---------- Meta ---------- */
.meta {
  padding: 0 41px 0 0;
}

.meta li {
  display: inline-block;
}

.meta li a {
  font-size: 15px;
  color: #999;
  font-weight: bold;
  margin-left: 18.1px;
  position: relative;
}

.meta li a:hover {
  color: #666;
  text-decoration: none;
}

.meta li.current a {
  color: #333;
  text-decoration: none;
}

/* ---------- Main ---------- */
.main {
  text-align: center;
  z-index: 100;
  background: #009574;
  position: relative;
  box-shadow: inset 0 -25px 60px -20px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
}

.main ul {
  position: relative;
}

.main ul li {
  display: inline-block;
}

.main li.level0:first-child {
  padding-left: 25px;
}

.main li > a {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: all 0.15s;
}

.main li.level0 > a {
  line-height: 59px;
  padding: 0 55px 0 30px;
  text-transform: uppercase;
}

.main li.level0:hover > a {
  background: #009574;
}

.main li.level0.current > a {
  background: #007D63;
}

.main li.level0 > a:after {
  position: absolute;
  right: 30px;
  top: 0;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
}

/* --- Sub --- */
.main .level0 > li > ul {
  display: none;
}

.main ul .subnavi_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 30px 20px 15px 20px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: all 0.1s;
  background: #318977;
}

.main ul li:hover > .subnavi_wrap {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 149, 116, 0.95);
  backdrop-filter: blur(5px);
}

.main ul.level1 {
  width: 66.66%;
  text-align: left;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
}

.main ul.level1:first-child {
  -moz-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  width: auto;
}

.main li.level1 {
  margin: 0 0 18px;
  padding: 0;
}

.main li li a {
  line-height: 25px;
}

.main li li:hover > a,
.main li li.current > a {
  color: #06483A;
}

.main li.level1 > a:after {
  position: absolute;
  right: 10px;
  top: 1px;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
}

.main ul li li {
  width: 100%;
}

/* --- Third --- */
.main ul li li li {
  display: block;
}

.main li.level2 > a {
  font-weight: normal;
  line-height: 28px;
}

/* --- Hide forth --- */
.main ul ul ul ul {
  display: none;
}

/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2016 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* ---------- Meta wrap ---------- */
header .meta_wrap > * {
  display: inline-block;
  vertical-align: middle;
}

/* --- Lang --- */
header .language_switcher a.language {
  text-transform: uppercase;
  font-weight: bold;
  color: #999;
  margin: 0 0 0 13px;
  font-size: 15px;
}

header .language_switcher a.language:hover {
  color: #555;
}

header .language_switcher a.language.current {
  color: #000;
}

/* --- Contact --- */
header .meta_wrap > .contact_info {
  font-family: "Font Awesome 6 Pro";
  padding: 0 0 0 47px;
}

header .meta_wrap > .contact_info > a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  margin: 0 0 0 10px;
  background: #d1d1d1;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  top: 1px;
  text-decoration: none;
  transition: all 0.25s;
}

header .meta_wrap > .contact_info > a:hover {
  background: #318977;
}

header .contact_info > a[href^=tel] {
  display: none;
}

/* ---------- Dropdown ---------- */
.dropdown_portlet_wrap {
  float: right;
  width: 33.33%;
  padding: 4px 0 11px 20px;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown_portlet_wrap {
  text-align: left;
  color: #06483A;
}

.dropdown_portlet_wrap .pictures {
  float: none;
  margin: 0;
  padding: 0;
}

.dropdown_portlet_wrap .picture {
  float: none;
  margin: 0 0 26px;
  padding: 0;
}

.dropdown_portlet_wrap .picture img {
  width: 100%;
  height: auto;
}

.dropdown_portlet_wrap .picture img,
.dropdown_portlet_wrap .pictures {
  display: none !important;
}

.dropdown_portlet_wrap .portlet h3,
.dropdown_portlet_wrap .portlet .portlet_text_wrap,
.dropdown_portlet_wrap .portlet .portlet_text_wrap > * {
  color: #06483A;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.dropdown_portlet_wrap .portlet .portlet_text_wrap {
  padding: 0 0 0 4px;
  line-height: 30px;
}

.dropdown_portlet_wrap .portlet .portlet_text_wrap p {
  margin: 0 0 8px;
}

.dropdown_portlet_wrap .portlet .portlet_text_wrap a {
  text-decoration: underline;
  color: #06483A;
}

.dropdown_portlet_wrap .portlet .portlet_text_wrap a:hover {
  color: #000;
}

.dropdown_portlet_wrap .portlet a[href^="tel:"] {
  text-decoration: none;
  font-weight: bold;
}

.dropdown_portlet_wrap .portlet a[href^="tel:"]:before {
  content: "\f095";
  font-family: "Font Awesome 6 Pro";
  margin-right: 6px;
  top: 1px;
  position: relative;
}

/* ---------- Portlets Left ---------- */
.portlets_left,
.event_detail_info {
  float: left;
  max-width: 350px;
  width: 100%;
  padding: 0 30px 0 0;
}

.portlets_left + .cf {
  display: none;
}

.portlets_left .portlet {
  margin: 0 0 15px;
  color: #000;
  line-height: 25px;
}

/* ---------- Footer ---------- */
footer .portlet {
  float: left;
  clear: both;
}

footer .portlet .portlet-resource-link {
  display: none;
}

footer .portlet h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin: 0 0 5px;
}

footer .portlet a {
  color: #000;
  text-decoration: none;
}

footer .portlet a:hover {
  color: #318977;
  text-decoration: none;
}

footer .portlet_content_description {
  font-size: 18px;
  line-height: 27px;
}

footer .portlet ul.controls li.portlet-resource-link {
  display: none;
}

/* ---------- Homepage ---------- */
.homepage_events {
  background: #f1f3f3;
  padding: 50px 20px;
}

.homepage_inner > .portlet ul.controls {
  display: none;
}

/* --- Portlet Listing --- */
.homepage_inner .portlet-listing-entry-wrap,
.portlet_laposte_events {
  overflow: hidden;
  margin: 0 0 0 -30px;
}

.homepage_inner .portlet-listing-entry-wrap > div,
.portlet_laposte_events .listing_element {
  width: 33.33%;
  float: left;
  padding: 0 0 0 30px;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.homepage_inner .portlet-listing-entry h2,
.portlet_laposte_events .listing_element h2 {
  margin: 0 0 13px;
}

.homepage_inner .portlet-listing-entry .pictures,
.homepage_inner .portlet-listing-entry .picture {
  float: none;
  margin: 0;
  padding: 0;
}

.homepage_inner .portlet-listing-entry .picture,
.portlet_laposte_events .listing_element .listing_image {
  margin: 0 0 26px;
}

.homepage_inner .portlet-listing-entry .picture img {
  width: 100%;
  height: auto;
}

.homepage_inner .portlet-content {
  text-align: center;
}

.homepage_inner .portlet-content > div {
  text-align: left;
}

.homepage_inner .portlet_laposte .portlet-content > .button,
.homepage_inner .portlet_listing_show_all {
  display: inline-block;
  margin: 70px auto 0;
}

.homepage_inner .portlet_laposte .portlet-content > .button {
  margin-top: 20px;
}

.homepage_inner .portlet_laposte .portlet-content > .button:hover,
.homepage_inner .portlet_laposte .portlet-content > .button:focus,
.homepage_inner .portlet_laposte .portlet-content > .button:active,
.homepage_inner .portlet_listing_show_all:hover,
.homepage_inner .portlet_listing_show_all:focus,
.homepage_inner .portlet_listing_show_all:active {
  color: #fff;
  background: #318977;
  border-color: #318977;
}

/* --- La Poste --- */
.homepage_inner .portlet_laposte {
  padding: 64px 0 86px;
}

.portlet_laposte_events .listing_element .listing_image,
.mod_laposte .listing_image {
  height: 0;
  padding: 0 0 68.57%;
  position: relative;
}

.mod_laposte .listing_image {
  background: #f1f3f3;
}

.mod_laposte .listing_image {
  padding-bottom: 73%;
}

.portlet_laposte_events .listing_element .listing_image > a,
.mod_laposte .listing_image a {
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.portlet_laposte_events .listing_element .listing_image > a > span,
.mod_laposte .listing_image a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.portlet_laposte_events .listing_element .listing_image img,
.mod_laposte .listing_image a img {
  width: auto;
  height: 100%;
  max-width: none;
  max-height: 100%;
}

.portlet_laposte_events .listing_element .lead {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  margin: 0;
  padding: 0;
  line-height: 20px;
}

.portlet_laposte_events .listing_desc,
.portlet_laposte_events .event_dates_title,
.portlet_laposte_events .listing_element .button,
.portlet_laposte_events .listing_element .event_time_affix {
  display: none;
}

/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2014 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* @group basic */
@media print {
  .documents,
  nav.main,
  .meta_wrap,
  footer,
  #bx-slider-wrap {
    display: none !important;
  }
  header {
    padding: 20px 0 30px;
  }
  .contentframe > .inner {
    padding: 0;
  }
  .homepage_events {
    background: transparent;
    padding: 20px 0;
  }
  .homepage_inner .portlet_laposte {
    padding: 20px 0 20px;
  }
  .inner {
    max-width: 100%;
  }
  h1, .page_homepage .contentframe .portlet h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .homepage_inner .portlet_listing_text,
  .homepage_inner .portlet_listing_text *, h1 + .introduction {
    font-size: 25px;
  }
  h1 {
    font-size: 120%;
    line-height: 1;
    text-align: left !important;
  }
  .introduction {
    text-align: left !important;
  }
  h2,
  div.introduction {
    font-size: 90%;
    line-height: 1;
    text-align: left !important;
  }
  h3 {
    font-size: 100%;
    line-height: 1;
  }
  .portlets_left {
    float: none;
    clear: both;
    margin: 0 0 20px;
  }
  h1 {
    margin-bottom: 25px;
  }
  .homepage_inner .portlet-content .portlet_listing_text,
  h1 + .introduction {
    margin-bottom: 30px;
    margin-top: -20px;
  }
}
/* @end */
/*****************************************/
/* Slide Behind */
/* From https://github.com/hakimel/kontext by Hakim El Hattab, http://hakim.se */
/*****************************************/
html.cssanimations .bxslider.slide_behind .slide {
  opacity: 1;
}

html.cssanimations .bxslider.slide_behind .navOutNext {
  animation: hideLeft 0.5s forwards;
}

html.cssanimations .bxslider.slide_behind .navInNext {
  animation: showRight 0.5s forwards;
}

html.cssanimations .bxslider.slide_behind .navOutPrev {
  animation: hideRight 0.5s forwards;
}

html.cssanimations .bxslider.slide_behind .navInPrev {
  animation: showLeft 0.5s forwards;
}

html.cssanimations .bxslider.slide_behind .slide::before,
html.cssanimations .bxslider.slide_behind .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s;
}

html.cssanimations .bxslider.slide_behind .slide::after,
html.cssanimations .bxslider.slide_behind .navOutNext::before,
html.cssanimations .bxslider.slide_behind .navOutPrev::before {
  opacity: 1;
}

html.cssanimations .bxslider.slide_behind .slide::before,
html.cssanimations .bxslider.slide_behind .slide.active-slide::after,
html.cssanimations .bxslider.slide_behind .navInNext::after,
html.cssanimations .bxslider.slide_behind .navInPrev::after {
  opacity: 0;
}

#bx-slider-wrap .video_slide .video_in_slider {
  height: 100% !important;
  width: 100% !important;
}
@keyframes hideLeft {
  0% {
    transform: translateZ(0px);
  }
  40% {
    transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    transform: translateZ(-400px);
  }
}
@keyframes showRight {
  0% {
    transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    opacity: 1;
  }
  41% {
    transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
@keyframes hideRight {
  0% {
    transform: translateZ(0px);
  }
  40% {
    transform: translate(40%, 0) scale(0.8) rotateY(-20deg);
    z-index: 9999;
  }
  100% {
    opacity: 1;
    transform: translateZ(-400px);
  }
}
@keyframes showLeft {
  0% {
    transform: translateZ(-400px);
    opacity: 1;
  }
  40% {
    transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    opacity: 1;
  }
  41% {
    transform: translate(-40%, 0) scale(0.8) rotateY(20deg);
    opacity: 1;
    z-index: 9999;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}
/*********************************
**	height_parallax
*********************************/
html.cssanimations .bxslider.height_parallax .slide {
  height: 100%;
  overflow: hidden;
  opacity: 1 !important;
}

html.cssanimations .bxslider.height_parallax,
html.cssanimations .height_parallax_parent {
  height: 400px !important;
}

html.cssanimations .bxslider.height_parallax .navOutNext {
  animation: decreaseHeight 0.8s forwards ease-in-out;
  z-index: 1001 !important;
}

html.cssanimations .bxslider.height_parallax .navInNext {
  animation: show 0.8s forwards ease-in-out;
}

html.cssanimations .bxslider.height_parallax .navOutPrev {
  animation: hide 0.8s forwards ease-in-out;
}

html.cssanimations .bxslider.height_parallax .navInPrev {
  z-index: 1001 !important;
  opacity: 1;
  animation: increaseHeight 0.8s forwards ease-in-out;
}
@keyframes decreaseHeight { /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    height: 0;
  }
}
@keyframes show {
  0% {
    opacity: 0 !important;
  }
  1%, 100% {
    opacity: 1 !important;
  }
}
@keyframes hide {
  0%, 99% {
    opacity: 1 !important;
  }
  100% {
    opacity: 0 !important;
  }
}
@keyframes increaseHeight {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
/*****************************************/
/* Soft Scale */
/*****************************************/
html.cssanimations .bxslider.soft_scale .navOutNext {
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 101 !important;
}

html.cssanimations .bxslider.soft_scale .navInNext {
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 100 !important;
}

html.cssanimations .bxslider.soft_scale .navOutPrev {
  animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 100 !important;
}

html.cssanimations .bxslider.soft_scale .navInPrev {
  animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 101 !important;
}
@keyframes scaleUp { /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes scaleDownUp {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleDown {
  from {
    opacity: 1;
  } /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes scaleUpDown {
  from {
    transform: scale(1.2);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* -----------------------------------------------------------------------------
This website is powered by indual
Copyright (c) 2005-2014 indual GmbH (www.indual.ch)
-------------------------------------------------------------------------------- */
/* ---------- Toggle ---------- */
span.responsive_navigation_toggle {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 50px;
  height: 30px;
  opacity: 1;
  z-index: 1800;
  margin-top: -17px;
  visibility: visible;
  transition: all 0.2s ease-out;
}

.navi_open a.responsive_navigation_toggle {
  margin-top: -14px;
}

span.responsive_navigation_toggle span {
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
  right: 2px;
  height: 6px;
  z-index: 3500;
  background: #318977;
  border-radius: 5px;
  transform: rotate(0);
  transition: transform 0.3s, top 0.25s ease 0.25s, opacity 0.01s ease 0.25s;
}

span.responsive_navigation_toggle span:nth-child(2) {
  top: 12px;
}

span.responsive_navigation_toggle span:nth-child(3) {
  top: 24px;
}

.navi_open span.responsive_navigation_toggle span {
  top: 29%;
  transition: top 0.25s, transform 0.3s ease 0.25s, opacity 0.01s ease 0.25s;
}

.navi_open span.responsive_navigation_toggle span:first-child {
  opacity: 0;
}

.navi_open span.responsive_navigation_toggle span:nth-child(2) {
  transform: rotate(-45deg);
}

.navi_open span.responsive_navigation_toggle span:nth-child(3) {
  top: 28%;
  transform: rotate(45deg);
}

/* ---------- Media queries ---------- */
@media screen and (min-width: 2200px) {
  .page_homepage .bx-wrapper,
  .page_homepage .bx-slider-wrap {
    max-height: 900px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1150px) {
  .mailform_right_fields {
    float: none;
    clear: both;
  }
  #mailform_element_197 p {
    width: calc(100% - 180px);
  }
  .mailform_element input,
  .mailform_element textarea,
  .login_form input,
  input.mailform-submit.button,
  .login_form .button {
    width: 420px;
  }
  input.mailform-submit.button,
  .login_form .button {
    width: auto;
  }
  .dodeley_subscribe.newsletter {
    width: 52%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .dodeley_subscribe.newsletter .email_address input {
    width: 62%;
  }
}
@media screen and (max-width: 1050px) {
  .newsletter .recipient_lists {
    position: relative;
    left: 0;
    top: 3px;
  }
}
@media screen and (max-width: 850px) {
  .pictures.gallery .picture {
    width: 33.33%;
  }
}
@media screen and (max-width: 991px) {
  .mailform_element.text_field:first-child {
    float: none;
    width: auto;
    height: auto !important;
    margin-left: 0;
  }
  .dodeley_subscribe.newsletter .email_address input {
    width: 57%;
  }
}
@media screen and (max-width: 970px) {
  .main,
  .meta_wrap .meta,
  .meta_wrap .language {
    display: none;
  }
  header .contact_info > a[href^=tel] {
    display: inline-block;
  }
  header .logo {
    width: 178px;
    padding-top: 5px;
    margin-bottom: -5px;
  }
  header .meta_wrap {
    float: none;
    padding: 14px 55px 0 0;
    text-align: right;
  }
  header,
  header .logo {
    transition: all 0.25s;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 20px;
    z-index: 8000;
    box-shadow: 0 7px 10px -4px rgba(33, 33, 33, 0.4);
  }
  .scrolled_down header {
    padding: 10px 20px 7px;
  }
  .scrolled_down header .meta_wrap {
    padding-top: 1px;
  }
  .scrolled_down header .logo {
    width: 125px;
  }
  .contentframe:before {
    content: "";
    display: block;
    width: 100%;
    height: 113px;
    padding: 0;
  }
  span.responsive_navigation_toggle {
    display: block;
  }
  nav#rwdnav {
    opacity: 1;
    display: block;
    visibility: hidden;
    position: fixed;
    top: 118px;
    right: 0;
    left: 0;
    opacity: 0;
    bottom: 0;
    margin-top: -5px;
    z-index: 30000;
    overflow: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background: #fff;
    transition: all 0.25s;
    transform-origin: center top;
  }
  .scrolled_down nav#rwdnav {
    top: 67px;
  }
  .navi_open nav#rwdnav {
    opacity: 1;
    visibility: visible;
  }
  #rwdnav > div:first-child {
    padding: 0;
  }
  #rwdnav > div:first-child + div {
    display: none;
  }
  #rwdnav > div > ul {
    background: #318977;
  }
  #rwdnav ul ul {
    display: block;
  }
  #rwdnav ul .current ul {
    display: block;
  }
  #rwdnav ul,
  #rwdnav li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #rwdnav li {
    display: block;
  }
  #rwdnav li.with_subnav > a:after {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 0;
    width: 50px;
    text-align: center;
    font: 30px/50px "Font Awesome 6 Pro";
    transition: all 0.2s;
    transform: rotateX(0);
  }
  #rwdnav li.open > a:after {
    transform: rotateX(180deg);
  }
  .touch #rwdnav li.open > a:after {
    transform: rotate(180deg);
  }
  #rwdnav li a {
    font-size: 22px;
    line-height: 56px;
    text-decoration: none;
    color: #fff;
    border-top: 1px solid #007D63;
    display: block;
    padding: 0 15px;
    font-weight: bold;
    position: relative;
  }
  #rwdnav li ul {
    margin: -7px 0 0;
    padding: 0 0 10px;
  }
  #rwdnav li li a {
    font-size: 18px;
    line-height: 40px;
    border: 0;
    box-shadow: none;
    text-transform: none;
    background: none;
    color: #fff;
    font-weight: normal;
  }
  #rwdnav li li ul {
    margin: -7px 0 5px;
    padding: 0;
  }
  #rwdnav li li li a {
    font-size: 15px;
    line-height: 28px;
  }
  #rwdnav li li li a:before {
    content: "\f105";
    padding-right: 4px;
    font-family: "Font Awesome 6 Pro";
    position: relative;
    top: 0;
  }
  #rwdnav > div > ul > li.current {
    background: #fff;
  }
  #rwdnav li.current > a {
    font-weight: bold;
    color: #318977;
  }
  #rwdnav li li.current > a,
  #rwdnav li li.active > a {
    border: 0;
    color: #06483A;
  }
  #rwdnav li.current li a {
    color: #318977;
  }
  /* --- Language --- */
  #rwdnav .language_switcher {
    white-space: normal;
    margin: 0;
    padding: 15px 0;
    background: #e5e5e5;
    box-shadow: 0 1px 0 #e5e5e5, inset 0 1px 0 #e5e5e5;
    position: relative;
    overflow: auto;
    z-index: 4;
  }
  #rwdnav .language_switcher a.language {
    width: 33.31%;
    margin: 0;
    display: block;
    float: left;
    opacity: 1;
    text-decoration: none;
    text-transform: none;
    font-weight: 300;
    text-align: center;
  }
  #rwdnav .language_switcher a.language.current {
    font-weight: 600;
    color: #333;
  }
  #rwdnav .language_switcher a.language ~ a {
    box-shadow: inset 1px 0 #d3d3d3;
  }
  #rwdnav .language_switcher:before {
    margin: 0 15px;
    font-size: 26px;
  }
}
@media screen and (max-width: 920px) {
  .footer_right {
    float: left;
    margin-bottom: 40px;
  }
  .dodeley_subscribe.newsletter {
    width: 100%;
    padding-right: 0;
  }
  .newsletter .recipient_lists {
    position: absolute;
    left: 270px;
    top: 1px;
  }
  .dodeley_subscribe.newsletter .email_address input {
    width: 100%;
  }
  footer .newsletter {
    overflow: hidden;
    padding: 0 20px 0 0;
  }
  footer .newsletter form {
    position: relative;
  }
  footer .newsletter form button {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  footer .newsletter form input {
    width: 100%;
    max-width: none;
  }
  .newsletter p.dodeley_subscribe_privacy {
    max-width: none;
  }
  .brevo_subscribe .sib-form {
    width: 100%;
  }
}
@media screen and (max-width: 890px) {
  .slide_text_container h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .slide_text,
  .slide_text > * {
    font-size: 18px;
    line-height: 24px;
  }
  .slide_text > p > a:only-child {
    margin: 10px 0 0;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 850px) {
  .portlets_left,
  .event_detail_info {
    float: none;
    max-width: none;
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #eee;
  }
}
@media screen and (max-width: 780px) and (min-width: 581px) {
  .homepage_inner .portlet-listing-entry-wrap > div:first-child,
  .homepage_inner .portlet_laposte_events > div:first-child {
    width: 100%;
    clear: both;
  }
  .homepage_inner .portlet-listing-entry-wrap > div:first-child .pictures,
  .homepage_inner .portlet_laposte_events > div:first-child .listing_image {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
  .homepage_inner .portlet_laposte_events > div:first-child .listing_image {
    padding-right: 0;
    margin-right: 20px;
  }
  .homepage_inner .portlet-listing-entry-wrap .portlet-listing-content-container,
  .homepage_inner .portlet_laposte_events > div:first-child .listing_info {
    overflow: hidden;
  }
  .homepage_inner .portlet-listing-entry-wrap > div,
  .homepage_inner .portlet_laposte_events > div {
    width: 50%;
  }
}
@media screen and (max-width: 765px) {
  .footer_right {
    float: none;
    margin: 0 0 25px;
  }
  footer .newsletter {
    padding: 0;
  }
  .footer_logos {
    padding-top: 25px;
  }
}
@media screen and (max-width: 650px) {
  .bx-controls {
    display: none;
  }
  footer .inner {
    padding: 37px 20px 20px;
  }
  footer .copyright {
    margin: 27px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .mailform_element label {
    float: none;
    display: block;
  }
  .mailform_element.checkbox_field p,
  .mailform_element input,
  .mailform_element textarea {
    width: 100%;
  }
  #mailform_submit_button label {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .table_wrap_container {
    padding-top: 15px;
  }
  .table_scroll_indicator {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .homepage_inner .portlet-listing-entry-wrap > div,
  .homepage_inner .portlet_laposte_events > div {
    float: none;
    width: auto;
  }
  .homepage_inner .portlet-listing-entry-wrap > div ~ div,
  .homepage_inner .portlet_laposte_events > div ~ div {
    margin-top: 25px;
  }
  .homepage_inner .fb_iframe_widget {
    display: block;
  }
  .homepage_inner .fb_iframe_widget > span,
  .homepage_inner .fb_iframe_widget > span > iframe {
    display: block !important;
    width: auto !important;
  }
}
@media screen and (max-width: 550px) {
  .listing_entry .pictures,
  .overview_item .pictures,
  .mod_laposte .listing_image {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
  .newsletter .recipient_lists {
    position: relative;
    left: 0;
    top: 3px;
  }
}
@media screen and (max-width: 515px) {
  header {
    overflow: visible;
    padding: 20px;
  }
  .scrolled_down header {
    padding: 10px 20px 7px;
  }
  .contentframe:before {
    height: 103px;
  }
  nav#rwdnav {
    top: 108px;
  }
}
@media screen and (max-width: 510px) {
  header .meta_wrap {
    padding-bottom: 1px;
    overflow: hidden;
  }
  header .meta_wrap > .contact_info {
    padding: 0 5px;
  }
}
@media screen and (max-width: 500px) {
  #phpcomasy label {
    display: block;
    float: none;
    width: auto;
  }
  .email_address > label {
    display: none !important;
  }
  .two_part_mailform .mailform_element > p {
    display: block;
  }
  .pictures.gallery .picture {
    width: 50%;
  }
  .gallery .picture:nth-child(3n+1) {
    clear: none;
  }
  .gallery .picture:nth-child(2n+1) {
    clear: both;
  }
  .listing_entry .listing-content,
  #listing_entry_content,
  .overview_item .content {
    clear: both;
  }
  .pictures.float_left,
  .pictures.float_left_with_clear,
  .pictures.float_right,
  .pictures.float_right_with_clear {
    width: auto;
  }
  .pictures.float_left .picture,
  .pictures.float_left_with_clear .picture,
  .pictures.float_right .picture,
  .pictures.float_right_with_clear .picture {
    padding: 0;
  }
  .listing_entry .pictures :nth-last-child(2),
  .overview_item .pictures :nth-last-child(2) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 470px) {
  div#portlets_right .portlet {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  header .meta_wrap > .contact_info > a[href*=facebook] {
    display: none;
  }
}
@media screen and (max-width: 430px) {
  .mailform_element input,
  .mailform_element textarea {
    box-sizing: border-box;
    width: 100%;
  }
  #mailform_submit_button label {
    display: none;
  }
  footer .newsletter form button {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 420px) {
  .slide_text > p > a:only-child {
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .footer_logos {
    margin: 0;
    white-space: normal;
  }
  .footer_logos > a,
  .footer_logos > a ~ a {
    margin: 0 15px 10px 0;
  }
}
@media screen and (max-width: 390px) {
  .pictures.gallery .picture {
    width: 100%;
  }
}
@media screen and (max-width: 379px) {
  header .meta_wrap > .contact_info > a[href*=mailto] {
    display: none;
  }
}
@media screen and (max-width: 330px) {
  footer .newsletter form button {
    display: block;
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  .pictures.gallery .picture {
    width: 100%;
  }
  header .meta_wrap > .contact_info > a {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 310px) {
  header .meta_wrap {
    display: none;
  }
}/*# sourceMappingURL=template_styles5.css.map */