/*!
Theme Name: blank
Theme URI: http://underscores.me/
Author: Johan Giraud
Author URI: https://johangiraud.com
Description: Custom theme for arteKino 2025
Version: 1.0.0
Tested up to: 8
Requires PHP: 8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blank
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/
/* Normalize
--------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }
	
main {
  display: block; }

a {
  background-color: transparent; }

b,
strong {
  font-weight: bold; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer; }

/* VARIABLES */
:root {
  --textColor: #2D2D2D;
  --hoverColorB: #FA481C;
  --hoverColor: #6AC2C4;
	--hoverColor: #454d75;
  --hoverColor: #184B39;
  --whiteColor: #fff;
  --brightGrey: #F9F9F9;
  --darkGrey: #9C9E9E;
  --purple: #4D286C;
  --purpleTransparent: rgba(77, 40, 108, 0.2);
  --mallow: #FEDAD2;
  --darkGreen: #21624A;
  --darkGreenC: #17332C;
  --darkGreenB: #184B39;
  --purpleB: #A25E6F;
  --orange: #EEA243;
  --grey: #4D4D4D;
  --blue: #0249C9;
  --lightGreen: #c8ffc8;
  --lightBlue: #c4d9ff;
  --shadowColor: rgba(49, 49, 49, 0.2);
  --shadowColorB: rgba(49, 49, 49, 0.05); }

