<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(reset.css);
@import url(text.css);
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  background: #f2f2f2;
  color: #333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  color: #80a50a; }

a {
  color: #000000;
  transition: all .2s; }

a:hover {
  color: #dc3923; }

small {
  font-size: 11px; }

/* `Misc Classes
----------------------------------------------------------------------------------------------------*/
.align_center {
  text-align: center; }

.align_right {
  text-align: right; }

/* `Data Table
----------------------------------------------------------------------------------------------------*/
.data,
.data th,
.data td {
  border-style: solid;
  border-color: #ddd; }

.data {
  border-width: 0 1px 1px;
  width: 100%; }

.data caption {
  padding: 0 10px 5px;
  text-transform: uppercase; }

.data th,
.data td {
  border-top-width: 1px;
  padding: 5px 10px; }

.data th {
  white-space: nowrap; }

.data thead th {
  background: #eee;
  font-weight: bold;
  text-shadow: #fff 0 1px 0; }

.data tbody th {
  width: 1px; }

.data tr th:first-child {
  text-align: right; }

/* `Code
----------------------------------------------------------------------------------------------------*/
pre,
code {
  font-size: 12px;
  font-family: Menlo, Courier, monospace; }

pre,
.notice {
  background: #ffe;
  border: 1px solid;
  border-color: #eed #ccb #bba #ddc;
  overflow: auto;
  padding: 10px 0 10px 10px; }

* html pre {
  overflow: hidden;
  width: 97%; }

code {
  background: #ff9;
  padding: 0 2px; }

/*CUSTOM STYLES*/
.clear {
  clear: both; }

.header {
  background-color: #ffffff;
  position: relative;
  color: #8e8e8e; }
  .header .container_12 {
    position: relative;
    height: 90px; }
  .header .logo {
    z-index: 5000;
    position: absolute;
    bottom: -14px;
    left: 0;
    background: transparent url(/images/logo.png) no-repeat center center;
    height: 98px;
    width: 550px; }
    .header .logo a {
      position: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  .header .langContact {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    line-height: 24px; }
    .header .langContact a {
      text-decoration: none;
      transition: all .2s;
      color: #8e8e8e; }
      .header .langContact a:hover {
        color: #f00000; }

.innerbanner {
  position: relative;
  background: transparent none repeat-y center center;
  background-size: 100%;
  height: 32px; }

.banners {
  height: 580px;
  overflow: hidden;
  position: relative; }
  .banners .slide {
    height: 580px;
    position: relative;
    background: transparent none no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .banners .sq {
    z-index: 5000;
    position: absolute;
    top: 74px;
    left: 86px; }

.seebelow {
  position: absolute;
  bottom: 20px;
  z-index: 80000;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  text-align: center; }
  .seebelow .fa-arrow-down {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    border: 4px solid #ffffff;
    line-height: 36px !important;
    text-align: center;
    transition: all .2s;
    cursor: pointer;
    font-size: 24px;
    background-color: #80a50a; }
    .seebelow .fa-arrow-down:hover {
      border-color: #80a50a;
      color: #80a50a;
      background-color: #ffffff; }
  .seebelow .label {
    color: #ffffff;
    text-shadow: 0 0 8px #111111;
    font-weight: bold;
    font-size: 18px; }

.home .banners {
  height: 780px; }
  .home .banners .slide {
    height: 780px; }

.section {
  position: relative; }

.greenLine {
  background-color: #80a50a; }
  .greenLine .container_12 {
    background-color: #ffffff;
    box-shadow: 0 0 8px #111111; }
    .greenLine .container_12 .mainmenu {
      overflow: hidden;
      margin: 0 auto;
      text-align: justify;
      -ms-text-justify: distribute-all-lines;
      text-justify: distribute-all-lines;
      width: 98%; }
      .greenLine .container_12 .mainmenu li {
        display: inline-block;
        margin: 0; }
        .greenLine .container_12 .mainmenu li a {
          color: #666666;
          height: 54px;
          line-height: 64px;
          display: inline-block;
          padding: 0 20px 0 20px;
          text-transform: uppercase; }
          .greenLine .container_12 .mainmenu li a:hover, .greenLine .container_12 .mainmenu li a.current {
            border-bottom: 6px solid #dc6702;
            color: #dc6702; }
        .greenLine .container_12 .mainmenu li.stretch {
          width: 100%;
          display: inline-block;
          font-size: 0;
          line-height: 0; }
        .greenLine .container_12 .mainmenu li.mlang {
          display: none; }

a {
  text-decoration: none;
  transition: all .2s;
  color: #80a50a; }
  a:hover {
    color: #f00000; }

.page {
  padding: 30px 0 30px 0; }
  .page.home {
    background: transparent none repeat-y center bottom;
    background-size: 100%; }

.separator {
  height: 58px; }

.texts {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 30px;
  min-height: 600px; }
  .texts img {
    border: 1px solid #666666; }

.boxes {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 30px; }
  .boxes .box0 {
    box-shadow: 0 0 8px #111111;
    border: 4px solid #ffffff;
    background-color: #fdfeb0;
    margin-bottom: 36px; }
    .boxes .box0 .title {
      padding: 15px 0 15px 0;
      background-color: #80a50a;
      color: #ffffff;
      text-align: center;
      font-size: 22px; }
      .boxes .box0 .title span {
        border-bottom: 1px solid #a9c15f;
        display: inline-block;
        padding: 0 8px 5px 8px; }
    .boxes .box0 .descr {
      padding: 12px; }
  .boxes .box1 {
    margin-bottom: 36px; }
    .boxes .box1 .title {
      display: none; }
    .boxes .box1 .descr {
      text-align: center; }
  .boxes h1 {
    font-size: 40px;
    font-weight: bold;
    color: #000000; }

.gallery {
  position: relative; }
  .gallery .thumb {
    float: left;
    width: 25%; }
    .gallery .thumb a {
      width: 90%;
      display: block;
      box-shadow: 0 0 5px rgba(55, 55, 55, 0.8);
      margin: 0 auto 20px auto;
      position: relative; }
      .gallery .thumb a img {
        width: 100%;
        height: auto; }
      .gallery .thumb a .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        opacity: 0; }
      .gallery .thumb a:hover .overlay {
        opacity: .4;
        transition: all .2s; }

.submenu {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 30px;
  margin-bottom: 16px; }
  .submenu li {
    margin: 0 0 12px 0; }
    .submenu li a {
      padding: 4px 8px 4px 8px;
      display: block;
      color: #333333; }
      .submenu li a:hover, .submenu li a.current {
        background-color: #80a50a;
        color: #ffffff; }

.dispo table {
  border-collapse: collapse;
  width: 100%; }
  .dispo table.desktopVersion {
    margin: 20px 0 20px 0; }
  .dispo table.mobileVersion {
    display: none; }
  .dispo table th, .dispo table td {
    text-align: center;
    font-size: 10px;
    border: 1px solid #ffffff;
    padding: 2px; }
  .dispo table th {
    text-align: center;
    font-size: 10px;
    border: 1px solid #ffffff;
    padding: 2px;
    background-color: #e2dccf; }
  .dispo table td {
    color: #000000;
    background-color: #8FE8FF;
    border: 1px solid #ffffff;
    min-width: 19px; }
    .dispo table td.weDay {
      background-color: #A4B944; }
    .dispo table td.wDay {
      background-color: #C3D273; }
.dispo a {
  color: #333333;
  background-color: #e2dccf;
  width: 100px;
  padding: 4px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #ffffff;
  text-decoration: none;
  cursor: pointer;
  text-align: center; }
  .dispo a:hover, .dispo a.selected {
    background-color: #80a50a;
    color: #ffffff;
    text-decoration: none; }
.dispo .yearsAlternativeMenu {
  text-align: center; }
.dispo .last_update {
  text-align: center;
  font-style: italic;
  margin-top: 8px;
  font-size: 12px; }
.dispo .legende {
  height: 20px; }
  .dispo .legende td {
    background-color: #e9e9e9;
    border-width: 0px;
    font-weight: bold;
    color: #333333;
    width: auto;
    padding: 6px;
    width: 25%;
    text-align: center; }

.fieldset .field {
  margin-bottom: 30px;
  line-height: 28px; }
  .fieldset .field label {
    display: inline-block;
    width: 36%;
    color: #212121;
    font-family: 'ralewaybold', Arial, sans-serif;
    font-weight: normal; }
  .fieldset .field .red {
    display: inline-block;
    width: 20px;
    text-align: left; }
  .fieldset .field .it {
    display: inline-block;
    width: 62%; }
    .fieldset .field .it input[type="text"], .fieldset .field .it select {
      border: none;
      background-color: #eeeeee;
      height: 28px;
      padding: 0 3% 0 2%;
      width: 90%; }
      .fieldset .field .it input[type="text"].error, .fieldset .field .it select.error {
        background-color: #dc3923 !important;
        color: #ffffff; }
    .fieldset .field .it.hit {
      width: 29%; }
      .fieldset .field .it.hit:nth-of-type(1) {
        margin-right: 1%; }
    .fieldset .field .it.tit select {
      width: 30%;
      margin-right: 1%; }
.fieldset .fieldrow {
  margin-bottom: 30px; }
  .fieldset .fieldrow label {
    display: block;
    width: 36%;
    line-height: 28px;
    float: left;
    color: #212121;
    font-family: 'ralewaybold', Arial, sans-serif;
    font-weight: normal; }
  .fieldset .fieldrow .red {
    display: inline-block;
    width: 20px;
    text-align: left; }
  .fieldset .fieldrow .it {
    display: block;
    float: left;
    width: 62%; }
    .fieldset .fieldrow .it textarea {
      border: none;
      background-color: #eeeeee;
      height: 150px;
      padding: 10px 3% 10px 2%;
      width: 90%; }
      .fieldset .fieldrow .it textarea.error {
        background-color: #dc3923;
        color: #ffffff; }

.footer {
  background-color: #392b20;
  border-top: 6px solid #80a50a;
  color: #ffffff;
  padding: 16px; }
  .footer .baseline {
    margin: 0; }

.button1 {
  display: inline-block;
  background-color: #80a50a;
  color: #ffffff;
  padding: 12px 24px 12px 24px;
  text-transform: uppercase;
  transition: all .2s;
  font-size: 18px;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }
  .button1:hover {
    background-color: #9bc31c; }

.red {
  color: #dc3923; }

.gray {
  color: #888888; }

.green {
  color: #80a50a; }

.hide {
  display: none !important; }

.fleft {
  float: left !important; }

.fright {
  float: right !important; }

img.fright {
  margin: 0 0 16px 16px; }

img.fleft {
  margin: 0 16px 16px 0; }

.mobileMenuSwitch {
  display: none; }

/*# sourceMappingURL=master.css.map */
</pre></body></html>