@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'SimplonMono';
  src: url("../../assets/fonts/SimplonMono.eot");
  src: url("../../assets/fonts/SimplonMono.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SimplonMono.woff2") format("woff2"), url("../../assets/fonts/SimplonMono.woff") format("woff"), url("../../assets/fonts/SimplonMono.ttf") format("truetype"), url("../../assets/fonts/SimplonMono.svg#SimplonMono") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SimplonMono';
  src: url("../../assets/fonts/SimplonMono-Medium.eot");
  src: url("../../assets/fonts/SimplonMono-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SimplonMono-Medium.woff2") format("woff2"), url("../../assets/fonts/SimplonMono-Medium.woff") format("woff"), url("../../assets/fonts/SimplonMono-Medium.ttf") format("truetype"), url("../../assets/fonts/SimplonMono-Medium.svg#SimplonMono-Medium") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'SimplonNormRegular';
  src: url("../../assets/fonts/SimplonNorm.eot");
  src: url("../../assets/fonts/SimplonNorm.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SimplonNorm.woff2") format("woff2"), url("../../assets/fonts/SimplonNorm.woff") format("woff"), url("../../assets/fonts/SimplonNorm.ttf") format("truetype"), url("../../assets/fonts/SimplonNorm.svg#SimplonNorm") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SimplonNorm';
  src: url("../../assets/fonts/SimplonNorm-Medium.eot");
  src: url("../../assets/fonts/SimplonNorm-Medium.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SimplonNorm-Medium.woff2") format("woff2"), url("../../assets/fonts/SimplonNorm-Medium.woff") format("woff"), url("../../assets/fonts/SimplonNorm-Medium.ttf") format("truetype"), url("../../assets/fonts/SimplonNorm-Medium.svg#SimplonNorm-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SimplonNorm';
  src: url("../../assets/fonts/SimplonNorm-Bold.eot");
  src: url("../../assets/fonts/SimplonNorm-Bold.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/SimplonNorm-Bold.woff2") format("woff2"), url("../../assets/fonts/SimplonNorm-Bold.woff") format("woff"), url("../../assets/fonts/SimplonNorm-Bold.ttf") format("truetype"), url("../../assets/fonts/SimplonNorm-Bold.svg#SimplonNorm-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clear:before,
.clearfix:after,
.clear:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after, .clear:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix, .clear {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.flexbox-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

/* apply a natural box layout model to all elements from: http://www.paulirish.com/2012/box-sizing-border-box-ftw/*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  width: 100%;
  font-family: "SimplonMono";
  background-color: #E4DFD1;
}

.desktop-only {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}

.no-desktop {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .no-desktop {
    display: block !important;
  }
}

.large-desktop-only {
  display: block !important;
}
@media only screen and (max-width: 1440px) {
  .large-desktop-only {
    display: none !important;
  }
}

.no-desktop-plus {
  display: block !important;
}
@media only screen and (min-width: 1040px) {
  .no-desktop-plus {
    display: none !important;
  }
}

.desktop-plus-only {
  display: none !important;
}
@media only screen and (min-width: 1040px) {
  .desktop-plus-only {
    display: block !important;
  }
}

.no-small-screen {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .no-small-screen {
    display: none !important;
  }
}

.small-screen-only {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .small-screen-only {
    display: block !important;
  }
}

.phone-only {
  display: block !important;
}
@media only screen and (min-width: 375px) {
  .phone-only {
    display: none !important;
  }
}

.no-phone {
  display: none !important;
}
@media only screen and (min-width: 376px) {
  .no-phone {
    display: block !important;
  }
}

.container {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.container.auto {
  width: 80%;
  margin: auto;
  max-width: 1200px;
}
@media only screen and (max-width: 375px) {
  .container.auto {
    width: 90%;
  }
}
.container.medium {
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .container.medium {
    width: -webkit-calc(80% + 40px);
    width: -moz-calc(80% + 40px);
    width: calc(80% + 40px);
  }
}
.container.full {
  width: 100%;
  margin: 0;
}

.wrapper {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
}

.wrapper__margin_big {
  top: 220px;
}

.wrapper__margin_small {
  top: 120px;
}

.transition {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.contentWrapper {
  border-style: solid;
  border-color: #887554;
  border-width: 10px;
  background-color: white;
  padding: 20px 20px 40px 20px;
  box-shadow: 10px 9px 21px 0 #000000;
}
@media only screen and (min-width: 768px) {
  .contentWrapper {
    border-width: 20px 20px 20px 20px;
  }
}

.page-container {
  margin-top: 30px !important;
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 1024px) {
  .page-container {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-container {
    margin-bottom: 50px !important;
  }
}
.page-container .page-container_content {
  margin: 10px 0 0 0;
  font-family: 'SimplonNormRegular';
  font-size: 14px;
  color: #887554;
  line-height: 16px;
}

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

.col__left {
  padding-right: 10px;
}
@media only screen and (min-width: 1440px) {
  .col__left {
    padding-right: 20px;
  }
}

.col__middle {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (min-width: 1440px) {
  .col__middle {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.col__right {
  padding-left: 10px;
}
@media only screen and (min-width: 1440px) {
  .col__right {
    padding-left: 20px;
  }
}

.col3 {
  width: 33.3%;
  float: left;
  position: relative;
}

.col30 {
  width: 30%;
  float: left;
  position: relative;
  padding-right: 20px;
}

.col40 {
  width: 40%;
  float: left;
  position: relative;
  padding-right: 20px;
}

.col50 {
  width: 50%;
  float: left;
  position: relative;
  padding-right: 20px;
}

.col50_left {
  width: 50%;
  float: left;
  position: relative;
  padding-right: 20px;
}

.col50_right {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 20px;
}

.col60 {
  width: 60%;
  float: left;
  position: relative;
  padding-left: 20px;
}

.col70 {
  width: 70%;
  float: left;
  position: relative;
  padding-left: 20px;
}

.col80 {
  width: 80%;
  float: right;
  position: relative;
  padding-left: 20px;
}

.col100 {
  width: 100%;
  float: right;
  position: relative;
}

.col140 {
  width: 140%;
  float: left;
  position: relative;
  padding-right: 20px;
}

.colAuto {
  width: auto;
  float: left;
  padding-right: 20px;
}

.filet {
  padding-top: 20px;
  border-bottom: 1px solid #887554;
}

.no-padding {
  padding: 0 !important;
}

.padding-top_small {
  padding-top: 10px !important;
}

.padding-top {
  padding-top: 20px !important;
}

.padding-sides {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-top {
  margin-top: 20px !important;
}

.margin-top_big {
  margin-top: 40px !important;
}

.margin-left {
  margin-left: 20px !important;
}

.margin-bottom-small {
  margin-bottom: 10px !important;
}

.margin-bottom {
  margin-bottom: 20px !important;
}

.margin-bottom_big {
  margin-bottom: 40px !important;
}

.float-right {
  float: right;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: #E4DFD1;
}
.header.smaller .header__title {
  height: 60px;
}
.header.smaller .header__title a img {
  width: 460px;
  top: 0px;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  .header.smaller .header__title a img {
    width: 460px;
    top: 0px;
    height: 60px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header.smaller .header__title a img {
    width: 460px;
    height: 60px;
    position: initial;
    top: 0px;
    left: 0px;
    transform: initial;
  }
}
@media only screen and (max-width: 500px) {
  .header.smaller .header__title a img {
    width: 90%;
  }
}
.header.smaller .header__title .header__burger {
  top: 20px;
}
.header.smaller .header-menu .header-menu__center a:nth-child(even) {
  width: 120px;
}
.header .header__burger {
  position: absolute;
  left: 20px;
  top: 70px;
  left: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header__burger img {
  width: 20px;
  height: 20px;
}
.header .header__title {
  background-color: #E4DFD1;
  height: 160px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}
.header .header__title a {
  width: 100%;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .header .header__title a {
    margin-left: 60px;
  }
}
.header .header__title a img {
  position: relative;
  top: 25px;
  width: 930px;
  -webkit-transition: top 0.5s, width 0.6s;
  -moz-transition: top 0.5s, width 0.6s;
  -ms-transition: top 0.5s, width 0.6s;
  -o-transition: top 0.5s, width 0.6s;
  transition: top 0.5s, width 0.6s;
}
@media only screen and (max-width: 1024px) {
  .header .header__title a img {
    width: 600px;
    top: 45px;
  }
}
.header .header-menu {
  height: 40px;
  background-color: #887554;
  padding: 0 80px;
  display: flex;
  justify-content: center;
  width: 100%;
  color: white;
  font-size: 14px;
  box-shadow: 1px 6px 13px 0px #000000;
}
.header .header-menu .header-menu__center {
  width: 320px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header-menu .header-menu__center a:nth-child(odd) {
  width: 100px;
}
.header .header-menu .header-menu__center a:nth-child(even) {
  width: 150px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header .header-menu .header-menu__center img {
  width: 100%;
}
.header .header-menu .header-menu__left {
  width: 30%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header .header-menu .header-menu__left {
    display: none;
  }
}
.header .header-menu .header-menu__right {
  width: 30%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header .header-menu .header-menu__right {
    display: none;
  }
}
.header .header-menu a {
  color: white;
}
.header .header__mobile-menu {
  background-color: #E4DFD1;
  height: 210px;
  margin-top: 20px;
  width: 80%;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .header .header__mobile-menu {
    height: 390px;
    margin-top: 0px;
  }
}
.header .header__mobile-menu .header__moblile-menu_sub {
  float: left;
  width: 50%;
}
.header .header__mobile-menu .header__moblile-menu_sub.header__moblile-menu_sub-left {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .header .header__mobile-menu .header__moblile-menu_sub.header__moblile-menu_sub-left {
    padding: 0px;
    margin-top: 10px;
  }
}
.header .header__mobile-menu .header__moblile-menu_sub.header__moblile-menu_sub-right {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .header .header__mobile-menu .header__moblile-menu_sub.header__moblile-menu_sub-right {
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .header .header__mobile-menu .header__moblile-menu_sub {
    float: none;
    width: 100%;
  }
}
.header .header__mobile-menu .header__moblile-menu_sub span {
  background-color: #887554;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 25px;
  line-height: 26px;
  padding-left: 40px;
  color: #E4DFD1;
  font-size: 14px;
  font-family: 'SimplonNorm';
  font-weight: bold;
}
.header .header__mobile-menu .header__moblile-menu_sociaux {
  width: 180px;
  height: 25px;
  margin: 10px auto 0 auto;
}
.header .header__mobile-menu .header__moblile-menu_sociaux img {
  width: 20px;
  height: 20px;
}
.header .header__mobile-menu .header__moblile-menu_sociaux .large {
  width: 24px;
}
.header .header__mobile-menu .header__moblile-menu_sociaux span svg {
  height: 20px;
}
.header .header__mobile-menu .header__moblile-menu_sociaux span a  {
  float: none !important;
  padding-right: 10px;
}

.main-menu {
  display: flex;
  justify-content: space-around;
  width: 100%;
  color: #887554;
  font-weight: bold;
  font-size: 14px;
}
.main-menu .main-menu__center {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main-menu .main-menu__left {
  width: 25%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main-menu .main-menu__left img {
  width: 20px;
  height: 17px;
}
.main-menu .main-menu__left .small {
  width: 15px !important;
}
.main-menu .main-menu__left .large {
  width: 25px !important;
}
@media only screen and (max-width: 1024px) {
  .main-menu .main-menu__left {
    display: none;
  }
}
.main-menu .main-menu__right {
  width: 20%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main-menu .main-menu__right svg, .main-menu .main-menu__right img {
  width: 30px;
  height: 15px;
}
@media only screen and (max-width: 1024px) {
  .main-menu .main-menu__right {
    display: none;
  }
}

.mainImage {
  margin-top: 20px !important;
  border-style: solid;
  border-color: #887554;
  border-width: 20px 20px 0 20px;
}
.mainImage img {
  display: block;
  margin: auto;
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .mainImage img {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .mainImage {
    width: 90% !important;
    border-width: 10px 10px 0 10px;
  }
}

.cover-image {
  border-style: solid;
  border-color: #887554;
  border-width: 10px;
}
.cover-image img {
  display: block;
  margin: auto;
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .cover-image img {
    height: 250px;
  }
}

.bem-vindo {
  font-family: 'SimplonNorm';
  font-size: 13px;
}
.bem-vindo img {
  margin-top: 20px;
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.bem-vindo .bem-vindo__faq {
  margin-top: 20px;
  padding: 20px 40px 20px 40px;
  background-color: #887554 !important;
  box-shadow: 4px 6px 11px 0 rgba(0, 0, 0, 0.76);
  color: #E4DFD1;
  line-height: 16px;
}
.bem-vindo .bem-vindo__faq .bem-vindo__faq_left {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .bem-vindo .bem-vindo__faq .bem-vindo__faq_left {
    margin-bottom: 10px;
  }
}
.bem-vindo .bem-vindo__faq .bem-vindo__faq_left .bem-vindo__faq_left_content {
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .bem-vindo .bem-vindo__faq .bem-vindo__faq_right {
    margin-top: 20px;
  }
}
.bem-vindo .bem-vindo__faq p {
  margin: 0 !important;
}
.bem-vindo .bem-vindo__faq div:nth-child(1) h4 {
  margin: 0 0 10px 0 !important;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
}
.bem-vindo .bem-vindo__faq div:nth-child(1) p {
  margin: 20px 0 0 0 !important;
}
.bem-vindo .bem-vindo__video {
  height: auto;
  min-height: 270px;
  max-height: 490px;
  width: 100%;
  margin-top: 20px;
  object-fit: cover;
}
.bem-vindo .bem-vindo__video video {
  width: 100%;
  height: 100%;
  max-height: 430px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .bem-vindo .bem-vindo__video {
    min-height: 220px;
  }
}

.novidades {
  font-family: 'SimplonNorm';
  color: #887554;
}
.novidades .novidades__item {
  padding-bottom: 20px;
  border-bottom: 1px solid #887554;
  height: 160px;
  margin-top: 20px;
}
.novidades .novidades__item p {
  font-size: 14px;
  line-height: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  max-height: 45px;
}
.novidades .novidades__item a {
  font-size: 14px;
  text-decoration: none;
  font-family: 'SimplonNormRegular';
}
.novidades .novidades__item a .novidades__item_link:hover {
  text-decoration: underline;
}
.novidades .novidades__item img {
  box-shadow: 1px 5px 14px 0 #000000;
  width: 120px;
  height: 140px;
  object-fit: cover;
}
.novidades .novidades__item .novidades__item_left {
  width: 120px;
  float: left;
  margin-right: 20px;
}
.novidades .novidades__item .novidades__item_right {
  width: calc(100% - 140px);
  float: left;
}
@media only screen and (max-width: 768px) {
  .novidades .novidades__item .novidades__item_right {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .novidades .novidades__item {
    height: auto;
  }
}

.manifesto__content {
  margin-top: 20px;
  position: relative;
}
.manifesto__content .manifesto__content_items {
  height: 220px;
  font-family: 'SimplonNorm';
  font-size: 14px;
}
.manifesto__content .manifesto__content_items.manifesto_content_items_large {
  width: 100%;
  height: 90px;
  padding: 0px;
  margin-bottom: 20px;
}
.manifesto__content .manifesto__content_items.manifesto_content_items_large .manifesto__content_items_outside-wrapper {
  height: 100%;
}
.manifesto__content .manifesto__content_items.manifesto_content_items_large .manifesto__content_items_outside-wrapper .manifesto__content_items_inside-wrapper {
  display: flex;
  padding: 0px;
}
.manifesto__content .manifesto__content_items.manifesto_content_items_large .manifesto__content_items_outside-wrapper .manifesto__content_items_inside-wrapper .manifesto__content_items_text {
  padding-left: 10px;
  padding-right: 10px;
  height: 75px;
}
.manifesto__content .manifesto__content_items.manifesto_content_items_large .manifesto__content_items_outside-wrapper .manifesto img {
  display: inline;
  float: left;
}
.manifesto__content .manifesto__content_items .manifesto__content_items_outside-wrapper {
  background-color: #E4DFD1;
  height: 220px;
  padding: 6px;
  box-shadow: 4px 4px 14px 0 #000000;
}
.manifesto__content .manifesto__content_items .manifesto__content_items_outside-wrapper .manifesto__content_items_inside-wrapper {
  border: solid 2px #887554;
  height: 100%;
  padding: 10px 10px;
}
@media only screen and (min-width: 1040px) {
  .manifesto__content .manifesto__content_items .manifesto__content_items_outside-wrapper .manifesto__content_items_inside-wrapper {
    text-align: center;
  }
}
.manifesto__content .manifesto__content_items .manifesto__content_items_number {
  display: flex;
}
.manifesto__content .manifesto__content_items .manifesto__content_items_number img {
  margin: auto;
  width: 65px;
}
.manifesto__content .manifesto__content_items .manifesto__content_items_text {
  height: 120px;
  display: flex;
  align-items: center;
}

.events {
  margin-top: 20px;
}
.events .events__container {
  font-family: 'SimplonNorm';
  font-size: 14px;
  color: #887554;
}
.events .events__container img {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 140px;
  width: 100%;
  object-fit: cover;
  box-shadow: 1px 6px 13px 0 #000000;
}
@media only screen and (max-width: 768px) {
  .events .events__container .events__container_infos {
    margin-top: 20px;
  }
}
.events .events__container a {
  text-decoration: none;
  font-family: 'SimplonNormRegular';
}
.events .events__container .events__container_link:hover {
  text-decoration: underline;
}

.footer {
  background-color: #887554;
  position: relative;
  width: 100%;
  height: 160px;
}
.footer.fixed {
  position: fixed;
  bottom: 0px;
}
.footer .footer__menu_white {
  padding: 0 40px 0 40px;
  margin: auto;
  background-color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 400px;
  height: 37px;
  position: absolute;
  top: -20px;
  color: #887554;
  transform: translateX(-50%);
  left: 50%;
  box-shadow: 5px 9px 21px 0 #000000;
}
@media only screen and (max-width: 375px) {
  .footer .footer__menu_white {
    width: 100%;
  }
}
.footer .footer__menu_white a {
  color: #887554;
  font-family: 'SimplonNorm';
  font-size: 14px;
}
.footer .footer__menu_beige {
  display: flex;
  justify-content: space-around;
  padding-top: 40px;
}
.footer .footer__menu_beige .footer__menu_beige_sous-menu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'SimplonNorm';
  color: #E4DFD1;
  font-size: 14px;
  height: 50px;
}
.footer .footer__menu_beige .footer__menu_beige_sous-menu a {
  color: #E4DFD1;
}
.footer .footer__menu_beige div:nth-child(odd) {
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
}
.footer .footer__menu_beige div:nth-child(odd) img {
  width: 110px;
  height: 110px;
}
.footer .footer__menu_beige div:nth-child(2) {
  flex-grow: 2;
}
@media only screen and (max-width: 768px) {
  .footer .footer__menu_beige {
    width: 65%;
  }
}
.footer .footer__menu_sociaux {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 45px;
}
.footer .footer__menu_sociaux img {
  width: 17px;
  height: 17px;
}
.footer .footer__menu_sociaux .large {
  width: 22px;
}
.footer .footer__signature {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.footer .footer__signature a {
  font-family: 'SimplonNormRegular';
  color: #E4DFD1;
  font-size: 12px;
}

.title_main-title {
  background-color: #E4DFD1;
  color: #887554;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  box-shadow: 4px 3px 5px 0 #000000;
  font-family: 'SimplonMono';
}
@media only screen and (max-width: 1024px) {
  .title_main-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 410px) {
  .title_main-title {
    font-size: 18px;
    padding-left: 10px;
  }
}

h3 {
  font-family: 'SimplonNorm';
  color: #887554;
  margin: 0 !important;
  font-weight: bold;
  font-size: 18px;
}

.title_subtitle {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  color: #887554;
  font-family: 'SimplonNorm';
  font-weight: bold;
  font-size: 11px;
  padding-left: 20px;
  line-height: 15px;
  padding-right: 5px;
  border: 1px solid #887554;
  box-shadow: 4px 4px 9px 0 #000000;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .title_subtitle {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .title_subtitle {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 410px) {
  .title_subtitle {
    padding-left: 10px;
  }
}

.title_page-title {
  width: 300px;
  text-align: center;
  color: #887554;
  font-family: 'SimplonMono';
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  height: 30px;
}
.title_page-title img {
  width: 35px !important;
  height: 100% !important;
  margin: auto 20px !important;
  display: initial !important;
}
@media only screen and (max-width: 768px) {
  .title_page-title img:nth-child(1) {
    margin: 0 20px 0 0 !important;
  }
  .title_page-title img:nth-child(2) {
    margin: 0 0 0 20px !important;
  }
  .title_page-title img {
    width: auto !important;
    height: 25px !important;
  }
}
@media only screen and (max-width: 375px) {
  .title_page-title {
    width: 100% !important;
    font-size: 30px;
    line-height: 30px;
  }
}

.sub-header_popup_title {
  text-align: center;
  color: #887554;
  font-family: 'SimplonMono';
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  height: 30px;
  width: 100%;
  margin: 0 auto 20px auto !important;
}
.sub-header_popup_title img {
  margin: auto 10px !important;
}
@media only screen and (max-width: 768px) {
  .sub-header_popup_title {
    margin: 0 auto 0px auto !important;
  }
  .sub-header_popup_title img {
    display: none !important;
  }
}
@media only screen and (max-width: 550px) {
  .sub-header_popup_title {
    text-align: left;
    margin: 0px !important;
    height: 20px !important;
    line-height: 20px !important;
    font-size: 20px !important;
    text-align: left !important;
  }
}

.title__page-marchas {
  width: 300px;
  text-align: center;
  color: #887554;
  font-family: 'SimplonMono';
  font-size: 24px;
  line-height: 24px;
}

.title_link {
  width: 200px;
  font-family: 'SimplonNorm';
  font-weight: bold;
  color: #887554;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.title_category {
  margin-top: 20px;
  width: 100%;
  height: auto;
  min-height: 40px;
  color: #E4DFD1;
  background-color: #887554;
  font-family: 'SimplonNorm';
  font-weight: bold;
  font-size: 18px;
  padding: 7px 20px;
  line-height: 25px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.title_category.title_category_faq:hover {
  box-shadow: 2px 4px 10px  #000000;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .title_category.title_category_faq:hover {
    cursor: auto;
    box-shadow: none;
  }
}
@media only screen and (max-width: 1165px) {
  .title_category.title_category_double {
    height: 60px;
    line-height: 25px;
    padding-top: 5px;
    padding-right: 20px !important;
  }
}

.title_hinos {
  width: 100%;
  height: 40px;
  color: #887554;
  font-family: 'SimplonNorm';
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
  line-height: 18px;
  text-align: center;
}

.title__marchas_main {
  color: #887554;
  font-family: 'SimplonNorm';
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  max-height: 54px;
}

.title__marchas_sub {
  color: #887554;
  font-family: 'SimplonNormRegular';
  font-size: 18px;
  line-height: 21px;
}

.title__marchas_category {
  color: #887554;
  font-family: 'SimplonNorm';
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.button.button__savoir-plus {
  width: 100px;
  height: 40px;
  cursor: pointer;
  background-color: #E4DFD1;
  color: #887554;
  text-align: center;
  line-height: 40px;
  box-shadow: 4px 3px 5px 0px #000000;
  font-family: 'SimplonNorm';
  font-weight: bold;
  font-size: 16px;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button.button__savoir-plus a:hover {
  text-decoration: none;
}
.button.button__savoir-plus:hover {
  box-shadow: 4px 3px 9px 0px #000000;
}

.box__image img {
  border: 10px solid #887554;
}

.box__image_large {
  width: 680px;
  margin: auto;
}
.box__image_large img {
  width: 680px;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .box__image_large img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .box__image_large {
    width: 100%;
  }
}

.box__image_small, .box__image_hinos, .box__image_small_right {
  float: left;
  width: 450px;
  margin: auto;
}
.box__image_small img, .box__image_hinos img, .box__image_small_right img {
  width: 450px;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .box__image_small img, .box__image_hinos img, .box__image_small_right img {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .box__image_small, .box__image_hinos, .box__image_small_right {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box__image_small, .box__image_hinos, .box__image_small_right {
    width: 100%;
    float: none;
  }
}
.box__image_small.drawer img, .drawer.box__image_hinos img, .drawer.box__image_small_right img {
  height: 420px;
}

.box__image_hinos {
  width: 50%;
}
.box__image_hinos img {
  width: 100%;
}

.box__image_small_right {
  width: 60%;
  float: right;
  margin: 10px 0px 0px 10px;
}

.box__image_small-2 {
  float: left;
  width: 450px;
  margin: auto;
}
.box__image_small-2 img {
  width: 47%;
  height: auto;
  object-fit: cover;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .box__image_small-2 img {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .box__image_small-2 img {
    width: 47%;
    float: none;
  }
}
.box__image_small-2 img:nth-child(1) {
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .box__image_small-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .box__image_small-2 {
    width: 100%;
    float: none;
  }
}

.box__content_small, .box__content_hinos {
  margin-left: 480px;
}
@media only screen and (max-width: 1024px) {
  .box__content_small, .box__content_hinos {
    margin-left: calc(50% + 20px);
  }
}
@media only screen and (max-width: 767px) {
  .box__content_small, .box__content_hinos {
    margin-left: 0px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .box__content_hinos {
    margin-left: 50%;
  }
}

.box {
  height: auto;
  overflow-y: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.box_container {
  width: 100%;
  height: auto;
  padding-top: 20px;
  margin-bottom: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .box_container {
    margin-bottom: 0px;
  }
}

.box_button {
  width: 20px !important;
  height: 30px !important;
  float: right;
  margin-top: 5px;
  margin-right: 20px;
  cursor: pointer;
}
.box_button img {
  width: 20px;
  height: 20px;
  float: left;
}
@media only screen and (max-width: 768px) {
  .box_button {
    cursor: none;
  }
}

.box_container_close {
  transform: translateY(-100%);
}

.box_closed {
  height: 0px !important;
}

.calendar {
  margin-top: 20px;
  z-index: 20;
}
.calendar .calendar__wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 90px;
  position: relative;
  overflow: hidden;
}
.calendar .calendar__wrapper .calendar__arrows {
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 25px;
}
.calendar .calendar__wrapper .calendar__arrows img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.calendar .calendar__wrapper .calendar__arrows img:nth-child(2) {
  margin-left: 20px;
}
.calendar .calendar__wrapper .calendar__arrows.calendar__arrows-next img {
  float: right;
}
.calendar .calendar__wrapper .calendar__events {
  overflow: hidden;
  height: 100%;
  width: calc(100% - 80px);
  float: left;
  position: relative;
}
.calendar .calendar__wrapper .calendar__events .calendar__events_container {
  width: 1000%;
  position: absolute;
  left: 0px;
  height: 100%;
  transition: all 0.5s ease-out;
}
.calendar .calendar__wrapper .calendar__events .calendar__events_container .calendar__events_container_item {
  float: left;
  width: 150px;
  height: 100%;
  display: flex;
  justify-content: space-around;
}
.calendar .calendar__wrapper .calendar__events .calendar__events_container .calendar__events_container_item .calendar__events_container_item-date {
  float: left;
  width: 50px;
  padding: 11px 0px 0px 11px;
  font-family: 'SimplonNorm';
  font-weight: bold;
  font-size: 20px;
  color: #887554;
  background-image: url("../../img/icon-round-empty.png");
  background-size: 45px;
  background-repeat: no-repeat;
}
.calendar .calendar__wrapper .calendar__events .calendar__events_container .calendar__events_container_item .calendar__events_container_item-content {
  float: left;
  width: 120px;
  font-family: 'SimplonNorm';
  color: #887554;
}
.calendar .calendar__wrapper .calendar__events .calendar__events_container .calendar__events_container_item .calendar__events_container_item-content h2 {
  font-size: 24px;
  margin: 0px 0px 10px 0px;
}
.calendar .calendar__wrapper .calendar__events .calendar__events_container .calendar__events_container_item .calendar__events_container_item-content p {
  margin: 0px;
  font-weight: bold;
  font-size: 14px;
}
.calendar .calendar__wrapper .calendar__events .calendar__events_container-no-item {
  width: 100%;
  font-family: 'SimplonNorm';
  color: #887554;
  text-align: center;
  padding-top: 35px;
}

.elu-menu {
  color: #887554;
  font-family: 'SimplonNorm';
  font-size: 14px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  text-align: center;
}
.elu-menu span {
  cursor: pointer;
  padding: 0 10px;
  margin: 5px 0px;
  line-height: 20px;
}
.elu-menu span:hover {
  text-decoration: underline;
}

.elu-menu_small {
  width: 650px !important;
  margin-top: 10px;
}

.elu-menu_big {
  width: 775px !important;
}
@media only screen and (max-width: 768px) {
  .elu-menu_big {
    height: 40px;
  }
}

.culto {
  width: 90%;
  padding-right: 10px;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 20px auto;
}

.manifesto {
  display: block;
}
.manifesto .manifesto__video {
  width: 100%;
  height: 100%;
  margin: auto;
}
.manifesto iframe {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 780px;
  height: 56.25vw;
}
@media (min-width: 780px) {
  .manifesto iframe {
    height: calc(780px * 0.5628205128205128);
  }
}
.manifesto img {
  display: block;
  width: 100%;
  margin: auto 40px;
  max-width: 780px;
}
.manifesto img:nth-child(3) {
  margin: 20px auto !important;
}

.hinos {
  text-align: center;
  width: 100%;
}
.hinos .hinos_img {
  width: 20px;
  height: 20px;
}

.player {
  height: 20px;
  width: 60%;
  margin: auto;
}
.player .player__buttons {
  float: left;
  width: 60px;
  height: 40px;
  cursor: pointer;
}
.player .player__buttons .play, .player .player__buttons .pause, .player .player__buttons .stop {
  width: 15px;
  height: 15px;
  margin-top: 2.5px;
}
.player .progress {
  width: calc(100% - 80px);
  margin-left: 20px;
  height: 20px;
  float: left;
  background-image: url("../../img/icon-player-progress.svg");
  background-repeat: repeat;
  position: relative;
}
.player .progress img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.swiper-container {
  width: 100%;
  height: 50vw;
  border: 10px solid #887554;
  visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .swiper-container {
    height: 50vw;
  }
}
@media only screen and (min-width: 1440px) {
  .swiper-container {
    height: 50vw;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.page-evento .evento {
  height: auto !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page-evento .evento .evento-item__content {
  color: #887554;
  font-family: 'SimplonNormRegular';
  font-size: 14px;
  width: 100%;
  line-height: 16px;
  margin: 0px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* number of lines to show */
  max-height: 80px;
}
.page-evento .evento .evento-item__content p {
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 767px) {
  .page-evento .evento .evento-item__content {
    display: none !important;
  }
}
.page-evento .evento .evento-item__content_small {
  color: #887554;
  font-family: 'SimplonNormRegular';
  font-size: 12px;
  line-height: 16px;
}
.page-evento .evento .evento-item__titles {
  width: 250px;
}
.page-evento .evento .evento-item__infos {
  width: 250px;
}
.page-evento .evento .evento-item__arrow {
  width: auto;
  height: 30px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .page-evento .evento .evento-item__arrow {
    margin: 5px;
  }
}
.page-evento .evento .evento-item__arrow span {
  color: #887554;
  font-family: 'SimplonNorm';
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-left: 5px;
  cursor: pointer;
}
.page-evento .evento-item__content_full, .page-evento .evento-item__content_full_smallscreen {
  color: #887554;
  font-family: 'SimplonNormRegular';
  font-size: 14px;
  width: 100% !important;
  line-height: 16px;
  margin: 0px;
  display: none;
}
.page-evento .evento-item__content_full p, .page-evento .evento-item__content_full_smallscreen p {
  margin: 0 0 16px 0;
}
.page-evento .evento-item__content_full_smallscreen {
  margin-top: 20px !important;
  display: none;
}
.page-evento .box_button {
  height: 20px !important;
  cursor: pointer;
  float: left;
  margin-right: 0px;
}
.page-evento .box_button img {
  width: 20px;
  height: 20px;
}
.page-evento .box_container {
  padding-top: 0px !important;
  margin-bottom: 0px !important;
}
.page-evento .box_closed {
  height: 140px !important;
}

.noscroll {
  overflow: hidden !important;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .noscroll {
    position: fixed;
  }
}

.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 700;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 50px;
}

.popup-container .popup {
  background-color: white;
  width: 50%;
  padding: 40px;
  min-height: 200px;
  position: absolute;
  top: 100px;
  margin-bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid #887554;
}
@media only screen and (max-width: 768px) {
  .popup-container .popup {
    padding: 40px;
    width: 90%;
    top: 50px;
  }
}
.popup-container .popup .filet {
  margin-right: 0px !important;
}

.background-black {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 600;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.popup__image {
  width: 100%;
  height: 30vw;
  float: none;
  margin: auto;
  margin-bottom: 20px;
}
.popup__image iframe {
  height: 30vw;
}
@media only screen and (max-width: 778px) {
  .popup__image iframe {
    height: 50vw;
  }
}
@media only screen and (max-width: 767px) {
  .popup__image {
    float: none;
    width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 778px) {
  .popup__image {
    height: 50vw;
  }
}
.popup__image img {
  width: 100%;
  height: 30vw;
  object-fit: cover;
}
@media only screen and (max-width: 778px) {
  .popup__image img {
    height: 50vw;
  }
}

.popup__content {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .popup__content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .popup__content {
    height: auto;
  }
}

.popup__content_text {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #887554;
  font-family: 'SimplonNormRegular';
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  .popup__content_text {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
}

.popup__title {
  height: auto;
}
.popup__title h3 {
  float: left;
  width: calc(100% - 160px);
}
@media only screen and (max-width: 768px) {
  .popup__title h3 {
    float: none;
    width: calc(100% - 40px);
  }
}

.popup__date {
  right: 100px;
  font-size: 14px;
}

.popup__action {
  height: 25px;
  width: 25px;
  position: absolute;
  top: 20px;
  right: 40px;
}
@media only screen and (max-width: 768px) {
  .popup__action {
    right: 20px;
  }
}

.popup_margin-right {
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .popup_margin-right {
    margin-right: 40px;
  }
}

/* apply a natural box layout model to all elements from: http://www.paulirish.com/2012/box-sizing-border-box-ftw/*/

/*# sourceMappingURL=screen.css.map */
