@charset "UTF-8";
/* B&W Shades
---------------------------*/
/* Main colors
---------------------------*/
/* Media queries
-------------------------------*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%; }

img {
  max-width: 100%; }

.hide {
  display: none; }

@media (max-width: 860px) {
  .mobile-hidden {
    display: none !important; } }

.desktop-hidden {
  display: none; }
  @media (max-width: 860px) {
    .desktop-hidden {
      display: block; } }

/* Form Reset
----------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

input {
  -webkit-appearance: none; }

/* Remove the stupid outer glow in Webkit */
input:focus,
textarea:focus,
button:focus {
  outline: none; }

/* Box Sizing Reset
-----------------------------------------------*/
/* These elements are usually rendered a certain way by the browser */
button,
textarea,
input[type=textarea],
input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  button::-webkit-search-cancel-button,
  textarea::-webkit-search-cancel-button,
  input[type=textarea]::-webkit-search-cancel-button,
  input[type=text]::-webkit-search-cancel-button,
  input[type=tel]::-webkit-search-cancel-button,
  input[type=email]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-cancel-button,
  input[type=button]::-webkit-search-cancel-button,
  input[type=submit]::-webkit-search-cancel-button,
  input[type=checkbox]::-webkit-search-cancel-button,
  input[type=radio]::-webkit-search-cancel-button,
  select::-webkit-search-cancel-button {
    display: none; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

@font-face {
  font-family: 'villa';
  src: url("../fonts/villa-regular.eot");
  /* IE9 */
  src: url("../fonts/villa-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/villa-regular.woff2") format("woff2"), url("../fonts/villa-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'villa';
  src: url("../fonts/villa-irregular.eot");
  /* IE9 */
  src: url("../fonts/villa-irregular.eot?#iefix") format("embedded-opentype"), url("../fonts/villa-irregular.woff2") format("woff2"), url("../fonts/villa-irregular.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

body, input {
  font-family: 'villa', sans-serif;
  font-size: 26px;
  line-height: 1.3; }

/* Mixins
----------------------*/
/* Base
----------------------*/
h1 {
  font-size: 61px;
  line-height: 1;
  font-style: italic; }
  @media (max-width: 860px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 40px;
  font-style: italic;
  line-height: 1; }
  h2 + p {
    margin-top: 15px; }
  @media (max-width: 860px) {
    h2 {
      font-size: 24px; } }

h3, p, ul {
  font-size: 26px;
  font-style: normal;
  line-height: 1.2; }
  h3.small, p.small, ul.small {
    font-size: 16px;
    font-style: normal;
    line-height: 1.5; }
    @media (max-width: 860px) {
      h3.small, p.small, ul.small {
        font-size: 12px; } }
  h3 + p, p + p, ul + p {
    margin-top: 15px; }
  @media (max-width: 860px) {
    h3, p, ul {
      font-size: 18px; } }

a {
  text-decoration: none;
  color: inherit; }

em, .italic {
  font-style: italic; }

p a {
  color: #f4ad11; }

p + h2, p + h3 {
  margin-top: 35px; }

.small {
  font-size: 16px;
  font-style: normal;
  line-height: 1.5; }
  @media (max-width: 860px) {
    .small {
      font-size: 12px; } }
  .small p, .small ul {
    font-size: 16px;
    font-style: normal;
    line-height: 1.5; }
    @media (max-width: 860px) {
      .small p, .small ul {
        font-size: 12px; } }

/* Colors
--------------------*/
.yellow {
  color: #f4ad11; }

.black {
  color: #000c16; }

h1 .color,
h1 .yellow, h2 .color,
h2 .yellow, h3 .color,
h3 .yellow {
  color: inherit; }

.filtered-element.inactive {
  display: none !important; }

.filtered-container {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  .filtered-container.init-hidden {
    opacity: 0; }

.filtered-init {
  display: none !important; }

.fixed-menus {
  position: fixed;
  width: calc(100% - 160px);
  max-width: 1120px;
  height: 100vh;
  top: 0;
  left: 0;
  left: calc((100% - 1120px) / 2);
  pointer-events: none;
  z-index: 10; }
  @media (max-width: 1280px) {
    .fixed-menus {
      width: calc(100% - 120px);
      max-width: none;
      left: 60px; } }
  @media (max-width: 860px) {
    .fixed-menus {
      width: 100%;
      left: 0;
      padding: 0 15px; } }

.menu-festivals {
  width: calc(100% / 7);
  pointer-events: auto; }
  .menu-festivals .archive-link {
    padding-top: 15px;
    font-size: 22px;
    font-style: italic;
    padding-left: 13px; }
  .menu-festivals .seasons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px;
    margin-top: -10px; }
    .menu-festivals .seasons .season-li {
      font-size: 22px;
      font-style: italic; }
    .menu-festivals .seasons .prev-season svg, .menu-festivals .seasons .next-season svg {
      fill: #000c16;
      cursor: pointer;
      width: 15px; }
    .menu-festivals .seasons .prev-season.inactive, .menu-festivals .seasons .next-season.inactive {
      pointer-events: none; }
      .menu-festivals .seasons .prev-season.inactive svg, .menu-festivals .seasons .next-season.inactive svg {
        fill: #d1d2d2;
        cursor: default; }
  .menu-festivals .festival-li {
    position: relative;
    font-style: italic;
    font-size: 22px;
    color: white;
    line-height: 1.15;
    height: 67px;
    overflow: hidden;
    -webkit-transition: height 0.2s ease-out, background 0.15s ease-out;
    transition: height 0.2s ease-out, background 0.15s ease-out;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .menu-festivals .festival-li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 0px 10px 13px;
      width: 100%;
      height: 100%; }
    .menu-festivals .festival-li:not(:last-child) {
      height: 71px;
      padding-bottom: 4px; }
      .menu-festivals .festival-li:not(:last-child):after {
        position: absolute;
        content: ' ';
        width: 100%;
        height: 4px;
        background: white;
        bottom: 0;
        left: 0; }
      .menu-festivals .festival-li:not(:last-child) a {
        overflow: hidden; }
    .menu-festivals .festival-li.inactive {
      background: #d1d2d2 !important; }
    .menu-festivals .festival-li.closest {
      height: auto; }
  @media (max-width: 1150px) {
    .menu-festivals li {
      font-size: 22px; } }
  @media (max-width: 1024px) {
    .menu-festivals li {
      font-size: 20px; } }
  @media (max-width: 860px) {
    .menu-festivals {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding-top: 80px;
      padding-bottom: 15px;
      background: white;
      display: none; }
      .menu-festivals .seasons, .menu-festivals .archive-link {
        padding-top: 10px; }
      .menu-festivals .archive-link {
        text-align: center; }
      .menu-festivals .seasons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .menu-festivals .seasons .prev-season {
          margin-right: 15px; }
        .menu-festivals .seasons .next-season {
          margin-left: 15px; }
      .menu-festivals .festivals-list {
        height: 100%;
        padding: 0 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .menu-festivals .festivals-list li {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          height: auto;
          font-size: 28px; }
          .menu-festivals .festivals-list li:not(:last-child) {
            margin-bottom: 4px; }
      .menu-festivals.open {
        display: block; } }

.grid-80 {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }
  .grid-80 .columns {
    position: relative;
    width: calc(100% - 160px);
    max-width: 1120px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .grid-80 .column {
    width: calc(100% / 14);
    height: 100%;
    opacity: 0.075; }
    .grid-80 .column:nth-child(odd) {
      background: blue; }
    .grid-80 .column:nth-child(even) {
      opacity: 0.05;
      background: green; }
  @media (max-width: 1280px) {
    .grid-80 .columns {
      width: calc(100% - 120px);
      max-width: none; } }
  @media (max-width: 860px) {
    .grid-80 .columns {
      width: calc(100% - 30px); }
    .grid-80 .column {
      width: 20%; }
      .grid-80 .column:nth-child(n + 6) {
        display: none; } }

.grid-15 {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }
  .grid-15 .columns {
    position: relative;
    width: calc(100% - 160px);
    max-width: 975px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .grid-15 .column {
    width: 15px;
    height: 100%;
    background: red;
    opacity: 0.1; }
  @media (max-width: 1280px) {
    .grid-15 .columns {
      width: calc(100% - 270px);
      max-width: none; } }
  @media (max-width: 860px) {
    .grid-15 .columns {
      width: calc(100% - 30px); }
    .grid-15 .column:nth-child(n + 7) {
      display: none; } }

.main-header {
  position: relative;
  width: 100%;
  top: 0;
  height: 140px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  pointer-events: auto;
  z-index: 1; }
  .main-header-logo {
    position: relative;
    display: block;
    width: calc(100% / 7);
    min-width: calc(100% / 7);
    margin-right: calc(100% / 14);
    height: 46px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .main-header-logo a {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .main-header-logo a svg {
        display: block;
        width: 100%; }
  .main-header-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
    margin-right: 35px; }
    .main-header-search.desktop-hidden {
      display: none; }
      @media (max-width: 860px) {
        .main-header-search.desktop-hidden {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .main-header-search.mobile-hidden {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 860px) {
        .main-header-search.mobile-hidden {
          display: none; } }
    .main-header-search svg {
      position: absolute;
      left: 15px;
      top: 14px;
      width: 20px;
      pointer-events: none;
      fill: #d1d2d2;
      -webkit-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
  .main-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% / 14 * 11); }
    .main-header-menu-hamburgers {
      display: none; }
    .main-header-menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: opacity 0.15s ease-out;
      transition: opacity 0.15s ease-out; }
      .main-header-menu ul li:hover a, .main-header-menu ul li.active a {
        text-decoration: underline; }
      .main-header-menu ul li:not(:last-child):after {
        content: ',';
        color: #f4ad11;
        margin-right: 5px; }
      .main-header-menu ul li:nth-last-child(2):after {
        content: '.';
        color: #f4ad11; }
      .main-header-menu ul.faded {
        opacity: 0.15; }
  @media (max-width: 1150px) {
    .main-header-menu li {
      font-size: 22px; } }
  @media (max-width: 1024px) {
    .main-header-menu li {
      font-size: 20px; } }
  @media (max-width: 860px) {
    .main-header {
      height: 80px; }
      .main-header-logo {
        width: auto;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .main-header-logo a {
          height: 100%; }
          .main-header-logo a svg {
            display: block;
            width: auto;
            height: 100%; }
      .main-header-search {
        margin-right: 0;
        margin-top: 30px; }
        .main-header-search:after {
          display: none; }
      .main-header-menu {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .main-header-menu-hamburgers {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          z-index: 1; }
        .main-header-menu-hamburger {
          position: relative;
          display: block;
          width: 40px;
          height: 40px;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .main-header-menu-hamburger .hamburger {
            position: relative;
            background-color: #000c16;
            height: 2px;
            width: 25px;
            z-index: 2;
            -webkit-transition: -webkit-transform 0.3s ease-out;
            transition: -webkit-transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
            .main-header-menu-hamburger .hamburger:before, .main-header-menu-hamburger .hamburger:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              -webkit-transform: translateY(-8px);
                      transform: translateY(-8px);
              display: block;
              width: 25px;
              height: 2px;
              background-color: #000c16;
              -webkit-transition: -webkit-transform 0.3s ease-out;
              transition: -webkit-transform 0.3s ease-out;
              transition: transform 0.3s ease-out;
              transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
            .main-header-menu-hamburger .hamburger:after {
              -webkit-transform: translateY(8px);
                      transform: translateY(8px); }
          .main-header-menu-hamburger.open .hamburger {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            background-color: transparent; }
            .main-header-menu-hamburger.open .hamburger:before {
              -webkit-transform: translateY(0px) rotate(-45deg);
                      transform: translateY(0px) rotate(-45deg); }
            .main-header-menu-hamburger.open .hamburger:after {
              -webkit-transform: translateY(0px) rotate(45deg);
                      transform: translateY(0px) rotate(45deg); }
        .main-header-menu ul {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100vh;
          padding-top: 80px;
          padding-bottom: 15px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          background: white;
          display: none; }
          .main-header-menu ul li {
            display: block;
            font-size: 26px; }
            .main-header-menu ul li + li:not(.main-header-search) {
              margin-top: 15px; }
        .main-header-menu.open ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .main-header-festivals-hamburger {
        position: relative;
        display: block;
        width: 40px;
        cursor: pointer;
        margin-left: 25px;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .main-header-festivals-hamburger .hamburger {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
          transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
          .main-header-festivals-hamburger .hamburger .line {
            width: 25px;
            height: 4px;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            -webkit-transition: -webkit-transform 0.3s ease-out;
            transition: -webkit-transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
        .main-header-festivals-hamburger.open .hamburger {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
          .main-header-festivals-hamburger.open .hamburger .line:nth-child(n+3) {
            display: none; }
          .main-header-festivals-hamburger.open .hamburger .line:first-child {
            -webkit-transform: translateY(2px) rotate(-45deg);
                    transform: translateY(2px) rotate(-45deg); }
          .main-header-festivals-hamburger.open .hamburger .line:nth-child(2) {
            -webkit-transform: translateY(-2px) rotate(45deg);
                    transform: translateY(-2px) rotate(45deg); } }

footer {
  border-top: 1px solid black;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px; }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer ul li {
      font-size: 16px;
      font-style: normal;
      line-height: 1.5; }
      @media (max-width: 860px) {
        footer ul li {
          font-size: 12px; } }
      footer ul li:not(:last-child):after {
        content: ',';
        color: #f4ad11;
        margin-right: 5px; }
      footer ul li:last-child:after {
        content: '.';
        color: #f4ad11; }
    footer ul.list-languages li {
      color: #d1d2d2; }
      footer ul.list-languages li.active, footer ul.list-languages li:hover {
        color: #000c16; }
      footer ul.list-languages li a {
        margin-right: -2px; }
  @media (max-width: 860px) {
    footer {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 45px; }
      footer ul {
        text-align: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        footer ul li {
          display: inline-block;
          line-height: 1.25; }
        footer ul.list-languages {
          margin-bottom: 5px; } }

.component-main-event, .component-main-festival {
  width: 100%; }
  .component-main-event-title-firsthalf, .component-main-festival-title-firsthalf {
    font-size: 61px;
    line-height: 1;
    font-style: italic; }
    @media (max-width: 860px) {
      .component-main-event-title-firsthalf, .component-main-festival-title-firsthalf {
        font-size: 40px; } }
  .component-main-event-title-secondhalf, .component-main-festival-title-secondhalf {
    width: 100%;
    font-size: 61px;
    line-height: 1;
    text-align: right;
    font-style: italic; }
    @media (max-width: 860px) {
      .component-main-event-title-secondhalf, .component-main-festival-title-secondhalf {
        font-size: 40px; } }
  .component-main-event-title-mobile, .component-main-festival-title-mobile {
    font-size: 61px;
    line-height: 1;
    font-style: italic;
    max-width: 475px; }
    @media (max-width: 860px) {
      .component-main-event-title-mobile, .component-main-festival-title-mobile {
        font-size: 40px; } }
  .component-main-event-content, .component-main-festival-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .component-main-event-image, .component-main-festival-image {
    position: relative;
    width: calc(100% / 11 * 4); }
    .component-main-event-image .image-background-color, .component-main-festival-image .image-background-color {
      position: absolute;
      width: 100%;
      height: calc(100% - 20px);
      max-height: calc(100vh - 210px);
      top: 20px;
      left: 0; }
      .component-main-event-image .image-background-color a, .component-main-festival-image .image-background-color a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%; }
      .component-main-event-image .image-background-color .image, .component-main-festival-image .image-background-color .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        -webkit-filter: grayscale(1);
                filter: grayscale(1);
        mix-blend-mode: screen; }
        .component-main-event-image .image-background-color .image:hover, .component-main-festival-image .image-background-color .image:hover {
          -webkit-filter: none;
                  filter: none;
          mix-blend-mode: normal; }
      .component-main-event-image .image-background-color .author-ctn, .component-main-festival-image .image-background-color .author-ctn {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .component-main-event-image .image-background-color .author-ctn .author-image, .component-main-festival-image .image-background-color .author-ctn .author-image {
          position: relative;
          width: 100%;
          height: 100%; }
        .component-main-event-image .image-background-color .author-ctn .image, .component-main-festival-image .image-background-color .author-ctn .image {
          position: relative; }
        .component-main-event-image .image-background-color .author-ctn .name, .component-main-festival-image .image-background-color .author-ctn .name {
          width: 100%;
          background: white;
          font-size: 16px;
          font-style: normal;
          line-height: 1.5; }
          @media (max-width: 860px) {
            .component-main-event-image .image-background-color .author-ctn .name, .component-main-festival-image .image-background-color .author-ctn .name {
              font-size: 12px; } }
        .component-main-event-image .image-background-color .author-ctn:not(:first-child), .component-main-festival-image .image-background-color .author-ctn:not(:first-child) {
          opacity: 0; }
    .component-main-event-image + .component-main-event-details,
    .component-main-event-image + .component-main-festival-details, .component-main-festival-image + .component-main-event-details,
    .component-main-festival-image + .component-main-festival-details {
      width: calc(100% / 11 * 7); }
      .component-main-event-image + .component-main-event-details .description,
      .component-main-event-image + .component-main-festival-details .description, .component-main-festival-image + .component-main-event-details .description,
      .component-main-festival-image + .component-main-festival-details .description {
        padding: 30px; }
  .component-main-event-details, .component-main-festival-details {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .component-main-event-book, .component-main-event-program, .component-main-festival-book, .component-main-festival-program {
    width: 50%;
    padding: 40px; }
    .component-main-event-book a, .component-main-event-book div, .component-main-event-program a, .component-main-event-program div, .component-main-festival-book a, .component-main-festival-book div, .component-main-festival-program a, .component-main-festival-program div {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .component-main-event-book a.hide, .component-main-event-book div.hide, .component-main-event-program a.hide, .component-main-event-program div.hide, .component-main-festival-book a.hide, .component-main-festival-book div.hide, .component-main-festival-program a.hide, .component-main-festival-program div.hide {
        display: none; }
    .component-main-event-book div, .component-main-event-program div, .component-main-festival-book div, .component-main-festival-program div {
      text-align: center; }
    .component-main-event-book svg, .component-main-event-program svg, .component-main-festival-book svg, .component-main-festival-program svg {
      width: 80%; }
  .component-main-event-dates, .component-main-festival-dates {
    width: 50%;
    padding: 40px;
    text-align: center;
    font-size: 61px;
    line-height: 1;
    font-size: 40px; }
    @media (max-width: 860px) {
      .component-main-event-dates, .component-main-festival-dates {
        font-size: 40px; } }
  .component-main-event-description, .component-main-festival-description {
    width: 100%; }
  @media (max-width: 860px) {
    .component-main-event-title-mobile, .component-main-festival-title-mobile {
      margin-bottom: 10px; }
    .component-main-event-image, .component-main-festival-image {
      width: 50%; }
    .component-main-event-details, .component-main-festival-details {
      width: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .component-main-event-book, .component-main-festival-book {
      width: 100%;
      padding: 15px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .component-main-event-dates, .component-main-festival-dates {
      width: 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      font-size: 30px; }
    .component-main-event-description, .component-main-festival-description {
      display: none; }
    .component-main-event-description-mobile, .component-main-festival-description-mobile {
      margin-top: 30px; } }

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

input[type="search"] {
  width: 46px;
  height: 46px;
  border-radius: 24px;
  border: 2px solid #d1d2d2;
  -webkit-transition: width 0.25s ease-out, border 0.25s ease-out;
  transition: width 0.25s ease-out, border 0.25s ease-out;
  font-size: 16px;
  line-height: 1; }
  input[type="search"]:hover, input[type="search"]:focus {
    border-color: #000c16; }
    input[type="search"]:hover + label svg, input[type="search"]:focus + label svg {
      fill: #000c16; }
  input[type="search"]:focus, input[type="search"].open {
    width: 200px;
    padding: 0 23px 0 50px; }
  input[type="search"].open {
    border-color: #000c16; }
    input[type="search"].open + label svg {
      fill: #000c16; }

.authors .alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .authors .alphabet .letter {
    width: calc(100% / 26);
    text-align: center;
    cursor: pointer; }
    .authors .alphabet .letter:hover, .authors .alphabet .letter.active {
      color: #f4ad11; }

.authors .authors-list {
  margin-top: 80px;
  text-align: center; }

@media (max-width: 860px) {
  .authors .alphabet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .authors .alphabet .letter {
      width: 20px; }
  .authors .authors-list {
    margin-top: 45px; } }

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .author-image .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .author-content h1 {
    margin-bottom: 15px;
    margin-top: -15px; }
  .author-content .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .author-content .events, .author-content .links {
    width: calc(100% / 8 * 3);
    margin-top: 35px; }
    .author-content .events ul li, .author-content .links ul li {
      font-size: 16px;
      font-style: normal;
      line-height: 1.5;
      margin-top: 10px;
      line-height: 1.35; }
      @media (max-width: 860px) {
        .author-content .events ul li, .author-content .links ul li {
          font-size: 12px; } }
      .author-content .events ul li:nth-child(2), .author-content .links ul li:nth-child(2) {
        margin-top: 5px; }
      .author-content .events ul li.event .line, .author-content .links ul li.event .line {
        display: inline-block;
        width: 12px;
        height: 1px;
        vertical-align: middle;
        margin-right: 5px; }
      .author-content .events ul li.resource:not(:nth-child(2)), .author-content .events ul li.publication:not(:nth-child(2)), .author-content .links ul li.resource:not(:nth-child(2)), .author-content .links ul li.publication:not(:nth-child(2)) {
        margin-top: 0; }
    .author-content .events ul + ul, .author-content .links ul + ul {
      margin-top: 25px; }
  .author-content .events {
    margin-right: 35px; }
  @media (max-width: 860px) {
    .author {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .author-image {
        width: 100%;
        height: 40vh; }
      .author-content {
        width: 100%;
        padding-left: 0;
        margin-top: 30px; }
        .author-content .lists {
          display: block; }
          .author-content .lists .events, .author-content .lists .resources {
            width: 100%;
            max-width: 320px; } }

.event-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .event-page h1 {
    margin-top: -15px; }
  .event-page .image-background {
    position: relative; }
    .event-page .image-background .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      mix-blend-mode: screen; }
    .event-page .image-background .author-ctn {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .event-page .image-background .author-ctn .author-image {
        position: relative;
        width: 100%;
        height: 100%; }
      .event-page .image-background .author-ctn .image {
        position: relative; }
      .event-page .image-background .author-ctn .name {
        width: 100%;
        background: white;
        font-size: 16px;
        font-style: normal;
        line-height: 1.5; }
        @media (max-width: 860px) {
          .event-page .image-background .author-ctn .name {
            font-size: 12px; } }
      .event-page .image-background .author-ctn:not(:first-child) {
        opacity: 0; }
  .event-page .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .event-page .guests {
    margin-top: 10px; }
  .event-page .date-block {
    margin: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .event-page .date-block .date-ctn {
      display: inline-block;
      text-align: center;
      max-width: calc(100% / 11 * 6); }
  .event-page .description {
    width: 100%; }
  .event-page blockquote {
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    width: 100%;
    max-width: 500px;
    margin-top: 15px; }
    @media (max-width: 860px) {
      .event-page blockquote {
        font-size: 12px; } }
    .event-page blockquote p {
      font-size: 16px;
      font-style: normal;
      line-height: 1.5; }
      @media (max-width: 860px) {
        .event-page blockquote p {
          font-size: 12px; } }
  .event-page .second-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 50px; }
  @media (max-width: 860px) {
    .event-page {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .event-page .image-background {
        width: 100%;
        height: 40vh; }
      .event-page .text {
        margin-top: 30px;
        padding-left: 0;
        width: 100%; }
      .event-page .date-block {
        margin: 30px 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .event-page .date-block .date-ctn {
          max-width: none; }
      .event-page .description {
        max-width: none; }
      .event-page .second-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .event-page .second-block .booking {
          width: 100%;
          text-align: right; }
        .event-page .second-block .book-podcast {
          margin-top: 30px;
          width: 100%;
          text-align: center; } }

.festival-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .festival-page h1 {
    margin-top: -15px; }
  .festival-page .image-background .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    mix-blend-mode: screen; }
  .festival-page .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .festival-page .date-block {
    margin: 20px 0 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .festival-page .date-block .date-ctn {
      display: inline-block;
      text-align: center;
      max-width: calc(100% / 11 * 6); }
  .festival-page .description {
    width: 100%; }
  .festival-page blockquote {
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    font-size: 18px;
    width: 100%;
    max-width: 400px;
    margin-top: 15px; }
    @media (max-width: 860px) {
      .festival-page blockquote {
        font-size: 12px; } }
    .festival-page blockquote p {
      font-size: 16px;
      font-style: normal;
      line-height: 1.5; }
      @media (max-width: 860px) {
        .festival-page blockquote p {
          font-size: 12px; } }
  .festival-page .second-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .festival-page .booking {
    margin-top: 50px; }
  @media (max-width: 860px) {
    .festival-page {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .festival-page .image-background {
        width: 100%;
        height: 40vh; }
      .festival-page .text {
        margin-top: 30px;
        padding-left: 0;
        width: 100%; }
      .festival-page .date-block {
        margin: 30px 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .festival-page .date-block .date-ctn {
          max-width: none; }
      .festival-page .description {
        max-width: none; }
      .festival-page .second-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .festival-page .second-block .booking {
          width: 100%;
          text-align: right; }
        .festival-page .second-block .book-podcast {
          margin-top: 30px;
          width: 100%;
          text-align: center; } }

body {
  position: relative;
  width: 100%;
  max-width: 1120px;
  min-height: 100%;
  margin: 0 auto;
  overflow-y: scroll;
  overflow-x: hidden; }
  body .content {
    position: relative;
    width: calc(100% / 14 * 11);
    margin-left: calc(100% / 14 * 3);
    min-height: calc(100vh - 280px);
    margin-top: 140px; }
    body .content-left {
      width: calc(100% / 11 * 3);
      max-height: calc(100vh - 210px); }
      body .content-left + .content-right {
        width: calc(100% / 11 * 8);
        padding-left: 35px; }
    body .content-right {
      width: 100%; }
  body .timeline-fixed-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    pointer-events: none; }
    body .timeline-fixed-container .timeline-container {
      position: relative;
      width: 100%;
      max-width: 1120px;
      min-height: 100%;
      margin: 0 auto; }
      body .timeline-fixed-container .timeline-container .timeline {
        position: relative;
        margin-top: 140px;
        height: calc(100% - 210px);
        width: calc(100% / 14);
        margin-left: calc(100% / 14 * 2); }
        body .timeline-fixed-container .timeline-container .timeline-block {
          pointer-events: auto;
          cursor: pointer; }
      @media (max-width: 1280px) {
        body .timeline-fixed-container .timeline-container {
          width: calc(100% - 120px);
          max-width: none; } }
    @media (max-width: 860px) {
      body .timeline-fixed-container {
        display: none; } }
  @media (max-width: 1280px) {
    body {
      width: calc(100% - 120px);
      max-width: none; } }
  @media (max-width: 860px) {
    body {
      width: calc(100% - 30px); }
      body .content {
        width: 100%;
        margin-left: 0;
        margin-top: 80px; } }

.home .home-images {
  position: relative;
  width: 100%;
  height: 60vh; }
  .home .home-images .image-ctn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 5px; }
    .home .home-images .image-ctn .image {
      width: 100%;
      height: calc(100% - 30px);
      background-size: cover;
      background-position: center; }
    .home .home-images .image-ctn .legend {
      height: 30px;
      overflow: hidden;
      font-size: 16px;
      font-style: normal;
      line-height: 1.5;
      font-style: italic;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (max-width: 860px) {
        .home .home-images .image-ctn .legend {
          font-size: 12px; } }
    .home .home-images .image-ctn:not(:first-child) {
      opacity: 0; }

.home-secondary-events {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .home-secondary-events .event, .home-secondary-events .festival, .home-secondary-events .news {
    position: relative;
    width: 30%; }
    .home-secondary-events .event h2, .home-secondary-events .festival h2, .home-secondary-events .news h2 {
      position: absolute;
      top: 0;
      left: 0; }
    .home-secondary-events .event-image, .home-secondary-events .festival-image, .home-secondary-events .news-image {
      position: relative;
      top: 0;
      width: 100%;
      z-index: -1;
      padding: 25px 15px; }
      .home-secondary-events .event-image-padding, .home-secondary-events .festival-image-padding, .home-secondary-events .news-image-padding {
        position: relative;
        width: 100%;
        padding-top: 66%; }
      .home-secondary-events .event-image .image-background-color, .home-secondary-events .festival-image .image-background-color, .home-secondary-events .news-image .image-background-color {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
        .home-secondary-events .event-image .image-background-color .image, .home-secondary-events .festival-image .image-background-color .image, .home-secondary-events .news-image .image-background-color .image {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          -webkit-filter: grayscale(1);
                  filter: grayscale(1);
          opacity: 0.45; }
        .home-secondary-events .event-image .image-background-color .bg-color, .home-secondary-events .festival-image .image-background-color .bg-color, .home-secondary-events .news-image .image-background-color .bg-color {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          opacity: 0.25; }
  @media (max-width: 860px) {
    .home-secondary-events {
      margin-top: 45px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .home-secondary-events .event, .home-secondary-events .festival, .home-secondary-events .news {
        width: calc(50% - 15px); } }

.informations h1 {
  margin-bottom: 50px; }

.informations-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.informations-text {
  width: calc(100% / 11 * 6); }
  .informations-text p {
    font-size: 16px;
    font-style: normal;
    line-height: 1.5; }
    @media (max-width: 860px) {
      .informations-text p {
        font-size: 12px; } }
  .informations-text img {
    width: 100%;
    margin-bottom: 30px; }

.informations-team {
  width: calc(100% / 11 * 4); }

.informations .partners-link {
  margin-top: 30px;
  margin-bottom: 70px;
  font-style: italic; }

.informations .section {
  font-size: 16px;
  font-style: normal;
  line-height: 1.5; }
  @media (max-width: 860px) {
    .informations .section {
      font-size: 12px; } }
  .informations .section h3 {
    color: #f4ad11;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5; }
    @media (max-width: 860px) {
      .informations .section h3 {
        font-size: 12px; } }
  .informations .section + .section {
    margin-top: 30px; }

@media (max-width: 860px) {
  .informations h1 {
    margin-bottom: 45px; }
  .informations-columns {
    display: block; }
  .informations-text {
    width: 100%; }
  .informations-team {
    width: 100%; }
  .informations .partners-link {
    margin-top: 15px;
    margin-bottom: 0; } }

.legalmentions-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px; }

.legalmentions-left {
  width: calc(100% / 11 * 6); }

.legalmentions-right {
  width: calc(100% / 11 * 4); }

.legalmentions p {
  font-size: 16px;
  font-style: normal;
  line-height: 1.5; }
  @media (max-width: 860px) {
    .legalmentions p {
      font-size: 12px; } }

@media (max-width: 860px) {
  .legalmentions-columns {
    display: block; }
  .legalmentions-left, .legalmentions-right {
    width: 100%; }
  .legalmentions-right {
    margin-top: 35px; } }

.location-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .location-page .map {
    width: calc(100% / 11 * 3); }
  .location-page h1 {
    margin-top: -15px; }
  .location-page .text {
    width: calc(100% / 11 * 8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .location-page .text .address {
      margin-top: 25px; }
    .location-page .text .second-block {
      margin-top: 35px; }
  @media (max-width: 860px) {
    .location-page {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .location-page .map {
        width: 100%;
        height: 40vh; }
      .location-page .text {
        width: 100%;
        padding-left: 0;
        margin-top: 30px; } }

.mediations-text {
  margin-top: 50px;
  margin-bottom: 100px; }

.mediations-pages li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .mediations-pages li + li {
    margin-top: 50px; }
  .mediations-pages li .page-image {
    width: calc(100% / 11 * 3); }
  .mediations-pages li .page-text {
    width: calc(100% / 11 * 5);
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .mediations-pages li .page-text p {
      font-size: 16px;
      font-style: normal;
      line-height: 1.5; }
      @media (max-width: 860px) {
        .mediations-pages li .page-text p {
          font-size: 12px; } }
  .mediations-pages li .page-more {
    width: calc(100% / 11 * 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 25px; }

.mediations a {
  color: #f4ad11;
  font-style: italic; }

.mediations a.center {
  display: block;
  text-align: center; }

@media (max-width: 860px) {
  .mediations-text {
    margin-bottom: 70px; }
  .mediations-pages li {
    display: block; }
    .mediations-pages li .page-image {
      width: 100%; }
      .mediations-pages li .page-image img {
        width: 100%; }
    .mediations-pages li .page-text {
      width: 100%;
      margin-top: 20px;
      padding-left: 0; }
      .mediations-pages li .page-text h2 {
        margin-bottom: 15px; }
    .mediations-pages li .page-more {
      width: 100%;
      margin-top: 15px;
      padding-left: 0; } }

.mediation-image {
  margin-top: 50px;
  margin-bottom: 50px; }
  .mediation-image img {
    width: 100%; }

.mediation-text {
  padding-bottom: 70px; }

@media (max-width: 860px) {
  .mediation-image {
    margin-top: 25px;
    margin-bottom: 25px; }
  .mediation-text {
    padding-bottom: 0; } }

.news h1 {
  color: #f4ad11;
  margin-bottom: 60px; }

.news-latest a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .news-latest a .text {
    width: calc(100% / 11 * 5);
    padding-left: 35px; }
    .news-latest a .text h2 {
      color: #f4ad11; }
    .news-latest a .text .description {
      font-size: 16px;
      font-style: normal;
      line-height: 1.5;
      text-align: left;
      margin-top: 30px; }
      @media (max-width: 860px) {
        .news-latest a .text .description {
          font-size: 12px; } }
  .news-latest a .date {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    margin-top: -8px;
    /* Compense la line-height pour aligner la date avec le haut du bloc */ }
    @media (max-width: 860px) {
      .news-latest a .date {
        font-size: 12px; } }
  .news-latest a .image-background-color {
    width: calc(100% / 11 * 6); }
    .news-latest a .image-background-color .image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      mix-blend-mode: screen; }
      .news-latest a .image-background-color .image:hover {
        -webkit-filter: none;
                filter: none;
        mix-blend-mode: normal; }

.news-list {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .news-list .news-entry {
    width: calc(100% / 11 * 3); }
    .news-list .news-entry:nth-child(3n + 1), .news-list .news-entry:nth-child(3n + 2) {
      margin-right: calc(100% / 11); }
    .news-list .news-entry:nth-child(n + 4) {
      margin-top: 30px; }
    .news-list .news-entry .date {
      font-size: 16px;
      font-style: normal;
      line-height: 1.5; }
      @media (max-width: 860px) {
        .news-list .news-entry .date {
          font-size: 12px; } }
    .news-list .news-entry .title-box {
      position: relative;
      padding-top: 65%;
      overflow: hidden; }
      .news-list .news-entry .title-box h3 {
        position: absolute;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        right: 10px;
        text-align: right;
        z-index: 1; }
      .news-list .news-entry .title-box .question-mark {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .news-list .news-entry .title-box .question-mark svg {
          height: 120%;
          fill: white;
          margin-left: -10px; }

@media (max-width: 860px) {
  .news h1 {
    margin-bottom: 40px; }
  .news-latest a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .news-latest a .text {
      margin-top: 15px;
      width: 100%;
      text-align: right; }
      .news-latest a .text h2 {
        text-align: left; }
      .news-latest a .text .description {
        display: inline-block;
        width: 100%;
        max-width: 350px;
        margin-top: 15px; }
    .news-latest a .image-background-color {
      width: 100%;
      height: 30vh; }
  .news-list {
    margin-top: 45px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .news-list .news-entry {
      width: calc(50% - 15px);
      margin-right: 0; }
      .news-list .news-entry:nth-child(3n + 1), .news-list .news-entry:nth-child(3n + 2) {
        margin-right: 0; }
      .news-list .news-entry:nth-child(n + 4) {
        margin-top: 0; }
      .news-list .news-entry:nth-child(odd) {
        margin-right: 30px; }
      .news-list .news-entry:nth-child(n+3) {
        margin-top: 30px; } }

.newsentry h1 {
  color: #f4ad11;
  margin-bottom: 60px; }

.newsentry .date {
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  margin-top: -8px;
  /* Compense la line-height pour aligner la date avec le haut du bloc */ }
  @media (max-width: 860px) {
    .newsentry .date {
      font-size: 12px; } }

.newsentry-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .newsentry-main .text h2 {
    color: #f4ad11; }
  .newsentry-main .text .description {
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    margin-top: 30px; }
    @media (max-width: 860px) {
      .newsentry-main .text .description {
        font-size: 12px; } }
  .newsentry-main .text ul {
    margin-top: 15px; }
  .newsentry-main .date {
    margin-bottom: 15px; }
  .newsentry-main .image-background-color {
    max-height: calc(100vh - 210px); }
    .newsentry-main .image-background-color .image {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      mix-blend-mode: screen; }
      .newsentry-main .image-background-color .image:hover {
        -webkit-filter: none;
                filter: none;
        mix-blend-mode: normal; }

.newsentry-separator {
  margin-top: 70px;
  margin-bottom: 30px; }

.newsentry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .newsentry-list .news-entry {
    width: calc(100% / 11 * 3);
    margin-right: calc(100% / 11); }
    .newsentry-list .news-entry .title-box {
      position: relative;
      padding-top: 65%;
      overflow: hidden; }
      .newsentry-list .news-entry .title-box h3 {
        position: absolute;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        right: 10px;
        text-align: right;
        z-index: 1; }
      .newsentry-list .news-entry .title-box .question-mark {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .newsentry-list .news-entry .title-box .question-mark svg {
          height: 120%;
          fill: white;
          margin-left: -10px; }

@media (max-width: 860px) {
  .newsentry h1 {
    margin-bottom: 30px; }
  .newsentry-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    .newsentry-main .text {
      margin-top: 15px;
      width: 100%;
      padding-left: 0; }
      .newsentry-main .text h2 {
        text-align: left; }
      .newsentry-main .text .description {
        display: inline-block;
        width: 100%;
        margin-top: 0; }
    .newsentry-main .image-background-color {
      width: 100%;
      height: 40vh; }
  .newsentry-separator {
    margin-top: 35px;
    margin-bottom: 20px; }
  .newsentry-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .newsentry-list .news-entry {
      width: calc(50% - 15px);
      margin-right: 0; }
      .newsentry-list .news-entry:nth-child(odd) {
        margin-right: 30px; }
      .newsentry-list .news-entry:nth-child(n+3) {
        margin-top: 30px; } }

.partners h1 {
  margin-bottom: 50px; }

.partners ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.partners li {
  margin-bottom: 20px; }
  .partners li:not(:last-child) {
    margin-right: 20px; }

.partners img {
  max-width: 200px;
  max-height: 80px; }

.partners .section h3 {
  margin-bottom: 20px; }

.partners .section + .section {
  margin-top: 35px; }

.timeline {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  color: #f4ad11; }
  @media (max-width: 860px) {
    .timeline {
      font-size: 12px; } }
  .timeline-block {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-bottom: 20px; }
    .timeline-block:first-child {
      top: 0; }
    .timeline-block:nth-child(2) {
      top: 50%; }
    .timeline-block:nth-child(3) {
      bottom: 0; }
  .timeline span {
    display: inline-block;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.program .event {
  min-height: 95px;
  color: white;
  background-color: #d1d2d2; }
  .program .event a {
    position: relative;
    display: block;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .program .event-date {
    margin-right: 35px; }
  .program .event-text {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }
    .program .event-text-title {
      display: inline-block; }
    .program .event-text-guests {
      font-size: 16px;
      font-style: normal;
      line-height: 1.5;
      margin-top: 5px; }
      @media (max-width: 860px) {
        .program .event-text-guests {
          font-size: 12px; } }
  .program .event-question-mark {
    width: calc(100% / 11);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .program .event-question-mark svg {
      height: 45px;
      fill: white; }
  .program .event + .event {
    margin-top: 15px; }

.program .upcoming-events {
  margin-bottom: 70px; }
  .program .upcoming-events .event  {
    background: #d1d2d2; }

.program .past-events {
  margin-top: 70px; }

@media (max-width: 860px) {
  .program .upcoming-events {
    margin-bottom: 35px; }
  .program .past-events {
    margin-top: 35px; }
  .program .event {
    min-height: 0; }
    .program .event a {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .program .event-date {
      width: 100%;
      margin-right: 0;
      font-size: 16px;
      font-style: normal;
      line-height: 1.5; } }
    @media (max-width: 860px) and (max-width: 860px) {
      .program .event-date {
        font-size: 12px; } }

@media (max-width: 860px) {
    .program .event-text {
      width: calc(100% - 60px);
      margin-top: 5px;
      line-height: 1; }
      .program .event-text-title {
        border-bottom: none;
        font-size: 18px; }
    .program .event-question-mark {
      width: 60px;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.search .reminder {
  margin-top: 20px; }

.search .search-results {
  margin-top: 70px; }

.search .search-result + .search-result {
  margin-top: 70px; }

.search .search-result h2 + p {
  margin-top: 15px; }

@media (max-width: 860px) {
  .search .search-results {
    margin-top: 45px; } }