/* FONTS */
@font-face {
  font-family: 'Barna';
  src: url("assets/fonts/Barna-Italic.woff2") format("woff2"), url("assets/fonts/Barna-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Barna';
  src: url("assets/fonts/Barna-Bold.woff2") format("woff2"), url("assets/fonts/Barna-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Barna Stencil';
  src: url("assets/fonts/BarnaStencil-Bold.woff2") format("woff2"), url("assets/fonts/BarnaStencil-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Barna';
  src: url("assets/fonts/Barna-Regular.woff2") format("woff2"), url("assets/fonts/Barna-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* GENERAL */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  transition: all 0.7s ease;
  background: var(--whiteColor); }
  body.freeze {
    overflow: hidden; }

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

h1 {
  font-size: 3rem;
  margin: 0.67rem 0; }

body,
button,
input,
select,
optgroup,
textarea {
  color: var(--textColor);
  font-family: 'Barna', sans-serif;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  letter-spacing: -0.015rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Barna Stencil', sans-serif; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 500; }

h3 {
  font-size: 2.2rem; }

h4 {
  font-size: 2rem; }

h5, h6 {
  font-size: 1.8rem; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

img {
  border-style: none;
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 1rem; }

figcaption {
  padding: 0 2rem; }

#wpadminbar {
  display: none; }

@media screen and (min-width: 800px) {
  #wpadminbar {
    display: block; } }
/* Links
--------------------------------------------------------------*/
a,
a:active,
a:visited {
  color: var(--textColor);
  outline: 0;
  text-decoration: none;
  transition: all 0.3s; }

a:focus,
a:active {
  color: var(--hoverColor); }

@media screen and (min-width: 800px) {
  a:hover,
  a:focus {
    outline: 0;
    text-decoration: none;
    transition: all 0.3s; }

  a:hover {
    color: var(--hoverColor); } }
/* Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Elements
--------------------------------------------- */
.caption,
.wp-block-image figcaption {
  font-size: 1.2rem;
  text-align: right; }
  .caption.left,
  .wp-block-image figcaption.left {
    text-align: left; }

.wp-block-image img {
  border-radius: 0; }

.page .entry-header {
  background: var(--brightGrey) no-repeat center/cover;
  background: transparent no-repeat center 200% / cover;
  background: transparent no-repeat center center / cover;
  background-attachment: fixed;
  height: 70vh;
  width: 100%;
  position: relative;
	/*overflow: hidden;*/
  top: 0;
}
/*.page .entry-header:before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent no-repeat center center / cover;
	background-attachment: fixed;
  background-size: cover;
  background-position: center;
  filter: blur(var(--blur));
  transform: scale(1.2);
  will-change: filter;
  z-index: -1;
}*/
  .page .entry-header .entry-title {
    position: absolute;
    left: 50%;
	  left: 50%;
    bottom: -3rem;
    transform: translateX(-50%);
    height: 6rem;
    line-height: 6rem;
    padding: 0 4rem;
    background: var(--hoverColor);
	  background: #454d75;
    border-radius: 8rem;
	  /*transform: rotate(-90deg);*/
    font-size: 3.5rem;
    margin: 0;
    color: var(--whiteColor);
    box-shadow: 0.2rem 0.2rem 1.6rem var(--shadowColor);
    z-index: 10; }
  .page .entry-header .caption {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7rem;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 2rem; }

.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem; }
  .content-wrapper.s {
    max-width: 600px; }

@media screen and (min-width: 600px) {
  .page .entry-header .caption {
    text-align: right;
    bottom: -3rem; }
  .page.home .entry-header {
    background: transparent no-repeat center 200%/cover !important; } }
@media screen and (min-width: 1240px) {
  .content-wrapper {
    padding: 0; }

  .page .entry-header .caption {
    padding: 0; } }
section {
  padding: 5rem 0; }

.bg-default {
  background-color: var(--brightGrey); }

.big {
  font-size: 2.6rem; }

.section-title {
  text-align: center;
  max-width: 600px;
  margin: 5rem auto 3rem;
  font-size: 2.7rem;
  width: 90%; }

@media screen and (min-width: 800px) {
  .section-title {
    font-size: 3rem;
    margin: 5rem auto; } }
.flex {
  display: flex;
  justify-content: center; }

.language-circle {
  display: flex;
  align-items: center;
  width: 7rem;
  height: 7rem;
  color: var(--purple);
  background: var(--whiteColor);
  font-family: 'Barna Stencil', sans-serif;
  border-radius: 50%;
  justify-content: center; }

.reminder {
  background-color: #343f75;
  width: 100%; }
  .reminder .wp-block-group__inner-container {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
    padding: 3rem 2rem;
    position: relative;
    background: #F6EAFF;
    border-radius: 1rem;
    color: var(--purple); }
    .reminder .wp-block-group__inner-container:before {
      content: '';
      position: absolute;
      top: -4rem;
      left: 5rem;
      background: var(--whiteColor) no-repeat center/4rem;
      width: 7rem;
      height: 7rem;
      border-radius: 50%;
      box-shadow: 0.2rem 0.2rem 1.6rem var(--shadowColor); }

@media screen and (min-width: 800px) {
  .reminder .wp-block-group__inner-container {
    width: 100%;
    padding: 3rem 10rem; } }
.wp-block-column img {
  border-radius: 1rem !important; }

.wp-block-image {
  margin: 0; }

.wp-block-group__inner-container {
  padding-top: 0.1rem; }

.inline-code-highlighted {
  background-color: transparent;
  border-bottom: 0.2rem solid var(--purpleTransparent);
  box-shadow: inset 0 -1.3rem 0 var(--purpleTransparent); }

.increase-bg {
  position: relative; }
  .increase-bg:after {
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 88%, 100% 26%, 100% 100%, 0% 100%);
    background: var(--darkGrey);
    z-index: -1; }
  .increase-bg.orange:after {
    background: var(--orange); }

.margintop {
  margin-top: 10rem; }

.marginbottom {
  margin-bottom: 10rem; }

.pt-0 {
  padding-top: 0; }

.mb-m10 {
  margin-bottom: -10rem; }

.mt-m5 {
  margin-top: -5rem; }

.bg-fixed .image-wrapper {
  background-attachment: fixed !important; }

.caption-white .caption {
  color: var(--whiteColor); }

.green-title h2 {
  color: var(--darkGreenB) !important; }

.hide {
  display: none; }

.orange-dot,
.purple-dot {
  position: relative;
  padding-left: 6rem; }
  .orange-dot:before,
  .purple-dot:before {
    content: '';
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: var(--hoverColor);
    margin-right: 1.5rem;
    position: absolute;
    top: -50%;
    margin-left: -6rem; }

.purple-dot:before {
  background: var(--purple); }

@media screen and (min-width: 800px) {
  .orange-dot,
  .purple-dot {
    margin: 6rem 0; } }
@media screen and (max-width: 800px) {
  .schema-legend {
    margin-top: 5rem; }
    .schema-legend .has-text-align-right {
      text-align: left; } }
.section-subtitle {
  max-width: 600px;
  text-align: center;
  margin-top: -2rem;
  margin-bottom: 5rem;
  font-size: 2rem; }

.culture-label .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: min-content !important; }

@media screen and (min-width: 800px) {
  .culture-label.left {
    padding-right: 4rem; }
  .culture-label.right {
    padding-left: 4rem; } }
.margin31 {
  margin-top: 3.1rem; }

.margin25 {
  margin-top: 2.5rem; }

.mb-10 {
  margin-bottom: 10rem; }

.pb-0 {
  padding-bottom: 0; }

.pt-10 {
  padding-top: 10rem; }

@media screen and (min-width: 800px) {
  .bigger-title .section-title {
    font-size: 4rem; } }
.custom-color .section-title {
  color: var(--whiteColor); }

.regular-color-title .section-title {
  color: var(--textColor); }

.edit-link {
  text-align: center;
  margin-bottom: 2rem;
  width: 100%;
  display: block; }

.f2f7ed-bg {
  background-color: #f2f7ed; }

@media screen and (max-width: 800px) {
  .f2f7ed-bg img {
    width: 110% !important;
    height: auto !important; } }
.white-text {
  color: var(--whiteColor) !important; }

/* Navigation
--------------------------------------------- */
.site-header .site-branding {
  position: fixed;
  top: 2rem;
  left: 2rem;
  font-size: 4rem;
  text-transform: uppercase;
  margin: -1rem 0 0;
  z-index: 25; }
  .site-header .site-branding img {
    width: 2rem;
    border-radius: 0; }
  .site-header .site-branding p {
    margin: 0; }

/*.home {
  .site-header {
    .site-branding {
      z-index: -1;
      opacity: 0;
    }
  }
}*/
#site-navigation {
  display: block; }
  #site-navigation button.menu-toggle {
    display: block;
    position: fixed;
    top: 1rem;
    right: 1.2rem;
    width: 6.5rem;
    height: 6.5rem;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    box-shadow: none;
    min-width: 0;
    cursor: pointer;
    mix-blend-mode: difference;
    text-indent: -999px;
    transition: all 0.2s ease;
    z-index: 60; }
    #site-navigation button.menu-toggle span,
    #site-navigation button.menu-toggle span:before,
    #site-navigation button.menu-toggle span:after {
      height: 0.25rem;
      width: 3rem;
      margin: 0;
      background: var(--whiteColor);
      position: absolute;
      display: block;
      content: '';
      transition: all .2s ease-in; }
    #site-navigation button.menu-toggle span {
      background: transparent;
      top: 3rem;
      left: 50%;
      transform: translateX(-50%); }
    #site-navigation button.menu-toggle span:before {
      top: -0.5rem; }
    #site-navigation button.menu-toggle span:after {
      bottom: -0.5rem; }
    #site-navigation button.menu-toggle + ul#main-menu {
      top: 0;
      right: -35rem;
      position: fixed;
      padding: 2rem;
      width: 32rem;
      height: 23rem;
      text-align: left;
      list-style-type: none;
      transition: all .3s;
      z-index: -1;
      background-color: #0d1461;
      box-shadow: -0.1rem 0 1.6rem var(--shadowColor); }
      #site-navigation button.menu-toggle + ul#main-menu li {
        display: block;
        padding: 0 1rem;
        position: relative;
        font-size: 2.4rem;
        margin-left: 2rem;
        margin-top: 0.5rem;
        transition: margin 0.4s ease-out 0.1s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(1) {
          transition: margin 0.4s ease-out 0.15s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(2) {
          transition: margin 0.4s ease-out 0.2s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(3) {
          transition: margin 0.4s ease-out 0.25s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(4) {
          transition: margin 0.4s ease-out 0.3s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(5) {
          transition: margin 0.4s ease-out 0.35s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(6) {
          transition: margin 0.4s ease-out 0.4s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(7) {
          transition: margin 0.4s ease-out 0.45s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(8) {
          transition: margin 0.4s ease-out 0.5s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(9) {
          transition: margin 0.4s ease-out 0.55s; }
        #site-navigation button.menu-toggle + ul#main-menu li:nth-child(10) {
          transition: margin 0.4s ease-out 0.6s; }
        #site-navigation button.menu-toggle + ul#main-menu li a {
          color: var(--whiteColor); }
    #site-navigation button.menu-toggle.active {
      mix-blend-mode: normal; }
      #site-navigation button.menu-toggle.active:hover span:before, #site-navigation button.menu-toggle.active:hover span:after {
        margin: 0; }
      #site-navigation button.menu-toggle.active span:before {
        background-color: var(--whiteColor);
        top: 0;
        transform: rotate(45deg); }
      #site-navigation button.menu-toggle.active span:after {
        background-color: var(--whiteColor);
        bottom: 0;
        transform: rotate(-45deg); }
    #site-navigation button.menu-toggle.active + ul#main-menu {
      right: -2rem;
      z-index: 50; }
      #site-navigation button.menu-toggle.active + ul#main-menu li {
        margin-left: 0; }

.admin-bar .site-header .site-branding {
  top: 5.2rem; }
.admin-bar #site-navigation button.menu-toggle {
  top: 3rem; }

@media screen and (min-width: 960px) {
  #site-navigation {
    text-align: right; }
    #site-navigation button.menu-toggle:hover {
      color: var(--hoverColor);
      outline: 0;
      text-decoration: none;
      transition: all 0.3s; }
    #site-navigation button.menu-toggle + ul#main-menu li a:hover {
      color: var(--hoverColorB); }

  .admin-bar #site-navigation button.menu-toggle + ul#main-menu {
    top: 3.2rem; } }
/* Splashpage
--------------------------------------------- */
/*.home {
  .entry-header {
    position: fixed;
    z-index: -1;
  }
  .entry-content {
    section {
      &:first-of-type {
        margin-top: 70vh;
      }
    }
  }
}*/
.landing-video {
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 80vh;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
  z-index: -1; }
  .landing-video.hidden {
    display: none; }

