@charset "UTF-8";
/* ---------------------------------------------------
* SASS Mixins Nolan C. - Devguys®
* Please check below version to prevent bad overwrite
* Version : 1.1.0
* --------------------------------------------------- */
/* ---------------------------------------------------
* SASS Variables Nolan C. - Devguys®
* Please check below version to prevent bad overwrite
* Version : 1.1.0
* --------------------------------------------------- */
/* ---------------------------------------------------
* SASS Mixins Nolan C. - Devguys®
* Please check below version to prevent bad overwrite
* Version : 1.1.0
* --------------------------------------------------- */
.flexrow {
  display: flex;
  flex-wrap: wrap; }

.col-1 {
  width: calc(100% * 1 / 12); }

.col-2 {
  width: calc(100% * 2 / 12); }

.col-3 {
  width: calc(100% * 3 / 12); }

.col-4 {
  width: calc(100% * 4 / 12); }

.col-5 {
  width: calc(100% * 5 / 12); }

.col-6 {
  width: calc(100% * 6 / 12); }

.col-7 {
  width: calc(100% * 7 / 12); }

.col-8 {
  width: calc(100% * 8 / 12); }

.col-9 {
  width: calc(100% * 9 / 12); }

.col-10 {
  width: calc(100% * 10 / 12); }

.col-11 {
  width: calc(100% * 11 / 12); }

.col-12 {
  width: calc(100% * 12 / 12); }

.col-hidden {
  display: none; }

.col-visible {
  display: block; }

@media only screen and (max-width: 1779px) {
  .col-ls-1 {
    width: calc(100% * 1 / 12); }
  .col-ls-2 {
    width: calc(100% * 2 / 12); }
  .col-ls-3 {
    width: calc(100% * 3 / 12); }
  .col-ls-4 {
    width: calc(100% * 4 / 12); }
  .col-ls-5 {
    width: calc(100% * 5 / 12); }
  .col-ls-6 {
    width: calc(100% * 6 / 12); }
  .col-ls-7 {
    width: calc(100% * 7 / 12); }
  .col-ls-8 {
    width: calc(100% * 8 / 12); }
  .col-ls-9 {
    width: calc(100% * 9 / 12); }
  .col-ls-10 {
    width: calc(100% * 10 / 12); }
  .col-ls-11 {
    width: calc(100% * 11 / 12); }
  .col-ls-12 {
    width: calc(100% * 12 / 12); }
  .col-ls-hidden {
    display: none; }
  .col-ls-visible {
    display: block; } }

@media only screen and (max-width: 1439px) {
  .col-xl-1 {
    width: calc(100% * 1 / 12); }
  .col-xl-2 {
    width: calc(100% * 2 / 12); }
  .col-xl-3 {
    width: calc(100% * 3 / 12); }
  .col-xl-4 {
    width: calc(100% * 4 / 12); }
  .col-xl-5 {
    width: calc(100% * 5 / 12); }
  .col-xl-6 {
    width: calc(100% * 6 / 12); }
  .col-xl-7 {
    width: calc(100% * 7 / 12); }
  .col-xl-8 {
    width: calc(100% * 8 / 12); }
  .col-xl-9 {
    width: calc(100% * 9 / 12); }
  .col-xl-10 {
    width: calc(100% * 10 / 12); }
  .col-xl-11 {
    width: calc(100% * 11 / 12); }
  .col-xl-12 {
    width: calc(100% * 12 / 12); }
  .col-xl-hidden {
    display: none; }
  .col-xl-visible {
    display: block; } }

@media only screen and (max-width: 1199px) {
  .col-lg-1 {
    width: calc(100% * 1 / 12); }
  .col-lg-2 {
    width: calc(100% * 2 / 12); }
  .col-lg-3 {
    width: calc(100% * 3 / 12); }
  .col-lg-4 {
    width: calc(100% * 4 / 12); }
  .col-lg-5 {
    width: calc(100% * 5 / 12); }
  .col-lg-6 {
    width: calc(100% * 6 / 12); }
  .col-lg-7 {
    width: calc(100% * 7 / 12); }
  .col-lg-8 {
    width: calc(100% * 8 / 12); }
  .col-lg-9 {
    width: calc(100% * 9 / 12); }
  .col-lg-10 {
    width: calc(100% * 10 / 12); }
  .col-lg-11 {
    width: calc(100% * 11 / 12); }
  .col-lg-12 {
    width: calc(100% * 12 / 12); }
  .col-lg-hidden {
    display: none; }
  .col-lg-visible {
    display: block; } }

@media only screen and (max-width: 991px) {
  .col-md-1 {
    width: calc(100% * 1 / 12); }
  .col-md-2 {
    width: calc(100% * 2 / 12); }
  .col-md-3 {
    width: calc(100% * 3 / 12); }
  .col-md-4 {
    width: calc(100% * 4 / 12); }
  .col-md-5 {
    width: calc(100% * 5 / 12); }
  .col-md-6 {
    width: calc(100% * 6 / 12); }
  .col-md-7 {
    width: calc(100% * 7 / 12); }
  .col-md-8 {
    width: calc(100% * 8 / 12); }
  .col-md-9 {
    width: calc(100% * 9 / 12); }
  .col-md-10 {
    width: calc(100% * 10 / 12); }
  .col-md-11 {
    width: calc(100% * 11 / 12); }
  .col-md-12 {
    width: calc(100% * 12 / 12); }
  .col-md-hidden {
    display: none; }
  .col-md-visible {
    display: block; } }

@media only screen and (max-width: 767px) {
  .col-sm-1 {
    width: calc(100% * 1 / 12); }
  .col-sm-2 {
    width: calc(100% * 2 / 12); }
  .col-sm-3 {
    width: calc(100% * 3 / 12); }
  .col-sm-4 {
    width: calc(100% * 4 / 12); }
  .col-sm-5 {
    width: calc(100% * 5 / 12); }
  .col-sm-6 {
    width: calc(100% * 6 / 12); }
  .col-sm-7 {
    width: calc(100% * 7 / 12); }
  .col-sm-8 {
    width: calc(100% * 8 / 12); }
  .col-sm-9 {
    width: calc(100% * 9 / 12); }
  .col-sm-10 {
    width: calc(100% * 10 / 12); }
  .col-sm-11 {
    width: calc(100% * 11 / 12); }
  .col-sm-12 {
    width: calc(100% * 12 / 12); }
  .col-sm-hidden {
    display: none; }
  .col-sm-visible {
    display: block; } }

@media only screen and (max-width: 575px) {
  .col-xs-1 {
    width: calc(100% * 1 / 12); }
  .col-xs-2 {
    width: calc(100% * 2 / 12); }
  .col-xs-3 {
    width: calc(100% * 3 / 12); }
  .col-xs-4 {
    width: calc(100% * 4 / 12); }
  .col-xs-5 {
    width: calc(100% * 5 / 12); }
  .col-xs-6 {
    width: calc(100% * 6 / 12); }
  .col-xs-7 {
    width: calc(100% * 7 / 12); }
  .col-xs-8 {
    width: calc(100% * 8 / 12); }
  .col-xs-9 {
    width: calc(100% * 9 / 12); }
  .col-xs-10 {
    width: calc(100% * 10 / 12); }
  .col-xs-11 {
    width: calc(100% * 11 / 12); }
  .col-xs-12 {
    width: calc(100% * 12 / 12); }
  .col-xs-hidden {
    display: none; }
  .col-xs-visible {
    display: block; } }

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

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

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

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

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

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

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue.eot") format("eot"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.woff2") format("woff2");
  font-weight: 400; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Medium.eot") format("eot"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.woff2") format("woff2");
  font-weight: 500; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/HelveticaNeue-Bold.eot") format("eot"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.woff2") format("woff2");
  font-weight: 700; }

@font-face {
  font-family: 'Helvetica LTStd';
  src: url("../fonts/HelveticaLTStd-Light.eot") format("eot"), url("../fonts/HelveticaLTStd-Light.woff") format("woff"), url("../fonts/HelveticaLTStd-Light.woff2") format("woff2");
  font-weight: 300; }

@font-face {
  font-family: 'Helvetica LTStd';
  src: url("../fonts/HelveticaLTStd-Roman.eot") format("eot"), url("../fonts/HelveticaLTStd-Roman.woff") format("woff"), url("../fonts/HelveticaLTStd-Roman.woff2") format("woff2");
  font-weight: 400; }

@font-face {
  font-family: 'Helvetica LTStd';
  src: url("../fonts/HelveticaLTStd-Bold.eot") format("eot"), url("../fonts/HelveticaLTStd-Bold.woff") format("woff"), url("../fonts/HelveticaLTStd-Bold.woff2") format("woff2");
  font-weight: 700; }

@font-face {
  font-family: 'Bebas Kai';
  src: url("../fonts/BebasKai.eot") format("eot"), url("../fonts/BebasKai.woff") format("woff"), url("../fonts/BebasKai.woff2") format("woff2");
  font-weight: 400; }

/* ---------------------------------------------------
* SASS Variables Nolan C. - Devguys®
* Please check below version to prevent bad overwrite
* Version : 1.1.0
* --------------------------------------------------- */
* {
  box-sizing: border-box; }