.layer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--textColor);
  opacity: 0.6;
  opacity: 0.2;
  width: 100%;
  z-index: 5; }

.phase-title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: var(--whiteColor);
  font-family: 'Barna Stencil', sans-serif;
  z-index: 10;
  font-size: 8rem; }

@media screen and (max-width: 800px) {
  .landing-video {
    background-size: cover; }

  .phase-title {
    font-size: 4rem; } }
/* Flickity
--------------------------------------------- */
.flickity-viewport {
  width: 100%;
  height: 100%; }
  .flickity-viewport .flickity-slider {
    display: flex;
    align-items: center;
    justify-content: center; }

.flickity-prev-next-button {
  top: 50%;
  width: 7rem;
  height: 5rem;
  background: transparent; }
  .flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: none; }
  .flickity-prev-next-button:hover {
    background: transparent; }
  .flickity-prev-next-button.previous:after, .flickity-prev-next-button.next:after {
    content: '';
    background: url(assets/img/arrow-B-vec.svg) no-repeat center/4rem;
    position: absolute;
    top: 0;
    width: 6rem;
    height: 5rem; }
  .flickity-prev-next-button.previous {
    left: -2rem; }
    .flickity-prev-next-button.previous:after {
      left: 0; }
  .flickity-prev-next-button.next {
    right: -2rem; }
    .flickity-prev-next-button.next:after {
      transform: rotate(180deg);
      right: 0; }
  .flickity-prev-next-button .flickity-button-icon {
    display: none; }

@media screen and (min-width: 1260px) {
  .flickity-prev-next-button.previous {
    left: -6rem; }
  .flickity-prev-next-button.next {
    right: -6rem; } }
/* Block: Horizontal scroll
--------------------------------------------- */
.horizontal-scroll-wrapper {
  width: 100vw;
  overflow-x: hidden;
  z-index: -2;
  position: relative; }

.carousel figure {
  margin: 2rem 0; }
  .carousel figure figcaption {
    text-align: center;
    margin: 1rem;
    font-size: 1.8rem; }
  .carousel figure.caption {
    /*figcaption {
      top: 70%;
      font-weight: bold;
    }
    h2 {
      height: auto;
      top: 30%;
      text-align: center;
      font-size: 10vw;
      mix-blend-mode: difference;
    }*/ }
    .carousel figure.caption figcaption,
    .carousel figure.caption h2 {
      text-align: center;
      color: var(--whiteColor); }

@media screen and (min-width: 800px) {
  .carousel {
    margin-top: 5rem;
    display: flex;
    flex-direction: row;
    height: 90vh;
    max-height: 90rem;
    position: relative;
    margin-left: 30px;
    margin-bottom: 50px;
    padding-bottom: 5rem; }
    .carousel figure {
      position: relative;
      width: auto;
      height: 100%;
      padding-right: 30px;
      margin: 0; }
      .carousel figure figcaption {
        margin-top: 1rem; }
      .carousel figure.caption figcaption,
      .carousel figure.caption h2 {
        position: absolute;
        left: 50%;
        min-width: 60%;
        transform: translate(-55%, -50%);
        transition: opacity .3s;
        height: 4rem;
        z-index: 1; }
      .carousel figure.caption figcaption {
        top: 70%;
        font-weight: bold; }
      .carousel figure.caption h2 {
        height: auto;
        top: 30%;
        text-align: center;
        font-size: 10vw;
        mix-blend-mode: difference; }
      .carousel figure.caption.lengthy figcaption {
        min-width: 80%;
        margin: 0;
        transform: translate(calc(-50% - 1.5rem), -50%); }
      .carousel figure img {
        width: auto;
        height: 100%;
        max-width: none; } }
/* Block: slider
--------------------------------------------- */
section.slider .content-wrapper .slider .slide {
  width: 100%; }
  section.slider .content-wrapper .slider .slide .slide-content-wrapper {
    max-width: 80%;
    margin: 0 auto; }
    section.slider .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
      margin: 0 auto; }
    section.slider .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
      text-align: center; }
      section.slider .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
        font-family: 'Barna Stencil', sans-serif;
        text-transform: uppercase; }
  section.slider .content-wrapper .slider .slide.public .image-wrapper, section.slider .content-wrapper .slider .slide.jury .image-wrapper {
    position: relative; }
    section.slider .content-wrapper .slider .slide.public .image-wrapper:before, section.slider .content-wrapper .slider .slide.jury .image-wrapper:before {
      content: '';
      width: 5rem;
      height: 13rem;
      position: absolute;
      right: -1rem;
      bottom: -5rem; }
  section.slider .content-wrapper .slider .slide.public .image-wrapper:before {
    background: transparent url(assets/img/Trophee-Artekino-Prix-du-public-europeen-200.png) no-repeat center/5rem; }
  section.slider .content-wrapper .slider .slide.jury .image-wrapper:before {
    background: transparent url(assets/img/Trophee-Artekino-Jury-jeunes-200.png) no-repeat center/5rem; }
section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper {
  max-width: 100%;
  margin-bottom: 5rem; }
  section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
    padding: 0; }
    section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
      margin: 0 0 -5rem;
      font-family: 'Barna Stencil', sans-serif;
      text-transform: none;
      font-size: 6rem;
      line-height: 5rem;
      color: var(--hoverColor);
      text-align: center;
      mix-blend-mode: hard-light; }
    section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper .text-content {
      max-width: 90%;
      background: var(--whiteColor);
      color: var(--purple);
      box-shadow: 0.1rem 0.1rem 1.6rem var(--shadowColorB);
      margin: 0 auto;
      padding: 4rem 5rem 2rem;
      border-radius: 1rem;
      font-size: 2rem; }
section.slider.horizontal-format .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
  background: transparent no-repeat center 40% / cover;
  height: 16rem;
  filter: grayscale(1);
  border-radius: 1rem; }
section.slider.horizontal-format .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper p {
  margin-top: -2rem;
  display: block; }
section.slider.custom-color {
  color: var(--whiteColor); }

@media screen and (min-width: 800px) {
  section.slider .content-wrapper .slider .slide {
    width: 100%; }
    section.slider .content-wrapper .slider .slide .slide-content-wrapper {
      max-width: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.slider .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
        width: 60%; }
        section.slider .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper.no-text {
          width: 100%; }
      section.slider .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
        width: 40%;
        padding-left: 1rem;
        text-align: left; }
        section.slider .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper strong {
          margin-top: -2rem;
          display: block; }
  section.slider.count-2 .content-wrapper .slider .slide {
    width: 50%; }
    section.slider.count-2 .content-wrapper .slider .slide .slide-content-wrapper {
      max-width: 90%;
      display: block;
      margin: 0 auto; }
      section.slider.count-2 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
        padding-left: 0;
        width: 60%;
        margin: 0 auto; }
  section.slider.count-3 .content-wrapper .slider .slide {
    width: calc(100% / 3); }
    section.slider.count-3 .content-wrapper .slider .slide .slide-content-wrapper {
      max-width: 100%;
      display: block;
      margin: 0 auto; }
      section.slider.count-3 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
        padding-left: 0;
        width: 60%;
        margin: 0 auto; }
  section.slider.count-4 .content-wrapper .slider .slide {
    width: calc(100% / 4); }
    section.slider.count-4 .content-wrapper .slider .slide .slide-content-wrapper {
      display: block;
      max-width: calc(100% - 2rem); }
      section.slider.count-4 .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
        width: 100%; }
      section.slider.count-4 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
        width: calc(100% - 1rem); }
  section.slider.align-top .content-wrapper .slider .flickity-slider {
    align-items: flex-start; }
  section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
    width: 90%; }
    section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
      font-size: 10rem;
      line-height: 1; }
    section.slider.big-title .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper .text-content {
      max-width: 50%;
      font-size: 2.5rem; }
  section.slider.full-height .content-wrapper .slider .slide .slide-content-wrapper {
    max-width: 100%; }
    section.slider.full-height .content-wrapper .slider .slide .slide-content-wrapper img {
      margin: 0 auto; } }
@media screen and (min-width: 800px) {
  .page-id-16 section.slider .content-wrapper .slider .slide .slide-content-wrapper {
    max-width: 80%; }
    .page-id-16 section.slider .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
      width: 70%; }
    .page-id-16 section.slider .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
      width: 30%; }
  .page-id-16 section.slider.count-2 li:nth-of-type(1) .slide-content-wrapper, .page-id-16 section.slider.count-2 li:nth-of-type(3) .slide-content-wrapper, .page-id-16 section.slider.count-2 li:nth-of-type(5) .slide-content-wrapper, .page-id-16 section.slider.count-2 li:nth-of-type(7) .slide-content-wrapper {
    margin: 0 0 0 auto !important; }
  .page-id-16 section.slider.count-2 li:nth-of-type(2) .slide-content-wrapper, .page-id-16 section.slider.count-2 li:nth-of-type(4) .slide-content-wrapper, .page-id-16 section.slider.count-2 li:nth-of-type(6) .slide-content-wrapper, .page-id-16 section.slider.count-2 li:nth-of-type(8) .slide-content-wrapper {
    margin: 0 auto 0 0 !important; } }
/* Block: slider audience top 3
--------------------------------------------- */
section.slider-audience .content-wrapper {
  max-width: 2000px; }
  section.slider-audience .content-wrapper .slider {
    display: flex;
    flex-wrap: wrap; }
    section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .image-wrapper {
      margin: 0 auto; }
    section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
      font-family: 'Barna Stencil', sans-serif;
      text-transform: none;
      text-align: center;
      padding: 2rem;
      color: var(--whiteColor);
      background: var(--darkGreenC);
      /*border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;*/
      margin-bottom: 0; }
    section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul {
      padding: 2rem;
      background: var(--whiteColor);
      /*border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem;*/ }
      section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li {
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
        position: relative;
color: var(--textColor);}
        section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li img {
          width: calc(100% / 4);
          border-radius: 0.5rem; }
        section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li .text-wrapper {
          text-align: left;
          width: calc(100% / 4 * 3);
          padding-left: 1rem; }
        section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li.public-price, section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li.jury-price {
          position: relative; }
          section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li.public-price:after, section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li.jury-price:after {
            content: '';
            position: absolute;
            left: -1rem;
            bottom: 6rem;
            width: 3rem;
            height: 5rem; }
        section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li.public-price:after {
          background: transparent url(assets/img/Trophee-Artekino-Prix-du-public-europeen-200.png) no-repeat center/3rem; }
        section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li.jury-price:after {
          background: transparent url(assets/img/Trophee-Artekino-Jury-jeunes-200.png) no-repeat center/3rem; }
    section.slider-audience .content-wrapper .slider .slide:nth-of-type(3) .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience .content-wrapper .slider .slide:nth-of-type(6) .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience .content-wrapper .slider .slide:nth-of-type(9) .slide-content-wrapper .slide-text-wrapper h3 {
      background: var(--darkGreen); }
    section.slider-audience .content-wrapper .slider .slide:nth-of-type(2) .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience .content-wrapper .slider .slide:nth-of-type(5) .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience .content-wrapper .slider .slide:nth-of-type(8) .slide-content-wrapper .slide-text-wrapper h3 {
      background: var(--darkGreenB); }