body {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 22px;
  color: #000; }

p, h1, h2, h3, h4 {
  margin: 0; }

a {
  text-decoration: none;
  transition: color 0.2s ease;
  color: #FF5058; }
  a:hover {
    color: #000; }

.wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1480px;
  padding: 0 40px; }
  @media only screen and (max-width: 1779px) {
    .wrapper {
      max-width: 1180px; } }
  @media only screen and (max-width: 1439px) {
    .wrapper {
      max-width: 1130px; } }
  @media only screen and (max-width: 991px) {
    .wrapper {
      padding: 0 30px; } }
  @media only screen and (max-width: 767px) {
    .wrapper {
      padding: 0 20px; } }

.button {
  display: table;
  margin: 30px 0;
  padding: 20px 30px;
  width: auto;
  position: relative;
  background-color: #000;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 0; }
  .button::after {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0; }
  .button::after {
    margin: 10px;
    border: 1px solid #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-sizing: border-box;
    z-index: 2; }
  .button::before {
    display: block;
    content: ' ';
    position: absolute;
    top: calc(50% - 45px);
    left: calc(50% - 40px); }
  .button::before {
    height: 90px;
    width: 80px;
    background-image: url("../medias/fingerprint_hover.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 1;
    opacity: 0;
    transition: 0.2s ease; }
  .button:hover {
    color: #fff; }
    .button:hover::before {
      opacity: 1; }
  .button span {
    display: inline-block;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2; }

.parallax_el {
  transition: transform 0.2s ease; }

@media only screen and (max-width: 767px) {
  .button {
    font-size: 14px;
    line-height: 16px;
    text-align: center; } }

.cookie-notice-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 20px; }
  .cookie-notice-container .cn-button {
    border: 1px solid #FF5058;
    color: #FF5058;
    width: unset;
    height: unset;
    border-radius: 0;
    padding: 7px 16px;
    margin: 0 0 0 20px !important;
    transition: 0.5s ease;
    background: unset;
    background-color: transparent; }
    .cookie-notice-container .cn-button::before, .cookie-notice-container .cn-button::after {
      display: none; }
    .cookie-notice-container .cn-button:hover {
      background-color: #FF5058;
      color: #fff; }
  .cookie-notice-container #cn-notice-text {
    font-size: 14px; }

@media only screen and (max-width: 767px) {
  .cookie-notice-container {
    padding: 10px; }
    .cookie-notice-container .cn-button {
      margin: 0 7px !important; }
    .cookie-notice-container #cn-notice-text {
      text-align: left;
      font-size: 12px;
      line-height: 17px;
      padding-right: 5px; } }

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  padding: 20px 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #fcfcfc; }
  .header .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .header .logo-container {
    width: 180px;
    height: 52px; }
    .header .logo-container .logo a {
      display: block; }
    .header .logo-container #logo {
      width: 180px;
      height: auto; }

body.customize-support .header {
  top: 32px; }

@media only screen and (max-width: 767px) {
  .header {
    padding: 15px 0; }
    .header .logo-container {
      height: 40px; }
      .header .logo-container #logo {
        max-width: 140px; } }

.footer {
  padding: 70px 0 70px 0;
  background: #000;
  color: #fff;
  font-size: 20px; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #FF5058; }
  .footer .footer-title {
    margin-top: 20px; }
  .footer .col-extra .logo-container {
    height: 80px; }
    .footer .col-extra .logo-container #logo {
      fill: #fff;
      width: 260px; }
  .footer .col-extra .mentions-legales {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
    font-size: 16px; }
    .footer .col-extra .mentions-legales:first-letter {
      text-transform: uppercase; }
  .footer .col-menu .menu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .footer .col-menu .menu > li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .footer .col-menu .menu .menu-item {
      margin: 15px 0;
      border-left: 2px solid #fff;
      padding-left: 10px; }
      .footer .col-menu .menu .menu-item:first-child {
        margin-top: 0; }
      .footer .col-menu .menu .menu-item:last-child {
        margin-bottom: 0; }
  .footer .col-contact {
    padding-left: 70px;
    border-left: 1px solid #fff; }
    @media all and (-ms-high-contrast: none) {
      .footer .col-contact {
        width: 33%; } }
    .footer .col-contact .social_networks_list {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
      margin-top: 20px;
      font-size: 26px; }
      .footer .col-contact .social_networks_list > li {
        list-style-type: none;
        padding: 0;
        margin: 0; }
      .footer .col-contact .social_networks_list .social_network {
        margin-left: 10px;
        margin-right: 10px; }
        .footer .col-contact .social_networks_list .social_network:first-child {
          margin-left: 0; }
        .footer .col-contact .social_networks_list .social_network:last-child {
          margin-right: 0; }
    .footer .col-contact a {
      display: block;
      margin: 5px 0; }

@media only screen and (max-width: 1199px) {
  .footer {
    padding: 50px 0 50px 0;
    font-size: 20px; }
    .footer .col-extra .logo-container {
      height: 60px; }
      .footer .col-extra .logo-container #logo {
        fill: #fff;
        width: 200px; }
    .footer .col-extra .mentions-legales {
      font-size: 20px; }
    .footer .col-contact {
      padding-left: 30px; } }

@media only screen and (max-width: 991px) {
  .footer {
    font-size: 18px; }
    .footer .col-extra .mentions-legales {
      font-size: 18px; } }

@media only screen and (max-width: 767px) {
  .footer {
    padding: 50px 0; }
    .footer .col-menu, .footer .col-contact, .footer .col-extra {
      display: flex;
      justify-content: center;
      align-items: center; }
      .footer .col-menu .content, .footer .col-contact .content, .footer .col-extra .content {
        min-width: 80%; }
    .footer .col-menu, .footer .col-contact {
      margin-top: 30px; }
    .footer .col-contact {
      border-left: 0;
      padding-left: 0; }
      .footer .col-contact .social_networks_list {
        padding-top: 10px;
        font-size: 28px; } }

.main {
  padding-top: 100px;
  min-height: calc(100vh - 300px); }

.popup {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
  transition: 0.3s ease-out; }
  .popup .popup-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8); }
  .popup .popup-container {
    position: relative;
    width: 90%;
    max-width: 1000px;
    background: #fff;
    z-index: 1;
    font-size: 30px; }
  .popup .popup-close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer; }
    .popup .popup-close-button::after {
      content: '✖\00FE0E';
      height: 30px;
      width: 30px;
      color: #000; }
  .popup.show {
    opacity: 1;
    z-index: 900; }
  .popup .page-content {
    padding: 50px; }

@media only screen and (max-width: 767px) {
  .page-content {
    padding: 50px 30px; } }

.navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto; }
  .navigation-container .wpml-ls-item {
    margin: 0;
    padding: 0 5px; }
    .navigation-container .wpml-ls-item .wpml-ls-native {
      font-size: 16px;
      font-weight: 500;
      color: #000;
      transition: color 0.2s;
      text-transform: capitalize; }
      .navigation-container .wpml-ls-item .wpml-ls-native:hover {
        color: #FF5058; }
    .navigation-container .wpml-ls-item .wpml-ls-display {
      display: none; }
    .navigation-container .wpml-ls-item.wpml-ls-item-fr {
      margin-left: 10px; }
    .navigation-container .wpml-ls-item.wpml-ls-item-en {
      border-left: 1px solid #000; }
    .navigation-container .wpml-ls-item.wpml-ls-current-language .wpml-ls-native {
      color: #FF5058;
      text-decoration: underline; }

.main-navigation-container .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex; }
  .main-navigation-container .menu > li {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .main-navigation-container .menu .menu-item {
    position: relative;
    font-size: 15px;
    margin-left: 12px;
    margin-right: 12px; }
    .main-navigation-container .menu .menu-item:first-child {
      margin-left: 0; }
    .main-navigation-container .menu .menu-item:last-child {
      margin-right: 0; }
    .main-navigation-container .menu .menu-item.current_page_item {
      text-decoration: underline; }
    .main-navigation-container .menu .menu-item > a {
      padding: 10px 0;
      color: #000;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      transition: color 0.2s ease; }
      .main-navigation-container .menu .menu-item > a:hover {
        color: #FF5058; }
    .main-navigation-container .menu .menu-item .item-has-children-icon {
      width: 20px; }
  .main-navigation-container .menu .sub-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
    flex-direction: column;
    padding: 10px 0;
    width: 100%;
    min-width: 180px;
    position: absolute;
    top: 28px;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    .main-navigation-container .menu .sub-menu > li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .main-navigation-container .menu .sub-menu.hover {
      opacity: 1; }
    .main-navigation-container .menu .sub-menu .menu-item > a {
      display: block;
      padding: 7px 10px; }
      .main-navigation-container .menu .sub-menu .menu-item > a:hover {
        background: #fafafa; }

.main-navigation-button {
  display: none; }

@media only screen and (max-width: 1439px) {
  .main-navigation-container .menu .menu-item {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px; }
    .main-navigation-container .menu .menu-item:first-child {
      margin-left: 0; }
    .main-navigation-container .menu .menu-item:last-child {
      margin-right: 0; }
    .main-navigation-container .menu .menu-item > a {
      padding: 8px 0;
      font-size: 14px; }
  .main-navigation-container .menu .sub-menu {
    top: 26px; } }

@media only screen and (max-width: 1199px) {
  .main-navigation-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    margin-left: auto;
    position: relative;
    z-index: 90;
    height: 24px;
    width: 46px;
    cursor: pointer;
    box-sizing: content-box;
    padding: 5px; }
    .main-navigation-button .bar {
      height: 3px;
      width: 100%;
      background-color: #000;
      border-radius: 2px;
      transition: 0.2s ease;
      transform-origin: center left; }
  .navigation-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    position: fixed;
    z-index: 80;
    right: 0;
    top: 0;
    transform: translateX(100%);
    width: 100%;
    max-width: 600px;
    height: 100vh;
    background: #ececec;
    padding-right: 100px;
    box-shadow: -1px 0 5px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease-out; }
    .navigation-container .main-navigation-container {
      order: 2; }
      .navigation-container .main-navigation-container .menu {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column; }
        .navigation-container .main-navigation-container .menu .menu-item {
          position: relative;
          margin: 7px 0 7px auto; }
          .navigation-container .main-navigation-container .menu .menu-item.current_page_item {
            text-decoration: none; }
          .navigation-container .main-navigation-container .menu .menu-item > a {
            position: relative;
            display: inline-block;
            text-align: right;
            font-size: 26px; }
          .navigation-container .main-navigation-container .menu .menu-item.menu-item-has-children > a {
            padding-right: 22px;
            display: block; }
          .navigation-container .main-navigation-container .menu .menu-item.menu-item-has-children .item-has-children-icon {
            position: absolute;
            top: 19px;
            right: 0; }
          .navigation-container .main-navigation-container .menu .menu-item .sub-menu {
            position: relative;
            top: 0;
            box-shadow: none;
            overflow: hidden;
            max-height: 0px;
            background-color: transparent;
            transition: opacity 0.3s ease, max-height 0.3s;
            min-width: unset; }
            .navigation-container .main-navigation-container .menu .menu-item .sub-menu .menu-item:hover > a {
              background: unset; }
            .navigation-container .main-navigation-container .menu .menu-item .sub-menu.open {
              opacity: 1;
              max-height: 500px; }
    .navigation-container .wpml-ls {
      position: absolute;
      top: 20px;
      left: 20px;
      order: 1;
      padding: 10px 0; }
      .navigation-container .wpml-ls .wpml-ls-item {
        margin: 0;
        padding: 0; }
        .navigation-container .wpml-ls .wpml-ls-item .wpml-ls-native {
          font-size: 28px; }
        .navigation-container .wpml-ls .wpml-ls-item:last-child .wpml-ls-link {
          padding-right: 0; }
  body.menu-open .navigation-container {
    transform: translateX(0); }
  body.menu-open .main-navigation-button .bar:first-child {
    transform: rotate(30deg); }
  body.menu-open .main-navigation-button .bar:nth-child(2) {
    opacity: 0; }
  body.menu-open .main-navigation-button .bar:last-child {
    transform: rotate(-30deg); } }

@media only screen and (max-width: 767px) {
  .navigation-container {
    padding-right: 30px; }
    .navigation-container .main-navigation-container .menu .menu-item {
      margin: 0 0 0 auto; }
      .navigation-container .main-navigation-container .menu .menu-item > a {
        padding: 10px 0;
        font-size: 20px; }
    .navigation-container .wpml-ls .wpml-ls-item .wpml-ls-native {
      font-size: 22px; } }

.common-header {
  position: relative;
  margin-top: 90px;
  min-height: 400px;
  background-color: #ececec;
  padding-bottom: 50px; }
  .common-header .title-container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 900px;
    min-height: 400px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .common-header .title-container {
        height: 400px; } }
    @media screen and (min-width: 0\0) {
      .common-header .title-container {
        height: 400px; } }
    .common-header .title-container .title {
      font-size: 60px;
      line-height: 75px;
      font-weight: 700;
      text-decoration: underline; }
  .common-header .description-container {
    position: relative;
    z-index: 1;
    font-size: 30px;
    margin-top: 30px;
    max-width: 1050px; }
  .common-header .background-image {
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0; }
  .common-header .go_to_archive {
    display: inline-block;
    position: absolute;
    top: 20px;
    font-size: 21px;
    z-index: 10; }
    .common-header .go_to_archive > svg {
      margin-right: 10px; }

.page-content {
  padding: 80px 0; }
  .page-content .block-content {
    margin: 50px 0 70px 0; }
    .page-content .block-content:first-child {
      margin-top: 0; }
    .page-content .block-content a {
      -ms-word-break: break-all;
      word-break: break-all;
      /* Non standard for WebKit */
      word-break: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto; }
    .page-content .block-content p {
      margin: 30px 0; }
    .page-content .block-content h1, .page-content .block-content h2, .page-content .block-content h3, .page-content .block-content h4, .page-content .block-content h5, .page-content .block-content h6 {
      font-size: 36px;
      font-weight: 700;
      margin: 0; }
    .page-content .block-content img {
      height: auto;
      max-width: 100%; }
    .page-content .block-content ul li {
      position: relative;
      list-style-type: none; }
      .page-content .block-content ul li::before {
        display: block;
        position: absolute;
        left: -26px;
        content: '•';
        font-size: 40px;
        line-height: 30px;
        color: #FF5058; }
    .page-content .block-content .full-width-img img {
      width: 100%;
      height: auto; }
    .page-content .block-content .full-width-img p {
      margin: 0; }
    .page-content .block-content .first-col-content {
      padding-right: 15px; }
    .page-content .block-content .second-col-content {
      padding-left: 15px; }
    .page-content .block-content.three-one .first-col-content {
      width: 75%; }
    .page-content .block-content.three-one .second-col-content {
      width: 25%; }
    .page-content .block-content.one-three .first-col-content {
      width: 25%; }
    .page-content .block-content.one-three .second-col-content {
      width: 75%; }
  .page-content .block-resume {
    margin: 50px 0 70px 0;
    padding: 20px;
    color: #fff;
    background: #FF5058; }
    .page-content .block-resume .stat {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .page-content .block-resume .stat .number {
        font-size: 40px;
        margin-right: 10px; }
  .page-content .block-quote-and-informations .col-quote {
    color: #FF5058;
    padding-right: 100px; }
    .page-content .block-quote-and-informations .col-quote .quote {
      font-size: 50px;
      max-width: 500px; }
    .page-content .block-quote-and-informations .col-quote .author {
      border-top: 1px solid #FF5058;
      margin-top: 10px;
      padding-top: 20px; }
  .page-content .block-quote-and-informations .col-informations {
    padding: 20px 40px 40px 40px;
    background: #ececec; }
    .page-content .block-quote-and-informations .col-informations .subject {
      font-size: 36px;
      border-bottom: 1px solid #000;
      margin-bottom: 30px;
      padding-bottom: 10px; }
    .page-content .block-quote-and-informations .col-informations .content-informations {
      border-bottom: 1px solid #000;
      margin-bottom: 30px;
      padding-bottom: 10px; }
      .page-content .block-quote-and-informations .col-informations .content-informations ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        padding-left: 30px;
        margin: 20px 0; }
        .page-content .block-quote-and-informations .col-informations .content-informations ul > li {
          list-style-type: none;
          padding: 0;
          margin: 0; }
        .page-content .block-quote-and-informations .col-informations .content-informations ul li {
          position: relative; }
          .page-content .block-quote-and-informations .col-informations .content-informations ul li::before {
            display: block;
            content: '•';
            color: #FF5058;
            position: absolute;
            left: -30px;
            font-size: 50px;
            line-height: 30px;
            top: 0; }
    .page-content .block-quote-and-informations .col-informations .button {
      min-width: 300px;
      margin-bottom: 0; }
  .page-content .block-quote-and-informations.single-quote .col-quote .quote {
    max-width: 100%; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .page-content {
      padding-bottom: 50px; }
      .page-content .col-6 {
        width: 49.9%; } }
  @media screen and (min-width: 0\0) {
    .page-content {
      padding-bottom: 50px; }
      .page-content .col-6 {
        width: 49.9%; } }

@media (max-width: 1779px) and (max-height: 700px) {
  .common-header {
    min-height: 350px; }
    .common-header .title-container {
      min-height: 350px; }
    .common-header .background-image {
      height: 350px; } }

@media (max-width: 1779px) {
  .common-header .title-container {
    max-width: 750px; }
    .common-header .title-container .title {
      font-size: 54px; }
  .common-header .background-image {
    max-width: 700px; } }

@media only screen and (max-width: 991px) {
  .common-header {
    margin-top: 85px; }
    .common-header .title-container .title {
      font-size: 60px;
      line-height: 65px; }
    .common-header .description-container {
      font-size: 30px; }
  .page-content .block-content .first-col-content {
    padding-right: 0; }
  .page-content .block-content .second-col-content {
    padding-left: 0;
    margin-top: 40px; }
  .page-content .block-content.three-one .first-col-content {
    width: 100%; }
  .page-content .block-content.three-one .second-col-content {
    width: 100%; }
  .page-content .block-content.one-three .first-col-content {
    width: 100%; }
  .page-content .block-content.one-three .second-col-content {
    width: 100%; }
  .page-content .block-resume > .label {
    margin-bottom: 30px; }
  .page-content .block-resume .stat {
    margin: 10px 0; }
    .page-content .block-resume .stat .label {
      font-size: 26px; }
  .page-content .block-quote-and-informations .col-quote {
    padding-right: 0;
    margin-bottom: 50px; }
    .page-content .block-quote-and-informations .col-quote .quote {
      font-size: 45px;
      font-weight: 500;
      max-width: 80%; }
  .page-content .block-quote-and-informations .col-informations {
    font-size: 28px; }
    .page-content .block-quote-and-informations .col-informations .subject {
      font-size: 40px; }
  .page-content .block-quote-and-informations.single .col-quote {
    margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .common-header {
    margin-top: 70px;
    min-height: calc(100vh - 70px); }
    .common-header .title-container {
      height: auto; }
      .common-header .title-container .title {
        font-size: 50px;
        line-height: 55px;
        text-align: center; }
    .common-header .description-container {
      font-size: 28px; }
    .common-header:not(.has_description) .title-container {
      height: calc(100vh - 70px); }
  .page-content {
    padding: 50px 0;
    font-size: 22px; }
    .page-content hr {
      margin: 20px 0; }
    .page-content .block-content {
      margin: 30px 0 50px 0; }
      .page-content .block-content .first-col-content {
        padding-right: 0; }
      .page-content .block-content .second-col-content {
        padding-left: 0;
        margin-top: 20px; }
    .page-content .block-resume .stat .number {
      font-size: 35px;
      min-width: 45px;
      margin-right: 20px;
      text-align: right; }
    .page-content .block-quote-and-informations .col-quote {
      padding-right: 0; }
      .page-content .block-quote-and-informations .col-quote .quote {
        font-size: 35px;
        font-weight: 500;
        max-width: 80%; }
    .page-content .block-quote-and-informations .col-informations {
      padding: 30px;
      font-size: 24px; }
      .page-content .block-quote-and-informations .col-informations .content-informations ul li::before {
        line-height: 24px; }
      .page-content .block-quote-and-informations .col-informations .subject {
        font-size: 30px; }
      .page-content .block-quote-and-informations .col-informations .button {
        min-width: unset; } }

@media only screen and (max-width: 320px) {
  .common-header .title-container .title {
    font-size: 44px; } }

.home .section.introduction {
  position: relative;
  overflow-x: hidden;
  min-height: 900px; }
  .home .section.introduction .col-fingerprint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .home .section.introduction .col-fingerprint .wrapper {
      position: relative;
      height: 100%; }
    .home .section.introduction .col-fingerprint .fingerprint {
      position: absolute;
      height: 670px;
      width: 430px;
      transform: translateX(50vw) translateX(-215px);
      opacity: 0;
      animation: appear 1s forwards;
      left: 0;
      top: 150px;
      transition: 1s ease; }
      @media (min-width: 768px) {
        .home .section.introduction .col-fingerprint .fingerprint {
          transform: translateX(40vw) translateX(-215px); } }
      .home .section.introduction .col-fingerprint .fingerprint > svg {
        height: 670px; }
    .home .section.introduction .col-fingerprint .touch-me .letter {
      display: block;
      width: 100%;
      height: 140px;
      position: absolute;
      left: 0;
      top: 0;
      transition: transform 1s ease;
      animation: appear 1s forwards;
      opacity: 0; }
      .home .section.introduction .col-fingerprint .touch-me .letter svg {
        height: 140px;
        max-width: 120px; }
      .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(1) {
        animation-delay: 0s; }
        .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(1) > svg {
          animation-delay: -0s; }
      .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(2) {
        animation-delay: 0.2s; }
        .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(2) > svg {
          animation-delay: -0.5s; }
      .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(3) {
        animation-delay: 0.4s; }
        .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(3) > svg {
          animation-delay: -1s; }
      .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(4) {
        animation-delay: 0.6s; }
        .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(4) > svg {
          animation-delay: -1.5s; }
      .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(5) {
        animation-delay: 0.8s; }
        .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(5) > svg {
          animation-delay: -2s; }
      .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(6) {
        animation-delay: 1s; }
        .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(6) > svg {
          animation-delay: -2.5s; }
      .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(7) {
        animation-delay: 1.2s; }
        .home .section.introduction .col-fingerprint .touch-me .letter:nth-child(7) > svg {
          animation-delay: -3s; }
      .home .section.introduction .col-fingerprint .touch-me .letter > svg {
        height: 140px;
        animation: letter_floating 5s ease-in-out infinite; }
      .home .section.introduction .col-fingerprint .touch-me .letterT {
        transform: translateY(150px) translateX(0); }
      .home .section.introduction .col-fingerprint .touch-me .letterO {
        transform: translateY(100px) translateX(15%); }
      .home .section.introduction .col-fingerprint .touch-me .letterU {
        transform: translateY(250px) translateX(30%); }
      .home .section.introduction .col-fingerprint .touch-me .letterC {
        transform: translateY(400px) translateX(20%); }
      .home .section.introduction .col-fingerprint .touch-me .letterH {
        transform: translateY(500px) translateX(35%); }
      .home .section.introduction .col-fingerprint .touch-me .letterM {
        transform: translateY(300px) translateX(75%) translateX(-150px); }
      .home .section.introduction .col-fingerprint .touch-me .letterE {
        transform: translateY(350px) translateX(90%) translateX(-150px); }
  .home .section.introduction .col-edition {
    font-family: "Helvetica LTStd", sans-serif;
    margin-top: 500px; }
    .home .section.introduction .col-edition .label {
      text-transform: uppercase;
      font-weight: 300; }
      .home .section.introduction .col-edition .label sup {
        font-size: 20px;
        text-transform: none; }
    .home .section.introduction .col-edition .date {
      display: table;
      padding: 3px;
      box-sizing: content-box;
      background: #000;
      font-family: 'Bebas Kai';
      color: white;
      font-size: 34px;
      line-height: 34px; }
    .home .section.introduction .col-edition .slogan {
      margin-top: 30px;
      font-weight: 300;
      width: 170px;
      font-size: 26px; }
  .home .section.introduction .col-master {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%) translateX(-100px);
    width: 50%;
    min-height: 800px;
    background: #ececec;
    padding: 20px;
    transition: right 1s ease, transform 1s ease; }
    .home .section.introduction .col-master .master-button {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #FF5058;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      border: 1px solid #FF5058;
      position: relative;
      cursor: pointer; }
      .home .section.introduction .col-master .master-button::after {
        display: block;
        content: ' ';
        position: absolute;
        top: 6px;
        left: 6px; }
      .home .section.introduction .col-master .master-button::after {
        border-radius: 50%;
        border: 1px solid #FF5058;
        height: 36px;
        width: 36px;
        box-sizing: border-box; }
      .home .section.introduction .col-master .master-button .fa-angle-left {
        margin-left: -5px;
        transform-origin: center center;
        transition: 0.2s ease; }
    .home .section.introduction .col-master .master-content {
      padding: 20px 20px 20px 80px;
      max-width: 600px;
      transition: padding-left 1s ease; }
      .home .section.introduction .col-master .master-content .paragraph {
        font-size: 24px; }
    .home .section.introduction .col-master .infos-pratiques .title {
      font-size: 36px;
      font-weight: 400;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #000; }
    .home .section.introduction .col-master .infos-pratiques .text {
      font-size: 24px; }
      .home .section.introduction .col-master .infos-pratiques .text p {
        margin-bottom: 10px; }
      .home .section.introduction .col-master .infos-pratiques .text table, .home .section.introduction .col-master .infos-pratiques .text td, .home .section.introduction .col-master .infos-pratiques .text tr {
        border-color: transparent;
        font-size: 20px; }
  .home .section.introduction.master-appear .col-fingerprint .fingerprint {
    transform: translateX(25vw) translateX(-215px); }
    @media (min-width: 1440px) {
      .home .section.introduction.master-appear .col-fingerprint .fingerprint {
        transform: translateX(20vw) translateX(-215px); } }
  .home .section.introduction.master-appear .col-fingerprint .touch-me .letterT {
    transform: translateY(150px) translateX(0); }
  .home .section.introduction.master-appear .col-fingerprint .touch-me .letterO {
    transform: translateY(100px) translateX(15%); }
  .home .section.introduction.master-appear .col-fingerprint .touch-me .letterU {
    transform: translateY(250px) translateX(30%); }
  .home .section.introduction.master-appear .col-fingerprint .touch-me .letterC {
    transform: translateY(350px) translateX(10%); }
  .home .section.introduction.master-appear .col-fingerprint .touch-me .letterH {
    transform: translateY(500px) translateX(25%); }
  .home .section.introduction.master-appear .col-fingerprint .touch-me .letterM {
    transform: translateY(650px) translateX(0%); }
  .home .section.introduction.master-appear .col-fingerprint .touch-me .letterE {
    transform: translateY(700px) translateX(15%); }
  .home .section.introduction.master-appear .col-master {
    padding-left: 20px;
    transform: translateX(0); }
    .home .section.introduction.master-appear .col-master .master-button .fa-angle-left {
      transform: rotate(180deg);
      margin-left: 5px; }

.home .section.navigation {
  padding: 50px 0; }
  .home .section.navigation .col-6 {
    padding: 30px 30px 30px 0;
    transition: transform ease-in-out 1s; }
    .home .section.navigation .col-6 .container {
      padding: 20px 40px; }
    .home .section.navigation .col-6:nth-child(2n) {
      padding: 30px 0 30px 30px; }
    .home .section.navigation .col-6:hover {
      transform: translateY(-20px); }
  .home .section.navigation .col-artists > a {
    color: #000; }
  .home .section.navigation .col-artists .container {
    background: #ececec; }
    .home .section.navigation .col-artists .container .title {
      font-family: "Helvetica LTStd", sans-serif;
      font-weight: 700;
      font-size: 40px;
      margin: 0; }
    .home .section.navigation .col-artists .container .image-container {
      padding: 30px 0 30px 0;
      margin: 20px 0;
      border-bottom: 1px solid #000;
      border-top: 1px solid #000; }
      .home .section.navigation .col-artists .container .image-container > img {
        width: 100%; }
    .home .section.navigation .col-artists .container .text {
      margin-bottom: 15px; }
  .home .section.navigation .col-visit {
    margin-top: 100px; }
    .home .section.navigation .col-visit .container {
      background: #FF5058; }
      .home .section.navigation .col-visit .container .title {
        font-family: "Helvetica LTStd", sans-serif;
        font-weight: 700;
        font-size: 40px;
        margin: 0;
        color: #fff; }
      .home .section.navigation .col-visit .container .image-container {
        padding: 30px 0 0 0;
        margin: 20px 0;
        border-top: 1px solid #fff; }
        .home .section.navigation .col-visit .container .image-container > img {
          width: 100%; }
  .home .section.navigation .col-about {
    margin-top: -175px; }
    .home .section.navigation .col-about .container {
      background: #FF5058; }
      .home .section.navigation .col-about .container .title {
        font-family: "Helvetica LTStd", sans-serif;
        font-weight: 700;
        font-size: 40px;
        color: #fff;
        margin: 0 0 30px 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff; }
    .home .section.navigation .col-about .paper {
      position: relative;
      background: #fff;
      padding: 15px; }
      .home .section.navigation .col-about .paper a {
        color: #000; }
      .home .section.navigation .col-about .paper .text {
        font-weight: 700;
        font-size: 34px; }
      .home .section.navigation .col-about .paper .bend {
        font-size: 32px;
        position: absolute;
        top: 0;
        right: 0;
        background: #FF5058;
        height: 120px;
        width: 160px;
        max-height: 48px;
        max-width: 64px;
        overflow: hidden;
        transition: 0.19s; }
        .home .section.navigation .col-about .paper .bend .bend-effect {
          border-style: solid;
          border-width: 48px 0 0 64px;
          border-color: transparent transparent transparent #ececec;
          max-height: 48px;
          max-width: 64px;
          transition: 0.2s;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 1; }
        .home .section.navigation .col-about .paper .bend .binary {
          position: absolute;
          top: 0;
          right: 0;
          text-align: right;
          transition: 0.2s ease;
          line-height: 36px; }
      .home .section.navigation .col-about .paper:hover .bend {
        max-height: 120px;
        max-width: 160px;
        transition: 0.21s; }
        .home .section.navigation .col-about .paper:hover .bend .bend-effect {
          max-height: 120px;
          max-width: 160px;
          border-width: 120px 0 0 160px; }
    .home .section.navigation .col-about .separator {
      height: 1px;
      width: 100%;
      border-bottom: 1px solid #fff;
      margin-top: 30px; }
    .home .section.navigation .col-about .button {
      min-width: 300px;
      margin-bottom: 15px; }
  .home .section.navigation .col-events .container {
    background: #ececec; }
  .home .section.navigation .col-events .title {
    font-size: 40px;
    margin-bottom: 20px; }
  .home .section.navigation .col-events .events-container {
    padding: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 260px; }
    .home .section.navigation .col-events .events-container .button-next, .home .section.navigation .col-events .events-container .button-prev {
      position: absolute;
      top: 0;
      height: 40px;
      width: 40px;
      z-index: 1;
      cursor: pointer; }
      .home .section.navigation .col-events .events-container .button-next svg, .home .section.navigation .col-events .events-container .button-prev svg {
        transition: color 0.2s; }
      .home .section.navigation .col-events .events-container .button-next:hover svg, .home .section.navigation .col-events .events-container .button-prev:hover svg {
        color: #000; }
    .home .section.navigation .col-events .events-container .button-next {
      right: 0; }
      .home .section.navigation .col-events .events-container .button-next .fa-angle-right {
        font-size: 40px;
        color: #FF5058;
        margin-left: 10px; }
    .home .section.navigation .col-events .events-container .button-prev {
      right: 50px; }
      .home .section.navigation .col-events .events-container .button-prev .fa-angle-left {
        font-size: 40px;
        color: #FF5058;
        margin-left: 10px; }
    .home .section.navigation .col-events .events-container .event .link {
      color: #000;
      display: flex;
      flex-direction: column;
      height: 200px; }
      .home .section.navigation .col-events .events-container .event .link:hover .excerpt {
        color: #FF5058; }
    .home .section.navigation .col-events .events-container .event .date {
      margin-bottom: 30px; }
    .home .section.navigation .col-events .events-container .event .excerpt {
      font-size: 30px;
      font-weight: 700;
      max-width: 500px;
      transition: 0.2s ease;
      margin-top: auto; }
  .home .section.navigation .col-events .button {
    margin-bottom: 15px; }

.home .section.partners {
  padding: 50px 0 100px 0; }
  .home .section.partners .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
  .home .section.partners .partners-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%; }
    .home .section.partners .partners-list .partner {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 10px;
      margin: 0 10px;
      height: 140px; }
      .home .section.partners .partners-list .partner .logo-container {
        display: table;
        max-width: 160px;
        max-height: 140px;
        width: auto;
        height: auto; }
        .home .section.partners .partners-list .partner .logo-container > img {
          max-width: 160px;
          max-height: 140px;
          width: auto;
          height: auto; }
        @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
          .home .section.partners .partners-list .partner .logo-container {
            width: 160px; }
            .home .section.partners .partners-list .partner .logo-container img {
              width: 160px; } }
        @media screen and (min-width: 0\0) {
          .home .section.partners .partners-list .partner .logo-container {
            width: 160px; }
            .home .section.partners .partners-list .partner .logo-container img {
              width: 160px; } }
    .home .section.partners .partners-list.public-list {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: solid 1px #FF5058;
      padding-bottom: 20px;
      margin-bottom: 20px; }
    .home .section.partners .partners-list.private-list .partner {
      margin-right: 50px; }
    .home .section.partners .partners-list.private-list .button {
      margin-left: auto; }
  .home .section.partners .button {
    margin-left: 40px; }

.home .section.volunteers {
  background-image: url("../medias/background_volunteers.png");
  background-color: #FF5058;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 0; }
  .home .section.volunteers .container {
    display: flex;
    flex-wrap: wrap; }
    .home .section.volunteers .container .title {
      margin: 0 20px 50px 0;
      padding-bottom: 20px;
      border-bottom: 1px solid #fff;
      width: 100%;
      font-size: 40px; }
    .home .section.volunteers .container .text {
      max-width: 500px; }
    .home .section.volunteers .container .button {
      margin: 0 0 0 auto;
      align-self: flex-end;
      min-width: 300px; }

.home .section.professionals {
  padding: 50px 0; }
  .home .section.professionals .container {
    display: flex;
    flex-wrap: wrap; }
    .home .section.professionals .container .title {
      margin: 0 20px 50px 0;
      padding-bottom: 20px;
      border-bottom: 1px solid #000;
      width: 100%;
      font-size: 40px; }
    .home .section.professionals .container .text {
      max-width: 500px; }
    .home .section.professionals .container .button {
      margin: 0 0 0 auto;
      align-self: flex-end;
      min-width: 300px; }

@media (min-width: 1440px) and (max-width: 1700px) {
  .home .section.introduction .col-fingerprint {
    transform: scale(0.9) translateX(-100px) translateY(-100px);
    transition: transform 0.71s ease; }
  .home .section.introduction .col-edition .slogan {
    margin-top: 50px; }
  .home .section.introduction.master-appear .col-fingerprint {
    transform: scale(0.9) translateX(-100px) translateY(-100px); } }

@media (min-width: 1280px) and (max-width: 1439px) {
  .home .section.introduction {
    min-height: 800px; }
    .home .section.introduction .col-fingerprint {
      transform: scale(0.8) translateX(0px) translateY(-150px);
      transition: transform 0.71s ease; }
    .home .section.introduction .col-edition {
      margin-top: 340px; }
      .home .section.introduction .col-edition .slogan {
        margin-top: 30px; }
  .home .section.navigation {
    margin-top: 0; }
  .home .section.introduction.master-appear .col-fingerprint {
    transform: scale(0.8) translateX(-100px) translateY(-210px); } }

@media only screen and (max-width: 1779px) {
  .home .section.introduction .col-fingerprint {
    left: 100px; }
    .home .section.introduction .col-fingerprint .touch-me .letterT {
      transform: translateY(150px) translateX(0); }
    .home .section.introduction .col-fingerprint .touch-me .letterO {
      transform: translateY(100px) translateX(15%); }
    .home .section.introduction .col-fingerprint .touch-me .letterU {
      transform: translateY(250px) translateX(30%); }
    .home .section.introduction .col-fingerprint .touch-me .letterC {
      transform: translateY(400px) translateX(20%); }
    .home .section.introduction .col-fingerprint .touch-me .letterH {
      transform: translateY(500px) translateX(35%); }
    .home .section.introduction .col-fingerprint .touch-me .letterM {
      transform: translateY(300px) translateX(75%) translateX(-200px); }
    .home .section.introduction .col-fingerprint .touch-me .letterE {
      transform: translateY(350px) translateX(90%) translateX(-200px); }
  .home .section.introduction .col-edition {
    margin-top: 410px; }
    .home .section.introduction .col-edition .slogan {
      margin-top: 20px; }
  .home .section.navigation {
    margin-top: -50px; }
  .home .section.navigation .col-about {
    margin-top: -105px; } }

@media only screen and (max-width: 1439px) {
  .home .section.introduction .col-fingerprint {
    left: 50px; }
  .home .section.introduction .col-master {
    width: 45%;
    min-height: unset; }
    .home .section.introduction .col-master .master-content .paragraph {
      font-size: 22px; }
  .home .section.introduction.master-appear .col-master .master-content {
    padding: 20px 20px 20px 50px; }
  .home .section.partners .partners-list .partner {
    height: 140px; }
    .home .section.partners .partners-list .partner .logo-container {
      display: table;
      width: 120px;
      max-height: 140px; }
      .home .section.partners .partners-list .partner .logo-container > img {
        width: 120px;
        max-height: 140px; }
  .home .section.partners .button {
    margin-left: 0; }
  .home .section.navigation {
    margin-top: 0; }
    .home .section.navigation .col-6 {
      padding: 20px 20px 20px 0; }
      .home .section.navigation .col-6 .container {
        padding: 20px 40px; }
      .home .section.navigation .col-6:nth-child(2n) {
        padding: 20px 0 20px 20px; }
    .home .section.navigation .col-about .paper .text {
      font-size: 30px;
      margin: 10px 0; }
    .home .section.navigation .col-events .events-container .event .date {
      font-size: 26px;
      max-width: 200px; }
    .home .section.navigation .col-events .events-container .event .excerpt {
      font-size: 32px; } }

@media only screen and (max-width: 991px) {
  .home .section.introduction .col-fingerprint {
    overflow: hidden;
    left: 0; }
    .home .section.introduction .col-fingerprint .wrapper {
      height: 100%;
      position: relative;
      padding: 0 40px; }
    .home .section.introduction .col-fingerprint .fingerprint {
      transform: translateX(50vw) translateX(-115px); }
    .home .section.introduction .col-fingerprint .touch-me {
      position: relative; }
      .home .section.introduction .col-fingerprint .touch-me .letterT {
        transform: translateY(100px) translateX(0); }
      .home .section.introduction .col-fingerprint .touch-me .letterO {
        transform: translateY(50px) translateX(30%); }
      .home .section.introduction .col-fingerprint .touch-me .letterU {
        transform: translateY(140px) translateX(55%); }
      .home .section.introduction .col-fingerprint .touch-me .letterC {
        transform: translateY(250px) translateX(25%); }
      .home .section.introduction .col-fingerprint .touch-me .letterH {
        transform: translateY(400px) translateX(45%); }
      .home .section.introduction .col-fingerprint .touch-me .letterM {
        transform: translateY(650px) translateX(0%); }
      .home .section.introduction .col-fingerprint .touch-me .letterE {
        transform: translateY(700px) translateX(32%); }
  .home .section.introduction .col-edition {
    min-height: 900px;
    margin-top: 0;
    padding-top: 50%;
    transition: min-height 0.2s ease; }
    .home .section.introduction .col-edition .wrapper {
      padding: 0 40px; }
    .home .section.introduction .col-edition .slogan {
      margin-top: 50px; }
  .home .section.introduction .col-master {
    position: relative;
    width: 100%;
    animation: unset;
    left: 0;
    top: 0;
    transform: unset; }
    .home .section.introduction .col-master .master-content .paragraph {
      font-size: 28px;
      max-width: 450px; }
    .home .section.introduction .col-master .master-content .button {
      width: 300px; }
      .home .section.introduction .col-master .master-content .button span {
        text-align: left; }
    .home .section.introduction .col-master .master-button {
      display: none; }
  .home .section.navigation .wrapper .col-md-12 {
    padding: 20px; }
  .home .section.navigation .wrapper .col-md-12:nth-child(2n) {
    margin-top: 0; }
  .home .section.navigation .col-events .events-container .event .date {
    max-width: unset; }
  .home .section.navigation .col-events .button {
    width: 300px; }
  .home .section.navigation .col-about {
    margin-top: 0px; }
  .home .section.partners .wrapper .partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    .home .section.partners .wrapper .partners-list.private-list .partner {
      margin-right: 20px; }
    .home .section.partners .wrapper .partners-list .partner {
      height: 120px; }
      .home .section.partners .wrapper .partners-list .partner .logo-container {
        display: table;
        width: 100px;
        max-height: 120px; }
        .home .section.partners .wrapper .partners-list .partner .logo-container > img {
          width: 100px;
          max-height: 120px; }
  .home .section.volunteers .container .button {
    margin: 20px 0 0 0; }
  .home .section.professionals .container .button {
    margin: 20px 0 0 0; } }

@media only screen and (max-width: 575px) {
  .home .section.introduction .col-fingerprint {
    max-height: 100vh; }
    .home .section.introduction .col-fingerprint .touch-me {
      position: relative; }
      .home .section.introduction .col-fingerprint .touch-me .letter {
        height: 70px; }
        .home .section.introduction .col-fingerprint .touch-me .letter > svg {
          height: 70px; }
        .home .section.introduction .col-fingerprint .touch-me .letterT {
          transform: translateY(30px) translateX(0); }
        .home .section.introduction .col-fingerprint .touch-me .letterO {
          transform: translateY(5px) translateX(30%); }
        .home .section.introduction .col-fingerprint .touch-me .letterU {
          transform: translateY(80px) translateX(65%); }
        .home .section.introduction .col-fingerprint .touch-me .letterC {
          transform: translateY(140px) translateX(20%); }
        .home .section.introduction .col-fingerprint .touch-me .letterH {
          transform: translateY(250px) translateX(60%); }
        .home .section.introduction .col-fingerprint .touch-me .letterM {
          transform: translateY(400px) translateX(0%); }
        .home .section.introduction .col-fingerprint .touch-me .letterE {
          transform: translateY(450px) translateX(35%); }
    .home .section.introduction .col-fingerprint .fingerprint {
      height: 350px;
      width: 230px;
      transform: unset;
      right: 10px;
      left: auto;
      transition: left 0s, right 0s; }
      .home .section.introduction .col-fingerprint .fingerprint > svg {
        height: 350px; }
  .home .section.introduction .col-edition {
    height: 100vh;
    min-height: 0;
    padding-top: 60%;
    transition: max-height 0.2s ease; }
    .home .section.introduction .col-edition .label {
      font-size: 18px; }
      .home .section.introduction .col-edition .label sup {
        font-size: 12px; }
    .home .section.introduction .col-edition .date {
      font-size: 20px;
      line-height: 20px; }
    .home .section.introduction .col-edition .slogan {
      margin-top: 30px;
      line-height: 22px;
      font-size: 20px; }
  .home .section.introduction .col-master .master-content {
    padding: 20px 10px; }
    .home .section.introduction .col-master .master-content .paragraph {
      font-size: 19px; }
    .home .section.introduction .col-master .master-content .title {
      font-size: 28px; }
    .home .section.introduction .col-master .master-content .text {
      font-size: 19px; }
      .home .section.introduction .col-master .master-content .text td {
        font-size: 16px; }
    .home .section.introduction .col-master .master-content .button {
      width: auto; }
  .home .section.navigation {
    padding-bottom: 0; }
    .home .section.navigation .wrapper .col-md-12 {
      padding: 10px; }
      .home .section.navigation .wrapper .col-md-12 .container {
        padding: 20px; }
    .home .section.navigation .col-artists .container .title {
      font-size: 24px; }
    .home .section.navigation .col-artists .container .text {
      font-size: 18px;
      line-height: 20px; }
    .home .section.navigation .col-visit .container .title {
      font-size: 24px; }
    .home .section.navigation .col-about .container .title {
      font-size: 24px; }
    .home .section.navigation .col-about .button {
      min-width: 200px; }
    .home .section.navigation .col-about .paper .text {
      font-size: 20px; }
    .home .section.navigation .col-events .title {
      font-size: 24px; }
    .home .section.navigation .col-events .button {
      width: 200px; }
    .home .section.navigation .col-events .events-container {
      height: 240px; }
      .home .section.navigation .col-events .events-container .event .date {
        font-size: 18px;
        max-width: 130px; }
      .home .section.navigation .col-events .events-container .event .excerpt {
        font-size: 22px; }
  .home .section.partners .wrapper .partners-list {
    display: flex;
    justify-content: center;
    align-items: center; }
    .home .section.partners .wrapper .partners-list .partner {
      width: 120px; }
      .home .section.partners .wrapper .partners-list .partner .logo-container > img {
        width: auto;
        height: auto;
        max-width: 120px;
        max-height: 120px; }
    .home .section.partners .wrapper .partners-list.private-list .partner {
      margin: 0 10px; }
  .home .section.volunteers {
    padding: 30px 0; }
    .home .section.volunteers .container .title {
      font-size: 24px;
      margin: 0 20px 30px 0; }
    .home .section.volunteers .container .text {
      font-size: 20px;
      font-weight: 700; }
    .home .section.volunteers .container .button {
      min-width: unset;
      width: 230px; }
  .home .section.professionals {
    padding: 30px 0; }
    .home .section.professionals .container .title {
      font-size: 24px;
      margin: 0 20px 30px 0; }
    .home .section.professionals .container .text {
      font-size: 20px;
      font-weight: 700; }
    .home .section.professionals .container .button {
      min-width: unset;
      width: 230px; } }

@media only screen and (max-width: 320px) {
  .home .section.introduction .col-edition {
    padding-top: 70%; } }

@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes letter_floating {
  0% {
    transform: translateY(-7px); }
  50% {
    transform: translateY(7px); }
  100% {
    transform: translateY(-7px); } }

/*
 * Basé sur le style "page_listing" avec spécificités
 */
.page-blog {
  background-image: url("../medias/background_listing.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .page-blog .items-list {
    display: flex;
    flex-wrap: wrap;
    padding: 50px; }
    .page-blog .items-list .item {
      margin: 40px 0; }
      .page-blog .items-list .item:nth-child(2n) {
        margin-left: auto; }

@media only screen and (max-width: 1779px) {
  .page-blog .items-list .item {
    margin: 20px 0; } }

@media only screen and (max-width: 1439px) {
  .page-blog .items-list {
    max-width: 1200px;
    margin: 0 auto; }
    .page-blog .items-list .item {
      margin: 30px 0; } }

@media only screen and (max-width: 1199px) {
  .page-blog .items-list {
    max-width: 700px;
    margin: 0 auto; }
    .page-blog .items-list .item {
      margin: 30px 0; }
      .page-blog .items-list .item:nth-child(2n) {
        margin-left: 0; } }

@media only screen and (max-width: 991px) {
  .page-blog .items-list {
    max-width: 700px;
    margin: 0 auto; }
    .page-blog .items-list .item {
      margin: 30px 0; }
      .page-blog .items-list .item:nth-child(2n) {
        margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .page-blog .items-list {
    padding: 50px 0px; }
    .page-blog .items-list .item {
      margin: 20px 0; } }

.page-listing {
  background-image: url("../medias/background_listing.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .page-listing .items-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px; }
    .page-listing .items-list .item {
      margin: calc((100% - (360px * 3)) / (3 * 2)); }

@media only screen and (max-width: 1779px) {
  .page-listing .items-list {
    padding: 50px 0; }
    .page-listing .items-list .item {
      margin: calc((100% - (320px * 3)) / (3 * 2)); } }

@media only screen and (max-width: 1199px) {
  .page-listing .items-list {
    padding: 50px 100px; }
    .page-listing .items-list .item {
      margin: calc((100% - (320px * 2)) / (2 * 2)); } }

@media only screen and (max-width: 991px) {
  .page-listing .items-list {
    padding: 50px 0px; }
    .page-listing .items-list .item {
      margin: calc((100% - (320px * 2)) / (2 * 2)); } }

@media only screen and (max-width: 767px) {
  .page-listing .items-list {
    display: flex;
    justify-content: center;
    align-items: center; }
    .page-listing .items-list .item {
      margin: 20px; } }

.page-programme .section.programme {
  padding: 50px 0; }
  .page-programme .section.programme .flexrow {
    padding: 30px 0;
    border-bottom: 1px solid #000; }
    .page-programme .section.programme .flexrow .col-info .title {
      font-weight: 500;
      max-width: 280px;
      font-size: 26px; }
    .page-programme .section.programme .flexrow .events-list {
      padding-top: 20px; }
  .page-programme .section.programme .outdated-events {
    margin-bottom: 30px; }
    .page-programme .section.programme .outdated-events #outdatedEventsTitle {
      cursor: pointer; }
      .page-programme .section.programme .outdated-events #outdatedEventsTitle:hover {
        text-decoration: underline; }
      .page-programme .section.programme .outdated-events #outdatedEventsTitle svg {
        margin-left: 10px; }
    .page-programme .section.programme .outdated-events .event.view-teaser .link {
      color: #b9b9b9; }
      .page-programme .section.programme .outdated-events .event.view-teaser .link:hover {
        background-color: #ececec; }
    .page-programme .section.programme .outdated-events .outdated-events-list {
      overflow: hidden;
      transition: max-height 0.5s ease-out; }
  .page-programme .section.programme .forthcoming-events {
    padding-top: 0; }

@media only screen and (max-width: 1779px) {
  .page-programme .section.programme .flexrow .col-info .title {
    font-size: 26px;
    padding-right: 0px; }
  .page-programme .section.programme .flexrow .events-list .event .datetime {
    min-width: 300px;
    max-width: 300px; } }

@media only screen and (max-width: 991px) {
  .page-programme .section.programme .flexrow .col-info .title {
    margin: 10px 0; }
  .page-programme .section.programme .flexrow .events-list {
    padding-left: 0; } }

@media only screen and (max-width: 767px) {
  .page-programme .section.programme .flexrow .col-info .title {
    text-align: center;
    max-width: 90%;
    margin: 10px auto; }
  .page-programme .section.programme .flexrow .events-list .event.view-teaser:first-child {
    margin-top: 10px; } }

.page-error {
  padding: 200px 0;
  min-height: calc(100vh - 313px); }
  .page-error .section {
    min-height: calc(100vh - 313px); }
    .page-error .section .wrapper {
      min-height: calc(100vh - 313px);
      display: flex;
      justify-content: center;
      align-items: center; }
      .page-error .section .wrapper .container .top {
        display: flex;
        margin-bottom: 20px; }
        .page-error .section .wrapper .container .top .link {
          margin-left: auto;
          font-size: 21px;
          color: #000;
          transition: 0.2s ease; }
          .page-error .section .wrapper .container .top .link .underlined {
            text-decoration: underline; }
          .page-error .section .wrapper .container .top .link > svg {
            height: 10px;
            margin-right: 5px;
            transition: 0.2s ease; }
          .page-error .section .wrapper .container .top .link:hover {
            color: #FF5058; }
        .page-error .section .wrapper .container .top .error {
          text-transform: uppercase;
          font-size: 40px; }
      .page-error .section .wrapper .container .image-container {
        display: flex;
        justify-content: center;
        align-items: center; }
        .page-error .section .wrapper .container .image-container img {
          max-width: 90%; }
      .page-error .section .wrapper .container .bottom {
        display: flex;
        margin-top: 20px; }
        .page-error .section .wrapper .container .bottom .text {
          font-size: 21px; }
        .page-error .section .wrapper .container .bottom .notfound {
          margin-left: auto;
          text-transform: uppercase;
          font-size: 40px; }

@media only screen and (max-width: 1199px) {
  .page-error {
    padding: 0; }
    .page-error .section .wrapper .container .top .link {
      font-size: 19px; }
    .page-error .section .wrapper .container .top .error {
      font-size: 36px; }
    .page-error .section .wrapper .container .bottom .text {
      font-size: 19px; }
    .page-error .section .wrapper .container .bottom .notfound {
      font-size: 36px; } }

@media only screen and (max-width: 991px) {
  .page-error {
    min-height: calc(100vh - 305px); }
    .page-error .section {
      min-height: calc(100vh - 305px); }
      .page-error .section .wrapper {
        min-height: calc(100vh - 305px);
        padding-top: 20px; } }

@media only screen and (max-width: 767px) {
  .page-error {
    padding: 150px 0 50px 0;
    min-height: unset; }
    .page-error .section {
      min-height: unset; }
      .page-error .section .wrapper {
        min-height: unset;
        padding-top: 0; }
        .page-error .section .wrapper .container .top {
          margin-bottom: 10px; }
          .page-error .section .wrapper .container .top .link {
            font-size: 16px; }
          .page-error .section .wrapper .container .top .error {
            font-size: 30px; }
        .page-error .section .wrapper .container .image-container > img {
          max-width: 100%; }
        .page-error .section .wrapper .container .bottom {
          margin-top: 10px; }
          .page-error .section .wrapper .container .bottom .text {
            font-size: 16px; }
          .page-error .section .wrapper .container .bottom .notfound {
            font-size: 30px; } }

@media only screen and (max-width: 575px) {
  .page-error .section .wrapper .container .top {
    margin-bottom: 10px; }
    .page-error .section .wrapper .container .top .link {
      font-size: 18px; }
    .page-error .section .wrapper .container .top .error {
      font-size: 26px; }
  .page-error .section .wrapper .container .bottom {
    margin-top: 10px; }
    .page-error .section .wrapper .container .bottom .text {
      font-size: 14px; }
    .page-error .section .wrapper .container .bottom .notfound {
      font-size: 26px;
      margin-left: 20px; } }

.artist .common-header, .artist .common-header.has_description {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  min-height: 200px;
  padding: 70px 0; }
  .artist .common-header .title-container, .artist .common-header.has_description .title-container {
    margin-top: 35px;
    min-height: unset; }
  .artist .common-header .go_to_archive, .artist .common-header.has_description .go_to_archive {
    font-size: 16px;
    top: 35px; }

@media only screen and (max-width: 991px) {
  .artist .common-header.has_description, .artist .common-header:not(.has_description) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 70px 0; }
    .artist .common-header.has_description .title-container, .artist .common-header:not(.has_description) .title-container {
      min-height: unset;
      padding: 0; }
    .artist .common-header.has_description .go_to_archive, .artist .common-header:not(.has_description) .go_to_archive {
      font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .artist .common-header.has_description .title-container, .artist .common-header:not(.has_description) .title-container {
    height: unset;
    min-height: unset;
    padding: 0;
    text-align: center; }
    .artist .common-header.has_description .title-container .title, .artist .common-header:not(.has_description) .title-container .title {
      width: 100%; }
  .artist .common-header.has_description .description-container, .artist .common-header:not(.has_description) .description-container {
    margin-top: 50px;
    text-align: center; } }

.post.view-teaser {
  height: 520px;
  max-width: 600px;
  width: 100%;
  transition: transform 0.3s ease-out; }
  .post.view-teaser .link {
    color: #000; }
  .post.view-teaser .container {
    height: 100%;
    min-height: 520px;
    width: 100%;
    padding: 20px 30px;
    background: #ececec; }
  .post.view-teaser .top {
    display: flex;
    font-size: 28px; }
    .post.view-teaser .top .date {
      text-transform: lowercase; }
    .post.view-teaser .top .category {
      margin-left: auto; }
  .post.view-teaser .image-container {
    width: 100%;
    min-height: 270px;
    height: 270px;
    box-sizing: content-box;
    padding: 30px 0;
    margin: 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .post.view-teaser .image-container > img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .post.view-teaser .bottom {
    font-size: 30px;
    line-height: 36px; }
    .post.view-teaser .bottom .title {
      font-weight: 400; }
  .post.view-teaser:hover {
    transform: translateY(-10px); }

@media only screen and (max-width: 1779px) {
  .post.view-teaser {
    max-width: 480px;
    height: 470px; }
    .post.view-teaser .container {
      min-height: 470px; }
    .post.view-teaser .top {
      font-size: 20px; }
    .post.view-teaser .image-container {
      min-height: 240px;
      height: 240px; }
    .post.view-teaser .bottom {
      font-size: 24px;
      line-height: 32px; } }

@media only screen and (max-width: 1439px) {
  .post.view-teaser {
    max-width: 440px;
    height: 470px; } }

@media only screen and (max-width: 1199px) {
  .post.view-teaser {
    max-width: 600px;
    height: 540px; }
    .post.view-teaser .container {
      min-height: 540px; }
    .post.view-teaser .top {
      font-size: 28px; }
    .post.view-teaser .image-container {
      min-height: 240px;
      height: 240px; }
    .post.view-teaser .bottom {
      font-size: 34px;
      line-height: 42px; } }

@media only screen and (max-width: 767px) {
  .post.view-teaser {
    height: auto;
    min-height: unset; }
    .post.view-teaser .container {
      height: auto;
      min-height: unset; }
    .post.view-teaser .top {
      font-size: 22px; }
    .post.view-teaser .image-container {
      min-height: 240px;
      height: 240px; }
    .post.view-teaser .bottom {
      font-size: 22px;
      line-height: 30px; } }

@media only screen and (max-width: 320px) {
  .post.view-teaser {
    height: auto;
    min-height: unset; }
    .post.view-teaser .container {
      height: auto;
      min-height: unset; }
    .post.view-teaser .top {
      font-size: 19px; }
    .post.view-teaser .image-container {
      min-height: 240px;
      height: 240px; }
    .post.view-teaser .bottom {
      font-size: 20px;
      line-height: 26px; } }

.artist.view-teaser {
  height: 580px;
  max-width: 360px;
  width: 100%;
  transition: transform 0.3s ease-out; }
  .artist.view-teaser .link {
    display: flex;
    flex-direction: column;
    color: #000;
    min-height: 530px; }
  .artist.view-teaser .container {
    height: 100%;
    min-height: 580px;
    width: 100%;
    padding: 20px 30px;
    background: #ececec; }
  .artist.view-teaser .top {
    position: relative; }
    .artist.view-teaser .top .identity {
      font-size: 34px;
      line-height: 40px;
      font-weight: 700;
      margin: 0; }
      .artist.view-teaser .top .identity .forename {
        display: block; }
      .artist.view-teaser .top .identity .lastname {
        display: block; }
    .artist.view-teaser .top .nationality {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 15px;
      line-height: 15px;
      height: 30px;
      width: 30px;
      text-transform: uppercase;
      border: 1px solid #000;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: 0; }
  .artist.view-teaser .image-container {
    width: 100%;
    min-height: 270px;
    height: 270px;
    box-sizing: content-box;
    padding: 30px 0;
    margin: 10px 0 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .artist.view-teaser .image-container > img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .artist.view-teaser .bottom {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    margin-top: auto; }
    .artist.view-teaser .bottom p {
      margin: 0; }
  .artist.view-teaser:hover {
    transform: translateY(-10px); }

@media only screen and (max-width: 1779px) {
  .artist.view-teaser {
    max-width: 320px;
    height: 520px; }
    .artist.view-teaser .container {
      max-width: 320px;
      min-height: 520px; }
    .artist.view-teaser .link {
      min-height: 480px; }
    .artist.view-teaser .top .identity {
      font-size: 30px;
      line-height: 30px; }
    .artist.view-teaser .top .nationality {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 12px;
      line-height: 12px;
      height: 20px;
      width: 20px; }
    .artist.view-teaser .image-container {
      min-height: 240px;
      height: 240px; }
      .artist.view-teaser .image-container > img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .artist.view-teaser .bottom {
      font-size: 20px; } }

@media only screen and (max-width: 767px) {
  .artist.view-teaser:hover {
    transform: unset; } }

.member.view-teaser {
  height: 560px;
  max-width: 340px;
  width: 100%;
  transition: transform 0.3s ease-out; }
  .member.view-teaser .link {
    color: #000; }
  .member.view-teaser .container {
    height: 100%;
    min-height: 560px;
    width: 100%;
    padding: 20px 30px;
    background: #ececec; }
  .member.view-teaser .top .name {
    font-weight: 700;
    font-size: 36px; }
  .member.view-teaser .top .society-info {
    font-size: 18px; }
  .member.view-teaser .image-container {
    width: 100%;
    min-height: 270px;
    height: 270px;
    box-sizing: content-box;
    padding: 30px 0;
    margin: 10px 0 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .member.view-teaser .image-container > img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .member.view-teaser .bottom {
    font-size: 24px;
    font-style: italic;
    font-weight: 500; }
    .member.view-teaser .bottom p {
      margin: 0; }
  .member.view-teaser:hover {
    transform: translateY(-10px); }

@media only screen and (max-width: 1779px) {
  .member.view-teaser {
    max-width: 320px;
    height: 500px; }
    .member.view-teaser .container {
      max-width: 320px;
      min-height: 500px; }
    .member.view-teaser .top .name {
      font-size: 30px; }
    .member.view-teaser .top .society-info {
      font-size: 15px; }
    .member.view-teaser .image-container {
      min-height: 240px;
      height: 240px; }
      .member.view-teaser .image-container > img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .member.view-teaser .bottom {
      font-size: 18px; } }

@media only screen and (max-width: 1199px) {
  .member.view-teaser {
    max-width: 320px;
    height: 500px; }
    .member.view-teaser .container {
      max-width: 320px;
      min-height: 500px; }
    .member.view-teaser .top .name {
      font-size: 30px; }
    .member.view-teaser .top .society-info {
      font-size: 15px; }
    .member.view-teaser .image-container {
      min-height: 240px;
      height: 240px; }
      .member.view-teaser .image-container > img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .member.view-teaser .bottom {
      font-size: 22px; } }

@media only screen and (max-width: 767px) {
  .artist.view-teaser:hover {
    transform: unset; } }

.event.view-teaser .link {
  display: flex;
  color: #000;
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: 20px 40px; }
  .event.view-teaser .link .datetime {
    min-width: 400px;
    max-width: 400px; }
    .event.view-teaser .link .datetime .date-start {
      text-transform: lowercase;
      font-weight: 600; }
    .event.view-teaser .link .datetime .time {
      font-size: 18px;
      font-weight: 500; }
      .event.view-teaser .link .datetime .time .separator {
        margin: 0 2px; }
  .event.view-teaser .link .info .title {
    font-size: 26px;
    font-weight: 600; }
  .event.view-teaser .link .info .location {
    font-size: 18px;
    font-weight: 500; }
  .event.view-teaser .link:hover {
    background-color: #FF5058;
    color: #fff; }

@media only screen and (max-width: 1199px) {
  .event.view-teaser .link .datetime {
    min-width: 230px;
    max-width: 230px; }
    .event.view-teaser .link .datetime .date-start {
      font-size: 26px; }
    .event.view-teaser .link .datetime .time {
      font-size: 19px; }
      .event.view-teaser .link .datetime .time .separator {
        margin: 0 2px; }
  .event.view-teaser .link .info .title {
    font-size: 26px; }
  .event.view-teaser .link .info .location {
    font-size: 19px; } }

@media only screen and (max-width: 991px) {
  .event.view-teaser .link {
    padding: 20px 0; }
    .event.view-teaser .link .datetime .date-start {
      font-size: 24px; }
    .event.view-teaser .link .datetime .time {
      font-size: 18px; }
      .event.view-teaser .link .datetime .time .separator {
        margin: 0 2px; }
    .event.view-teaser .link .info .title {
      font-size: 24px; }
    .event.view-teaser .link .info .location {
      font-size: 18px; } }

@media only screen and (max-width: 767px) {
  .event.view-teaser {
    border: 1px solid #b9b9b9;
    margin: 30px 0;
    padding: 15px 0; }
    .event.view-teaser .link {
      padding: 15px;
      flex-wrap: wrap; }
      .event.view-teaser .link .datetime {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        min-width: unset;
        max-width: unset;
        border-bottom: 1px solid #b9b9b9;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .event.view-teaser .link .datetime .date-start {
          font-size: 24px;
          margin-right: 0; }
          .event.view-teaser .link .datetime .date-start::after {
            display: inline;
            content: '-';
            margin: 0 10px; }
        .event.view-teaser .link .datetime .time {
          font-size: 22px; }
          .event.view-teaser .link .datetime .time .separator {
            margin: 0 2px; }
      .event.view-teaser .link .info {
        width: 100%;
        padding-top: 10px; }
        .event.view-teaser .link .info .title {
          font-size: 22px; }
        .event.view-teaser .link .info .location {
          margin-top: 10px;
          font-size: 18px; } }