section.slider-audience.audience-top .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper h3 {
  background: #2b0080;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem; }
section.slider-audience.audience-top .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem; }
section.slider-audience.audience-top .content-wrapper .slider .slide:nth-of-type(3) .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience.audience-top .content-wrapper .slider .slide:nth-of-type(6) .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience.audience-top .content-wrapper .slider .slide:nth-of-type(9) .slide-content-wrapper .slide-text-wrapper h3 {
  background: #36029e; }
section.slider-audience.audience-top .content-wrapper .slider .slide:nth-of-type(2) .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience.audience-top .content-wrapper .slider .slide:nth-of-type(5) .slide-content-wrapper .slide-text-wrapper h3, section.slider-audience.audience-top .content-wrapper .slider .slide:nth-of-type(8) .slide-content-wrapper .slide-text-wrapper h3 {
  background: #4704cc; }

@media screen and (min-width: 800px) {
  section.slider-audience .content-wrapper {
    max-width: 960px; }
    section.slider-audience .content-wrapper .slider {
      max-width: 100%;
      margin: 0 auto; }
      section.slider-audience .content-wrapper .slider .flickity-viewport .flickity-slider {
        align-items: flex-start; }
      section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper i {
        display: block;
        font-size: 1.6rem; }
      section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul {
        display: flex;
        align-items: flex-start; }
        section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li {
          flex-wrap: wrap;
          margin: 2rem 1rem;
          width: calc(100% / 3 - 2rem); }
          section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li img,
          section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li .text-wrapper {
            width: 100%; }
          section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li .text-wrapper {
            padding: 0;
            margin: 1rem 0; }
          section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li.public-price:after, section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li.jury-price:after {
            left: auto;
            right: -2rem;
            bottom: 5rem;
            width: 4rem;
            height: 8rem; }
          section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li.public-price:after {
            background: transparent url(assets/img/Trophee-Artekino-Prix-du-public-europeen-200.png) no-repeat center/5rem; }
          section.slider-audience .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper ul li.jury-price:after {
            background: transparent url(assets/img/Trophee-Artekino-Jury-jeunes-200.png) no-repeat center/5rem; }
  section.slider-audience.count-1 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper, section.slider-audience.count-2 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper, section.slider-audience.count-3 .content-wrapper .slider .slide .slide-content-wrapper .slide-text-wrapper {
    width: calc(100%); }
  section.slider-audience .flickity-prev-next-button.previous {
    left: -5.5rem; }
  section.slider-audience .flickity-prev-next-button.next {
    right: -5.5rem; } }
/* Block: Slider
--------------------------------------------- */
.slider-dates .content-wrapper {
  max-width: none; }
  .slider-dates .content-wrapper .main-loop {
    max-width: 960px;
    margin: 0 auto; }
    .slider-dates .content-wrapper .main-loop .slide {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .slider-dates .content-wrapper .main-loop .slide .event-title {
        color: #7E6AB6;
        font-size: 6rem;
        font-family: 'Barna Stencil', sans-serif;
        width: 100%;
        text-align: center; }
        .slider-dates .content-wrapper .main-loop .slide .event-title p {
          margin: 0;
          line-height: 1; }
          .slider-dates .content-wrapper .main-loop .slide .event-title p span {
            font-size: 4rem;
            display: block;
            margin-top: 1rem; }
      .slider-dates .content-wrapper .main-loop .slide .event-details {
        width: 100%;
        text-align: center;
        color: #B6AAD9; }
    .slider-dates .content-wrapper .main-loop .flickity-prev-next-button.previous:after {
      background: url(assets/img/arrow-B-vec-white.svg) no-repeat center/4rem; }
    .slider-dates .content-wrapper .main-loop .flickity-prev-next-button.next:after {
      background: url(assets/img/arrow-B-vec-white.svg) no-repeat center/4rem;
      transform: rotate(180deg); }
  .slider-dates .content-wrapper .secondary-loop {
    display: none;
    margin-top: 4rem; }
    .slider-dates .content-wrapper .secondary-loop .flickity-viewport {
      height: 6rem !important;
      margin-top: -1.8rem; }
    .slider-dates .content-wrapper .secondary-loop:before {
      content: '';
      height: 0.1rem;
      width: 100%;
      border-bottom: 0.1rem dashed white;
      display: inline-block; }
    .slider-dates .content-wrapper .secondary-loop .slide {
      padding: 0 1rem;
      position: relative; }
      .slider-dates .content-wrapper .secondary-loop .slide .event-date {
        color: var(--whiteColor);
        margin-top: 1rem;
        font-size: 1.4rem; }
      .slider-dates .content-wrapper .secondary-loop .slide:before {
        content: '';
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background: var(--whiteColor);
        position: absolute;
        top: -1.5rem;
        left: 50%;
        transform: translateX(-50%); }
      .slider-dates .content-wrapper .secondary-loop .slide.is-selected {
        font-weight: bold; }

@media screen and (min-width: 800px) {
  .slider-dates .content-wrapper .main-loop .slide .event-title,
  .slider-dates .content-wrapper .main-loop .slide .event-details {
    width: 50%; }
  .slider-dates .content-wrapper .main-loop .slide .event-title {
    text-align: right;
    padding-right: 1rem;
    font-size: 7rem; }
  .slider-dates .content-wrapper .main-loop .slide .event-details {
    text-align: left;
    padding-left: 1rem; } }
/* Block: Image + text
--------------------------------------------- */
section.image-text .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

@media screen and (min-width: 800px) {
  section.image-text .content-wrapper .image-wrapper,
  section.image-text .content-wrapper .text-wrapper {
    width: 50%; }
  section.image-text .content-wrapper .text-wrapper {
    max-width: 50%;
    margin: 0 auto;
    padding: 0 4rem; }
  section.image-text .content-wrapper.image-right {
    flex-direction: row-reverse; }
  section.image-text.only-image .content-wrapper .image-wrapper {
    width: 100%; }
    section.image-text.only-image .content-wrapper .image-wrapper img {
      margin: 0 auto; } }
/* Section key figures
---------------------------------------------------------------*/
section.key-figures {
  width: 100%;
  margin: 0 auto; }
  section.key-figures button {
    margin: 2rem auto 0; }
  section.key-figures .key-figures {
    max-width: 800px;
    margin: 0 auto;
    width: 70%;
    display: block;
    font-weight: 500; }
    section.key-figures .key-figures .key-figure-container {
      position: relative;
      text-align: center; }
      section.key-figures .key-figures .key-figure-container em {
        font-style: normal;
        display: block; }
      section.key-figures .key-figures .key-figure-container p {
        margin: 0; }
      section.key-figures .key-figures .key-figure-container span {
        font-family: 'Barna Stencil', sans-serif;
        width: 100%;
        font-size: 6rem;
        white-space: nowrap; }
  section.key-figures.no-title {
    padding-top: 0; }
  section.key-figures.purple .key-figure-container {
    color: var(--purple); }
  section.key-figures.green .key-figure-container {
    color: var(--darkGreenB); }
  section.key-figures.orange-text .key-figure-container {
    color: var(--hoverColor); }
  section.key-figures.mallow-text .key-figure-container {
    color: var(--mallow); }

@media screen and (min-width: 800px) {
  section.key-figures .key-figures {
    width: 100%;
    display: grid;
    grid-gap: 2.5rem; }
    section.key-figures .key-figures .key-figure-container span {
      font-size: 7.5rem; }
    section.key-figures .key-figures.col-1 {
      grid-template-columns: repeat(3, 1fr); }
      section.key-figures .key-figures.col-1 .key-figure-container {
        grid-column: 2; }
    section.key-figures .key-figures.col-2 {
      grid-template-columns: repeat(2, 1fr); }
      section.key-figures .key-figures.col-2 .key-figure-container:first-of-type {
        grid-column: 1; }
    section.key-figures .key-figures.col-3 {
      grid-template-columns: repeat(3, 1fr); }
    section.key-figures .key-figures.col-4 {
      grid-template-columns: repeat(2, 1fr); }
    section.key-figures .key-figures.col-5 {
      grid-template-columns: repeat(2, 1fr); }
  section.key-figures.plus .key-figure-container {
    position: relative; }
    section.key-figures.plus .key-figure-container:nth-of-type(1):after, section.key-figures.plus .key-figure-container:nth-of-type(2):after {
      content: '+';
      font-size: 7.5rem;
      position: absolute;
      bottom: -6rem;
      left: 50%;
      transform: translateX(-50%); } }
/* Bloc chart bars / diagramme barres
---------------------------------------------------------------*/
.chart-bars .content-wrapper {
  max-width: 960px; }
  .chart-bars .content-wrapper p span:before {
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: linear-gradient(-90deg, var(--whiteColor) 0%, var(--lightGreen) 100%);
    display: inline-block;
    margin-right: 0.5rem; }
  .chart-bars .content-wrapper p span:last-of-type {
    margin-left: 2rem; }
    .chart-bars .content-wrapper p span:last-of-type:before {
      background-image: linear-gradient(-90deg, var(--whiteColor) 0%, var(--lightBlue) 100%); }
  .chart-bars .content-wrapper .chart-bars-categories h3 {
    width: 100%;
    text-align: left; }
  .chart-bars .content-wrapper .chart-bars-categories .chart-bars-fields-wrapper .chart-bars-fields div {
    break-inside: avoid-column; }
    .chart-bars .content-wrapper .chart-bars-categories .chart-bars-fields-wrapper .chart-bars-fields div img {
      display: inline-block;
      width: 3rem;
      vertical-align: middle;
      margin-right: 1rem; }
    .chart-bars .content-wrapper .chart-bars-categories .chart-bars-fields-wrapper .chart-bars-fields div .bar {
      width: 0;
      transition: width 2s, background .2s;
      transform: translate3d(0, 0, 0);
      position: relative;
      height: 0.8rem;
      margin: 1rem 0; }
      .chart-bars .content-wrapper .chart-bars-categories .chart-bars-fields-wrapper .chart-bars-fields div .bar .count {
        position: absolute;
        right: -4rem;
        top: -0.3rem; }
      .chart-bars .content-wrapper .chart-bars-categories .chart-bars-fields-wrapper .chart-bars-fields div .bar:first-of-type {
        background-image: linear-gradient(-90deg, var(--whiteColor) 0%, var(--lightGreen) 100%); }
      .chart-bars .content-wrapper .chart-bars-categories .chart-bars-fields-wrapper .chart-bars-fields div .bar:last-of-type {
        background-image: linear-gradient(-90deg, var(--whiteColor) 0%, var(--lightBlue) 100%); }
    .chart-bars .content-wrapper .chart-bars-categories .chart-bars-fields-wrapper .chart-bars-fields div h4 {
      text-align: left;
      margin: 0.5rem 0 2rem;
      display: inline-block; }
.chart-bars.custom-color {
  color: var(--whiteColor); }

@media screen and (min-width: 800px) {
  .chart-bars .content-wrapper .chart-bars-categories {
    display: flex;
    flex-wrap: wrap; }
    .chart-bars .content-wrapper .chart-bars-categories .chart-bars-fields-wrapper {
      width: 50%; }
      .chart-bars .content-wrapper .chart-bars-categories .chart-bars-fields-wrapper.two-columns {
        width: 100%; }
        .chart-bars .content-wrapper .chart-bars-categories .chart-bars-fields-wrapper.two-columns .chart-bars-fields {
          display: flex;
          flex-wrap: wrap; }
          .chart-bars .content-wrapper .chart-bars-categories .chart-bars-fields-wrapper.two-columns .chart-bars-fields > div {
            width: calc(50% - 2rem);
            margin-right: 2rem; } }
/* Navigation bottom
---------------------------------------------------------------*/
.nav-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10rem 0; }
  .nav-bottom ul li {
    margin: 0 1rem;
    border-radius: 1rem;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3) no-repeat center/cover; }
    .nav-bottom ul li:last-of-type {
      margin-top: 1rem; }
.nav-bottom a {
  background: rgba(0, 0, 0, 0.3) no-repeat center/cover;
  height: 25rem;
  min-width: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 3rem;
  padding: 1rem 2rem;
  color: var(--whiteColor);
  font-family: 'Barna Stencil', sans-serif; }
  .nav-bottom a:before, .nav-bottom a:after {
    width: 2.5rem;
    margin: 0 1rem 0 0;
    height: 2rem;
    display: inline-block;
    background: transparent no-repeat center / 2.5rem;
    transition: all .2s ease; }
  .nav-bottom a:after {
    margin: 0 0 0 1rem; }

@media screen and (min-width: 800px) {
  .nav-bottom ul li:last-of-type {
    margin-top: 0; }
  .nav-bottom a:hover:before {
    margin: 0 1.5rem 0 0; }
  .nav-bottom a:hover:after {
    margin: 0 0 0 1.5rem; } }
/* Block Pie chart
---------------------------------------------------------------*/
.pie-chart .chart {
  width: 30rem;
  height: 30rem;
  margin: 0 auto; }
.pie-chart path {
  cursor: pointer; }
.pie-chart .legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .pie-chart .legend li {
    padding-right: 1rem;
    font-size: 1.3rem; }
    .pie-chart .legend li span {
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.5rem; }

.pieTip {
  position: absolute;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 18px 6px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  color: #444;
  font-size: 19px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);
  pointer-events: none; }

/*.pieTip:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(255,255,255,.95);
  line-height: 0;
}*/
@media screen and (min-width: 800px) {
  .pie-chart canvas,
  .pie-chart .chart {
    max-height: 50vh !important; }
  .pie-chart .chart {
    width: 45rem;
    height: 45rem; } }
/* Block Marquee / Sliding text
---------------------------------------------------------------*/
.marquee {
  margin: 5rem auto 0;
  padding-bottom: 0; }
  .marquee .content-wrapper {
    margin: 5rem 0;
    overflow-x: hidden;
    min-width: 100%; }
    .marquee .content-wrapper ul li {
      display: flex;
      flex-wrap: nowrap;
      white-space: nowrap;
      max-width: none;
      flex-shrink: 0;
      align-items: center;
      animation: slide-left 30s linear infinite;
      color: var(--purple); }
      .marquee .content-wrapper ul li span {
        font-family: 'Barna Stencil', sans-serif;
        font-size: 7rem;
        padding: 2rem; }
        .marquee .content-wrapper ul li span a {
          padding: 2rem;
          color: var(--purple); }
      .marquee .content-wrapper ul li:nth-of-type(2) {
        color: var(--darkGreen); }
        .marquee .content-wrapper ul li:nth-of-type(2) a {
          color: var(--darkGreen); }
      .marquee .content-wrapper ul li:nth-of-type(3) {
        color: var(--purpleB); }
        .marquee .content-wrapper ul li:nth-of-type(3) a {
          color: var(--purpleB); }
      .marquee .content-wrapper ul li:nth-of-type(4) {
        color: var(--orange); }
        .marquee .content-wrapper ul li:nth-of-type(4) a {
          color: var(--orange); }

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes slide-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@media screen and (min-width: 800px) {
  .marquee .content-wrapper ul li span a:hover {
    color: var(--hoverColor); } }
/* Block Maps
--------------------------------------------- */
.maps .content-wrapper ul li button {
  padding: 1rem;
  border-radius: 1rem;
  background: var(--purple);
  color: var(--whiteColor);
  font-weight: bold;
  min-height: 13rem;
  margin-bottom: 1rem;
  transition: background 0.2s ease; }
  .maps .content-wrapper ul li button.active {
    background: var(--hoverColor); }
.maps .content-wrapper .map-container .image-wrapper {
  display: none; }
  .maps .content-wrapper .map-container .image-wrapper.active {
    display: block; }

@media screen and (min-width: 800px) {
  .maps .content-wrapper {
    display: flex;
    align-items: center; }
    .maps .content-wrapper ul {
      width: 28%; }
      .maps .content-wrapper ul li button:hover {
        background: var(--hoverColor); }
    .maps .content-wrapper .map-container {
      width: 72%; } }
/* Block image full-width
---------------------------------------------------------------*/
.image-full-width {
  padding-bottom: 0; }
  .image-full-width .image-wrapper {
    background: transparent no-repeat center / cover;
    min-height: 50vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .image-full-width .image-wrapper .image-full-width-content h2,
    .image-full-width .image-wrapper .image-full-width-content h3 {
      mix-blend-mode: difference;
      font-size: 5rem;
      position: relative;
      z-index: 10; }

@media screen and (min-width: 800px) {
  .image-full-width .image-wrapper {
    min-height: 70vh; }
    .image-full-width .image-wrapper .image-full-width-content h2,
    .image-full-width .image-wrapper .image-full-width-content h3 {
      font-size: 10vw; } }
.page-id-11 .image-full-width .content-wrapper .caption {
  display: none; }

/* Block picto blocks
---------------------------------------------------------------*/
.picto-blocks .content-wrapper {
  max-width: 800px; }
  .picto-blocks .content-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2rem 0; }
    .picto-blocks .content-wrapper ul .block {
      width: 100%;
      /*background: var(--whiteColor);
      box-shadow: 0.2rem 0.2rem 1.6rem rgba(0,0,0, 0.01);*/
      padding: 2rem 2rem 0;
      margin: 7rem 0 2rem;
      position: relative;
      text-align: center; }
      .picto-blocks .content-wrapper ul .block .block-content .block-title-content {
        margin-top: -9rem;
        width: 120%;
        margin-left: -10%; }
        .picto-blocks .content-wrapper ul .block .block-content .block-title-content h3 {
          font-size: 2.5rem;
          white-space: nowrap;
          font-weight: 900; }
          .picto-blocks .content-wrapper ul .block .block-content .block-title-content h3 b {
            font-weight: 900; }
        .picto-blocks .content-wrapper ul .block .block-content .block-title-content .image-wrapper {
          max-width: 7rem;
          margin: 0 auto 2rem;
          height: 7rem;
          display: flex;
          align-items: center; }
          .picto-blocks .content-wrapper ul .block .block-content .block-title-content .image-wrapper img {
            width: 100%;
            border-radius: 0; }
      .picto-blocks .content-wrapper ul .block .block-content .text-content {
        font-family: 'Barna Stencil', sans-serif; }
.picto-blocks.custom-color {
  color: var(--whiteColor); }

@media screen and (min-width: 800px) {
  .picto-blocks .content-wrapper ul {
    display: flex;
    flex-wrap: wrap; }
    .picto-blocks .content-wrapper ul .block {
      width: calc(25% - 2rem);
      margin: 7rem 1rem 4rem; }
    .picto-blocks .content-wrapper ul.col-1 .block {
      width: calc(100% - 2rem); }
    .picto-blocks .content-wrapper ul.col-2 .block {
      width: calc(50% - 2rem); }
    .picto-blocks .content-wrapper ul.col-3 .block {
      width: calc(100% / 3 - 2rem); } }
.page-id-20 .picto-blocks .section-title {
  margin-top: 0; }
.page-id-20 .picto-blocks .content-wrapper ul {
  align-items: center; }
  .page-id-20 .picto-blocks .content-wrapper ul .block {
    width: 50%; }
    .page-id-20 .picto-blocks .content-wrapper ul .block .block-content .block-title-content .image-wrapper {
      max-width: none;
      margin: 0 auto 2rem;
      height: auto; }
      .page-id-20 .picto-blocks .content-wrapper ul .block .block-content .block-title-content .image-wrapper img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
.page-id-20 .picto-blocks:first-of-type .section-title {
  margin-top: 5rem; }

@media screen and (min-width: 800px) {
  .page-id-20 .picto-blocks .content-wrapper ul .block {
    width: calc(25% - 2rem);
    margin: 7rem 1rem 4rem; }
  .page-id-20 .picto-blocks .content-wrapper ul.col-1 .block {
    width: calc(100% - 2rem); }
  .page-id-20 .picto-blocks .content-wrapper ul.col-2 .block {
    width: calc(50% - 2rem); }
  .page-id-20 .picto-blocks .content-wrapper ul.col-3 .block {
    width: calc(100% / 3 - 2rem); } }
/* Block: grid
--------------------------------------------- */
.block-grid .content-wrapper .grid-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .block-grid .content-wrapper .grid-wrapper .grid-item {
    margin: 1rem; }
    .block-grid .content-wrapper .grid-wrapper .grid-item .image-wrapper {
      background: transparent no-repeat center / cover;
      height: 40rem;
      border-radius: 1rem; }
    .block-grid .content-wrapper .grid-wrapper .grid-item .text-content {
      color: var(--whiteColor); }
      .block-grid .content-wrapper .grid-wrapper .grid-item .text-content a {
        color: var(--hoverColor); }

@media screen and (min-width: 800px) {
  .block-grid.count-1 .content-wrapper .grid-wrapper .grid-item {
    width: calc(100% - 2rem); }
    .block-grid.count-1 .content-wrapper .grid-wrapper .grid-item .image-wrapper {
      height: 40rem; }
  .block-grid.count-2 .content-wrapper .grid-wrapper .grid-item {
    width: calc(50% - 2rem); }
    .block-grid.count-2 .content-wrapper .grid-wrapper .grid-item .image-wrapper {
      height: 40rem; }
  .block-grid.count-3 .content-wrapper .grid-wrapper .grid-item {
    width: calc(100% / 3 - 2rem); }
    .block-grid.count-3 .content-wrapper .grid-wrapper .grid-item .image-wrapper {
      height: 30rem; }
  .block-grid.count-4 .content-wrapper .grid-wrapper .grid-item {
    width: calc(100% / 4 - 2rem); }
    .block-grid.count-4 .content-wrapper .grid-wrapper .grid-item .image-wrapper {
      height: 40rem; }
  .block-grid.count-5 .content-wrapper .grid-wrapper .grid-item {
    width: calc(100% / 5 - 2rem); }
    .block-grid.count-5 .content-wrapper .grid-wrapper .grid-item .image-wrapper {
      height: 32rem; } }
/* Block: Jury
--------------------------------------------- */
.jury .content-wrapper .grid {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -1rem; }
  .jury .content-wrapper .grid li {
    margin: 1rem;
    width: calc(50% - 2rem); }
    .jury .content-wrapper .grid li p {
      margin-top: -1rem; }
.jury.custom-color {
  color: var(--whiteColor); }

@media screen and (min-width: 800px) {
  .jury .content-wrapper .grid li {
    width: calc(100% / 4 - 2rem); } }
/* Block: scroll images
--------------------------------------------- */
.scroll-images .scroll-section {
  display: flex;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative; }
.scroll-images .text-column {
  width: 50%;
  padding: 0 5vw; }
  .scroll-images .text-column h2 {
    font-size: 4rem;
    margin: 0;
    padding: 2rem 0; }
  .scroll-images .text-column p {
    margin-top: 0;
    margin-bottom: 10rem; }
.scroll-images .image-column {
  width: 50%; }
  .scroll-images .image-column .image-container {
    position: sticky;
    top: 15vh;
    height: 70vh;
    transition: position 0.3s ease; }
    .scroll-images .image-column .image-container .sticky-image {
      position: absolute;
      width: auto;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: opacity 0.3s ease; }
      .scroll-images .image-column .image-container .sticky-image.active {
        opacity: 1; }

@media screen and (min-width: 800px) {
  .scroll-images .text-column h2 {
    font-size: 6rem;
    padding: 4rem 0; }
  .scroll-images .image-column .image-container .sticky-image {
    height: 70vh; } }
/* Block: inner scroll images
--------------------------------------------- */
.inner-scroll-images {
  position: relative;
  width: 100%;
  padding-bottom: 10vh; }
  .inner-scroll-images .sticky-container {
    position: sticky;
    top: 15vh;
    height: 70vh;
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .inner-scroll-images .sticky-container img {
    width: 100%;
    transition: opacity 0.5s ease-in-out; }
  .inner-scroll-images .scroll-content {
    position: relative;
    width: 100%; }
  .inner-scroll-images .trigger {
    height: 100vh; }

/* Contact form
--------------------------------------------- */
.wpcf7 {
  padding: 0 2rem; }
  .wpcf7 form {
    max-width: 600px;
    margin: 5rem auto; }
    .wpcf7 form .wpcf7-response-output {
      border-radius: 2rem;
      margin: 3em 0.5em 1em; }
    .wpcf7 form input,
    .wpcf7 form textarea {
      width: 100%;
      padding: 2rem 4rem;
      border: none;
      max-width: 100%;
      background: var(--brightGrey);
      margin-top: 0.5rem; }
      .wpcf7 form input:focus, .wpcf7 form input:active,
      .wpcf7 form textarea:focus,
      .wpcf7 form textarea:active {
        outline: none; }
    .wpcf7 form span.wpcf7-form-control-wrap.newsletter {
      font-size: 1.1rem;
      margin-top: -3rem;
      display: block;
      line-height: 1.3; }
      .wpcf7 form span.wpcf7-form-control-wrap.newsletter.rights {
        margin-top: 1rem; }
      .wpcf7 form span.wpcf7-form-control-wrap.newsletter .wpcf7-list-item {
        margin: 0; }
        .wpcf7 form span.wpcf7-form-control-wrap.newsletter .wpcf7-list-item .highlight {
          font-size: 1.5rem; }
    .wpcf7 form input[type="checkbox"] {
      width: 1.2rem; }
    .wpcf7 form input[type="submit"] {
      border: 0.2rem solid #454d75;
      border-radius: 1rem;
      width: 20rem;
      float: right;
      font-size: 2.2rem;
      font-weight: bold;
      color: white;
      background: #454d75; }

@media screen and (min-width: 840px) {
  .wpcf7 {
    padding: 0; } }
.page-id-20 .slide img {
  width: 90%; }
.page-id-20 .slide.is-selected img {
  width: 105%;
  transition: width .5s 0.3s; }

/* Block SVG
--------------------------------------------- */
.block-svg polyline {
  opacity: 0;
  stroke-width: 0;
  transform: translateY(5rem);
  transition: all 1s; }
  .block-svg polyline.visible {
    opacity: 1;
    stroke-width: 10;
    transform: translateY(0); }

/* Footer
--------------------------------------------- */
footer.site-footer {
  background: #333333;
  font-size: 100% !important;
  color: var(--whiteColor); }
  footer.site-footer a {
    color: var(--whiteColor); }
  footer.site-footer img {
    border-radius: 0; }
  footer.site-footer .custom-html-above {
    margin-top: 5rem; }
  footer.site-footer .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem; }
    footer.site-footer .footer-wrapper .footer-logo {
      width: 10%; }
      footer.site-footer .footer-wrapper .footer-logo svg {
        width: 80%; }
        footer.site-footer .footer-wrapper .footer-logo svg path {
          fill: var(--whiteColor); }
    footer.site-footer .footer-wrapper .footer-column {
      width: 45%;
      margin-bottom: 2rem; }
      footer.site-footer .footer-wrapper .footer-column:nth-of-type(4), footer.site-footer .footer-wrapper .footer-column:nth-of-type(5) {
        margin-left: 10%;
        width: 100%; }
      footer.site-footer .footer-wrapper .footer-column h3 {
        margin-top: 0; }
      footer.site-footer .footer-wrapper .footer-column .socials {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        max-width: 60%; }
        footer.site-footer .footer-wrapper .footer-column .socials li {
          padding: 1rem 1rem 1rem 0;
          width: 20%; }
          footer.site-footer .footer-wrapper .footer-column .socials li:first-of-type {
            padding-right: 0.5rem; }
          footer.site-footer .footer-wrapper .footer-column .socials li img {
            width: 100%; }
  footer.site-footer .css-r1lorh {
    padding: 0; }
  footer.site-footer .custom-html-above .css-k2fhcw {
    display: flex;
    justify-content: center;
    max-width: 50rem;
    margin: 2rem auto; }
    footer.site-footer .custom-html-above .css-k2fhcw svg {
      width: 6rem; }
      footer.site-footer .custom-html-above .css-k2fhcw svg path,
      footer.site-footer .custom-html-above .css-k2fhcw svg circle {
        fill: var(--whiteColor); }
  footer.site-footer .custom-html-above .css-1v6vhkz {
    text-align: center;
    padding: 0 2rem; }
  footer.site-footer .custom-html-above .css-1a7u4t2 {
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 0; }
  footer.site-footer .custom-html-above .css-14bgt8h {
    display: flex;
    max-width: 40rem;
    margin: 3rem auto;
    justify-content: center; }
    footer.site-footer .custom-html-above .css-14bgt8h a {
      width: calc(100% / 3); }
      footer.site-footer .custom-html-above .css-14bgt8h a:first-of-type img, footer.site-footer .custom-html-above .css-14bgt8h a:last-of-type img {
        width: 100%;
        padding: 0.8rem 1rem 1rem; }
      footer.site-footer .custom-html-above .css-14bgt8h a:last-of-type img {
        padding: 0.8rem 1rem 0 1rem; }

@media screen and (min-width: 800px) {
  footer.site-footer a:hover {
    color: var(--hoverColor); }
  footer.site-footer .footer-wrapper .footer-logo svg {
    width: 25%; }
  footer.site-footer .footer-wrapper .footer-column {
    width: 20%;
    margin: 0; }
    footer.site-footer .footer-wrapper .footer-column:nth-of-type(4), footer.site-footer .footer-wrapper .footer-column:nth-of-type(5) {
      margin-left: 0;
      width: 20%; }
    footer.site-footer .footer-wrapper .footer-column:last-of-type {
      width: 30%; }
    footer.site-footer .footer-wrapper .footer-column .socials {
      width: 70%; }
      footer.site-footer .footer-wrapper .footer-column .socials li {
        width: 20%; } }
.css-y9utpk {
  max-width: 1500px !important; }

.css-u02046,
.css-rq85gr,
.css-8f0j95,
.css-bfablt,
.css-19vm33r,
.css-1kh48pd,
.css-3r1ni,
.css-9kqwk4 {
  font-size: 1.6rem !important; }

.css-1a7u4t2 {
  margin-top: 0 !important;
  font-size: 3rem !important; }

.css-t10xkn {
  width: 2rem !important;
  height: 2rem !important; }

@media (min-width: 768px) {
  .css-gi0hx8 {
    width: 5rem !important;
    height: 5rem !important; } }
.css-1jo8iay {
  width: 14.6rem !important;
  height: 4.75rem !important; }

.css-6oh99d {
  width: 1.9375rem !important;
  height: 1.9375rem !important; }

iframe#footer-iframe {
  min-height: 1070px;
  /* Default height for mobile devices */
  width: 100%;
  border: 0;
  overflow: hidden; }

@media (min-width: 768px) {
  iframe#footer-iframe {
    min-height: 1147px;
    /* Adjusted height for tablets */ } }
@media (min-width: 1200px) {
  iframe#footer-iframe {
    min-height: 760px;
    /* Adjusted height for desktops */ } }
/* Target blocks
---------------------------------------------------------------*/
#image-text-block_79a5fa6db908d97c8509a41015b918e8 + .wp-block-image figcaption {
  color: var(--whiteColor); }

#image-text-block_c11189ecee1e9b62a7883f439591d09e {
  margin-top: -4rem;
  z-index: -1;
  position: relative; }

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