@charset "UTF-8";
/*
 * Breakpoints
 * Mobile and tablet sizes are assumed to be in landscape orientation.
 * Usage:
 *   @media screen and (max-width: $mobile + px) { ... }
 */
/*
  beak point temporaire
*/
/*
*
* New Beakpoint mobile first
*
*
*/
/**
 * Fonts
 *
 * We have 6 webfonts on the site: Centro Sans Pro (3 weights),
 * Conqueror Didot Light 18, and Conqueror Didot Light 64.
 * Plus a 'slashed' version of the Conqueror 64.
 * We use a JS font loader to favor FOIT over FOUT.
 * See also resources/views/partials/font_loader.php
 */
@font-face {
  font-family: 'aw-conqueror-didot-light-18';
  src: url("/fonts/AWConquerorDidot-Light18.eot");
  src: url("/fonts/AWConquerorDidot-Light18.woff") format("woff"), url("/fonts/AWConquerorDidot-Light18.svg#AWConquerorDidot-Light18") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'aw-conqueror-didot-light-64';
  src: url("/fonts/AWConquerorDidot-Light64.eot");
  src: url("/fonts/AWConquerorDidot-Light64.woff") format("woff"), url("/fonts/AWConquerorDidot-Light64.svg#AWConquerorDidot-Light64") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'PFCentroSansPro';
  src: url("/fonts/PFCentroSansPro-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/PFCentroSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/PFCentroSansPro-Regular.woff") format("woff"), url("/fonts/PFCentroSansPro-Regular.svg#PFCentroSansPro-Regular") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: 'PFCentroSansPro';
  src: url("/fonts/PFCentroSansPro-Medium.hinted.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/PFCentroSansPro-Medium.hinted.woff") format("woff"), url("/fonts/PFCentroSansPro-Medium.svg#PFCentroSansPro-Medium") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'PFCentroSansPro';
  src: url("/fonts/PFCentroSansPro-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/PFCentroSansPro-Bold.woff") format("woff"), url("/fonts/PFCentroSansPro-Bold.svg#PFCentroSansPro-Bold") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: 'PFCentroSansPro';
  src: url("/fonts/PFCentroSansPro-Italic.eot");
  src: url("/fonts/PFCentroSansPro-Italic.woff") format("woff"), url("/fonts/PFCentroSansPro-Italic.ttf") format("truetype"), url("/fonts/PFCentroSansPro-Italic.svg#PFCentroSansPro") format("svg");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: 'PFCentroSansProBlack';
  src: url("/fonts/PFCentroSansPro-Black");
  src: url("/fonts/PFCentroSansPro-Black.woff") format("woff"), url("/fonts/PFCentroSansPro-Black.ttf") format("truetype"), url("/fonts/PFCentroSansPro-Black.svg#PFCentroSansProBlack") format("svg");
  font-style: style;
  font-weight: normal; }

@font-face {
  font-family: 'PFCentroSansProLight';
  src: url("/fonts/PFCentroSansPro-Light");
  src: url("/fonts/PFCentroSansPro-Light.woff") format("woff"), url("/fonts/PFCentroSansPro-Light.ttf") format("truetype"), url("/fonts/PFCentroSansPro-Light.svg#PFCentroSansProLight") format("svg");
  font-style: style;
  font-weight: normal; }

@font-face {
  font-family: 'AWConquerorDidotSlashWeb';
  src: url("/fonts/AWConquerorDidotSlashWeb-Light64.eot");
  src: url("/fonts/AWConquerorDidotSlashWeb-Light64.woff") format("woff"), url("/fonts/AWConquerorDidotSlashWeb-Light64.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* ------- Mixins for the same purpose, for practicality. ------- */
/* By default, display unstyled text while the webfonts are loading (FOIT). */
.wf-centro {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal; }

.wf-centro-med {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal; }

.wf-centro-bold {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal; }

.wf-centro-black {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal; }

.wf-centro-light {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal; }

.wf-conq {
  font-family: Georgia, serif;
  font-weight: normal;
  font-style: normal; }

.wf-centro-italic {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic; }

/* Class applied after webfonts are loaded, set in JS. See font_loader.php partial view. */
html.fonts-loaded {
  /* These are the classes to use directly in the HTML */ }
  html.fonts-loaded .wf-centro {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  html.fonts-loaded .wf-centro-med {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: 500; }
  html.fonts-loaded .wf-centro-bold {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  html.fonts-loaded .wf-centro-italic {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic; }
  html.fonts-loaded .wf-centro-black {
    font-family: "PFCentroSansProBlack", Helvetica, Arial, sans-serif; }
  html.fonts-loaded .wf-centro-light {
    font-family: "PFCentroSansProLight", Helvetica, Arial, sans-serif; }
  html.fonts-loaded .wf-conq-18 {
    font-family: "aw-conqueror-didot-light-18", Georgia, serif; }
  html.fonts-loaded .wf-conq-64 {
    font-family: "aw-conqueror-didot-light-64", Georgia, serif; }

@font-face {
  font-family: 'maz-icon-font';
  src: url("/fonts/maz-icon-font/maz-icon-font.ef5a9f2f2fa21ceb6b1d.woff2") format("woff2"), url("/fonts/maz-icon-font/maz-icon-font.ef5a9f2f2fa21ceb6b1d.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*
.maz-icon::before {
	display: inline-block;
	font-family: "maz-icon-font", sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/
[class*="maz-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "maz-icon-font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.maz-icon-logo-aria::before {
  content: "\EA50"; }

.maz-icon-alert::before {
  content: "\EA02"; }

.maz-icon-amphitheatre-bastille::before {
  content: "\EA03"; }

.maz-icon-arrow-full::before {
  content: "\EA04"; }

.maz-icon-arrow-go-further::before {
  content: "\EA05"; }

.maz-icon-arrow::before {
  content: "\EA06"; }

.maz-icon-audio-description::before {
  content: "\EA07"; }

.maz-icon-audio::before {
  content: "\EA08"; }

.maz-icon-bag::before {
  content: "\EA09"; }

.maz-icon-bell::before {
  content: "\EA0A"; }

.maz-icon-burger-open::before {
  content: "\EA0B"; }

.maz-icon-calendar::before {
  content: "\EA0C"; }

.maz-icon-clock::before {
  content: "\EA0D"; }

.maz-icon-close::before {
  content: "\EA0E"; }

.maz-icon-download::before {
  content: "\EA0F"; }

.maz-icon-expand-empty::before {
  content: "\EA10"; }

.maz-icon-expand-full::before {
  content: "\EA11"; }

.maz-icon-facebook::before {
  content: "\EA12"; }

.maz-icon-full-screen-2::before {
  content: "\EA13"; }

.maz-icon-full-screen::before {
  content: "\EA14"; }

.maz-icon-gallery::before {
  content: "\EA15"; }

.maz-icon-glasses::before {
  content: "\EA16"; }

.maz-icon-instagram::before {
  content: "\EA18"; }

.maz-icon-leaflet::before {
  content: "\EA19"; }

.maz-icon-logo-350::before {
  content: "\EA1A"; }

.maz-icon-logo-amis-opera::before {
  content: "\EA1B"; }

.maz-icon-logo-arop::before {
  content: "\EA1C"; }

.maz-icon-logo-opera-monogramme::before {
  content: "\EA1D"; }

.maz-icon-logo-opera::before {
  content: "\EA1E"; }

.maz-icon-logo-ring-1920::before {
  content: "\EA1F"; }

.maz-icon-mail::before {
  content: "\EA20"; }

.maz-icon-next-empty::before {
  content: "\EA21"; }

.maz-icon-next-full::before {
  content: "\EA22"; }

.maz-icon-opera-bastille::before {
  content: "\EA24"; }

.maz-icon-palais-garnier::before {
  content: "\EA25"; }

.maz-icon-philharmonie-de-paris::before {
  content: "\EA26"; }

.maz-icon-play::before {
  content: "\EA27"; }

.maz-icon-previous-empty::before {
  content: "\EA28"; }

.maz-icon-previous-full::before {
  content: "\EA29"; }

.maz-icon-price::before {
  content: "\EA2A"; }

.maz-icon-retract-empty::before {
  content: "\EA2B"; }

.maz-icon-retract-full::before {
  content: "\EA2C"; }

.maz-icon-search::before {
  content: "\EA2D"; }

.maz-icon-share::before {
  content: "\EA2E"; }

.maz-icon-sound::before {
  content: "\EA2F"; }

.maz-icon-star-avantage-empty::before {
  content: "\EA30"; }

.maz-icon-star-avantage::before {
  content: "\EA31"; }

.maz-icon-studio-bastille::before {
  content: "\EA32"; }

.maz-icon-text::before {
  content: "\EA33"; }

.maz-icon-twitter::before {
  content: "\EA34"; }

.maz-icon-video::before {
  content: "\EA35"; }

.maz-icon-warning::before {
  content: "\EA36"; }

.maz-icon-headphone::before {
  content: "\EA37"; }

.maz-icon-notification::before {
  content: "\EA38"; }

.maz-icon-cask::before {
  content: "\EA39"; }

.maz-icon-ring::before {
  content: "\EA40"; }

.maz-icon-info::before {
  content: "\EA41"; }

.maz-icon-octave-magazine::before {
  content: "\EA42"; }

.maz-icon-2021::before {
  content: "\EA43"; }

.maz-icon-saison-2021::before {
  content: "\EA44"; }

.maz-icon-euro-circle::before {
  content: "\EA45"; }

.maz-icon-euro::before {
  content: "\EA46"; }

.maz-icon-triangle::before {
  content: "\EA47"; }

.maz-icon-account::before {
  content: "\EA48"; }

.maz-icon-donations::before {
  content: "\EA49"; }

.maz-icon-print::before {
  content: "\EA4C"; }

.maz-icon-soundcloud::before {
  content: "\EA4D"; }

.maz-icon-youtube::before {
  content: "\EA4E"; }

.maz-icon-amis-opera::before {
  content: "\EA4F"; }

/* Default styles for the iframes holding the ads. */
.tag-live {
  color: #ffffff;
  background: #ff0000;
  border-radius: 2px;
  height: 24px;
  line-height: 24px;
  letter-spacing: 0.05em;
  display: inline-block;
  padding: 0 13px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }

.debug-frame {
  border: 1px solid red;
  background: #e2e2e2;
  padding: 10px;
  max-width: 50vw;
  width: 100%;
  margin: 20px auto; }
  .debug-frame h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: blue; }
  .debug-frame strong {
    font-weight: bold;
    color: red; }
  .debug-frame p {
    margin-bottom: 10px; }
    .debug-frame p:last-child {
      margin-bottom: 0; }

.debug-frame-type {
  background: #e2e2e2;
  padding: 10px;
  margin: 20px auto;
  max-width: 50vh;
  width: 100%; }
  .debug-frame-type strong {
    font-weight: bold;
    color: red; }

/*
    ONP Grid, based on flexGridProcessor from PostCss
 */
/*
    Grid wrappers.
 */
.grid-container {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  .grid-container::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .grid-container {
      padding-left: 20px;
      padding-right: 20px; } }
  .grid-container .grid-row {
    margin-left: calc(-15px);
    margin-right: calc(-15px); }
    @media screen and (max-width: 767px) {
      .grid-container .grid-row {
        margin-left: calc(-10px);
        margin-right: calc(-10px); } }
    .grid-container .grid-row::after {
      content: "";
      display: table;
      clear: both; }
    .grid-container .grid-row.last-item {
      margin-bottom: 99px; }
      @media screen and (max-width: 767px) {
        .grid-container .grid-row.last-item {
          margin-bottom: 55px; } }
  .grid-container .grid-main {
    width: 66.66667%;
    float: left;
    padding-right: 15px;
    padding-left: 15px; }
    @media screen and (max-width: 1023px) {
      .grid-container .grid-main {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .grid-container .grid-main {
        padding-right: 10px;
        padding-left: 10px; } }
  .grid-container .grid-aside {
    position: relative;
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px; }
    .grid-container .grid-aside::after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 1023px) {
      .grid-container .grid-aside {
        width: 100%; } }
  .grid-container .grid-omega {
    margin-right: 0; }
  .grid-container .grid-three {
    float: left;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px; }
  .grid-container .grid-nine {
    float: left;
    width: 75%;
    padding-right: 15px;
    padding-left: 15px; }
    @media screen and (max-width: 1023px) {
      .grid-container .grid-nine {
        width: 100%; } }

/* spacing before and after grid-items */
.grid-row-margin {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .grid-row-margin {
      margin-top: 30px;
      margin-bottom: 30px; } }

@media screen and (min-width: 1280px) {
  .grid-show-margin {
    margin-top: 66px;
    margin-bottom: 40px; } }

.grid-row-prefooter {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .grid-row-prefooter {
      margin-bottom: 50px; } }

.grid-row-prefooter-small {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .grid-row-prefooter-small {
      margin-bottom: 30px; } }

/* Mixins for grid-row and gutter */
/* Free page general layout with navigation */
.FreePage {
  margin-top: 50px;
  /* margin-bottom: 160px; */ }
  .FreePage.no-side-nav {
    max-width: calc(1080px + 60px);
    /* bec. of the margins */
    padding-left: 30px;
    padding-right: 30px; }
    .FreePage.no-side-nav .FreePage--main {
      float: none;
      padding-left: 0;
      margin: 0;
      width: 100%; }
  .FreePage .FreePage--aside {
    width: 24.35897%;
    float: left;
    padding-right: 15px; }
    .FreePage .FreePage--aside a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .FreePage .BackButton {
    border: 0 solid #dddddd;
    border-top-width: 1px; }
  .FreePage .FreePage--main {
    width: 75.64103%;
    float: right;
    padding-left: 15px;
    color: #606060; }
  @media screen and (max-width: 1023px) {
    .FreePage .FreePage--aside, .FreePage .FreePage--main {
      width: 100%;
      float: none;
      padding-right: 0;
      padding-left: 0; }
    .FreePage .BackButton {
      border-top-width: 0; }
      .FreePage .BackButton a {
        padding-left: 30px;
        padding-right: 30px; }
    .FreePage .FreePage--back {
      margin-left: calc(-30px);
      margin-right: calc(-30px);
      width: auto; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .FreePage .FreePage--back {
      margin-top: -50px;
      margin-bottom: 25px; } }
  @media screen and (max-width: 767px) {
    .FreePage {
      margin-top: 25px;
      margin-bottom: 80px; }
      .FreePage .FreePage--back {
        margin-top: -25px;
        margin-bottom: 10px; }
      .FreePage .BackButton {
        border-bottom-width: 1px; } }

/* new file */
/*
    font loading system and mixins, see:
    frontend/global/font.css
    mixin usage example:
    .selector { @include wf-conq-18; }
*/
.title {
  color: #050505;
  margin-top: 0; }
  .title.title--h1 {
    /*font-family: 'aw-conqueror-didot-light-64', serif;*/
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 60px;
    line-height: 60px; }
    html.aw-conqueror-didot-light-18-loaded .title.title--h1,
    html.fonts-loaded .title.title--h1 {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .title.title--h2 {
    /*font-family: 'aw-conqueror-didot-light-64', serif;*/
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 30px; }
    html.aw-conqueror-didot-light-18-loaded .title.title--h2,
    html.fonts-loaded .title.title--h2 {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .title.title--h3 {
    /*font-family: 'PFCentroSansPro', sans-serif;*/
    text-transform: uppercase;
    font-size: 20px; }
    html.PFCentroSansPro-loaded .title.title--h3,
    html.fonts-loaded .title.title--h3 {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .title.title--h4 {
    /*font-family: 'PFCentroSansPro', sans-serif;*/
    /*font-weight: 500;*/
    font-size: 20px; }
    html.PFCentroSansProMed-loaded .title.title--h4,
    html.fonts-loaded .title.title--h4 {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
      font-weight: 500; }

/* (min-width: 768px) */
@media (--tablet-and-up) {
  .title.title--h1 {
    font-size: 80px;
    line-height: 80px; }
  .title.title--h3 {
    /*font-size: 20px;*/ } }

/**
 * Typography
 *
 */
body {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "kern";
  -webkit-font-kerning: normal;
          font-kerning: normal;
  color: #050505; }
  html.PFCentroSansPro-loaded body,
  html.fonts-loaded body {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }

/* Class helpers, resets and mixins */
hr {
  border: none;
  border-top: 1px solid #dddddd; }
  hr.m-30 {
    margin: 30px 0; }

i {
  font-style: italic; }
  html.PFCentroSansProItalic-loaded i,
  html.fonts-loaded i {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }

.black-text {
  color: #050505; }

.light-text {
  color: #757575; }

.green-text {
  color: #998b77; }

.blue-text {
  color: #345472; }

a.blue-text:hover {
  color: #050505; }

.orange-text,
.info-text {
  color: #d56033; }

.red-text,
.alert-text {
  color: #cc2c00; }

.gold-text {
  color: #606060; }

.gold-link {
  color: #606060; }
  .gold-link:hover {
    text-decoration: underline; }

.blue-link {
  color: #345472; }
  .blue-link:hover {
    text-decoration: underline; }

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

.underlined {
  border-color: inherit;
  border-bottom: 1px solid; }

article {
  quotes: '201C' '201D' '2018' '2019'; }

/* ------- Typography mixins with not so clear names and messy rules ------- */
/* Shared typography classes */
.title-feature {
  font-size: 75px;
  line-height: 85px;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-64-loaded .title-feature,
  html.fonts-loaded .title-feature {
    font-family: "aw-conqueror-didot-light-64", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }

.title-promotion {
  font-size: 45px;
  line-height: 55px;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-64-loaded .title-promotion,
  html.fonts-loaded .title-promotion {
    font-family: "aw-conqueror-didot-light-64", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .title-promotion {
      font-size: 35px;
      line-height: 45px; } }
  @media screen and (max-width: 767px) {
    .title-promotion {
      font-size: 28px;
      line-height: 30px; } }

.title-oeuvre {
  margin: 0;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: normal;
  color: #050505;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-18-loaded .title-oeuvre,
  html.fonts-loaded .title-oeuvre {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  @media screen and (min-width: 1024px) {
    .title-oeuvre {
      font-size: 35px;
      line-height: 40px; } }
  @media screen and (max-width: 767px) {
    .title-oeuvre {
      font-size: 20px;
      line-height: 25px; } }

.title-oeuvre-small {
  margin: 0;
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: normal;
  color: #050505;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-18-loaded .title-oeuvre-small,
  html.fonts-loaded .title-oeuvre-small {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  @media screen and (min-width: 1024px) {
    .title-oeuvre-small {
      font-size: 35px;
      line-height: 40px; } }
  @media screen and (max-width: 767px) {
    .title-oeuvre-small {
      font-size: 20px;
      line-height: 25px; } }
  @media screen and (min-width: 1024px) {
    .title-oeuvre-small {
      font-size: 28px;
      line-height: 30px; } }

.first-letter-star {
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  display: inline-block;
  margin-top: -6px; }
  .first-letter-star::first-letter {
    font-family: "Times New Roman", Times, Georgia, serif;
    text-transform: uppercase; }
    html.AWConquerorDidotSlashWeb-loaded .first-letter-star::first-letter,
    html.fonts-loaded .first-letter-star::first-letter {
      font-family: "AWConquerorDidotSlashWeb", "aw-conqueror-didot-light-64", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1;
      text-transform: none; }

.title-oeuvre-subtitle {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-18-loaded .title-oeuvre-subtitle,
  html.fonts-loaded .title-oeuvre-subtitle {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  @media screen and (min-width: 1024px) {
    .title-oeuvre-subtitle {
      font-size: 25px;
      line-height: 35px; } }

.title-quotes {
  font-size: 35px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-18-loaded .title-quotes,
  html.fonts-loaded .title-quotes {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }

.title-listing-subtitle {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif;
  color: #050505;
  margin: 0; }
  html.aw-conqueror-didot-light-18-loaded .title-listing-subtitle,
  html.fonts-loaded .title-listing-subtitle {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  @media screen and (max-width: 767px) {
    .title-listing-subtitle {
      font-size: 20px;
      line-height: 25px; } }
  .title-listing-subtitle span {
    color: #757575; }
  @media screen and (max-width: 767px) {
    .title-listing-subtitle {
      font-size: 20px;
      line-height: 25px; } }

.title-listing {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-18-loaded .title-listing,
  html.fonts-loaded .title-listing {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  @media screen and (max-width: 767px) {
    .title-listing {
      font-size: 20px;
      line-height: 25px; } }

.title-leading {
  font-size: 30px;
  line-height: 35px; }
  @media screen and (max-width: 767px) {
    .title-leading {
      font-size: 25px;
      line-height: 30px; } }

.title-listing-small {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-18-loaded .title-listing-small,
  html.fonts-loaded .title-listing-small {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }

.title-module {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase; }
  html.PFCentroSansProMed-loaded .title-module,
  html.fonts-loaded .title-module {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: 500; }
  @media screen and (max-width: 767px) {
    .title-module {
      font-size: 16px;
      line-height: 20px; } }

.title-module-underline {
  margin-top: 34px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .title-module-underline {
      margin-top: 15px; } }

.large-text {
  font-size: 18px;
  line-height: 30px; }
  @media screen and (max-width: 767px) {
    .large-text {
      font-size: 16px;
      line-height: 25px; } }

.regular-text {
  font-size: 16px;
  line-height: 25px; }

.footnotes {
  color: #757575;
  font-size: 14px;
  line-height: 25px; }

.type-header {
  font-size: 13px;
  line-height: 20px;
  color: #757575;
  text-transform: uppercase;
  font-weight: 400; }

.lead-text {
  margin-top: 86px;
  margin-bottom: 89px;
  font-size: 25px;
  line-height: 35px;
  font-family: "Times New Roman", Times, Georgia, serif; }
  @media screen and (max-width: 767px) {
    .lead-text {
      margin-top: 32px;
      margin-bottom: 32px;
      width: 100%;
      font-size: 20px;
      line-height: 25px; } }
  html.aw-conqueror-didot-light-18-loaded .lead-text,
  html.fonts-loaded .lead-text {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }

p.partner-text {
  margin: 8px 0 0 !important;
  font-size: 16px !important;
  text-align: left;
  color: #606060 !important;
  font-style: italic; }
  html.PFCentroSansProItalic-loaded p.partner-text,
  html.fonts-loaded p.partner-text {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }

.text-with-margin {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .text-with-margin {
      margin-bottom: 20px; } }

sup {
  font-size: .7em;
  top: -5px; }

/* On text typeset in Centro 18px, we remove
   subpixel antialiasing, to make the text
   look 'slimmer'. */
/**
 * freeze page helper classes
 */
html.freeze-page {
  overflow: hidden;
  position: relative;
  height: 100%; }
  html.freeze-page.freeze-page-alt body {
    overflow: visible;
    position: relative;
    height: auto; }
  html.freeze-page body {
    overflow: hidden;
    position: relative;
    height: 100%; }

/*
 * Extenders or Global Helpers
 *
*/
.light-gray-bg-1 {
  background-color: #dddddd; }

.light-gray-bg-2 {
  background-color: #ededed; }

.light-gray-bg-3 {
  background-color: #fbfbfb; }

.black-bg {
  background-color: #050505;
  color: #fff; }

.dark-bg {
  background-color: #1a1a1a;
  color: #757575; }

.image-link {
  display: block; }
  .image-link img {
    display: block; }

/* Accessible hidden content, for screen readers. */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.menu-mobile-open {
  overflow: hidden;
  position: fixed;
  height: 100%; }

/* QA: Adds margin should be 100px top and 100px bottom */
.margin-ads {
  margin: 98px 0 94px; }

.margin-bottom-ads {
  margin-bottom: 94px; }

/* Margin between sections in home */
.section-margin {
  margin: 49px 0 0; }
  .section-margin::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .section-margin {
      margin: 2px 0 0; } }

.margin-bottom {
  margin-bottom: 25px; }

.section-padding {
  padding: 45px 0 50px; }

.section--margin-bottom {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .section--margin-bottom {
      margin-bottom: 20px; } }

.flex-container {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .flex-container {
      display: block; } }

.height-100-percent {
  height: 100%; }

.pos-rel {
  position: relative !important; }

.pos-abs {
  position: absolute !important; }

.mobile,
.tablet,
.tablet-and-down,
.tablet-and-up,
.desktop,
.desktop-and-down,
.desktop-and-up,
.widescreen {
  display: none !important; }

@media screen and (max-width: 767px) {
  .mobile {
    display: block !important; }
  .hide-mobile {
    display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tablet {
    display: block !important; }
  .hide-tablet {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .tablet-and-down {
    display: block !important; }
  .hide-tablet-and-down {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .tablet-and-up {
    display: block !important; }
  .hide-tablet-and-up {
    display: none !important; } }

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

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

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

@media screen and (min-width: 1280px) {
  .widescreen {
    display: block !important; }
  .hide-widescreen {
    display: none !important; } }

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

.vertically-centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.print-only {
  display: none; }

@media print {
  .print-only {
    display: block;
    width: 100% !important;
    height: auto !important; }
  .no-print,
  iframe,
  .Overlay {
    display: none; } }

.txt-uppercase {
  text-transform: uppercase; }

.txt-italic {
  font-style: italic; }

.txt-bold {
  font-weight: bold; }

/* Vendor styles */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

b, strong {
  font-weight: bold; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.container-player {
  width: 100%;
  /*max-width: 400px;*/
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  font-family: arial, helvetica, sans-serif; }

.container-player .player-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: opacity .2s, visibility .2s; }

.container-player .player-poster.poster-hidden {
  opacity: 0;
  visibility: hidden; }

/*.container-player .player-poster:before {
  content: 'Play';
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  display: block;
  width: 50px;
  height: 32px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  padding-top: 18px;
  margin-top: -25px;
  margin-left: -25px;
}*/
.container-player .player-yt-js {
  position: relative;
  padding-top: 56.25%; }

.container-player .player-yt-js .player-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*../preprocess/node_modules/*/
/* Flickity fullscreen v1.0.1
------------------------- */
.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 35px;
  z-index: 1; }

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px; }

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white; }

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden; }

/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px; }

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px; }

.flickity-fullscreen-button-exit {
  display: none; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none; }

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Authored global styles */
/* was in shows-anchors-nav */
@-webkit-keyframes showStickyAnchor {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes showStickyAnchor {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* was in shows-preloader */
@-webkit-keyframes logoAnimation {
  0% {
    color: #050505; }
  100% {
    color: #FFF; } }
@keyframes logoAnimation {
  0% {
    color: #050505; }
  100% {
    color: #FFF; } }

/* was in shows-preloader */
@-webkit-keyframes backgroundAnimation {
  0% {
    background-color: #FFF; }
  100% {
    background-color: #050505; } }
@keyframes backgroundAnimation {
  0% {
    background-color: #FFF; }
  100% {
    background-color: #050505; } }

/* was in shows-preloader */
@-webkit-keyframes spinnerAnimation {
  0% {
    transform: rotate(0deg);
    border-top-color: #050505;
    /* opacity: 1; */ }
  100% {
    transform: rotate(360deg);
    border-top-color: #FFF;
    /* opacity: 0; */ } }
@keyframes spinnerAnimation {
  0% {
    transform: rotate(0deg);
    border-top-color: #050505;
    /* opacity: 1; */ }
  100% {
    transform: rotate(360deg);
    border-top-color: #FFF;
    /* opacity: 0; */ } }

/* used inside threefifty-curtain-intro/index.css */
@-webkit-keyframes animateCurtainArrow {
  from {
    transform: translateY(20px); }
  to {
    transform: translateY(0px); } }
@keyframes animateCurtainArrow {
  from {
    transform: translateY(20px); }
  to {
    transform: translateY(0px); } }

/* used in subscription */
@-webkit-keyframes animateLeftArrowSlider {
  0% {
    transform: translateX(-7px); }
  50% {
    transform: translateX(7px); }
  100% {
    transform: translateX(-7px); } }
@keyframes animateLeftArrowSlider {
  0% {
    transform: translateX(-7px); }
  50% {
    transform: translateX(7px); }
  100% {
    transform: translateX(-7px); } }

/* offers and services */
@-webkit-keyframes showShows {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes showShows {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* offers and services */
@-webkit-keyframes slideOut {
  from {
    transform: scaleX(1); }
  to {
    transform: scaleX(0); } }
@keyframes slideOut {
  from {
    transform: scaleX(1); }
  to {
    transform: scaleX(0); } }

/* main navigation */
@-webkit-keyframes animateAccordionContent {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px); }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); } }
@keyframes animateAccordionContent {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px); }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); } }

/*
 * Add border-box globally
*/
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff; }

html.freeze-page {
  overflow: hidden;
  position: relative;
  height: 100%; }
  html.freeze-page body {
    overflow: hidden;
    position: relative;
    height: 100%; }

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

body {
  overflow-x: hidden; }
  body.noscroll {
    overflow: hidden; }

img {
  width: 100%;
  vertical-align: middle; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

.content-wrapper {
  overflow-x: hidden; }

/*
 * Adds media queries helper for JS
*/
body:after {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  position: absolute;
  left: -1px;
  top: -1px; }

@media screen and (max-width: 767px) {
  head {
    font-family: 'mobile'; }
  body:after {
    content: 'mobile'; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  head {
    font-family: 'tablet'; }
  body:after {
    content: 'tablet'; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  head {
    font-family: 'desktop'; }
  body:after {
    content: 'desktop'; } }

@media screen and (min-width: 1280px) {
  head {
    font-family: 'widescreen'; }
  body:after {
    content: 'widescreen'; } }

/*
 * General buttons and links styles
*/
.Button {
  display: inline-block;
  min-width: 160px;
  border: 1px solid #cbcbcb;
  line-height: 50px;
  border-radius: 2px;
  color: #757575;
  text-align: center;
  padding: 0 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: transparent;
  font-size: 16px; }
  .Button:not(.Button--exepAlert):not(.Button--white--txt-black) {
    border-color: #050505;
    background-color: #050505;
    color: #ffffff; }
    .Button:not(.Button--exepAlert):not(.Button--white--txt-black):hover, .Button:not(.Button--exepAlert):not(.Button--white--txt-black):focus, .Button:not(.Button--exepAlert):not(.Button--white--txt-black):active {
      border-color: #262626;
      background-color: #262626; }
  @media screen and (max-width: 767px) {
    .Button {
      padding-left: 10px;
      padding-right: 10px; } }

button[type="button"].Button {
  -webkit-appearance: none;
  -moz-appearance: none;
  touch-action: manipulation;
  background-image: none;
  vertical-align: middle;
  width: auto; }
  button[type="button"].Button:focus {
    outline: 0; }

.Button--disabled {
  color: #757575;
  border: 1px solid #999999;
  background-color: #ffffff; }

.Button--light-gray {
  background-color: #ededed; }
  .Button--light-gray button:hover,
  .Button--light-gray button :focus,
  .Button--light-gray button :active,
  .Button--light-gray input[type=submit]:hover,
  .Button--light-gray input[type=submit] :focus,
  .Button--light-gray input[type=submit] :active {
    background-color: #ffffff; }

.Button--gold {
  background-color: #050505;
  border-color: #050505;
  color: #ffffff; }
  .Button--gold .icon-plus {
    margin-right: 7px;
    position: relative; }
    .Button--gold .icon-plus svg {
      position: absolute;
      top: 0;
      left: 0; }
    .Button--gold .icon-plus svg path {
      fill: #ffffff; }
  .Button--gold:hover, .Button--gold:focus, .Button--gold:active {
    background-color: #262626;
    border-color: #262626; }

.Button--block {
  display: block;
  width: 100%; }

.Button--invisible {
  border-color: transparent;
  padding: 0;
  min-width: 0; }
  .Button--invisible:hover, .Button--invisible:focus, .Button--invisible:active {
    background-color: transparent; }

.Button--big {
  width: 190px; }

.Button--intermediate {
  width: 170px; }

.Button--tall {
  line-height: 70px; }
  @media screen and (max-width: 767px) {
    .Button--tall {
      line-height: 45px; } }

.Button--margin {
  margin: 20px 0; }

.Button--black {
  background-color: #050505;
  border-color: #050505;
  color: #ffffff;
  border-color: #050505; }
  .Button--black:hover, .Button--black:focus, .Button--black:active {
    background-color: #050505;
    border-color: #050505; }

.Button--white {
  background-color: #ffffff;
  color: #757575; }

.Button--white--txt-black {
  background-color: #ffffff;
  color: #050505;
  text-transform: uppercase;
  border-color: #050505; }
  .Button--white--txt-black:hover, .Button--white--txt-black:focus, .Button--white--txt-black:active {
    background-color: #050505;
    color: #ffffff; }

.Button--ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff; }
  .Button--ghost:hover, .Button--ghost:active, .Button--ghost:focus {
    color: #ffffff;
    border-color: #ffffff;
    background: transparent; }

.Button--ghost3s {
  border-color: #ffffff;
  color: #ffffff; }
  .Button--ghost3s:hover, .Button--ghost3s:active, .Button--ghost3s:focus {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    background: transparent; }

.Button--small {
  min-width: 140px; }

.Button--gray {
  border-color: #dddddd;
  color: #ffffff; }

.Button--reset {
  -webkit-box-shadow: none;
  -ms-touch-action: manipulation;
  -webkit-appearance: none;
  background-color: transparent;
  background-image: none;
  border: 0 none;
  box-shadow: none;
  cursor: pointer;
  font-size: 1em;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap; }
  .Button--reset:focus {
    outline: 0;
    outline-offset: -2px; }

.Button--float {
  float: left; }

.Button-extra-padding {
  padding: 0 40px; }

.Button--alert {
  min-width: 190px; }
  .Button--alert.Button--exepAlert:not(.Button--alertActive) {
    background-color: #050505;
    color: #ffffff;
    border: none; }
    .Button--alert.Button--exepAlert:not(.Button--alertActive):hover {
      background-color: #262626; }
  .Button--alert .icon-load-spinner-small {
    display: none;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    margin: -15px 0 0 -15px; }
  .Button--alert .Button__text {
    display: inline; }
  .Button--alert .Button__hover_text {
    display: none; }
  .Button--alert:hover .Button__text {
    display: none; }
  .Button--alert:hover .Button__hover_text {
    display: inline; }

.Button--alertActive {
  background: rgba(46, 115, 49, 0.05);
  border-color: rgba(46, 115, 49, 0.05);
  color: #2e7331; }
  .Button--alertActive:hover {
    background: rgba(204, 44, 0, 0.1);
    border-color: #cc2c00;
    color: #cc2c00; }

.Button--alertLoading {
  height: 52px;
  position: relative; }
  .Button--alertLoading .icon-load-spinner-small {
    display: block; }
  .Button--alertLoading .Button__text,
  .Button--alertLoading .Button__hover_text {
    display: none; }
  .Button--alertLoading:hover .Button__text,
  .Button--alertLoading:hover .Button__hover_text {
    display: none; }

.fb_button {
  background-color: #4267B2;
  border-color: #4267B2;
  color: #ffffff; }
  .fb_button:hover, .fb_button:focus, .fb_button:active {
    background-color: #3b5a98;
    border-color: #3b5a98; }
  @media (--mobile) {
    .fb_button {
      width: 100%; } }

/**
 * Module: Maz flexbox grid
 * @version 1.0.0
 * @author: Erik Julié & Joris DANIEL
 * @Description: Mobile first css grid framework using flexbox
 * Repositery: http://gitlab.mzrn.net/mazarine-devs/maz-flexbox-grid
 * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php
 */
.col {
  padding-right: 15px;
  padding-left: 15px; }

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-xs-1 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-2 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-3 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-4 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-5 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-6 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-7 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-8 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-9 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 75%;
  max-width: 75%;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-10 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-11 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.jc-space-between-xs {
  justify-content: space-between; }

.jc-space-around-xs {
  justify-content: space-around; }

.jc-space-evenly-xs {
  justify-content: space-evenly; }

[dir="ltr"] .jc-start-xs{
  text-align: left; }

[dir="rtl"] .jc-start-xs{
  text-align: right; }

.jc-start-xs {
  justify-content: flex-start; }

.jc-center-xs {
  justify-content: center;
  text-align: center; }

[dir="ltr"] .jc-end-xs{
  text-align: right; }

[dir="rtl"] .jc-end-xs{
  text-align: left; }

.jc-end-xs {
  justify-content: flex-end; }

.ai-start-xs {
  align-items: flex-start; }

.ai-center-xs {
  align-items: center; }

.ai-end-xs {
  align-items: flex-end; }

.ai-stretch-xs {
  align-items: stretch; }

.ai-baseline-xs {
  align-items: baseline; }

.ac-start-xs {
  align-content: flex-start; }

.ac-center-xs {
  align-content: center; }

.ac-end-xs {
  align-content: flex-end; }

.ac-stretch-xs {
  align-content: stretch; }

.ac-space-between-xs {
  align-content: space-between; }

.ac-space-around-xs {
  align-content: space-around; }

.as-start-xs {
  align-self: flex-start; }

.as-center-xs {
  align-self: center; }

.as-end-xs {
  align-self: flex-end; }

.as-stretch-xs {
  align-self: stretch; }

.as-baseline-xs {
  align-self: baseline; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 768px) {
  .col-sm-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 75%;
    max-width: 75%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .jc-space-between-sm {
    justify-content: space-between; }
  .jc-space-around-sm {
    justify-content: space-around; }
  .jc-space-evenly-sm {
    justify-content: space-evenly; }
  [dir="ltr"] .jc-start-sm{
    text-align: left; }
  [dir="rtl"] .jc-start-sm{
    text-align: right; }
  .jc-start-sm {
    justify-content: flex-start; }
  .jc-center-sm {
    justify-content: center;
    text-align: center; }
  [dir="ltr"] .jc-end-sm{
    text-align: right; }
  [dir="rtl"] .jc-end-sm{
    text-align: left; }
  .jc-end-sm {
    justify-content: flex-end; }
  .ai-start-sm {
    align-items: flex-start; }
  .ai-center-sm {
    align-items: center; }
  .ai-end-sm {
    align-items: flex-end; }
  .ai-stretch-sm {
    align-items: stretch; }
  .ai-baseline-sm {
    align-items: baseline; }
  .ac-start-sm {
    align-content: flex-start; }
  .ac-center-sm {
    align-content: center; }
  .ac-end-sm {
    align-content: flex-end; }
  .ac-stretch-sm {
    align-content: stretch; }
  .ac-space-between-sm {
    align-content: space-between; }
  .ac-space-around-sm {
    align-content: space-around; }
  .as-start-sm {
    align-self: flex-start; }
  .as-center-sm {
    align-self: center; }
  .as-end-sm {
    align-self: flex-end; }
  .as-stretch-sm {
    align-self: stretch; }
  .as-baseline-sm {
    align-self: baseline; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 1024px) {
  .col-md-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 75%;
    max-width: 75%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .jc-space-between-md {
    justify-content: space-between; }
  .jc-space-around-md {
    justify-content: space-around; }
  .jc-space-evenly-md {
    justify-content: space-evenly; }
  [dir="ltr"] .jc-start-md{
    text-align: left; }
  [dir="rtl"] .jc-start-md{
    text-align: right; }
  .jc-start-md {
    justify-content: flex-start; }
  .jc-center-md {
    justify-content: center;
    text-align: center; }
  [dir="ltr"] .jc-end-md{
    text-align: right; }
  [dir="rtl"] .jc-end-md{
    text-align: left; }
  .jc-end-md {
    justify-content: flex-end; }
  .ai-start-md {
    align-items: flex-start; }
  .ai-center-md {
    align-items: center; }
  .ai-end-md {
    align-items: flex-end; }
  .ai-stretch-md {
    align-items: stretch; }
  .ai-baseline-md {
    align-items: baseline; }
  .ac-start-md {
    align-content: flex-start; }
  .ac-center-md {
    align-content: center; }
  .ac-end-md {
    align-content: flex-end; }
  .ac-stretch-md {
    align-content: stretch; }
  .ac-space-between-md {
    align-content: space-between; }
  .ac-space-around-md {
    align-content: space-around; }
  .as-start-md {
    align-self: flex-start; }
  .as-center-md {
    align-self: center; }
  .as-end-md {
    align-self: flex-end; }
  .as-stretch-md {
    align-self: stretch; }
  .as-baseline-md {
    align-self: baseline; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 1440px) {
  .col-lg-1 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-2 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-3 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 25%;
    max-width: 25%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-4 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-5 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-7 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-8 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 75%;
    max-width: 75%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-10 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-11 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .jc-space-between-lg {
    justify-content: space-between; }
  .jc-space-around-lg {
    justify-content: space-around; }
  .jc-space-evenly-lg {
    justify-content: space-evenly; }
  [dir="ltr"] .jc-start-lg{
    text-align: left; }
  [dir="rtl"] .jc-start-lg{
    text-align: right; }
  .jc-start-lg {
    justify-content: flex-start; }
  .jc-center-lg {
    justify-content: center;
    text-align: center; }
  [dir="ltr"] .jc-end-lg{
    text-align: right; }
  [dir="rtl"] .jc-end-lg{
    text-align: left; }
  .jc-end-lg {
    justify-content: flex-end; }
  .ai-start-lg {
    align-items: flex-start; }
  .ai-center-lg {
    align-items: center; }
  .ai-end-lg {
    align-items: flex-end; }
  .ai-stretch-lg {
    align-items: stretch; }
  .ai-baseline-lg {
    align-items: baseline; }
  .ac-start-lg {
    align-content: flex-start; }
  .ac-center-lg {
    align-content: center; }
  .ac-end-lg {
    align-content: flex-end; }
  .ac-stretch-lg {
    align-content: stretch; }
  .ac-space-between-lg {
    align-content: space-between; }
  .ac-space-around-lg {
    align-content: space-around; }
  .as-start-lg {
    align-self: flex-start; }
  .as-center-lg {
    align-self: center; }
  .as-end-lg {
    align-self: flex-end; }
  .as-stretch-lg {
    align-self: stretch; }
  .as-baseline-lg {
    align-self: baseline; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

.icon-garnier {
  float: left;
  width: 18px;
  height: 17px;
  margin-right: 10px; }
  .icon-garnier.icon-inline {
    margin-right: 6px; }
  .icon-garnier svg {
    transform: translateY(1px); }
  .icon-garnier svg path,
  .icon-garnier svg rect,
  .icon-garnier svg polygon {
    fill: #757575; }

.icon-bastille {
  float: left;
  width: 16px;
  height: 18px;
  margin-right: 10px; }
  .icon-bastille.icon-inline {
    margin-right: 6px; }
  .icon-bastille svg {
    transform: translateY(1px); }
  .icon-bastille svg path,
  .icon-bastille svg rect,
  .icon-bastille svg polygon {
    fill: #757575; }

.icon-eye-accessibility {
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-right: 10px;
  vertical-align: baseline; }

.icon-more-info {
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer; }

.icon-more-info-large {
  display: inline-block;
  height: 22px;
  width: 22px;
  vertical-align: baseline;
  margin-right: 11px;
  position: relative;
  bottom: -4px; }

.icon-right-arrow {
  display: inline-block;
  width: 17px;
  margin: 3px 6px 0 0; }
  .icon-right-arrow svg path {
    fill: #998b77; }
    .icon-right-arrow svg path[fill='none'] {
      stroke: #998b77;
      fill: transparent; }

.icon-left-arrow {
  display: inline-block;
  width: 17px;
  margin: 3px 6px 0 0; }

.icon-plus {
  display: inline-block;
  height: 11px;
  width: 11px; }

.icon-clock {
  float: left;
  height: 18px;
  width: 18px;
  margin-right: 12px; }
  .icon-clock.icon-inline {
    margin-right: 6px;
    vertical-align: text-bottom; }
  .icon-clock svg {
    transform: translateY(1px); }

.icon-calendar {
  display: inline-block;
  width: 17px;
  transform: translateY(3px); }

.icon-calendar-new svg,
.icon-account svg,
.icon-panier svg {
  /* height: 23px; */ }
  .icon-calendar-new svg path,
  .icon-account svg path,
  .icon-panier svg path {
    stroke: black; }

.icon-calendar-new svg {
  height: 23px; }

.icon-search svg {
  /* height: 23px; */ }

.icon-search svg path {
  fill: black; }
  .icon-search svg path[fill='none'] {
    fill: transparent;
    stroke: black; }

.icon-search-small svg path {
  fill: #757575; }

.icon-search-small svg path[fill='none'] {
  stroke: #757575;
  fill: transparent; }

.icon-search-super-small {
  float: right; }
  .icon-search-super-small svg path {
    fill: #757575; }
  .icon-search-super-small svg path[fill='none'] {
    stroke: #999999;
    fill: transparent; }

.icon-opera-logo {
  display: inline-block;
  height: 48px; }
  .icon-opera-logo svg {
    height: 48px; }

.icon-opera-logo-tablet {
  display: inline-block;
  width: 105px;
  height: 53px; }

.icon-opera-sub-logo {
  width: 145px;
  height: 19px; }
  .icon-opera-sub-logo svg g,
  .icon-opera-sub-logo svg path {
    fill: #fff; }

.icon-google-plus > svg {
  transform: translateY(2px); }

.icon-amis-opera svg g,
.icon-amis-opera svg path {
  fill: #606060; }

.icon-amis-opera:hover g,
.icon-amis-opera:hover path, .icon-amis-opera:active g,
.icon-amis-opera:active path, .icon-amis-opera:focus g,
.icon-amis-opera:focus path {
  fill: black; }

.icon-user {
  display: inline-block;
  width: 18px;
  height: 19px; }

.icon-facebook {
  width: 12px;
  height: 20px;
  display: inline-block; }

.icon-facebook-black {
  width: 30px;
  height: 30px;
  display: inline-block; }

.icon-twitter {
  width: 16px;
  height: 14px;
  display: inline-block;
  /* Fixes: #150 problem in safari */
  line-height: 1em; }
  .icon-twitter.icon-inline {
    margin-right: 6px; }

.icon-twitter-black {
  width: 30px;
  height: 30px;
  display: inline-block; }

.icon-google-plus {
  width: 20px;
  height: 19px;
  display: inline-block; }

.icon-instagram {
  display: inline-block;
  width: 14px;
  /*height: 14px;*/ }

.icon-instagram-black {
  display: inline-block;
  width: 30px;
  height: 30px; }

.icon-soundcloud {
  display: inline-block;
  width: 24px;
  /*height: 14px;*/ }

.icon-soundcloud-black {
  display: inline-block;
  width: 30px;
  height: 30px; }

.icon-opera-logo-small {
  display: inline-block;
  position: relative;
  top: 8px;
  left: 1px;
  width: 28px;
  height: 26px; }

.icon-opera-logo-small-alt {
  position: relative;
  background-position: center center; }
  .icon-opera-logo-small-alt svg path {
    fill: black; }

.icon-chevron-up svg > path,
.icon-chevron-down svg > path {
  fill: #e5e5e5; }

.icon-star {
  display: inline-block;
  width: 14px;
  height: 14px; }

.icon-menu-open,
.icon-menu-close,
.icon-menu {
  display: inline-block;
  width: 20px;
  height: 18px; }
  .icon-menu-open svg,
  .icon-menu-close svg,
  .icon-menu svg {
    /*
    transform: translateY(3px);
    @media screen and (max-width: $mobile + px) {
      transform: translateY(2px);
    } */ }
    .icon-menu-open svg path,
    .icon-menu-close svg path,
    .icon-menu svg path {
      fill: black; }

.icon-menu-close svg {
  /*
    transform: translateY(3px);
    @media screen and (max-width: $mobile + px) {
        transform: translateY(4px);
    } */ }
  .icon-menu-close svg path {
    fill: black; }

.icon-mail {
  position: relative;
  top: 1px; }

.icon-mail-black {
  width: 30px;
  height: 30px;
  display: inline-block; }

.icon-group {
  display: inline-block;
  width: 29px;
  height: 26px; }

.icon-ticket {
  display: inline-block;
  width: 34px;
  height: 28px; }

.icon-external-link {
  display: inline-block;
  transform: translateY(2px); }
  .icon-external-link.icon-inline {
    margin-right: 0;
    margin-left: 6px;
    position: relative;
    top: -1px; }

.icon-mobile {
  position: relative;
  top: 4px;
  margin-left: 2px;
  /* vertical centering */ }

.icon-opera-sub-logo {
  position: relative;
  top: 19px; }
  .icon-opera-sub-logo svg g,
  .icon-opera-sub-logo svg path {
    fill: white; }

.icon-lt,
.icon-gt {
  width: 8px;
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .icon-lt,
    .icon-gt {
      position: relative;
      bottom: 3px; } }

.icon-check,
.icon-check-onpgold {
  width: 15px;
  height: 11px;
  display: inline-block; }

.icon-cross {
  width: 12px;
  height: 12px;
  display: inline-block; }

.icon-big-cross {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px; }
  .icon-big-cross svg {
    display: inline-block;
    vertical-align: middle; }

@media screen and (max-width: 767px) {
  .icon-close-field {
    background-size: 27px; } }

.icon-dropdown-trigger {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  /* fill: #b2b2b2; */ }

/* display icons in inline-block instead of using float:left */
.icon-inline {
  display: inline-block;
  vertical-align: baseline;
  float: none; }

.icon-chevron-slider-right,
.icon-chevron-slider-left {
  width: 10px;
  height: 18px;
  display: block;
  margin: 0 auto; }

.icon-alert {
  display: inline-block;
  width: 25px;
  height: 25px; }

.icon-youtube {
  display: inline-block; }

.icon-youtube-black {
  display: inline-block;
  width: 30px;
  height: 30px; }

.icon-dailymotion {
  display: inline-block; }

.icon-dailymotion-black {
  display: inline-block;
  width: 30px;
  height: 30px; }

.icon-slideshow-rightarrow,
.icon-slideshow-leftarrow {
  display: inline-block;
  height: 21px;
  width: 13px; }

.icon-download {
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 7px;
  vertical-align: text-bottom; }

.icon-premiere {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  vertical-align: sub; }
  .icon-premiere.avant {
    transform: scaleX(-1); }
  .icon-premiere.derniere {
    transform: scale(-1); }

.icon-gala {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  vertical-align: sub; }
  .icon-gala.gold svg polygon {
    fill: #606060; }

.icon-concertini {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px; }

.icon-bastille-amphi {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px; }

.icon-bastille-studio {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 10px; }

.icon-philharm {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px; }

.icon-pinned {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 8px; }

.icon-octave-magazine-logo {
  display: inline-block;
  width: 162px;
  height: 45px; }

.icon-octave-magazine-logo-tablet {
  display: inline-block;
  width: 162px;
  height: 45px; }

.icon-vimeo-black {
  display: inline-block;
  width: 30px;
  height: 30px; }

.Forms--default-form {
  color: #575757; }
  .Forms--default-form::after {
    content: "";
    display: table;
    clear: both; }
  .Forms--default-form .Forms--default-form__inputGroup {
    margin-bottom: 30px; }
    .Forms--default-form .Forms--default-form__inputGroup::after {
      content: "";
      display: table;
      clear: both; }
  .Forms--default-form .Forms--default-form__caption {
    margin: 33px 0 35px;
    font-size: 18px;
    line-height: 30px;
    color: #575757; }
    @media screen and (max-width: 767px) {
      .Forms--default-form .Forms--default-form__caption {
        font-size: 16px;
        line-height: 25px; } }
  .Forms--default-form input[type="text"], .Forms--default-form input[type="email"], .Forms--default-form input[type="tel"], .Forms--default-form input[type="number"] a[data-dropdown-click] {
    width: 83.33333%;
    height: 50px;
    float: right;
    padding-left: 15px;
    border: 1px solid #d8d8d8;
    box-shadow: inset 0 10px 4px -11px #999; }
  .Forms--default-form a[data-dropdown-click] {
    width: 100%;
    display: block;
    line-height: 50px;
    position: relative; }
    .Forms--default-form a[data-dropdown-click] .icon-dropdown-trigger {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: calc(-25px / 2); }
  .Forms--default-form input[type="submit"] {
    float: right; }
  .Forms--default-form textarea {
    display: block;
    float: right;
    width: 83.33333%;
    border: 1px solid #d8d8d8; }
  .Forms--default-form label {
    display: inline-block;
    width: 16.66667%;
    line-height: 50px;
    color: #757575; }
  .Forms--default-form .DropDown-container {
    width: 83.33333%;
    height: 50px;
    border: 1px solid #d8d8d8;
    float: right;
    border: none; }
    .Forms--default-form .DropDown-container input[type="text"] {
      width: 100%;
      box-shadow: none; }
  @media screen and (max-width: 767px) {
    .Forms--default-form .Forms--default-form__caption {
      font-size: medium;
      font-size: initial; }
    .Forms--default-form input[type="text"], .Forms--default-form input[type="email"], .Forms--default-form input[type="tel"], .Forms--default-form input[type="number"], .Forms--default-form .DropDown-container, .Forms--default-form textarea {
      width: 100%;
      float: none; }
    .Forms--default-form textarea {
      margin-top: 0; }
    .Forms--default-form label {
      font-size: 15px;
      width: 33.33333%;
      float: none; }
    .Forms--default-form input[type="submit"] {
      float: none;
      display: block;
      width: 100%;
      margin: 30px auto; } }

.Forms--newsletter-form {
  position: relative;
  float: left;
  width: 95%; }

.Forms--newsletter-input {
  height: 60px;
  padding: 0 100px 0 20px;
  border: 0;
  box-shadow: unset;
  background-color: #323232;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  width: 100%; }

.Forms--newsletter-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 95px;
  border: 5px solid #323232;
  background-color: #050505;
  color: rgba(255, 255, 255, 0.5); }
  .Forms--newsletter-submit:hover, .Forms--newsletter-submit:active, .Forms--newsletter-submit:focus {
    color: white; }

.Forms--simple-checkboxes {
  padding: 35px 0;
  font-size: 18px;
  line-height: 30px;
  color: #575757; }
  @media screen and (max-width: 767px) {
    .Forms--simple-checkboxes {
      font-size: 16px;
      line-height: 25px; } }

/* Custom Checkboxes */
.FormsForm__control-boxes .FormsBox__label-radio {
  font-size: 18px; }
  @media screen and (max-width: 767px) {
    .FormsForm__control-boxes .FormsBox__label-radio {
      font-size: 16px; } }

.CustomCheckBox-container {
  position: relative;
  margin-bottom: 40px; }
  .CustomCheckBox-container:last-child {
    margin-bottom: 0; }
  .CustomCheckBox-container label {
    vertical-align: top;
    line-height: 12px;
    cursor: pointer; }
  .CustomCheckBox-container p {
    margin: 0;
    padding-left: 25px; }
  .CustomCheckBox-container input[type="checkbox"] {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 3px;
    /* Reset anything that could peek out or interfere with dimensions */
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    opacity: 0; }
    .CustomCheckBox-container input[type="checkbox"] + label {
      cursor: default;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .CustomCheckBox-container input[type="checkbox"] + label.CustomCheckBox__label:before {
        vertical-align: middle; }
    .CustomCheckBox-container input[type="checkbox"] + label:before {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      vertical-align: top;
      border: 1px solid #cbcbcb;
      background-position: -9999px;
      margin-right: 10px;
      margin-left: 3px;
      position: relative;
      top: -1px; }
    .CustomCheckBox-container input[type="checkbox"]:checked + label:before {
      background-position: center center; }

/* Custom Radio Boxes */
.CustomRadioBox {
  display: inline-block;
  margin-right: 40px; }
  .CustomRadioBox label {
    margin-bottom: 0; }

.FormsForm--default-form .CustomRadioBox label {
  margin-top: 0;
  margin-bottom: 0; }

.CustomRadioBox {
  position: relative; }
  .CustomRadioBox input[type="radio"] {
    display: none;
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    /* The dot, appears when the input is checked */ }
    .CustomRadioBox input[type="radio"]:checked + label:after {
      content: "";
      display: inline-block;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #7f7f7f;
      position: absolute;
      top: 5px;
      left: 5px; }
  .CustomRadioBox label {
    line-height: 15px;
    /* The big circle, replacing all inputs */ }
    .CustomRadioBox label:before {
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      border: 1px solid #cbcbcb;
      border-radius: 50%;
      margin-right: 10px; }

.FormsForm__control-boxes {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
  margin-bottom: 22px; }

.FormsForm__label {
  margin: 35px 0 20px;
  display: inline-block;
  font-size: 18px;
  color: #757575; }
  @media screen and (max-width: 1023px) {
    .FormsForm__label {
      font-size: 16px; } }

.FormsForm--default-form {
  color: #575757; }
  .FormsForm--default-form::after {
    content: "";
    display: table;
    clear: both; }
  .FormsForm--default-form .FormsForm--default-form__error {
    border: 2px solid red; }
  .FormsForm--default-form .FormsForm--default-form__inputGroup {
    margin-bottom: 30px; }
    .FormsForm--default-form .FormsForm--default-form__inputGroup::after {
      content: "";
      display: table;
      clear: both; }
  .FormsForm--default-form .FormsForm--default-form__caption {
    margin: 33px 0 35px;
    font-size: 18px;
    line-height: 30px;
    color: #575757; }
    @media screen and (max-width: 767px) {
      .FormsForm--default-form .FormsForm--default-form__caption {
        font-size: 16px;
        line-height: 25px; } }
  .FormsForm--default-form input[type="text"], .FormsForm--default-form input[type="email"], .FormsForm--default-form input[type="tel"], .FormsForm--default-form input[type="number"],
  .FormsForm--default-form a[data-dropdown-click] {
    width: 100%;
    height: 50px;
    float: none;
    padding-left: 15px;
    border: 1px solid #d8d8d8;
    box-shadow: inset 0 10px 4px -11px #999; }
  .FormsForm--default-form a[data-dropdown-click] {
    width: 100%;
    display: block;
    line-height: 50px;
    position: relative; }
    .FormsForm--default-form a[data-dropdown-click] .icon-dropdown-trigger {
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: calc(-25px / 2); }
  .FormsForm--default-form input[type="submit"] {
    float: right;
    margin-right: 25%;
    margin-top: 65px; }
  .FormsForm--default-form textarea {
    display: block;
    float: right;
    width: 83.33333%;
    border: 1px solid #d8d8d8;
    box-shadow: inset 0 10px 4px -11px #999; }
  .FormsForm--default-form label {
    display: inline-block;
    margin: 35px 0 20px;
    line-height: 20px;
    color: #757575; }
  .FormsForm--default-form .label-block {
    display: block; }
  .FormsForm--default-form .DropDown-splitdate {
    height: 50px;
    border: 1px solid #d8d8d8;
    padding: 10px; }
    .FormsForm--default-form .DropDown-splitdate.day, .FormsForm--default-form .DropDown-splitdate.year {
      width: 24%; }
    .FormsForm--default-form .DropDown-splitdate.month {
      width: 48%; }
  .FormsForm--default-form .DropDown-container {
    width: 100%;
    height: 50px;
    border: 1px solid #d8d8d8;
    float: right;
    border: none; }
    .FormsForm--default-form .DropDown-container input[type="text"] {
      width: 100%;
      box-shadow: none; }
    .FormsForm--default-form .DropDown-container.nofloat {
      float: none; }
    .FormsForm--default-form .DropDown-container.justify {
      -moz-text-align-last: justify;
           text-align-last: justify; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .FormsForm--default-form input[type="submit"] {
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .FormsForm--default-form .FormsForm--default-form__caption {
      font-size: medium;
      font-size: initial; }
    .FormsForm--default-form input[type="text"], .FormsForm--default-form input[type="email"], .FormsForm--default-form input[type="tel"], .FormsForm--default-form input[type="number"], .FormsForm--default-form .DropDown-container, .FormsForm--default-form textarea {
      width: 100%;
      float: none; }
    .FormsForm--default-form textarea {
      margin-top: 0; }
    .FormsForm--default-form label {
      font-size: 15px;
      float: none; }
    .FormsForm--default-form input[type="submit"] {
      float: none;
      display: block;
      width: 100%;
      margin: 30px auto; } }

.FormsForm__column {
  width: 75%;
  /*padding-left:$half-gutter;*/
  /*padding-right:$half-gutter;*/ }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .FormsForm__column {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .FormsForm__column {
      width: 100%; } }
  .FormsForm__column.FormsForm__column--floating {
    float: left; }

html.ie-11 .cta {
  min-height: auto;
  padding: 15px 10px; }

.cta-aria {
  display: inline-flex;
  align-items: center;
  border-radius: 25px;
  min-height: 40px;
  padding: 5px 30px; }
  .cta-aria.cta-aria--red {
    color: white;
    font-size: 15px;
    border: 1px solid #fd5d4f;
    background-color: #fd5d4f; }

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  min-height: 50px;
  padding: 5px 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.3;
  transition: all .2s; }
  html.PFCentroSansPro-loaded .cta,
  html.fonts-loaded .cta {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .cta.cta--main-black {
    border: 1px solid #050505;
    background-color: #050505;
    color: #ffffff; }
    .cta.cta--main-black:hover {
      border-color: #262626;
      background-color: #262626; }
  .cta.cta--main-gold {
    border: 1px solid #050505;
    background-color: #050505;
    color: #ffffff; }
    .cta.cta--main-gold:hover {
      border-color: #262626;
      background-color: #262626; }
  .cta.cta--main-white {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #050505; }
    .cta.cta--main-white:hover {
      border-color: #ededed;
      background-color: #ededed; }
  .cta.cta--secondary-black {
    border: 1px solid #050505;
    color: #050505; }
    .cta.cta--secondary-black:hover {
      border-color: #606060;
      color: #606060; }
  .cta.cta--secondary-white {
    border: 1px solid #ffffff;
    color: #ffffff; }
    .cta.cta--secondary-white:hover {
      border-color: #dddddd;
      color: #ededed; }
  .cta.cta--secondary-gold {
    border: 1px solid #9d978e;
    color: #9d978e; }
    .cta.cta--secondary-gold:hover {
      background-color: #9d978e;
      color: #fff; }
  .cta.cta--inactive {
    pointer-events: none;
    color: #757575;
    border: 1px solid #dddddd; }
  .cta.cta--inactive-full {
    pointer-events: none;
    color: #757575;
    background-color: #dddddd;
    border-color: #dddddd; }
  .cta.cta--disabled {
    pointer-events: none;
    cursor: auto; }

/* (min-width: 768px) */
@media screen and (min-width: 768px) {
  .cta.min-768-override.cta--main-black {
    border: 1px solid #fff;
    background-color: #fff;
    color: #050505; }
    .cta.min-768-override.cta--main-black:hover {
      border-color: #ededed;
      background-color: #ededed; }
  .cta.min-768-override.cta--secondary-black {
    color: #fff;
    border-color: #fff;
    background-color: transparent; }
    .cta.min-768-override.cta--secondary-black:hover {
      border-color: #ddd;
      color: #ededed; } }

.simple-link {
  display: inline-block;
  font-size: 14px;
  color: #606060;
  border-bottom: 1px solid #606060;
  transition: color .2s, border-bottom-color .2s; }
  html.PFCentroSansPro-loaded .simple-link,
  html.fonts-loaded .simple-link {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .simple-link:hover {
    color: #262626;
    border-bottom-color: #262626; }
  .simple-link.simple-link--white {
    color: #ededed;
    border-bottom-color: #ededed; }
    .simple-link.simple-link--white:hover {
      color: #fff;
      border-bottom-color: #fff; }
  .simple-link.simple-link--major {
    text-transform: uppercase; }

.lazyload-picture-container {
  position: relative; }

.before-lazyload-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
  border: 1px solid #d9d9db;
  transition: opacity .2s, visibility .2s; }
  .before-lazyload-placeholder .maz-icon-logo-opera {
    font-size: 58px;
    color: rgba(0, 0, 0, 0.3) !important;
    position: static;
    padding: 0;
    display: block; }
    .before-lazyload-placeholder .maz-icon-logo-opera::before {
      position: static;
      color: inherit; }

.img-lazyloaded .before-lazyload-placeholder {
  opacity: 0;
  visibility: hidden; }

.triangle-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000; }

.triangle-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000000; }

.triangle-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #000000; }

.triangle-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #000000; }

.triangle-shadow {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5); }

.triangle-shadow:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #999;
  transform: rotate(45deg);
  top: 75px;
  left: 25px;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5); }

.section-free-module-accordion {
  padding: 40px 15px; }
  .section-free-module-accordion.specific-spacing {
    padding-top: 15px;
    padding-bottom: 15px; }
  .section-free-module-accordion [class^="section-free-module"]:not(.section-free-module-asset-and-cta):not(.section-free-module-contact) {
    padding-left: 0;
    padding-right: 0; }
  .section-free-module-accordion [class^="free-module"]:not(.free-module-accordion) {
    margin-left: 0; }
  .section-free-module-accordion .free-module-spectacles {
    padding-left: 0;
    padding-right: 0; }
    .section-free-module-accordion .free-module-spectacles__list {
      margin-left: -15px !important;
      margin-right: -15px; }
    .section-free-module-accordion .free-module-spectacles__item {
      margin-left: 15px !important;
      margin-right: 15px; }

.free-module-accordion {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  .free-module-accordion.image-version .free-module-accordion__toggler {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
    position: relative; }
    .free-module-accordion.image-version .free-module-accordion__toggler::before {
      z-index: 2;
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); }
    .free-module-accordion.image-version .free-module-accordion__toggler .maz-icon-arrow {
      border: 1px solid #FFF;
      padding: 10px;
      border-radius: 50%;
      position: absolute;
      z-index: 2;
      right: 20px;
      bottom: 20px;
      color: #FFF; }
  .free-module-accordion__toggler {
    cursor: pointer;
    font-family: "Times New Roman", Times, Georgia, serif;
    color: #050505;
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
    font-size: 30px;
    line-height: 34px; }
    html.aw-conqueror-didot-light-18-loaded .free-module-accordion__toggler,
    html.fonts-loaded .free-module-accordion__toggler {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
    .free-module-accordion__toggler i {
      font-family: "Times New Roman", Times, Georgia, serif; }
      html.aw-conqueror-didot-light-18-loaded .free-module-accordion__toggler i,
      html.fonts-loaded .free-module-accordion__toggler i {
        font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
        -ms-font-feature-settings: "lnum" 1;
        -o-font-feature-settings: "lnum" 1;
        font-feature-settings: "lnum" 1; }
    .free-module-accordion__toggler[aria-expanded="true"] .maz-icon-arrow {
      transform: rotate(-90deg); }
    .free-module-accordion__toggler button {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      background-color: transparent;
      border: none;
      text-align: left; }
  .free-module-accordion__image-container {
    position: relative;
    height: 0;
    padding-top: 72.36842%; }
  .free-module-accordion__image {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .free-module-accordion__title-image {
    z-index: 3;
    color: #FFF;
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 85px;
    font-size: 30px; }
  .free-module-accordion .maz-icon-arrow {
    font-size: 14px;
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: center;
    transition: transform .2s;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .free-module-accordion__content {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height .2s; }
    .free-module-accordion__content--visible {
      display: block;
      height: auto; }
  .free-module-accordion__spacer {
    height: 0;
    padding-bottom: 30px; }
  .free-module-accordion [class^="section-free-module"]:first-of-type {
    margin-top: 0 !important; }
    .free-module-accordion [class^="section-free-module"]:first-of-type:not(.section-free-module-asset-and-cta):not(.section-free-module-contact) {
      padding-top: 0 !important; }
  .free-module-accordion [class^="section-free-module"]:last-of-type {
    margin-bottom: 0 !important; }
    .free-module-accordion [class^="section-free-module"]:last-of-type:not(.section-free-module-asset-and-cta):not(.section-free-module-contact) {
      padding-bottom: 0 !important; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .section-free-module-accordion {
    padding-left: 15px;
    padding-right: 15px; }
  .free-module-accordion__spacer {
    padding-bottom: 50px; }
  .free-module-accordion.image-version .free-module-accordion__toggler .maz-icon-arrow {
    bottom: 40px;
    right: 80px; }
  .free-module-accordion.image-version .free-module-accordion__content {
    padding-left: 60px; }
  .free-module-accordion__toggler {
    font-size: 40px;
    line-height: 38px; }
  .free-module-accordion__title-image {
    font-size: 40px;
    bottom: 40px;
    left: 75px;
    right: 145px; }
  .free-module-accordion__image-container {
    padding-top: 28.41678%; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .section-free-module-accordion {
    padding-left: 30px;
    padding-right: 30px; }
    .section-free-module-accordion.specific-spacing {
      padding-top: 30px;
      padding-bottom: 30px; }
  .free-module-accordion.image-version .free-module-accordion__toggler .maz-icon-arrow {
    right: 55px; }
  .free-module-accordion.image-version .free-module-accordion__content {
    padding-left: 100px; }
  .free-module-accordion__toggler {
    line-height: 42px; }
  .free-module-accordion__title-image {
    right: 120px; }
  .free-module-accordion__image-container {
    padding-top: 26.23932%; } }

.section-free-module-asset-and-cta {
  padding: 60px 35px;
  margin-top: 40px;
  margin-bottom: 40px; }
  .section-free-module-asset-and-cta.theme-dark {
    background-color: #050505; }
    .section-free-module-asset-and-cta.theme-dark .free-module-asset-and-cta__h2-title {
      color: white; }
    .section-free-module-asset-and-cta.theme-dark .free-module-asset-and-cta__text-container p {
      color: white; }
  .section-free-module-asset-and-cta.theme-grey {
    background-color: #fbfbfb; }
  .section-free-module-asset-and-cta + .section-free-module-asset-and-cta,
  .section-free-module-asset-and-cta + .section-free-module-contact {
    margin-top: -40px; }

.free-module-asset-and-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto; }
  .free-module-asset-and-cta .cta {
    min-width: 100%;
    margin-top: 30px; }
  .free-module-asset-and-cta__copyright-text {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    right: 10px;
    left: 10px;
    color: white;
    font-size: 12px;
    line-height: 1.3;
    color: #d8d8d8;
    text-align: right; }
  .free-module-asset-and-cta__h2-title {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 30px;
    margin-bottom: 20px; }
    html.aw-conqueror-didot-light-18-loaded .free-module-asset-and-cta__h2-title,
    html.fonts-loaded .free-module-asset-and-cta__h2-title {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .free-module-asset-and-cta__visual-zone {
    width: 100%; }
    .free-module-asset-and-cta__visual-zone picture, .free-module-asset-and-cta__visual-zone img {
      display: block;
      width: 100%; }
  .free-module-asset-and-cta__textual-zone {
    width: 100%;
    padding-top: 30px; }
  .free-module-asset-and-cta__picture-container {
    margin: 0 auto;
    width: 100%;
    min-height: 100px; }
  .free-module-asset-and-cta__picture-link {
    display: block;
    width: 100%;
    height: 100%; }
  .free-module-asset-and-cta__text-container > p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px; }
    .free-module-asset-and-cta__text-container > p:last-child {
      margin-bottom: 0; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .section-free-module-asset-and-cta {
    padding-left: 80px;
    padding-right: 80px; }
  .free-module-asset-and-cta {
    flex-direction: row; }
    .free-module-asset-and-cta.visual-first .free-module-asset-and-cta__visual-zone {
      order: 1; }
    .free-module-asset-and-cta.visual-first .free-module-asset-and-cta__textual-zone {
      order: 2;
      padding-left: 30px; }
    .free-module-asset-and-cta.visual-last .free-module-asset-and-cta__visual-zone {
      order: 2; }
    .free-module-asset-and-cta.visual-last .free-module-asset-and-cta__textual-zone {
      order: 1;
      padding-right: 30px; }
    .free-module-asset-and-cta .cta {
      min-width: 225px;
      max-width: 250px; }
    .free-module-asset-and-cta__visual-zone {
      flex-basis: 50%;
      max-width: 50%; }
    .free-module-asset-and-cta__textual-zone {
      flex-basis: 50%;
      max-width: 50%;
      padding-top: 0; } }

/* (min-width: 1024px) */
.section-free-module-contact {
  background-color: #ededed;
  padding: 60px 35px;
  margin-top: 40px;
  margin-bottom: 40px; }
  .section-free-module-contact + .section-free-module-asset-and-cta,
  .section-free-module-contact + .section-free-module-contact {
    margin-top: -40px; }

.free-module-contact {
  font-size: 14px;
  color: #606060;
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1170px;
  margin: 0 auto; }
  html.PFCentroSansProBold-loaded .free-module-contact h3,
  html.fonts-loaded .free-module-contact h3, html.PFCentroSansProBold-loaded .free-module-contact h4,
  html.fonts-loaded .free-module-contact h4 {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .free-module-contact > div .free-module-contact__h3-title:not(:first-child) {
    margin-top: 30px; }
  .free-module-contact > div:last-child .free-module-contact__h3-title {
    margin-top: 30px; }
    .free-module-contact > div:last-child .free-module-contact__h3-title:first-child {
      margin-top: 0; }
  .free-module-contact > div:last-child .free-module-contact__block:last-child {
    border: none;
    padding-bottom: 0; }
  .free-module-contact b {
    font-weight: bold; }
  .free-module-contact__h2-title {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 30px;
    line-height: 1.13;
    text-align: left;
    color: #050505;
    width: 100%;
    margin-bottom: 30px; }
    html.aw-conqueror-didot-light-18-loaded .free-module-contact__h2-title,
    html.fonts-loaded .free-module-contact__h2-title {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .free-module-contact__h3-title {
    font-size: 18px;
    color: #050505;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .free-module-contact__block {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 50px; }
    .free-module-contact__block p > b:first-child {
      color: #050505; }
    .free-module-contact__block h4 {
      font-size: 14px !important; }
  .free-module-contact__second-column {
    padding-top: 50px; }
  .free-module-contact.single-column {
    text-align: center;
    align-items: center; }
    .free-module-contact.single-column .free-module-contact__first-column {
      border: none;
      padding: 0;
      max-width: 770px;
      margin: 0 auto; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .section-free-module-contact {
    padding: 80px 80px; }
  .free-module-contact {
    flex-direction: row;
    justify-content: center; }
    .free-module-contact.single-column {
      flex-direction: column; }
    .free-module-contact:not(.single-column) .free-module-contact__first-column {
      flex-basis: 50%; }
    .free-module-contact:not(.single-column) .free-module-contact__second-column {
      flex-basis: 50%; }
    .free-module-contact > div .free-module-contact__h3-title:not(:first-child) {
      margin-top: 50px; }
    .free-module-contact > div:first-child {
      border-right: 1px solid #dddddd;
      padding-right: 30px; }
    .free-module-contact > div:last-child {
      border-left: 1px solid #dddddd;
      padding-left: 30px; }
    .free-module-contact__h2-title {
      text-align: center;
      font-size: 40px;
      margin-bottom: 40px; }
    .free-module-contact__block {
      border-bottom: none;
      padding-bottom: 0; }
    .free-module-contact__second-column {
      padding-top: 0; }
      .free-module-contact__second-column .free-module-contact__block {
        padding-top: 0; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .section-free-module-contact {
    padding-bottom: 120px; }
  .free-module-contact__h2-title {
    margin-bottom: 50px; } }

.section-free-module-image {
  padding: 40px 15px; }
  .section-free-module-image + .section-free-module-asset-and-cta.theme-light {
    padding-top: 0; }

.free-module-image {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  .free-module-image picture {
    /**
	 * Usage example: @include aspect-ratio(16, 9) or @include aspect-ratio(4, 3, inline-block)
	 * @param  {number} $width
	 * @param  {number} $height
	 * @param  {string} $displayType
	 */
    display: block;
    position: relative;
    height: 0;
    padding-top: 56.25%; }
    .free-module-image picture > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .free-module-image picture > video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .free-module-image img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .free-module-image__container {
    position: relative; }
  .free-module-image__copyright-text {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    right: 10px;
    left: 10px;
    color: white;
    font-size: 12px;
    line-height: 1.3;
    color: #d8d8d8;
    text-align: right; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .section-free-module-image {
    padding-left: 15px;
    padding-right: 15px; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .section-free-module-image {
    padding-left: 30px;
    padding-right: 30px; } }

.section-free-module-spectacles {
  padding: 30px 0; }

.free-module-spectacles {
  max-width: calc(1170px + 60px);
  margin: 0 auto;
  padding: 0 15px; }
  .free-module-spectacles__title {
    font-size: 18px;
    text-transform: uppercase;
    color: #050505;
    line-height: 1;
    text-align: left;
    margin-bottom: 15px; }
    html.PFCentroSansProMed-loaded .free-module-spectacles__title,
    html.fonts-loaded .free-module-spectacles__title {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
      font-weight: 500; }
  .free-module-spectacles__item {
    margin-bottom: 40px; }
    .free-module-spectacles__item:last-child {
      margin-bottom: 0; }
    .free-module-spectacles__item--disabled {
      opacity: .5;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .free-module-spectacles__item.mea .free-module-spectacles__picture picture {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding-top: 0; }
    .free-module-spectacles__item.new-content .free-module-spectacles__infos-title::first-letter {
      font-family: "Times New Roman", Times, Georgia, serif;
      text-transform: uppercase; }
      html.AWConquerorDidotSlashWeb-loaded .free-module-spectacles__item.new-content .free-module-spectacles__infos-title::first-letter,
      html.fonts-loaded .free-module-spectacles__item.new-content .free-module-spectacles__infos-title::first-letter {
        font-family: "AWConquerorDidotSlashWeb", "aw-conqueror-didot-light-64", "Times New Roman", Times, Georgia, serif;
        -ms-font-feature-settings: "lnum" 1;
        -o-font-feature-settings: "lnum" 1;
        font-feature-settings: "lnum" 1;
        text-transform: none; }
  .free-module-spectacles__mea-infos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-family: "Times New Roman", Times, Georgia, serif; }
    html.aw-conqueror-didot-light-18-loaded .free-module-spectacles__mea-infos,
    html.fonts-loaded .free-module-spectacles__mea-infos {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
    .free-module-spectacles__mea-infos [class^="maz-icon"] {
      display: block;
      margin: 10px 0;
      font-size: 40px; }
  .free-module-spectacles__mea-text {
    margin-bottom: 40px;
    width: 100%; }
  .free-module-spectacles__mea-cta {
    width: 100%; }
  .free-module-spectacles__top {
    position: relative; }
  .free-module-spectacles__top-infos {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white; }
  .free-module-spectacles__infos-label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.8px; }
  .free-module-spectacles__infos-title {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 30px;
    line-height: 32px; }
    html.aw-conqueror-didot-light-18-loaded .free-module-spectacles__infos-title,
    html.fonts-loaded .free-module-spectacles__infos-title {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .free-module-spectacles__infos-description {
    margin-top: 15px; }
  .free-module-spectacles__picture picture {
    /**
	 * Usage example: @include aspect-ratio(16, 9) or @include aspect-ratio(4, 3, inline-block)
	 * @param  {number} $width
	 * @param  {number} $height
	 * @param  {string} $displayType
	 */
    display: block;
    position: relative;
    height: 0;
    padding-top: 120%; }
    .free-module-spectacles__picture picture::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1; }
    .free-module-spectacles__picture picture > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .free-module-spectacles__picture picture > video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .free-module-spectacles__picture img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .free-module-spectacles__bottom {
    padding: 20px 0 0;
    font-size: 16px;
    color: #757575; }
    html.PFCentroSansProMed-loaded .free-module-spectacles__bottom,
    html.fonts-loaded .free-module-spectacles__bottom {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
      font-weight: 500; }
    .free-module-spectacles__bottom [class^="maz-icon"] {
      display: inline-block;
      margin-right: 15px; }
    .free-module-spectacles__bottom .maz-icon-palais-garnier, .free-module-spectacles__bottom .maz-icon-opera-bastille {
      font-size: 16px; }
    .free-module-spectacles__bottom .maz-icon-calendar {
      font-size: 16px; }
    .free-module-spectacles__bottom .maz-icon-clock {
      font-size: 16px; }
  .free-module-spectacles__bottom-infos p {
    margin-bottom: 5px;
    display: flex; }
    .free-module-spectacles__bottom-infos p:last-child {
      margin-bottom: 0; }
  .free-module-spectacles__cta {
    margin-top: 20px;
    width: 100%; }
    .free-module-spectacles__cta.cta--inactive {
      text-transform: none;
      text-transform: initial;
      border: 1px solid #999999;
      letter-spacing: normal;
      letter-spacing: initial; }

.free-module-spectacles.slider-version {
  padding: 0;
  max-width: none;
  margin: auto; }
  .free-module-spectacles.slider-version .flickity-resize .free-module-spectacles__item {
    min-height: 100%; }
  .free-module-spectacles.slider-version .flickity-viewport {
    overflow: visible; }
  .free-module-spectacles.slider-version .flickity-page-dots {
    position: static;
    margin-top: 30px;
    bottom: unset;
    display: flex;
    justify-content: center;
    align-items: center; }
    .free-module-spectacles.slider-version .flickity-page-dots .dot {
      width: 6px;
      height: 6px; }
      .free-module-spectacles.slider-version .flickity-page-dots .dot.is-selected {
        width: 10px;
        height: 10px; }
    .free-module-spectacles.slider-version .flickity-page-dots.hide-dots {
      opacity: 0;
      visibility: hidden; }
  .free-module-spectacles.slider-version .component-preloader {
    opacity: 1;
    visibility: visible;
    display: block;
    transition: none; }
  .free-module-spectacles.slider-version .free-module-spectacles__wrapper {
    position: relative;
    overflow: visible;
    padding: 0 7px; }
  .free-module-spectacles.slider-version .free-module-spectacles__list {
    display: block;
    margin: 0;
    flex-wrap: unset; }
    .free-module-spectacles.slider-version .free-module-spectacles__list .opacity-layer {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
      width: 100%;
      height: 100%;
      z-index: 2;
      background-color: #fbfbfb;
      opacity: 1;
      visibility: visible;
      transition: opacity 0.2s, visibility 0.2s; }
      .free-module-spectacles.slider-version .free-module-spectacles__list .opacity-layer.filtering-in-progress {
        opacity: 1 !important;
        visibility: visible !important; }
      .free-module-spectacles.slider-version .free-module-spectacles__list .opacity-layer::before {
        content: '';
        width: 100vw;
        background: #fbfbfb;
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        transform: translateX(-50%); }
    .free-module-spectacles.slider-version .free-module-spectacles__list.flickity-enabled .opacity-layer {
      opacity: 0;
      visibility: hidden; }
  .free-module-spectacles.slider-version .free-module-spectacles__item {
    margin: 0 20px 0 0;
    flex-basis: unset;
    max-width: none;
    display: flex;
    width: 270px; }
  .free-module-spectacles.slider-version .free-module-spectacles__item-content {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .free-module-spectacles.slider-version .free-module-spectacles__bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

@media (max-width: 414px) {
  .free-module-spectacles.slider-version .free-module-spectacles__list.one-item .free-module-spectacles__item {
    width: 100%;
    margin-right: 0; } }

@media (min-width: 375px) {
  .free-module-spectacles.slider-version .free-module-spectacles__wrapper {
    padding: 0 25px; }
  .free-module-spectacles.slider-version .free-module-spectacles__item {
    width: 75%; } }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .free-module-spectacles__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px; }
  .free-module-spectacles__item {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 15px 30px;
    display: flex; }
    .free-module-spectacles__item:last-child {
      margin-bottom: 30px; }
  .free-module-spectacles__item-content {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .free-module-spectacles__picture picture {
    /**
	 * Usage example: @include aspect-ratio(16, 9) or @include aspect-ratio(4, 3, inline-block)
	 * @param  {number} $width
	 * @param  {number} $height
	 * @param  {string} $displayType
	 */
    display: block;
    position: relative;
    height: 0;
    padding-top: 121.68142%; }
    .free-module-spectacles__picture picture > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .free-module-spectacles__picture picture > video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .free-module-spectacles__bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .free-module-spectacles.slider-version .free-module-spectacles__wrapper {
    padding: 0 15px; }
  .free-module-spectacles.slider-version .free-module-spectacles__item {
    margin-right: 30px;
    width: 290px; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .free-module-spectacles {
    padding: 0 30px; }
    .free-module-spectacles__item {
      flex-basis: calc(25% - 30px);
      max-width: calc(25% - 30px); }
    .free-module-spectacles__picture picture {
      /**
	 * Usage example: @include aspect-ratio(16, 9) or @include aspect-ratio(4, 3, inline-block)
	 * @param  {number} $width
	 * @param  {number} $height
	 * @param  {string} $displayType
	 */
      display: block;
      position: relative;
      height: 0;
      padding-top: 121.48148%; }
      .free-module-spectacles__picture picture > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .free-module-spectacles__picture picture > video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .free-module-spectacles__mea-infos {
      font-size: 30px; }
  .free-module-spectacles.slider-version .free-module-spectacles__item {
    width: 270px; } }

/* (min-width: 1280px) */
@media (min-width: 1280px) {
  .free-module-spectacles.slider-version .free-module-spectacles__wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0; }
  .free-module-spectacles.slider-version .free-module-spectacles__list {
    overflow: hidden; } }

/* (min-width: 1440px) */
.section-free-module-text {
  padding: 40px 15px;
  max-width: 1230px;
  margin: 0 auto; }
  .section-free-module-text + .section-free-module-asset-and-cta.theme-light {
    padding-top: 0; }

.free-module-text {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 0 0; }
  .free-module-text > *:empty {
    display: none; }
  .free-module-text h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #050505;
    margin-bottom: 20px; }
    html.PFCentroSansProBold-loaded .free-module-text h4,
    html.fonts-loaded .free-module-text h4 {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
      font-weight: bold; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .section-free-module-text {
    padding-left: 15px;
    padding-right: 15px; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .section-free-module-text {
    padding-left: 30px;
    padding-right: 30px; } }

.section-free-module-title {
  padding: 40px 15px 0;
  max-width: 1230px;
  margin: 0 auto; }
  .section-free-module-title + .section-free-module-asset-and-cta.theme-light {
    padding-top: 40px; }

.free-module-title {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 0 0; }
  .free-module-title h1 {
    font-size: 36px;
    font-family: "Times New Roman", Times, Georgia, serif;
    margin-bottom: 25px;
    line-height: 1.1; }
    html.aw-conqueror-didot-light-18-loaded .free-module-title h1,
    html.fonts-loaded .free-module-title h1 {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
    .free-module-title h1 span {
      color: #999999;
      display: block; }
  .free-module-title h2 {
    font-family: "Times New Roman", Times, Georgia, serif;
    text-align: left;
    color: #050505;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 34px; }
    html.aw-conqueror-didot-light-18-loaded .free-module-title h2,
    html.fonts-loaded .free-module-title h2 {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
    .free-module-title h2 i {
      font-family: "Times New Roman", Times, Georgia, serif; }
      html.aw-conqueror-didot-light-18-loaded .free-module-title h2 i,
      html.fonts-loaded .free-module-title h2 i {
        font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
        -ms-font-feature-settings: "lnum" 1;
        -o-font-feature-settings: "lnum" 1;
        font-feature-settings: "lnum" 1; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .section-free-module-title {
    padding-left: 15px;
    padding-right: 15px; }
  .free-module-title h1 {
    font-size: 50px; }
  .free-module-title h2 {
    font-size: 40px;
    line-height: 38px; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .section-free-module-title {
    padding-left: 30px;
    padding-right: 30px; }
  .free-module-title h1 {
    font-size: 60px; }
  .free-module-title h2 {
    line-height: 42px; } }

.section-free-module-subtitle {
  padding: 40px 15px 0;
  max-width: 1230px;
  margin: 0 auto; }
  .section-free-module-subtitle + .section-free-module-asset-and-cta.theme-light {
    padding-top: 40px; }

.free-module-subtitle {
  width: 100%;
  max-width: 770px;
  margin: 0 auto 0 0; }
  .free-module-subtitle h3 {
    text-transform: uppercase;
    color: #050505;
    line-height: 1.22;
    font-size: 18px;
    text-align: left; }
    html.PFCentroSansProBold-loaded .free-module-subtitle h3,
    html.fonts-loaded .free-module-subtitle h3 {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
      font-weight: bold; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .section-free-module-subtitle {
    padding-left: 30px;
    padding-right: 30px; } }

/* (min-width: 1024px) */
.section-free-module-separator {
  padding: 0px 15px; }

.free-module-separator {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  .free-module-separator hr {
    border-top: 1px solid #ddd;
    margin: 0; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .section-free-module-separator {
    padding-left: 30px;
    padding-right: 30px; } }

/* (min-width: 1024px) */
.section-free-module-pdf {
  padding: 40px 15px; }
  .section-free-module-pdf + .section-free-module-asset-and-cta.theme-light {
    padding-top: 0; }

.free-module-pdf {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  .free-module-pdf__link {
    display: inline-flex;
    align-items: center;
    color: #606060;
    letter-spacing: .5px; }
    .free-module-pdf__link:hover .free-module-pdf__text {
      color: #262626; }
    .free-module-pdf__link:hover .maz-icon-download {
      color: #262626; }
  .free-module-pdf__text {
    font-size: 14px;
    text-decoration: underline;
    transition: color .2s;
    line-height: 1.5;
    flex-grow: 1; }
    html.PFCentroSansPro-loaded .free-module-pdf__text,
    html.fonts-loaded .free-module-pdf__text {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
    .free-module-pdf__text::first-letter {
      text-transform: uppercase; }
  .free-module-pdf .maz-icon-download {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    font-size: 18px;
    flex-shrink: 0;
    transition: color .2s border-color .2s; }
    .free-module-pdf .maz-icon-download::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

/* (min-width: 768px) */
/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .section-free-module-pdf {
    padding-left: 30px;
    padding-right: 30px; } }

.section-free-module-notification {
  padding: 40px 15px;
  max-width: 1230px;
  margin: 0 auto; }
  .section-free-module-notification + .section-free-module-asset-and-cta.theme-light {
    padding-top: 0; }

.free-module-notification {
  width: 100%;
  color: #CC2C00;
  display: flex;
  align-items: center;
  max-width: 770px;
  margin: 0 auto 0 0; }
  .free-module-notification__text {
    font-size: 16px;
    line-height: 1.3;
    flex-grow: 1; }
    html.PFCentroSansPro-loaded .free-module-notification__text,
    html.fonts-loaded .free-module-notification__text {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
    .free-module-notification__text::first-letter {
      text-transform: uppercase; }
  .free-module-notification .maz-icon-notification {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    font-size: 18px;
    flex-shrink: 0;
    transition: color .2s border-color .2s; }
    .free-module-notification .maz-icon-notification::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .section-free-module-notification {
    padding-left: 30px;
    padding-right: 30px; } }

/* (min-width: 1024px) */
.section-free-module-action {
  padding: 40px 15px; }
  .section-free-module-action + .section-free-module-asset-and-cta.theme-light {
    padding-top: 0; }

.free-module-action {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  .free-module-action__description {
    margin-bottom: 30px; }
  .free-module-action__description-wrapper {
    max-width: 770px; }
  .free-module-action__title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px; }
    html.PFCentroSansProMed-loaded .free-module-action__title,
    html.fonts-loaded .free-module-action__title {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
      font-weight: 500; }
    .free-module-action__title:empty {
      display: none; }
  .free-module-action__text:empty {
    display: none; }
  .free-module-action__text ul, .free-module-action__text ol {
    padding-left: 0 !important; }
  .free-module-action__text ul {
    list-style-type: none !important; }
  .free-module-action__ctas {
    display: flex;
    flex-direction: column; }
    .free-module-action__ctas .cta {
      margin-bottom: 15px; }
      .free-module-action__ctas .cta:last-child {
        margin-bottom: 0; }
  .free-module-action__cta {
    width: 100%; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .section-free-module-action {
    padding-left: 15px;
    padding-right: 15px; }
  .free-module-action {
    flex-direction: row;
    justify-content: space-between; }
    .free-module-action__description {
      flex-grow: 1;
      padding-right: 30px;
      margin-bottom: 0; }
    .free-module-action__ctas {
      flex-basis: 270px;
      flex-shrink: 0; }
    .free-module-action__cta {
      max-width: 270px; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .section-free-module-action {
    padding-left: 30px;
    padding-right: 30px; } }

.section-free-module-video {
  padding: 40px 15px; }
  .section-free-module-video + .section-free-module-asset-and-cta.theme-light {
    padding-top: 0; }

.free-module-video {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  .free-module-video__infos {
    padding-top: 20px; }
  .free-module-video__title {
    font-size: 18px;
    font-style: italic; }
    html.PFCentroSansProItalic-loaded .free-module-video__title,
    html.fonts-loaded .free-module-video__title {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .free-module-video__subtitle {
    font-size: 16px;
    margin-top: 10px; }

/* (min-width: 768px) */
/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .section-free-module-video {
    padding-left: 30px;
    padding-right: 30px; } }

.section-free-module-partners {
  padding: 30px 15px; }

.free-module-partners {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  .free-module-partners__item {
    margin-bottom: 30px; }
    .free-module-partners__item:last-child {
      margin-bottom: 0; }
  .free-module-partners__top {
    text-align: center; }
  .free-module-partners__link-image {
    display: inline-block; }
  .free-module-partners__picture {
    display: inline-block;
    height: 70px;
    width: 100px;
    position: relative; }
    .free-module-partners__picture .before-lazyload-placeholder .maz-icon-logo-opera {
      font-size: 32px; }
    .free-module-partners__picture picture {
      display: inline-block;
      height: 100%;
      width: 100%;
      position: relative; }
      .free-module-partners__picture picture img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        -o-object-position: bottom;
           object-position: bottom;
        font-family: 'object-fit: contain; object-position: bottom;'; }
  .free-module-partners__bottom {
    margin: 20px auto 0;
    text-align: center;
    max-width: 270px; }
  .free-module-partners__title {
    color: #999;
    font-style: italic;
    line-height: 1.4; }
    html.PFCentroSansProItalic-loaded .free-module-partners__title,
    html.fonts-loaded .free-module-partners__title {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .free-module-partners__link {
    margin-top: 10px;
    display: inline-block;
    color: #345472; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .section-free-module-partners {
    padding-left: 30px;
    padding-right: 30px; }
  .free-module-partners__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px; }
  .free-module-partners__item {
    flex-basis: 50%;
    max-width: 50%; }
    .free-module-partners__item:last-child {
      margin-bottom: 30px; } }

/* (min-width: 1024px) */
.section-free-module-grid-summary {
  padding: 30px 0; }

.free-module-grid-summary {
  max-width: calc(1170px + 60px);
  margin: 0 auto;
  padding: 0 15px; }
  .free-module-grid-summary__item {
    margin-bottom: 40px; }
    .free-module-grid-summary__item:last-child {
      margin-bottom: 0; }
    .free-module-grid-summary__item::after {
      content: '';
      display: block; }
  .free-module-grid-summary__link {
    display: block;
    position: relative; }
  .free-module-grid-summary__title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 30px;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    font-family: "Times New Roman", Times, Georgia, serif; }
    html.aw-conqueror-didot-light-18-loaded .free-module-grid-summary__title,
    html.fonts-loaded .free-module-grid-summary__title {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .free-module-grid-summary__picture {
    position: relative;
    z-index: 1; }
    .free-module-grid-summary__picture .before-lazyload-placeholder {
      z-index: 3; }
    .free-module-grid-summary__picture picture {
      /**
	 * Usage example: @include aspect-ratio(16, 9) or @include aspect-ratio(4, 3, inline-block)
	 * @param  {number} $width
	 * @param  {number} $height
	 * @param  {string} $displayType
	 */
      display: block;
      position: relative;
      height: 0;
      padding-top: 100%;
      z-index: 1; }
      .free-module-grid-summary__picture picture > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .free-module-grid-summary__picture picture > video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .free-module-grid-summary__picture picture::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 2; }
    .free-module-grid-summary__picture img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;'; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .free-module-grid-summary__wrapper {
    overflow: hidden; }
  .free-module-grid-summary__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px;
    justify-content: center; }
  .free-module-grid-summary__item {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 15px 30px; }
    .free-module-grid-summary__item:last-child {
      margin-bottom: 30px; }
    .free-module-grid-summary__item--disabled {
      opacity: .5;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .free-module-grid-summary {
    padding: 0 30px; }
    .free-module-grid-summary__list.four-pushes {
      margin: 0 auto;
      max-width: calc(370px * 2 + 60px); }
      .free-module-grid-summary__list.four-pushes .free-module-grid-summary__item {
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px); }
    .free-module-grid-summary__item {
      flex-basis: calc(33.3333% - 30px);
      max-width: calc(33.3333% - 30px); } }

.section-free-module-subscriptions {
  padding-bottom: 60px; }

.free-module-subscriptions {
  max-width: calc(1170px + 30px);
  margin: 0 auto;
  padding: 0 15px; }
  .free-module-subscriptions__main-title-container {
    max-width: calc(1170px + 30px);
    margin: 0 auto;
    padding: 0 15px; }
  .free-module-subscriptions__item {
    margin-bottom: 40px;
    background-color: #fbfbfb; }
    .free-module-subscriptions__item:last-child {
      margin-bottom: 0; }
  .free-module-subscriptions__picture picture {
    /**
	 * Usage example: @include aspect-ratio(16, 9) or @include aspect-ratio(4, 3, inline-block)
	 * @param  {number} $width
	 * @param  {number} $height
	 * @param  {string} $displayType
	 */
    display: block;
    position: relative;
    height: 0;
    padding-top: 60.71429%; }
    .free-module-subscriptions__picture picture > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .free-module-subscriptions__picture picture > video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .free-module-subscriptions__picture img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .free-module-subscriptions__top {
    position: relative; }
  .free-module-subscriptions__bottom {
    padding: 20px;
    font-size: 16px;
    line-height: 24px; }
  .free-module-subscriptions__bottom-title {
    font-family: "Times New Roman", Times, Georgia, serif;
    margin-bottom: 20px;
    font-size: 26px; }
    html.aw-conqueror-didot-light-18-loaded .free-module-subscriptions__bottom-title,
    html.fonts-loaded .free-module-subscriptions__bottom-title {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .free-module-subscriptions__bottom-infos {
    max-height: 130px;
    position: relative;
    overflow: hidden; }
    .free-module-subscriptions__bottom-infos p {
      margin-bottom: 5px;
      display: flex; }
      .free-module-subscriptions__bottom-infos p:last-child {
        margin-bottom: 0; }
    .free-module-subscriptions__bottom-infos::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, #fbfbfb 0%, rgba(251, 251, 251, 0) 100%); }
  .free-module-subscriptions__cta {
    margin-top: 20px;
    width: 100%; }
    .free-module-subscriptions__cta::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.free-module-subscriptions.slider-version .flickity-resize .free-module-subscriptions__item {
  min-height: 100%; }

.free-module-subscriptions.slider-version .flickity-page-dots {
  position: static;
  margin-top: 30px;
  bottom: unset;
  display: flex;
  justify-content: center;
  align-items: center; }
  .free-module-subscriptions.slider-version .flickity-page-dots.hide-dots {
    opacity: 0;
    visibility: hidden; }
  .free-module-subscriptions.slider-version .flickity-page-dots .dot {
    width: 6px;
    height: 6px; }
    .free-module-subscriptions.slider-version .flickity-page-dots .dot.is-selected {
      width: 10px;
      height: 10px; }

.free-module-subscriptions.slider-version .free-module-subscriptions__wrapper {
  position: relative;
  overflow: visible; }

.free-module-subscriptions.slider-version .free-module-subscriptions__list {
  display: block;
  margin: 0;
  flex-wrap: unset; }
  .free-module-subscriptions.slider-version .free-module-subscriptions__list::after {
    content: 'flickity';
    display: none; }
  .free-module-subscriptions.slider-version .free-module-subscriptions__list.disable-slider::after {
    content: ''; }

.free-module-subscriptions.slider-version .free-module-subscriptions__nav {
  outline: none;
  position: absolute;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  top: calc(50% - 20px);
  background-color: transparent;
  border: 0;
  padding: 0;
  transition: opacity .2s;
  display: none; }
  .free-module-subscriptions.slider-version .free-module-subscriptions__nav.hide {
    display: none; }
  .free-module-subscriptions.slider-version .free-module-subscriptions__nav .maz-icon-arrow {
    font-size: 22px;
    display: inline-block; }
  .free-module-subscriptions.slider-version .free-module-subscriptions__nav:disabled {
    cursor: auto;
    opacity: 0.3; }
  .free-module-subscriptions.slider-version .free-module-subscriptions__nav-prev {
    left: -70px; }
    .free-module-subscriptions.slider-version .free-module-subscriptions__nav-prev .maz-icon-arrow {
      transform: rotate(180deg); }
  .free-module-subscriptions.slider-version .free-module-subscriptions__nav-next {
    right: -70px; }

.free-module-subscriptions.slider-version .free-module-subscriptions__item {
  margin: 0 20px 0 0;
  flex-basis: unset;
  max-width: none;
  display: flex;
  width: 280px; }

.free-module-subscriptions.slider-version .free-module-subscriptions__item-content {
  width: 100%;
  display: flex;
  flex-direction: column; }

.free-module-subscriptions.slider-version .free-module-subscriptions__bottom {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

@media (max-width: 414px) {
  .free-module-subscriptions__list.one-item .free-module-subscriptions__item {
    width: 100%;
    margin-right: 0; } }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .free-module-subscriptions__wrapper {
    overflow: hidden; }
  .free-module-subscriptions__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -30px; }
  .free-module-subscriptions__item {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 15px 30px;
    display: flex; }
    .free-module-subscriptions__item:last-child {
      margin-bottom: 30px; }
  .free-module-subscriptions__item-content {
    width: 100%;
    display: flex;
    flex-direction: column; }
  .free-module-subscriptions__picture picture {
    /**
	 * Usage example: @include aspect-ratio(16, 9) or @include aspect-ratio(4, 3, inline-block)
	 * @param  {number} $width
	 * @param  {number} $height
	 * @param  {string} $displayType
	 */
    display: block;
    position: relative;
    height: 0;
    padding-top: 70.68966%; }
    .free-module-subscriptions__picture picture > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .free-module-subscriptions__picture picture > video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .free-module-subscriptions__bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .free-module-subscriptions__bottom-title {
    margin-bottom: 40px;
    font-size: 30px; }
  .free-module-subscriptions.slider-version .free-module-subscriptions__item {
    margin-right: 30px;
    width: 290px; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .free-module-subscriptions__item {
    flex-basis: calc(25% - 30px);
    max-width: calc(25% - 30px); }
  .free-module-subscriptions__picture picture {
    /**
	 * Usage example: @include aspect-ratio(16, 9) or @include aspect-ratio(4, 3, inline-block)
	 * @param  {number} $width
	 * @param  {number} $height
	 * @param  {string} $displayType
	 */
    display: block;
    position: relative;
    height: 0;
    padding-top: 55.94595%; }
    .free-module-subscriptions__picture picture > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .free-module-subscriptions__picture picture > video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .free-module-subscriptions.slider-version .free-module-subscriptions__item {
    width: 310px; } }

/* (min-width: 1440px) */
@media (min-width: 1440px) {
  .section-free-module-subscriptions {
    padding-top: 30px; }
  .free-module-subscriptions.slider-version .free-module-subscriptions__nav {
    display: block; }
  .free-module-subscriptions.slider-version .free-module-subscriptions__item {
    width: 370px; } }

.free-module-vertical-ordered-list {
  margin: 25px 5px; }
  .free-module-vertical-ordered-list__wrapper[data-behavior="accordion_maker"] .free-module-vertical-ordered-list__button {
    pointer-events: all;
    cursor: pointer;
    outline: 1px inset transparent;
    transition: outline .4s;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .free-module-vertical-ordered-list__wrapper[data-behavior="accordion_maker"] .free-module-vertical-ordered-list__button:focus {
      outline: 1px inset #4d90fe; }
    .free-module-vertical-ordered-list__wrapper[data-behavior="accordion_maker"] .free-module-vertical-ordered-list__button .maz-icon-arrow {
      display: block; }
  .free-module-vertical-ordered-list__wrapper[data-behavior="accordion_maker"] .free-module-vertical-ordered-list__title {
    padding-right: 40px; }
  .free-module-vertical-ordered-list__button {
    cursor: default;
    pointer-events: none;
    background: transparent;
    border: none;
    outline: none;
    position: relative;
    padding: 0 0 15px;
    text-align: left;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e6e6e6; }
    .free-module-vertical-ordered-list__button[aria-expanded="true"] .maz-icon-arrow {
      transform: rotate(-90deg); }
    .free-module-vertical-ordered-list__button .maz-icon-arrow {
      display: none;
      font-size: 14px;
      display: inline-block;
      transform: rotate(90deg);
      transform-origin: center;
      transition: transform .2s;
      pointer-events: none; }
  .free-module-vertical-ordered-list__title {
    font-family: "Times New Roman", Times, Georgia, serif;
    color: rgba(0, 0, 0, 0.9);
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1;
    width: 100%; }
    html.aw-conqueror-didot-light-18-loaded .free-module-vertical-ordered-list__title,
    html.fonts-loaded .free-module-vertical-ordered-list__title {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
    .free-module-vertical-ordered-list__title p {
      font-weight: inherit;
      margin: 0;
      padding: 0;
      line-height: 1; }
  .free-module-vertical-ordered-list__columns {
    display: flex;
    flex-direction: column;
    margin-top: 30px; }
    .free-module-vertical-ordered-list__columns-wrapper.accordion-content {
      display: none;
      height: 0;
      overflow: hidden;
      transition: height .2s; }
    .free-module-vertical-ordered-list__columns-wrapper.accordion-content--visible {
      display: block;
      height: auto; }
  .free-module-vertical-ordered-list__column {
    font-size: 16px; }
    .free-module-vertical-ordered-list__column ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .free-module-vertical-ordered-list__column li {
      margin-bottom: 5px; }
      .free-module-vertical-ordered-list__column li:last-child {
        margin-bottom: 0; }
    .free-module-vertical-ordered-list__column a {
      display: inline-block;
      text-decoration: none;
      color: #666; }
    .free-module-vertical-ordered-list__column-left {
      margin-bottom: 5px; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .free-module-vertical-ordered-list__columns {
    flex-direction: row; }
  .free-module-vertical-ordered-list__column {
    font-size: 18px; }
    .free-module-vertical-ordered-list__column-left {
      margin-bottom: 0;
      padding-right: 50px; }
    .free-module-vertical-ordered-list__column-right {
      padding-left: 50px; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .free-module-vertical-ordered-list__title {
    font-size: 25px; } }

/** @define Footer; use strict */
.Footer::after {
  content: "";
  display: table;
  clear: both; }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer {
    padding: 57px 0 0; } }

@media screen and (max-width: 767px) {
  .Footer {
    padding: 62px 0 0; } }

@media print {
  .Footer {
    display: none; } }

@media screen and (min-width: 1024px) {
  .Footer__wrapper {
    padding: 72px 0 0; } }

.Footer p {
  font-size: 16px;
  line-height: 25px;
  /*color: $grey-text-second;*/
  margin-bottom: 23px;
  color: #050505; }

.Footer__logo {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 1023px) {
    .Footer__logo {
      float: left;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer__info {
    text-align: center; } }

.Footer__info-span {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px; }
  .Footer__info-span > p {
    margin: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Footer__info-span {
      width: 33.33333%;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .Footer__info-span {
      float: left;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 31px;
      text-align: center; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .Footer__info-span--logo {
    padding-left: 33px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer__info-span--logo {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 97px;
    text-align: center; }
    .Footer__info-span--logo [class*='icon-opera-'] {
      display: block;
      margin: 0 auto; }
    .Footer__info-span--logo .icon-opera-logo {
      transform: translate(-3px, 1px); }
    .Footer__info-span--logo .icon-opera-sub-logo {
      transform: translate(1px, 0); } }

@media screen and (max-width: 767px) {
  .Footer__info-span--logo {
    margin-bottom: 72px; }
    .Footer__info-span--logo [class*='icon-opera-'] {
      display: block;
      margin: 0 auto; }
    .Footer__info-span--logo .icon-opera-logo {
      transform: translate(-4px, 0); } }

.Footer__info-span--logo .icon-opera-logo svg {
  width: 137px;
  height: 66px;
  position: relative;
  bottom: 2px; }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .Footer__info-span--palais {
    padding-left: 24px; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .Footer__info-span--3scene {
    margin-left: -7px; } }

.Footer__info-title {
  display: block;
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 38px;
  color: #050505;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-18-loaded .Footer__info-title,
  html.fonts-loaded .Footer__info-title {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  html.fonts-loaded .Footer__info-title {
    -ms-font-feature-settings: "lnum" 0;
    -o-font-feature-settings: "lnum" 0;
    font-feature-settings: "lnum" 0; }
  @media screen and (max-width: 767px) {
    .Footer__info-title {
      margin-bottom: 9px;
      font-size: 25px;
      line-height: 30px; } }

.Footer__info-link {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #606060;
  text-decoration: underline; }
  .Footer__info-link:hover {
    color: #050505; }
  .Footer__info-link.disabled:hover {
    color: #998b77; }

.Footer__contact,
div > .Footer__contact {
  margin-top: 38px;
  padding-bottom: 52px; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .Footer__contact,
    div > .Footer__contact {
      padding-bottom: 73px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Footer__contact,
    div > .Footer__contact {
      padding-bottom: 76px; } }
  @media screen and (max-width: 767px) {
    .Footer__contact,
    div > .Footer__contact {
      margin-top: 40px;
      padding-bottom: 5px; } }

.Footer__six {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 1023px) {
    .Footer__six {
      float: left;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 25px;
      text-align: center; } }

.Footer__contact-box > p {
  margin-bottom: 0; }

@media screen and (min-width: 1024px) {
  .Footer__contact-box {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 25%; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer__contact-box {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 34px;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .Footer__contact-box {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 37px;
    text-align: center; } }

@media screen and (min-width: 1024px) {
  .Footer__newsletter-box,
  .Footer__amis-box {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer__newsletter-box,
  .Footer__amis-box {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px; } }

.Footer__amis-box a {
  color: #606060; }

.Footer__amis-box a:hover {
  color: #050505; }

.Footer__amis-box .maz-icon-amis-opera {
  font-size: 57px;
  pointer-events: none; }

@media screen and (min-width: 1280px) {
  .Footer__amis-box {
    transform: translate(2px, 3px); } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .Footer__amis-box {
    transform: translate(-10px, 3px); } }

@media screen and (min-width: 1024px) {
  .Footer__amis-box {
    margin-top: 15px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Footer__amis-box {
    padding-top: 37px;
    transform: translate(-7px, 1px); } }

@media screen and (max-width: 1023px) {
  .Footer__amis-box {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .Footer__amis-box {
    margin-bottom: 38px;
    transform: translate(-1px, -2px); } }

.Footer__newsletter-box {
  padding-top: 20px; }
  .Footer__newsletter-box a {
    display: block;
    color: #606060;
    white-space: nowrap;
    text-decoration: underline; }
    .Footer__newsletter-box a:hover {
      color: #050505; }
      .Footer__newsletter-box a:hover svg path {
        fill: #050505; }
    .Footer__newsletter-box a i {
      margin-right: 13px; }
  .Footer__newsletter-box svg path {
    fill: #606060; }
  @media screen and (min-width: 1024px) {
    .Footer__newsletter-box a:last-child {
      margin-top: 12px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Footer__newsletter-box {
      padding-top: 39px;
      padding-left: 18px; }
      .Footer__newsletter-box a:last-child {
        margin-top: 14px; } }
  @media screen and (max-width: 767px) {
    .Footer__newsletter-box {
      padding-top: 14px;
      margin-bottom: 46px;
      text-align: center; }
      .Footer__newsletter-box [class*='icon-'] {
        display: none; }
      .Footer__newsletter-box a:last-child {
        margin-top: 16px; } }

.Footer__nav {
  border-top: 1px solid #262626; }
  @media screen and (min-width: 1024px) {
    .Footer__nav {
      padding: 20px 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .Footer__nav {
      text-align: center; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Footer__nav {
      padding: 18px 0 34px; } }
  @media screen and (max-width: 1023px) {
    .Footer__nav {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .Footer__nav {
      padding: 24px 0 33px 0; } }

.Footer__nav-link {
  display: inline-block;
  margin-right: 30px;
  line-height: 41px;
  color: #606060; }
  .Footer__nav-link:hover {
    color: #050505; }
  @media screen and (max-width: 767px) {
    .Footer__nav-link {
      display: block;
      line-height: 40px;
      margin-right: 0; } }

.Footer__nav-list {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media screen and (max-width: 767px) {
    .Footer__nav-list {
      margin-top: 24px; } }

.Footer__nav-list-item {
  display: inline-block;
  margin-right: 30px;
  line-height: 40px;
  color: #606060; }
  .Footer__nav-list-item:last-child {
    margin-right: 0; }
  .Footer__nav-list-item > a {
    display: block;
    font-size: 16px;
    color: #606060; }
    .Footer__nav-list-item > a:hover, .Footer__nav-list-item > a:active, .Footer__nav-list-item > a:focus {
      color: white; }
  @media screen and (max-width: 767px) {
    .Footer__nav-list-item {
      width: 100%;
      margin-right: 0;
      line-height: 40px; } }

.Footer .Footer__nav-copyright {
  display: inline-block;
  margin: 8px 0 0 0px;
  color: #3f3f3f; }
  @media screen and (min-width: 1280px) {
    .Footer .Footer__nav-copyright {
      float: right;
      display: inline-block;
      padding-right: 53px; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .Footer .Footer__nav-copyright {
      text-align: center;
      margin-bottom: 12px; } }
  @media screen and (max-width: 767px) {
    .Footer .Footer__nav-copyright {
      width: 100%;
      margin-top: 15px; } }

/* Donation btn */
.donation-bar-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05);
  z-index: 2;
  display: none; }
  .donation-bar-wrap .FreePage {
    margin: 0 auto; }
  .donation-bar-wrap .donation-bar {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    height: 60px; }
    .donation-bar-wrap .donation-bar .btn {
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      border-radius: 4px;
      text-align: center;
      background-color: #050505;
      color: #ffffff;
      text-transform: uppercase;
      justify-content: center;
      width: 170px; }
      @media (max-width: 767px) {
        .donation-bar-wrap .donation-bar .btn {
          width: 100%; } }

body.page-donation {
  padding-bottom: 60px; }
  body.page-donation .donation-bar-wrap {
    display: block; }

.free-module-contact__block, .free-module-text, .free-module-action__text {
  font-size: 16px;
  line-height: 28px; }
  .free-module-contact__block > *:empty, .free-module-text > *:empty, .free-module-action__text > *:empty {
    display: none; }
  .free-module-contact__block > *:first-child, .free-module-text > *:first-child, .free-module-action__text > *:first-child {
    margin-top: 0; }
  .free-module-contact__block > *:last-child, .free-module-text > *:last-child, .free-module-action__text > *:last-child {
    margin-bottom: 0; }
  .free-module-contact__block h3, .free-module-text h3, .free-module-action__text h3 {
    margin-top: 20px; }
  .free-module-contact__block h4, .free-module-text h4, .free-module-action__text h4 {
    text-transform: uppercase;
    color: #050505;
    margin-top: 30px;
    font-size: 16px;
    line-height: 22px;
    /* (min-width: 768px) */ }
    @media (min-width: 768px) {
      .free-module-contact__block h4, .free-module-text h4, .free-module-action__text h4 {
        font-size: 18px; } }
    .free-module-contact__block h4 + p, .free-module-text h4 + p, .free-module-action__text h4 + p {
      margin-top: 10px; }
  .free-module-contact__block p, .free-module-text p, .free-module-action__text p {
    margin-top: 20px; }
  .free-module-contact__block a, .free-module-text a, .free-module-action__text a {
    color: #345472; }
  .free-module-contact__block b, .free-module-text b, .free-module-action__text b, .free-module-contact__block strong, .free-module-text strong, .free-module-action__text strong {
    font-weight: bold; }
  .free-module-contact__block ul, .free-module-text ul, .free-module-action__text ul {
    list-style-type: disc; }
  .free-module-contact__block ol, .free-module-text ol, .free-module-action__text ol {
    list-style-type: decimal; }
  .free-module-contact__block ul, .free-module-text ul, .free-module-action__text ul, .free-module-contact__block ol, .free-module-text ol, .free-module-action__text ol {
    padding-left: 30px;
    margin-top: 20px; }
    .free-module-contact__block ul li, .free-module-text ul li, .free-module-action__text ul li, .free-module-contact__block ol li, .free-module-text ol li, .free-module-action__text ol li {
      margin-bottom: 5px; }
      .free-module-contact__block ul li:last-child, .free-module-text ul li:last-child, .free-module-action__text ul li:last-child, .free-module-contact__block ol li:last-child, .free-module-text ol li:last-child, .free-module-action__text ol li:last-child {
        margin-bottom: 0; }
  .free-module-contact__block s, .free-module-text s, .free-module-action__text s, .free-module-contact__block strike, .free-module-text strike, .free-module-action__text strike {
    text-decoration: line-through; }

[class^="section-free-module"].max-width-770 {
  max-width: 770px; }

[class^="free-module"].max-width-770 {
  max-width: 770px; }

/* (min-width: 768px) */
/* (min-width: 1024px) */
/* Components */
/** @define agenda; use strict */
.agenda {
  background-color: #ededed; }
  @media screen and (max-width: 1279px) {
    .agenda {
      background: white; } }
  .agenda i {
    display: inline-block;
    width: 15px;
    margin-left: 15px;
    vertical-align: middle; }

.agenda__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* z-index: $z-lightbox; */
  z-index: 2000;
  /* -webkit-overflow-scrolling: touch !important;
  overflow-y: auto !important; */
  background-color: white; }
  .agenda__wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none; }
  .agenda__wrapper .icon-load-spinner {
    display: none; }
  .agenda__wrapper.agenda__iframe--is-loading .icon-load-spinner {
    position: absolute;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block; }
  .agenda__wrapper.agenda__iframe--is-loading iframe {
    /* display: none; */
    /* https://bugs.webkit.org/show_bug.cgi?id=125565
      / but can't scroll when display: none :( */
    visibility: hidden; }

.agenda__iframe--is-open {
  overflow: hidden; }

.agenda__header {
  width: 100%;
  background: white;
  position: fixed;
  z-index: 2;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }
  .agenda__header-wrapper i.icon-agenda-paginator-down {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 15px; }
    .agenda__header-wrapper i.icon-agenda-paginator-down.active {
      transform: rotate(180deg); }
  .agenda__header .icon-circled-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 35px;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .agenda__header .icon-circled-close {
        top: 18px;
        right: 20px;
        width: 40px;
        height: 40px; } }

.agenda__container {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 30px; }
  @media screen and (max-width: 767px) {
    .agenda__container {
      padding: 0 20px; } }

.agenda__header-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.agenda__header-nav {
  display: inline-block;
  position: relative; }
  .agenda__header-nav .icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: center;
    position: absolute;
    left: 10px; }
    .agenda__header-nav .icon:hover {
      opacity: 0.5; }
    .agenda__header-nav .icon.icon-agenda-paginator-down {
      bottom: -5px; }
    .agenda__header-nav .icon.icon-agenda-paginator-up {
      bottom: 30px; }
    @media screen and (max-width: 767px) {
      .agenda__header-nav .icon {
        display: none; } }

.agenda__header-title {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 130px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  margin: 0;
  clear: right;
  border-top: 1px solid white; }
  html.aw-conqueror-didot-light-64-loaded .agenda__header-title,
  html.fonts-loaded .agenda__header-title {
    font-family: "aw-conqueror-didot-light-64", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  .agenda__content .agenda__header-title {
    display: block;
    border-top: 1px solid #BBBBBB; }
  .agenda__header-title:hover {
    opacity: 0.5;
    /*color: $grey-text-ter;*/ }
  .agenda__header-title.closed:first-child {
    padding-top: 130px; }
    @media screen and (min-width: 1280px) {
      .agenda__header-title.closed:first-child {
        padding-top: 0; }
        .agenda__header-title.closed:first-child.empty {
          padding-top: 180px; } }
    @media screen and (max-width: 767px) {
      .agenda__header-title.closed:first-child {
        padding-top: 80px; } }
  .agenda__header-title.closed:after {
    display: none;
    float: right;
    font-weight: normal;
    font-size: 18px;
    color: #606060; }
    html.PFCentroSansPro-loaded .agenda__header-title.closed:after,
    html.fonts-loaded .agenda__header-title.closed:after {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
    :lang(fr) .agenda__header-title.closed:after {
      content: "ouvrir"; }
    :lang(en) .agenda__header-title.closed:after {
      content: "open"; }
  @media screen and (min-width: 1280px) {
    .agenda__header-title.closed.empty:after {
      display: inline-block; } }
  @media screen and (max-width: 1279px) {
    .agenda__header-title.closed:after {
      display: inline-block; } }
  @media screen and (max-width: 767px) {
    .agenda__header-title {
      font-size: 42px;
      line-height: 80px; } }
  @media screen and (max-width: 479px) {
    .agenda__header-title {
      font-size: 35px; } }

#agenda__mask {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  overflow: hidden; }
  #agenda__mask.closed {
    display: none; }

.agenda__header-months-nav {
  margin-bottom: 20px; }
  .agenda__header-months-nav li {
    list-style-type: none; }
  .agenda__header-months-nav.closed {
    display: none; }

.agenda__header-months-group {
  margin-bottom: 6px; }
  .agenda__header-months-group span {
    color: #757575; }
    .agenda__header-months-group span:hover, .agenda__header-months-group span.active {
      color: #050505; }

.agenda__header-months-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-weight: normal;
  font-size: 30px;
  line-height: normal;
  display: inline-block;
  vertical-align: top; }
  html.aw-conqueror-didot-light-18-loaded .agenda__header-months-list,
  html.fonts-loaded .agenda__header-months-list {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  .agenda__header-months-list > li {
    display: inline-block; }
    .agenda__header-months-list > li:after {
      padding-left: 10px;
      display: inline-block;
      content: "/"; }
    .agenda__header-months-list > li:last-child:after {
      content: ""; }
  .agenda__header-months-list a {
    text-transform: capitalize;
    color: #757575; }
    .agenda__header-months-list a:hover, .agenda__header-months-list a.active {
      color: #050505; }
  @media screen and (min-width: 479px) and (max-width: 767px) {
    .agenda__header-months-list {
      font-size: 24px;
      line-height: 26px; } }
  @media screen and (max-width: 479px) {
    .agenda__header-months-list {
      font-size: 20px;
      line-height: 24px; } }

.agenda__header-months-list {
  width: calc(100% - 150px);
  margin-left: 50px; }
  @media (max-width: 767px) {
    .agenda__header-months-list {
      width: 100%;
      margin-left: 0;
      margin-bottom: 15px; } }

.agenda__header-year-list {
  display: inline-block;
  width: 70px; }
  @media (max-width: 767px) {
    .agenda__header-year-list {
      width: 100%; } }

.agenda__filters {
  display: inline-block;
  margin-left: 30px; }
  .agenda__filters i.icon-agenda-paginator-down {
    vertical-align: middle; }
  @media (max-width: 767px) {
    .agenda__filters {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      margin: 0;
      border-top: solid 1px #dddddd;
      padding-top: 10px; }
      .agenda__filters.closed {
        display: none; } }
  .agenda__filters .DropDown-container {
    display: inline-block;
    margin-right: 20px; }
    .agenda__filters .DropDown-container:last-child {
      margin-right: 0; }
    .agenda__filters .DropDown-container.active i.icon-agenda-paginator-down {
      transform: rotate(180deg); }
    @media (max-width: 767px) {
      .agenda__filters .DropDown-container {
        position: static;
        position: initial;
        width: 43%;
        margin: 0 0 5px 0;
        padding: 0 0 3px 0; }
        .agenda__filters .DropDown-container.active {
          border-bottom: solid 3px black; } }
    @media (max-width: 767px) {
      .agenda__filters .DropDown-container ul.DropDown {
        width: 100vw;
        left: 0;
        top: 125px;
        text-align: center;
        box-shadow: none;
        transition: none;
        padding-bottom: 20px; } }
    .agenda__filters .DropDown-container ul.DropDown li a {
      color: #606060; }
      .agenda__filters .DropDown-container ul.DropDown li a:hover {
        color: #262626;
        background-color: #ededed; }
    @media (max-width: 767px) {
      .agenda__filters .DropDown-container ul.DropDown li {
        border: none; } }

.agenda__week {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%; }
  .agenda__week::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1279px) {
    .agenda__header .agenda__week {
      display: none; } }
  .agenda__content .agenda__week {
    margin-bottom: 30px; }
    .agenda__content .agenda__week.empty {
      display: none; }
    .agenda__content .agenda__week:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 1279px) {
      .agenda__content .agenda__week {
        margin-bottom: 0; }
        .agenda__content .agenda__week.closed {
          display: none; } }

.agenda__day {
  float: left;
  position: relative;
  width: calc(100% / 7);
  font-family: "Times New Roman", Times, Georgia, serif;
  font-weight: normal;
  color: #050505;
  text-align: right;
  font-size: 42px;
  border-right: 1px solid #d8d8d8; }
  html.aw-conqueror-didot-light-18-loaded .agenda__day,
  html.fonts-loaded .agenda__day {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  .agenda__day:last-child {
    border-right: none; }
  @media screen and (max-width: 1279px) {
    .agenda__day {
      float: none;
      width: 100%;
      border-right: none;
      text-align: left;
      border-top: 1px solid #d8d8d8; }
      .agenda__day::after {
        content: "";
        display: table;
        clear: both; }
      .agenda__day.hidden, .agenda__day.empty {
        display: none; }
      .agenda__day.first {
        border-top: none; } }

.agenda__day-name {
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-weight: normal;
  color: #606060;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize; }
  html.PFCentroSansPro-loaded .agenda__day-name,
  html.fonts-loaded .agenda__day-name {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .agenda__day-name.today {
    visibility: hidden; }

.agenda__day-num {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  display: inline-block;
  padding: 15px 0;
  width: 14%; }
  .agenda__day-num.hidden {
    visibility: hidden; }
  .agenda__day-num.empty {
    color: #757575; }
  .agenda__day-num.today {
    color: #606060; }
    .agenda__day-num.today:before {
      display: block;
      position: absolute;
      left: 15px;
      top: 25px;
      font-weight: normal;
      color: #7e7362;
      font-size: 16px;
      line-height: 20px; }
      html.PFCentroSansPro-loaded .agenda__day-num.today:before,
      html.fonts-loaded .agenda__day-num.today:before {
        font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
      :lang(fr) .agenda__day-num.today:before {
        content: "aujourd'hui"; }
      :lang(en) .agenda__day-num.today:before {
        content: "today"; }
      @media screen and (max-width: 1279px) {
        .agenda__day-num.today:before {
          position: static; } }
    @media screen and (min-width: 1280px) {
      .agenda__day-num.today:after {
        display: block;
        position: absolute;
        height: 1px;
        top: 55px;
        left: 15px;
        right: 15px;
        content: "" !important;
        background-color: #7e7362; } }
  @media screen and (min-width: 1280px) {
    .agenda__content .agenda__day-num:not(.empty) {
      cursor: pointer; }
      .agenda__content .agenda__day-num:not(.empty):hover {
        color: #757575;
        /*background-color: white;*/ } }
  .agenda__day-num:after {
    display: block;
    font-weight: normal;
    color: #757575;
    font-size: 16px;
    line-height: 20px; }
    html.PFCentroSansPro-loaded .agenda__day-num:after,
    html.fonts-loaded .agenda__day-num:after {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
    :lang(fr) .agenda__day:nth-child(1) .agenda__day-num:after {
      content: "Lundi"; }
    :lang(fr) .agenda__day:nth-child(2) .agenda__day-num:after {
      content: "Mardi"; }
    :lang(fr) .agenda__day:nth-child(3) .agenda__day-num:after {
      content: "Mercredi"; }
    :lang(fr) .agenda__day:nth-child(4) .agenda__day-num:after {
      content: "Jeudi"; }
    :lang(fr) .agenda__day:nth-child(5) .agenda__day-num:after {
      content: "Vendredi"; }
    :lang(fr) .agenda__day:nth-child(6) .agenda__day-num:after {
      content: "Samedi"; }
    :lang(fr) .agenda__day:nth-child(7) .agenda__day-num:after {
      content: "Dimanche"; }
    :lang(en) .agenda__day:nth-child(1) .agenda__day-num:after {
      content: "Monday"; }
    :lang(en) .agenda__day:nth-child(2) .agenda__day-num:after {
      content: "Tuesday"; }
    :lang(en) .agenda__day:nth-child(3) .agenda__day-num:after {
      content: "Wednesday"; }
    :lang(en) .agenda__day:nth-child(4) .agenda__day-num:after {
      content: "Thursday"; }
    :lang(en) .agenda__day:nth-child(5) .agenda__day-num:after {
      content: "Friday"; }
    :lang(en) .agenda__day:nth-child(6) .agenda__day-num:after {
      content: "Saturday"; }
    :lang(en) .agenda__day:nth-child(7) .agenda__day-num:after {
      content: "Sunday"; }
    @media screen and (min-width: 1280px) {
      .agenda__day-num:after {
        display: none; } }
  @media screen and (min-width: 1280px) {
    .agenda__day-num {
      display: block;
      padding: 0 15px;
      width: 100%; } }
  @media screen and (min-width: 479px) and (max-width: 767px) {
    .agenda__day-num {
      width: 90px; } }
  @media screen and (max-width: 479px) {
    .agenda__day-num {
      display: block;
      width: 100%;
      padding: 15px 0 0;
      font-size: 35px; } }

.agenda__cards {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  padding: 0;
  float: right;
  width: 86%; }
  @media screen and (min-width: 1280px) {
    .agenda__cards {
      display: block;
      float: none;
      width: 100%; } }
  @media screen and (min-width: 479px) and (max-width: 767px) {
    .agenda__cards {
      width: calc( 100% - 90px); } }
  @media screen and (max-width: 479px) {
    .agenda__cards {
      display: block;
      float: none;
      width: 100%; } }

.agenda__card {
  /*background-color: white;*/
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #606060;
  padding: 0 0 15px 0;
  border-top: 1px solid #d8d8d8; }
  .agenda__card::after {
    content: "";
    display: table;
    clear: both; }
  html.PFCentroSansPro-loaded .agenda__card,
  html.fonts-loaded .agenda__card {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .agenda__card:first-child {
    border-top: none; }
  .agenda__week.current .agenda__card {
    background-color: white; }
  @media screen and (min-width: 1280px) {
    .agenda__card {
      padding: 0 15px 15px 15px;
      border-top: none; } }
  @media screen and (max-width: 479px) {
    .agenda__card {
      padding: 20px 0; } }

.agenda__card-tag {
  display: inline-block;
  line-height: 35px;
  height: 35px;
  margin: 10px 10px 0 0;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 50px;
  border: 1px solid #d8d8d8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }
  .agenda__card-tag i {
    margin-left: -3px;
    vertical-align: text-bottom;
    margin-bottom: -1px;
    margin-right: 5px;
    font-size: 14px; }
    .agenda__card-tag i[class^="maz-icon-"], .agenda__card-tag i.derniere {
      margin-bottom: 1px; }

.agenda__card-img {
  display: inline-block;
  vertical-align: top;
  border-top: none;
  padding-top: 15px;
  width: 160px;
  height: 106px; }
  @media screen and (min-width: 1280px) {
    .agenda__card-img {
      display: block;
      border-top: 1px solid #d8d8d8;
      width: 100%;
      padding-bottom: 57.06%;
      height: 0;
      overflow: hidden;
      position: relative; }
      .agenda__card-img img {
        position: absolute;
        top: 15px;
        left: 0;
        width: 100%;
        /*height: 100%;*/ } }
  @media screen and (min-width: 479px) and (max-width: 767px) {
    .agenda__card-img {
      width: 140px;
      height: 95px; } }
  @media screen and (max-width: 479px) {
    .agenda__card-img {
      display: block;
      padding-top: 0;
      width: 100%;
      padding-bottom: 57.06%;
      height: 0;
      overflow: hidden;
      position: relative; }
      .agenda__card-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/ } }

.agenda__card-caption {
  display: inline-block;
  width: calc(100% - 350px);
  margin: 15px 0 0 15px; }
  @media screen and (min-width: 1280px) {
    .agenda__card-caption {
      margin: 15px 0 0 0;
      width: 100%; } }
  @media screen and (min-width: 479px) and (max-width: 767px) {
    .agenda__card-caption {
      width: calc(100% - 160px); } }
  @media screen and (max-width: 479px) {
    .agenda__card-caption {
      margin: 15px 0 0 0;
      width: 100%; } }

.agenda__card-title {
  font-family: "Times New Roman", Times, Georgia, serif;
  margin: 0;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: normal;
  word-wrap: break-word; }
  html.aw-conqueror-didot-light-18-loaded .agenda__card-title,
  html.fonts-loaded .agenda__card-title {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  .agenda__card-title a {
    color: #050505; }
    .agenda__card-title a:hover {
      color: #757575; }
  @media screen and (min-width: 1280px) {
    .agenda__card-title {
      font-size: 20px;
      line-height: 22px; } }
  @media screen and (min-width: 479px) and (max-width: 767px) {
    .agenda__card-title {
      font-size: 20px;
      line-height: 22px; } }
  @media screen and (max-width: 479px) {
    .agenda__card-title {
      font-size: 24px;
      line-height: 26px; } }

.agenda__card-info {
  margin-top: 15px;
  line-height: 22px; }
  .agenda__card-info > time {
    color: #050505; }
  .agenda__card-info > i {
    margin-right: 8px;
    background-position: center; }

.agenda__card-button {
  display: inline-block;
  width: 150px;
  float: right;
  line-height: 50px;
  border: 1px solid #050505;
  border-radius: 2px;
  text-align: center;
  padding: 0 15px;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  background-color: #050505;
  /*border-color: $grey-text-second;*/
  color: #ffffff;
  clear: both; }
  .agenda__card-button:hover, .agenda__card-button:focus, .agenda__card-button:active {
    background-color: #262626;
    border-color: #262626; }
  .agenda__card-button--option {
    color: #757575;
    border: 1px solid #cbcbcb;
    background-color: transparent; }
    .agenda__card-button--option:hover, .agenda__card-button--option:focus, .agenda__card-button--option:active {
      background-color: #ededed;
      border-color: #d8d8d8; }
  @media screen and (min-width: 1280px) {
    .agenda__card-button {
      display: block;
      width: 100%;
      float: none; } }
  @media screen and (max-width: 767px) {
    .agenda__card-button {
      display: block;
      width: 100%;
      float: none; } }

.agenda__card-message {
  display: inline-block;
  width: 150px;
  float: right;
  border: 1px solid #dddddd;
  background-color: #ededed;
  text-align: center;
  padding: 20px 15px;
  margin: 15px 0; }
  @media screen and (min-width: 1280px) {
    .agenda__card-message {
      display: block;
      width: 100%;
      float: none;
      margin: 15px 0 0 0; } }
  @media screen and (max-width: 767px) {
    .agenda__card-message {
      display: block;
      width: 100%;
      float: none;
      margin: 15px 0 0 0; } }

.agenda__alert {
  padding-top: 15px;
  margin: 0 15px;
  text-align: left;
  border-top: 1px solid #d8d8d8; }
  html.PFCentroSansPro-loaded .agenda__alert,
  html.fonts-loaded .agenda__alert {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .agenda__alert > h3 {
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px; }
  .agenda__alert .agenda__card-title {
    margin: 15px 0; }
  @media screen and (max-width: 1279px) {
    .agenda__alert {
      margin: 0;
      padding-bottom: 15px; }
      .agenda__alert:first-child {
        border-top: none; } }

.agenda__alert-button {
  width: 160px;
  line-height: 50px;
  padding: 0 15px;
  clear: both; }
  @media screen and (min-width: 1280px) {
    .agenda__alert-button {
      width: 100%;
      min-width: 140px; } }
  @media screen and (max-width: 767px) {
    .agenda__alert-button {
      width: 100%; } }

/** @define DropDown; use strict **/
.DropDown {
  margin: 0;
  padding: 0;
  list-style-type: none;
  top: calc(25px + 10px);
  left: 0;
  right: 0;
  background: white;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 2;
  min-width: 220px;
  transition: 0s ease all;
  max-height: 0;
  overflow: hidden;
  /*display:none !important;*/ }
  .pointerevents .DropDown {
    opacity: 0;
    max-height: none;
    pointer-events: none;
    /* FIXME: #896: pointerevents not working in the footer for some reason. */
    /*display:block !important;*/ }
  .active .DropDown {
    display: block !important;
    max-height: calc(60px * 7);
    transition-duration: .3s; }

.pointerevents .active .DropDown {
  opacity: 1;
  pointer-events: auto;
  max-height: none; }

/* Dropdown list */
.DropDown li {
  border-top: 1px solid #d8d8d8;
  display: block; }
  .DropDown li > a,
  .DropDown li > span {
    display: block;
    height: 45px;
    line-height: 45px;
    min-width: 220px;
    padding: 0 15px;
    color: #757575;
    background: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .DropDown li > a .icon-euro,
    .DropDown li > span .icon-euro {
      height: 23px;
      width: 23px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .DropDown li > a i,
    .DropDown li > span i {
      float: none;
      display: inline-block;
      vertical-align: middle; }
    .DropDown li > a:hover,
    .DropDown li > span:hover {
      color: #ffffff;
      background: #262626; }
    .DropDown li > a.active,
    .DropDown li > span.active {
      /* old styling. active item is now black without opacity. */
      /*opacity:.3;*/
      /*color:$gray-50;*/
      opacity: 1;
      color: #050505;
      cursor: default;
      pointer-events: none; }
      .DropDown li > a.active:hover,
      .DropDown li > span.active:hover {
        /* old styling. active item, even on hover is now black without opacity. pointer-events is none on .active, (thus, this is fallback styling) */
        /*color:$gray-50;*/
        color: #050505;
        background: white; }
  .DropDown li:first-child {
    border-top: 0 none; }

.DropDown.Dropdown--large {
  top: 60px; }
  @media screen and (max-width: 767px) {
    .DropDown.Dropdown--large {
      top: 58px; } }
  .DropDown.Dropdown--large li a {
    height: 60px;
    line-height: 60px; }
    @media screen and (max-width: 767px) {
      .DropDown.Dropdown--large li a {
        height: 39px;
        line-height: 39px; } }

/* Dropdown wrapper */
.DropDown-container {
  position: relative;
  z-index: 1; }
  .DropDown-container.active {
    z-index: 2; }
  .DropDown-container > a {
    line-height: 25px;
    display: inline-block; }
  .DropDown-container .icon-dropdown-trigger {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: top; }
    .DropDown-container .icon-dropdown-trigger svg {
      vertical-align: top; }
      .DropDown-container .icon-dropdown-trigger svg path {
        opacity: 1;
        fill: #b2b2b2; }
  .DropDown-container *[class*="icon-chevron-"] {
    margin-left: 3px; }
  .DropDown-container .grid-row .icon-dropdown-trigger {
    vertical-align: middle; }

/* Trigger button */
*[data-dropdown-click] {
  color: #606060; }
  *[data-dropdown-click]:hover {
    color: #050505; }
    *[data-dropdown-click]:hover svg path {
      fill: #050505; }
  .active *[data-dropdown-click] {
    color: #050505; }
    .active *[data-dropdown-click] svg path {
      fill: #050505; }

.DropDown--hidden.active {
  display: none; }

/* Don't display selected links in the DropDown--tabs */
.DropDown--tabs {
  z-index: 2;
  text-align: center; }
  .DropDown--tabs.left-aligned {
    text-align: left; }
  .DropDown--tabs .DropDown {
    top: 70px; }
  .DropDown--tabs li.active {
    display: none; }
  @media screen and (max-width: 767px) {
    .DropDown--tabs .DropDown {
      top: 60px; } }
  .DropDown--tabs *[data-dropdown-click] {
    color: #050505;
    display: block;
    padding: 22px 0;
    height: 70px; }
    @media screen and (max-width: 767px) {
      .DropDown--tabs *[data-dropdown-click] {
        padding: 17px 0 17px 0;
        height: 60px; } }
    .DropDown--tabs *[data-dropdown-click] *[data-show-selected] {
      line-height: 25px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 66.666%;
      display: inline-block;
      vertical-align: top; }
    .DropDown--tabs *[data-dropdown-click] .icon-dropdown-trigger {
      vertical-align: top;
      line-height: 25px; }

/* Do the same thing for Nav__list-item : Don't display selected links */
.DropDown .Nav__list-item.active {
  display: none; }

.DropDown--light-bg {
  background-color: #ededed; }

.DropDown--border-bottom {
  border-bottom: 1px solid #d8d8d8; }

.DropDown--border-top {
  border-top: 1px solid #d8d8d8; }

.DropDown--footer {
  display: inline-block;
  margin: 8px 30px 0 0; }
  @media screen and (max-width: 767px) {
    .DropDown--footer {
      display: block;
      margin-right: 0; } }
  .DropDown--footer *[data-dropdown-click] {
    color: #606060; }
    .DropDown--footer *[data-dropdown-click] *[class*="icon-chevron"] svg path {
      fill: #666; }
    .DropDown--footer *[data-dropdown-click]:hover {
      color: #606060; }
      .DropDown--footer *[data-dropdown-click]:hover svg path {
        fill: #666; }
  .DropDown--footer.active *[data-dropdown-click] {
    color: #050505; }
    .DropDown--footer.active *[data-dropdown-click] *[class*="icon-chevron"] svg path {
      fill: #050505; }
  .DropDown--footer li:hover a,
  .DropDown--footer li:hover a.active {
    background-color: #ededed;
    color: #757575; }
  .DropDown--footer li a.active {
    color: #757575;
    cursor: pointer; }
  .DropDown--footer li > span.disabled {
    color: #d9d9d9;
    /* #428 */
    background-color: #fff; }
  .DropDown--footer .DropDown {
    top: -98px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .DropDown--footer .DropDown {
        left: -90px; } }

.DropDown--left {
  right: 0;
  left: auto;
  left: initial; }

/*
  3e scene variant :
  black background and border around the trigger
*/
.DropDown--3scene {
  background: #050505;
  top: calc(20px + 48px);
  left: 20px;
  right: 20px; }
  .DropDown--3scene li > a.active,
  .DropDown--3scene li > span.active {
    opacity: 0.9; }

.DropDown-containerInner--3scene {
  text-align: left;
  padding: 0 20px; }
  .DropDown-containerInner--3scene *[data-dropdown-click] {
    border: 1px solid #262626;
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 19px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .DropDown-containerInner--3scene *[data-dropdown-click] .icon-dropdown-trigger {
      position: absolute;
      right: 19px;
      top: 50%;
      margin-top: -12.5px; }

.DropDown-container--3scene {
  background: #050505; }
  .DropDown-container--3scene *[data-dropdown-click] {
    color: #ffffff; }
    .DropDown-container--3scene *[data-dropdown-click]:hover {
      color: #606060; }
      .DropDown-container--3scene *[data-dropdown-click]:hover svg path {
        fill: #757575; }
  .DropDown-container--3scene .active *[data-dropdown-click] {
    color: #606060; }
    .DropDown-container--3scene .active *[data-dropdown-click] svg path {
      fill: #999999; }

/**
 * Styling the Select2 widget to match
 * our Dropdown styles.
 * Uses the `theme:'ONP'` option.
 */
.select2-container--ONP.select2-container--ONP {
  display: block;
  height: 50px; }
  .PageSubsSrch__panel .select2-container--ONP.select2-container--ONP {
    width: 100% !important; }
  .select2-container--ONP.select2-container--ONP .select2-selection {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 18px 0 14px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    color: #050505; }
    .select2-container--ONP.select2-container--ONP .select2-selection .select2-selection__arrow {
      display: block;
      width: 25px;
      height: 25px;
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%); }
    .select2-container--ONP.select2-container--ONP .select2-selection .select2-selection__rendered {
      padding-left: 0;
      padding-right: 0;
      height: 48px; }
  .select2-container--ONP.select2-container--ONP .select2-search--dropdown {
    padding: 0; }
    .select2-container--ONP.select2-container--ONP .select2-search--dropdown .select2-search__field {
      padding: 15px; }
  .select2-container--ONP.select2-container--ONP .select2-dropdown {
    border-radius: 2px;
    border: none;
    background-color: transparent; }
  .select2-container--ONP.select2-container--ONP .select2-results {
    background: #fff;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
    margin-top: 0;
    max-height: 480px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
  .select2-container--ONP.select2-container--ONP .select2-results__option {
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e6e6e6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .select2-container--ONP.select2-container--ONP .select2-results__option.select2-results__option--highlighted {
      background-color: rgba(0, 0, 0, 0.05); }
    .select2-container--ONP.select2-container--ONP .select2-results__option:hover {
      background-color: #050505;
      color: #fff; }
    .select2-container--ONP.select2-container--ONP .select2-results__option:last-child {
      border-bottom: none; }
  .select2-container--ONP.select2-container--ONP.select2-container--disabled .select2-selection {
    color: #757575;
    opacity: 0.8; }

html.is-flickity-fullscreen {
  position: fixed; }
  html.is-flickity-fullscreen #gallery-imgs {
    padding-bottom: 56.25%; }
    html.is-flickity-fullscreen #gallery-imgs .component__nav {
      z-index: 2001;
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      display: block; }
      html.is-flickity-fullscreen #gallery-imgs .component__nav span {
        color: #ffffff; }
  html.is-flickity-fullscreen body {
    overflow: hidden;
    position: fixed; }

.component-gallery {
  /*padding-top is setted on the spacer-wrapper--4 */
  padding-bottom: 70px; }
  .component-gallery button:focus, .component-gallery a:focus {
    outline: none; }
  .component-gallery .title--h2 {
    margin-right: 15px;
    margin-left: 15px; }
  .component-gallery video {
    width: 100% !important;
    height: auto !important; }
  .component-gallery .fade-slider {
    opacity: .5 !important;
    pointer-events: none; }
  .component-gallery .hide-nav {
    cursor: default;
    pointer-events: none; }
    .component-gallery .hide-nav span {
      opacity: 0 !important;
      visibility: hidden !important; }
  .component-gallery .flickity-viewport {
    transition: height 0.2s; }
  .component-gallery .fullscreen-clicker {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .component-gallery .component {
    /* .youtube */ }
    .component-gallery .component__wrapper {
      position: relative;
      margin: 0 auto;
      width: 100%;
      max-width: 1200px; }
    .component-gallery .component__slider-top {
      position: relative; }
    .component-gallery .component__nav {
      position: absolute;
      z-index: 2;
      top: 0;
      height: 0;
      width: 30px;
      border: none;
      background-color: transparent;
      padding-bottom: calc(50% - 8px); }
      .component-gallery .component__nav span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #050505;
        opacity: 1;
        visibility: visible;
        transition: opacity .2s, visibility .2s; }
        .component-gallery .component__nav span.maz-icon-previous-full, .component-gallery .component__nav span.maz-icon-next-full {
          color: #050505; }
        .component-gallery .component__nav span::before {
          display: block; }
      .component-gallery .component__nav.is-disabled span {
        opacity: .3; }
    .component-gallery .component__nav-prev {
      left: 0; }
    .component-gallery .component__nav-next {
      right: 0; }
    .component-gallery .component__gallery-imgs {
      position: relative;
      max-width: calc(970px + 60px);
      margin: 0 auto 40px; }
      .component-gallery .component__gallery-imgs.no-slider .component__slider-content {
        width: calc(100% - 30px); }
      .component-gallery .component__gallery-imgs .flickity-fullscreen-button {
        display: none; }
      .component-gallery .component__gallery-imgs .component__nav {
        display: none; }
      .component-gallery .component__gallery-imgs .component__slider-item:not(:first-child) {
        display: none; }
    .component-gallery .component__gallery-vids {
      position: relative;
      max-width: calc(970px + 60px);
      margin: 0 auto; }
      .component-gallery .component__gallery-vids .component__slider-item:not(:first-child) {
        display: none; }
    .component-gallery .component__slider-content {
      width: calc(100% - 60px);
      margin: 0 auto;
      /* display all images when slider is ready */ }
      .component-gallery .component__slider-content .maz-icon-close {
        display: none;
        position: absolute;
        padding: 10px;
        z-index: 10;
        color: #ffffff;
        right: 0;
        top: 0;
        font-size: 24px;
        cursor: pointer; }
      .component-gallery .component__slider-content picture {
        display: block;
        background-color: #050505;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .component-gallery .component__slider-content img {
        -o-object-fit: contain;
           object-fit: contain;
        font-family: 'object-fit: contain;';
        width: 100%;
        height: 100%;
        max-height: 575px; }
      .component-gallery .component__slider-content.flickity-enabled .component__slider-item {
        display: block; }
      .component-gallery .component__slider-content.is-fullscreen {
        width: 100%;
        z-index: 2000;
        /* over the mobile menu */
        padding-bottom: 0; }
        .component-gallery .component__slider-content.is-fullscreen picture {
          background-color: transparent; }
        .component-gallery .component__slider-content.is-fullscreen .maz-icon-close {
          display: block; }
        .component-gallery .component__slider-content.is-fullscreen .component__slider-item {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%;
          width: 100%; }
        .component-gallery .component__slider-content.is-fullscreen .component__content-wrapper {
          width: 80vw; }
        .component-gallery .component__slider-content.is-fullscreen .component__img-container {
          display: block;
          max-height: 100%; }
          .component-gallery .component__slider-content.is-fullscreen .component__img-container .maz-icon-gallery {
            display: none; }
          .component-gallery .component__slider-content.is-fullscreen .component__img-container .fullscreen-clicker {
            display: none; }
        .component-gallery .component__slider-content.is-fullscreen .component__desc {
          color: #ffffff; }
        .component-gallery .component__slider-content.is-fullscreen .component__artist {
          color: #ffffff; }
        .component-gallery .component__slider-content.is-fullscreen .component__title {
          color: #ffffff; }
        .component-gallery .component__slider-content.is-fullscreen .component__subtitle {
          color: #ffffff; }
    .component-gallery .component__slider-item {
      width: 100%; }
    .component-gallery .component__img-container {
      width: 100%;
      position: relative;
      height: 0;
      padding-bottom: 59.25%;
      overflow: hidden;
      display: block; }
      .component-gallery .component__img-container .maz-icon-gallery {
        position: absolute;
        z-index: 9;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 30px; }
    .component-gallery .component__vid-container {
      background-color: #050505;
      position: relative;
      padding-top: 56.25%;
      overflow: hidden;
      cursor: pointer; }
      .component-gallery .component__vid-container img {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0.7;
        cursor: pointer; }
      .component-gallery .component__vid-container .maz-icon-play {
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        width: 30px;
        height: 30px;
        color: #ffffff;
        transition: color .2s;
        transition-timing-function: ease-in-out;
        cursor: pointer;
        pointer-events: none; }
      .component-gallery .component__vid-container:hover .maz-icon-play {
        color: #262626; }
      .component-gallery .component__vid-container iframe {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0; }
    .component-gallery .component__info-container {
      font-size: 14px;
      line-height: 1.43;
      padding: 15px 0;
      position: relative;
      font-style: italic; }
      .component-gallery .component__info-container .full-width {
        width: 100% !important; }
    .component-gallery .component__counter {
      display: inline-block;
      margin-right: 10px;
      color: #606060;
      font-style: normal; }
    .component-gallery .component__desc {
      display: inline-block; }
    .component-gallery .component__artist {
      display: inline-block; }
    .component-gallery .component__title {
      display: inline-block; }
    .component-gallery .component__subtitle {
      display: inline-block; }

/* max-width: 767px */
@media (max-width: 767px) {
  .component-gallery .component__slider-content {
    /* On mobile, when only one video, adjust the left and right margins to align with the img gallery. */
    width: calc(100% - 30px); }
  .component-gallery .component__gallery-imgs.no-slider .component__slider-content {
    width: calc(100% - 30px); }
  .component-gallery .component__gallery-vids .component__slider-content {
    width: calc(100% - 60px); }
  .component-gallery .component__gallery-vids.no-slider .component__slider-content {
    width: calc(100% - 30px); } }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .component-gallery .maz-icon-fullscreen {
    display: none; }
  .component-gallery .flickity-fullscreen-button {
    display: none; }
  .component-gallery .fullscreen-clicker {
    display: none; }
  .component-gallery .component__gallery-imgs .component__nav {
    display: block; }
  .component-gallery .component__gallery-imgs .component__slider-content {
    width: calc(100% - 60px); }
  .component-gallery .component__gallery-imgs .component__img-container .maz-icon-gallery {
    display: none; }
  .component-gallery .component__vid-container .maz-icon-play {
    font-size: 56px;
    width: 54px;
    height: 54px; }
    .component-gallery .component__vid-container .maz-icon-play::after {
      width: 54px;
      height: 54px;
      top: calc(50% + 1px);
      left: calc(50% + 1px); }
  .component-gallery .component__nav {
    padding-bottom: calc(56.25% - 8px); } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .component-gallery .component__info-container {
    font-size: 16px;
    line-height: 1.38; }
  .component-gallery .component__vid-container .maz-icon-play:hover {
    color: #ffffff;
    background-color: #050505; } }

/* (min-width: 1280px) */
@media (min-width: 1280px) {
  .component-gallery .title--h2 {
    margin-left: 0;
    margin-right: 0; }
  .component-gallery .component__wrapper {
    padding-right: 15px;
    padding-left: 15px; } }

@media all and (max-height: 630px) {
  .component-gallery .component__gallery-imgs {
    max-width: 750px; }
  .component-gallery .component__gallery-vids {
    max-width: 750px; } }

@media all and (min-height: 631px) and (max-height: 768px) {
  .component-gallery .component__gallery-imgs {
    max-width: 800px; }
  .component-gallery .component__gallery-vids {
    max-width: 800px; } }

/** @define Lightbox; use strict */
@media (min-height: 500px) and (max-height: 600px) {
  .Lightbox--body-open .content-wrapper {
    display: none; } }

.Lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 10500;
  opacity: 1;
  transition: 0.15s ease-in opacity; }

.Lightbox__wrapper {
  display: table;
  width: 100%;
  height: 100%; }
  .Lightbox--not-centered .Lightbox__wrapper {
    display: block; }

.Lightbox__content {
  margin: 40px auto;
  display: table-cell;
  vertical-align: middle;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 767px) {
    .Lightbox__content {
      padding: 15px; } }
  .Lightbox--not-centered .Lightbox__content {
    display: block;
    margin: 0;
    height: 100%; }

/* Prevent rubber-banding of body. */
html.no-touch .Lightbox--body-open {
  /*  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;*/
  overflow: hidden;
  -webkit-overflow-scrolling: touch; }

html.touch .Lightbox--body-open {
  /*position: static;*/
  /*overflow: auto;*/
  overflow: hidden; }

.Lightbox--scrollable {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.Lightbox--black {
  background: #050505; }

.Lightbox--dark {
  background-color: rgba(0, 0, 0, 0.93); }

.Lightbox--darksmall {
  background-color: rgba(0, 0, 0, 0.63); }

.Lightbox--transparent {
  background: transparent; }

.Lightbox--white {
  background: white; }

.Lightbox--hidden {
  opacity: 0; }

.Lightbox--no-animation {
  transition-property: none !important;
  transform: none !important;
  -webkit-animation: none !important;
          animation: none !important; }

.Lightbox--login-frame {
  min-height: 530px;
  /* Current height of the loginbox */
  border: none;
  background: white; }

.Lightbox__close {
  position: absolute;
  z-index: 9999;
  -webkit-transform: translateZ(1px);
  /*
  @media screen and (max-width: $mobile + px) {
    background: $black-text;
  }
  */ }
  @media screen and (min-width: 1280px) {
    .Lightbox__close {
      top: 27px;
      right: 36px; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .Lightbox__close {
      top: 27px;
      right: 22px; } }
  @media screen and (max-width: 1023px) {
    .Lightbox__close {
      top: 0;
      left: 0;
      right: 0;
      height: 50px;
      text-align: center;
      padding-top: 15px; } }
  @media screen and (min-width: 768px) {
    .Lightbox--white .Lightbox__close svg g,
    .Lightbox--white .Lightbox__close svg path {
      fill: #050505; } }
  .Lightbox__close:hover {
    cursor: pointer; }
    .Lightbox__close:hover svg g,
    .Lightbox__close:hover svg path {
      fill: white; }
      .Lightbox--white .Lightbox__close:hover svg g, .Lightbox--white
      .Lightbox__close:hover svg path {
        fill: #050505; }
  @media screen and (max-width: 767px) {
    .Lightbox__close + .Lightbox__wrapper {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding-top: 50px; } }

html.no-touch.open-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: scroll !important;
  background: #050505;
  width: 100%; }
  html.no-touch.open-menu .Lightbox--body-open {
    overflow: hidden;
    height: 0;
    width: 100%; }
    html.no-touch.open-menu .Lightbox--body-open .Lightbox {
      overflow: hidden !important; }

.LoginBox {
  background: white; }

.LoginBox__wrapper {
  position: relative;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }
  @media screen and (min-width: 768px) {
    .LoginBox__wrapper {
      max-width: 970px; } }
  @media screen and (max-width: 767px) {
    .LoginBox__wrapper {
      max-width: 100%;
      height: 100%; } }
  .LoginBox__wrapper iframe {
    height: 100%;
    width: 100%;
    display: block; }
  .LoginBox__wrapper.LoginBox--is-loading {
    min-height: 572px; }

.LoginBox__header {
  height: 30px;
  position: relative;
  padding: 0 30px; }

.LoginBox__header-title {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 100px;
  text-transform: uppercase;
  color: blue !important; }
  html.PFCentroSansProMed-loaded .LoginBox__header-title,
  html.fonts-loaded .LoginBox__header-title {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: 500; }

.LoginBox__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px; }
  .LoginBox__close svg path {
    fill: #565656; }
  .LoginBox__close:active svg path, .LoginBox__close:hover svg path, .LoginBox__close:focus svg path {
    fill: #050505; }

.LoginBox__label-radio {
  display: inline-block;
  margin-right: 47px;
  font-size: 16px;
  margin-bottom: 40px; }
  .LoginBox__label-radio:last-of-type {
    margin-right: 0; }
  .LoginBox__label-radio:before {
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    border-radius: 50%;
    border: solid 1px #999999;
    box-shadow: 0 0 0 1px white inset;
    background-color: white;
    cursor: pointer; }
  .LoginBox__label-radio.selected:before {
    background-color: #757575; }

.LoginBox__radio:focus + label:before {
  outline: 1px dotted; }

.LoginBox__form-group {
  display: none; }

.LoginBox__label {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  color: #757575; }
  html.PFCentroSansPro-loaded .LoginBox__label,
  html.fonts-loaded .LoginBox__label {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }

.LoginBox__extra-label {
  margin: 0 0 16px !important;
  line-height: 20px !important; }

.LoginBox__input {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  border: none;
  box-shadow: none;
  border-bottom: solid 1px #999999; }
  @media (--mobile) {
    .LoginBox__input {
      line-height: 10px; } }
  .LoginBox__input::-moz-placeholder {
    color: #757575;
    font-weight: light;
    padding: 0; }
  .LoginBox__input:-ms-input-placeholder {
    color: #757575;
    font-weight: light;
    padding: 0; }
  .LoginBox__input::-ms-input-placeholder {
    color: #757575;
    font-weight: light;
    padding: 0; }
  .LoginBox__input::placeholder {
    color: #757575;
    font-weight: light;
    padding: 0; }
  .LoginBox__input[name="username"], .LoginBox__input[name="password"] {
    margin-bottom: 20px; }

.LoginBox__form-submit {
  margin-top: 35px;
  height: 60px;
  background-color: #050505;
  text-transform: uppercase; }

.LoginBox__forgot-link {
  display: block;
  margin: 10px 0 30px;
  color: #757575;
  text-decoration: underline; }

.LoginBox__input + .LoginBox__label {
  margin-top: 27px; }

.LoginBox__form input[type="submit"] {
  line-height: normal;
  line-height: initial;
  height: 42px; }

#fbbtn-container {
  padding-bottom: 40px; }

.LoginBox__fb-login {
  text-transform: uppercase;
  height: 42px;
  line-height: 42px;
  padding: 0 15px; }
  .LoginBox__fb-login svg {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    float: left;
    top: 12px; }
    .LoginBox__fb-login svg path {
      fill: white; }

/*
.LoginBox__fb-login:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  transform: translateY(50%);

  background: url('./components/images/facebookconnect.svg') center center no-repeat;
  background-size: contain;
}
*/
.LoginBox__register-link {
  border: 1px solid black;
  display: block;
  width: 100%;
  padding: 10px 0;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  color: #050505;
  background-color: white; }
  .LoginBox__register-link:first-of-type {
    margin-bottom: 20px; }
  .LoginBox__register-link:hover {
    background-color: #262626;
    color: white; }

.LoginBox__loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white; }
  .LoginBox--is-loading .LoginBox__loading {
    display: block; }
  .LoginBox__loading .icon-load-spinner {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px; }

.LoginBox--hidden {
  display: none; }

.LoginBox .Notification--alert,
.LoginBox .Notification--success {
  margin-top: 9px !important;
  margin-bottom: -54px !important; }
  @media (--mobile) {
    .LoginBox .Notification--alert,
    .LoginBox .Notification--success {
      margin-left: 0;
      margin-right: 0; } }

.LoginBox.authlogin .Notification--alert,
.LoginBox.authlogin .Notification--success {
  margin-top: 9px !important;
  margin-bottom: -23px !important;
  position: relative;
  top: -39px;
  margin-left: 50px;
  margin-right: 50px; }
  @media (--mobile) {
    .LoginBox.authlogin .Notification--alert,
    .LoginBox.authlogin .Notification--success {
      margin-left: 0;
      margin-right: 0;
      top: 0;
      margin-bottom: 9px !important; } }

/** define ModalForm; use strict **/
.ModalForm__wrapper {
  background: white;
  position: relative;
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  overflow: auto; }
  @media screen and (min-width: 768px) {
    .ModalForm__wrapper {
      max-width: 430px; } }
  @media screen and (max-width: 767px) {
    .ModalForm__wrapper {
      max-width: 100%; } }
  @media (min-width: 631px) {
    .ModalForm--large .ModalForm__wrapper {
      max-width: 630px; } }

.ModalForm__header {
  height: 96px;
  position: relative;
  padding: 0 30px;
  border-bottom: 1px solid #dddddd; }

.ModalForm__header-title {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 100px;
  text-transform: uppercase; }
  html.PFCentroSansProMed-loaded .ModalForm__header-title,
  html.fonts-loaded .ModalForm__header-title {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: 500; }

.ModalForm__close {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -18px;
  width: 35px;
  height: 35px; }
  .ModalForm__close svg path {
    fill: #cccccc; }
  .ModalForm__close:active svg path, .ModalForm__close:hover svg path, .ModalForm__close:focus svg path {
    fill: #050505; }

.ModalForm__form {
  padding: 0 30px 30px;
  margin-top: 35px; }
  .ModalForm__form .ModalForm__stacked-box:nth-child(3) {
    padding-bottom: 15px; }
  .ModalForm__form .ModalForm__stacked-box:nth-child(4) {
    margin-top: 25px; }

.ModalForm__stacked-box {
  margin-top: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd; }
  .ModalForm__stacked-box::after {
    content: "";
    display: table;
    clear: both; }
  .ModalForm__stacked-box:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

/*
 Layout: the form assumes a max-width of 630px.
 At lower sizes, columns collapse into a single one.
*/
.ModalForm__half-col {
  width: 300px;
  padding-left: 30px;
  margin-bottom: 25px;
  float: left; }
  .ModalForm__half-col--last-col + .ModalForm__half-col {
    clear: left; }
  .ModalForm__half-col:first-child,
  .ModalForm__half-col--last-col + .ModalForm__half-col {
    margin-left: -30px; }
  @media (max-width: 630px) {
    .ModalForm__half-col {
      width: auto;
      float: none;
      padding-left: 0;
      margin-left: 0 !important; } }

.ModalForm__label {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  color: #757575; }
  html.PFCentroSansPro-loaded .ModalForm__label,
  html.fonts-loaded .ModalForm__label {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }

.ModalForm__input {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 17px;
  min-height: 50px;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c6c6c6;
  box-shadow: inset 0 1px #f4f4f4; }

select.ModalForm__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 48px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%3E%3Cpath%20opacity%3D%22.8%22%20fill%3D%22%23CCC%22%20d%3D%22M11%200L5.5%206.5%200%200%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
  box-shadow: 0 1px #f4f4f4;
  border-color: #d9d9d9;
  background-color: transparent; }

select.ModalForm__input::-ms-expand {
  display: none; }

.ModalForm__checkbox {
  float: left;
  margin-right: 10px;
  vertical-align: bottom;
  margin-top: 3px; }

.ModalForm__label-checkbox {
  display: block; }

.ModalForm__label-radio {
  font-weight: 500;
  display: inline-block; }
  .ModalForm__label-radio + .ModalForm__label-radio {
    margin-left: 65px; }
  .ModalForm__label-radio input[type=radio] {
    margin-right: 5px; }

.ModalForm__radio-sidelabel {
  margin-left: 5px;
  font-weight: normal; }

.ModalForm__checkbox-block p {
  margin-top: 12px; }

.ModalForm__radio-block p {
  margin: -15px 0 15px 0; }

.ModalForm__radio-block + .ModalForm__radio-block p {
  margin-top: 37px; }

.ModalForm__form-submit {
  margin-top: 35px;
  height: 60px; }

.ModalForm__form-submit--newsletter {
  display: block;
  float: right;
  margin-top: -15px; }

.ModalForm__input + .ModalForm__label {
  margin-top: 27px; }

.ModalForm__busy {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85); }
  .ModalForm--is-busy .ModalForm__busy {
    display: block; }
  .ModalForm__busy .icon-load-spinner {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

.ModalForm__success {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.85); }
  .ModalForm__success > strong {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: block;
    font-weight: normal;
    text-align: center;
    color: #998b77; }
  .ModalForm__success.ModalForm__success--visible {
    display: block; }

.ModalForm__error {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.17s ease-in-out; }
  .ModalForm__error > strong {
    display: block;
    font-weight: normal;
    margin-bottom: 35px;
    color: #cc2c00; }
  .ModalForm__error.ModalForm__error--visible {
    max-height: 50px; }

/** define ModalIframe; use strict **/
.ModalIframe {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto; }
  .ModalIframe iframe {
    width: 100%;
    height: 300px;
    /* Will be reset on load in JS */
    display: block;
    border: none;
    margin: 50px auto; }

/* The loading panel, that displays
   a spinner animation. */
.ModalIframe__loading {
  margin: 0 auto 50px;
  position: relative;
  top: 50px;
  /* max-width is set in JS. */
  background-color: #fff;
  height: 100%;
  display: none; }
  .ModalIframe--is-loading .ModalIframe__loading {
    display: block; }
  .ModalIframe__loading .icon-load-spinner {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -25px auto 0; }

/** @define Notification; use strict */
.Notification {
  overflow: hidden;
  background-color: #345472;
  max-height: 100%;
  min-height: 55px;
  position: relative;
  z-index: 99;
  transition: 0.3s ease max-height;
  will-change: contents; }
  .Notification.no-animation {
    transition: none; }
  @media print {
    .Notification {
      display: none; } }

.Notification--closing {
  max-height: 0; }

.Notification__message {
  margin: 15px 0 14px;
  line-height: 30px;
  font-size: 16px;
  color: #fff; }
  @media screen and (max-width: 1023px) {
    .Notification__message {
      line-height: 25px;
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    .Notification__message {
      margin-top: 8px; } }
  .Notification__message a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid; }
    .Notification__message a:hover {
      text-decoration: none;
      border-bottom: none; }

.Notification__close {
  float: right;
  height: 35px;
  width: 35px;
  padding: 0;
  margin: 12px 0 0 0;
  border: none;
  cursor: pointer;
  z-index: 2;
  background-color: transparent; }
  .Notification__close svg > path {
    fill: rgba(0, 0, 0, 0.3);
    stroke: transparent; }
  .no-touch .Notification__close:hover svg > path {
    fill: #050505; }
  .Notification__close + .Notification__message {
    display: inline-block;
    width: 88%; }
    @media screen and (max-width: 767px) {
      .Notification__close + .Notification__message {
        width: 75%; } }

/* Orange notification */
.Notification--info {
  background-color: rgba(213, 96, 51, 0.05);
  color: #d56033;
  margin-top: 39px;
  margin-bottom: 39px;
  padding: 5px 0;
  z-index: auto; }
  @media screen and (max-width: 767px) {
    .Notification--info {
      margin-top: 19px;
      margin-bottom: 19px; } }
  .Notification--info .Notification__message {
    color: #d56033;
    padding-left: 74px;
    padding-right: 20px;
    position: relative; }
    .Notification--info .Notification__message .icon-more-info-large {
      position: absolute;
      left: 32px;
      top: 2px; }
      .Notification--info .Notification__message .icon-more-info-large svg path {
        fill: #d56033; }
    .Notification--info .Notification__message a {
      color: #d56033; }

/* Orange notification - with no brackgrounds */
.Notification--info-subtle {
  background-color: white;
  margin-top: 0;
  margin-bottom: 9px;
  border-top: 1px solid #dddddd;
  padding-top: 15px;
  z-index: auto; }
  .Notification--info-subtle .Notification__message {
    padding-left: calc(60px - 20px); }
    .Notification--info-subtle .Notification__message .icon-more-info-large {
      left: 0; }

/* Gray notification */
.Notification--notice {
  background-color: #ededed;
  color: #575757;
  padding: 5px 0; }
  .Notification--notice .Notification__message {
    width: auto;
    color: #575757;
    padding-left: 20px;
    padding-right: 20px; }
    .Notification--notice .Notification__message a {
      color: #575757; }

/* Dark Gray notification */
.Notification--trick {
  background-color: #757575;
  padding: 5px 0;
  z-index: 1; }
  .Notification--trick .Notification__message {
    width: auto; }
  .Notification--trick .icon-alert {
    margin-right: 5px;
    vertical-align: middle; }

/* Red notification */
.Notification--alert {
  margin-top: 39px;
  margin-bottom: 39px;
  padding: 5px 0;
  background-color: rgba(204, 44, 0, 0.1);
  color: #cc2c00; }
  .Notification--alert ul {
    margin-left: 50px;
    padding: 0 20px 20px; }
  .Notification--alert li {
    list-style-type: disc;
    list-style-type: initial; }
  .Notification--alert .Notification__message {
    color: #cc2c00;
    padding-left: 20px;
    padding-right: 20px; }
  .Notification--alert .icon-alert {
    margin-right: 5px;
    vertical-align: middle; }

/* Green notification */
.Notification--success {
  margin-top: 39px;
  margin-bottom: 39px;
  padding: 5px 0; }
  .Notification--success .Notification__message {
    padding-left: 20px;
    padding-right: 20px; }
  .Notification--success .icon-alert {
    margin-right: 5px;
    vertical-align: middle; }

/* Small 60px height and 16px size notification */
.Notification--small .Notification__message {
  margin: 9px 0;
  font-size: 16px; }

/* Top notification - blue */
.Notification--top {
  padding: 20px 0;
  background-color: #ededed;
  min-height: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }
  .Notification--top .maz-icon-close {
    color: #050505;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .Notification--top .maz-icon-close {
        margin-top: 10px !important; } }
  .Notification--top .Notification__message {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #606060;
    margin: 0 auto; }
    .Notification--top .Notification__message span {
      line-height: 2;
      margin-right: 25px; }
    .Notification--top .Notification__message a {
      display: inline-block;
      text-transform: uppercase;
      color: #606060;
      line-height: 1; }
    @media screen and (max-width: 767px) {
      .Notification--top .Notification__message {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        display: block; }
        .Notification--top .Notification__message span {
          margin-right: 0;
          line-height: 1; } }
  .Notification--top .Notification__close + .Notification__message {
    width: calc(100% - 50px); }
  @media screen and (max-width: 768px) {
    .Notification--top {
      padding: 34px 0; }
      .Notification--top .maz-icon-close {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0; }
      .Notification--top .Notification__close + .Notification__message {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        display: block; }
        .Notification--top .Notification__close + .Notification__message a {
          display: block;
          width: 124px;
          margin: 15px auto 0; } }
  @media screen and (max-width: 767px) {
    .Notification--top {
      padding: 20px 0; } }

/* Notification for form messages
  1. error
  2. success
*/
.Notification--error,
.Notification--success {
  margin-top: 39px;
  margin-bottom: 39px;
  padding: 5px 0;
  z-index: auto; }
  @media screen and (max-width: 767px) {
    .Notification--error,
    .Notification--success {
      margin-top: 19px;
      margin-bottom: 19px; } }
  .Notification--error .Notification__message,
  .Notification--success .Notification__message {
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }

.Notification--error {
  background-color: rgba(213, 96, 51, 0.05);
  color: #d56033; }
  .Notification--error .Notification__message {
    color: #d56033; }
    .Notification--error .Notification__message a {
      color: #d56033; }

.Notification--success {
  background-color: #d4edff;
  color: #226089; }
  .Notification--success .Notification__message {
    color: #226089; }
    .Notification--success .Notification__message a {
      color: #226089; }

@media screen and (max-width: 767px) {
  .Notification--error,
  .Notification--success {
    margin-top: 19px;
    margin-bottom: 19px; }
  .Notification--trick {
    margin-top: 40px; } }

/* Animations can be found in global/animations.css */
html.freeze-page .component-preloader {
  opacity: 1;
  visibility: visible; }

html.freeze-grid .component-preloader {
  opacity: 1;
  visibility: visible; }

html.freeze-page .component-preloader, html.freeze-grid .component-preloader {
  display: block; }

body.route-show .component-preloader, body.route-personalarea-landing .component-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5); }

body.route-threefifty .component-preloader {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100vh;
  z-index: 2;
  background-color: #fbfbfb;
  border: none;
  display: block;
  opacity: 1;
  visibility: visible; }
  body.route-threefifty .component-preloader.is-hidden {
    display: none;
    opacity: 0;
    visibility: hidden; }

.component-preloader {
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s, visibility .2s;
  display: none; }
  .component-preloader .preloader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: auto; }
    .component-preloader .preloader-wrapper p {
      position: relative;
      z-index: 1;
      text-align: center;
      margin: 0;
      padding: 0;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background-color: #FFF;
      -webkit-animation: backgroundAnimation 2s infinite ease;
              animation: backgroundAnimation 2s infinite ease; }
    .component-preloader .preloader-wrapper .maz-icon-logo-opera-monogramme {
      color: #050505;
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 48px;
      -webkit-animation: logoAnimation 2s infinite ease;
              animation: logoAnimation 2s infinite ease; }
    .component-preloader .preloader-wrapper .spinner {
      display: block;
      border: 5px solid transparent;
      border-top: 5px solid #000;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      -webkit-animation: spinnerAnimation 2s infinite ease;
              animation: spinnerAnimation 2s infinite ease; }

/** define SearchPopup; use strict **/
.SearchPopup {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 40px 0; }
  @media (min-width: 768px) {
    .SearchPopup {
      padding: 100px 50px 0; } }
  @media (min-width: 1024px) {
    .SearchPopup {
      padding: 0; } }
  @media (max-width: 1023px) {
    .SearchPopup {
      width: 100%; } }
  .SearchPopup .SearchForm__closeButton {
    position: absolute;
    display: block;
    top: 30px;
    right: 40px;
    border: none;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-color: transparent; }
    .SearchPopup .SearchForm__closeButton svg path {
      stroke: #757575;
      fill: #757575; }
    .no-touch .SearchPopup .SearchForm__closeButton:hover svg path {
      /*stroke: $white-text;*/
      stroke: black;
      fill: #050505; }
    @media (max-width: 767px) {
      .SearchPopup .SearchForm__closeButton {
        top: 25px;
        right: 5px; } }
  .SearchPopup form {
    position: relative; }
    .SearchPopup form input[type='search'] {
      caret-color: #050505;
      border: none;
      font-size: 70px;
      color: #050505;
      font-family: "aw-conqueror-didot-light-18", Georgia, serif;
      border-bottom: 1px solid #323232;
      background: transparent;
      outline: none;
      width: 100%;
      max-height: 103px;
      text-shadow: 0 0 0 #ffffff;
      text-indent: 6px;
      border-radius: 0;
      -webkit-appearance: none;
      box-sizing: inherit; }
      .SearchPopup form input[type='search']::-webkit-input-placeholder {
        color: #757575;
        font-family: "aw-conqueror-didot-light-18", Georgia, serif;
        text-shadow: none; }
      .SearchPopup form input[type='search']:-moz-placeholder {
        /* Firefox 18- */
        color: #757575;
        font-family: "aw-conqueror-didot-light-18", Georgia, serif;
        text-shadow: none; }
      .SearchPopup form input[type='search']::-moz-placeholder {
        /* Firefox 19+ */
        color: #757575;
        font-family: "aw-conqueror-didot-light-18", Georgia, serif;
        text-shadow: none; }
      .SearchPopup form input[type='search']:-ms-input-placeholder {
        color: #757575;
        font-family: "aw-conqueror-didot-light-18", Georgia, serif;
        text-shadow: none; }
      .SearchPopup form input[type='search']::-ms-clear {
        display: none;
        /* Remove clear field IE11 */ }
    .SearchPopup form .icon-search-large,
    .SearchPopup form .icon-search-small {
      right: 15px; }
      .SearchPopup form .icon-search-large svg path,
      .SearchPopup form .icon-search-small svg path {
        fill: #757575; }
        .SearchPopup form .icon-search-large svg path[fill='none'],
        .SearchPopup form .icon-search-small svg path[fill='none'] {
          fill: #757575;
          stroke: #757575; }
    @media (min-width: 520px) {
      .SearchPopup form .icon-search-large {
        display: inline-block; }
      .SearchPopup form .icon-search-small {
        display: none; } }
    @media (max-width: 520px) {
      .SearchPopup form .icon-search-large {
        display: none; }
      .SearchPopup form .icon-search-small {
        display: inline-block; } }
    .SearchPopup form .icon-load-spinner {
      left: -55px;
      display: none; }
      .SearchPopup form .icon-load-spinner svg {
        transform: scale(0.6); }
        .SearchPopup form .icon-load-spinner svg path {
          fill: #757575; }
    @media (max-width: 520px) {
      .SearchPopup form input[type='search'] {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .SearchPopup form input[type='search'] {
        font-size: 35px; }
      .SearchPopup form .icon-load-spinner {
        left: -45px; }
        .SearchPopup form .icon-load-spinner svg {
          transform: scale(0.35); } }
    @media (min-width: 768px) {
      .SearchPopup form input[type='search'] {
        font-size: 60px; } }
    @media (min-width: 1024px) {
      .SearchPopup form input[type='search'] {
        font-size: 68px; } }
  .SearchPopup .SearchPopup--results-area {
    opacity: 0;
    transition: opacity 0s;
    /* @media (max-width: $mobile + px) {
      display: none;
    } */ }
  .SearchPopup .SearchPopup--results-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .SearchPopup .SearchPopup--results-list img {
      max-width: 170px;
      max-height: 100px;
      margin-right: 15px;
      float: left; }
    .SearchPopup .SearchPopup--results-list li {
      display: flex;
      border-bottom: 1px solid #323232;
      margin: 24px 0 0;
      padding: 0 0 24px; }
    .SearchPopup .SearchPopup--results-list .SearchPopup__right {
      flex: 1; }
    .SearchPopup .SearchPopup--results-list a {
      /*display: inline-block;*/
      /*width: 100%;*/
      color: #ffffff;
      font-family: "aw-conqueror-didot-light-18", Georgia, serif;
      /*      &:hover {
        h3 {
          color: $grey-text-second;
        }
      }*/ }
      .SearchPopup .SearchPopup--results-list a::after {
        content: "";
        display: table;
        clear: both; }
      .SearchPopup .SearchPopup--results-list a h3 {
        color: #262626;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 25px;
        transition: color 0.2s; }
      .SearchPopup .SearchPopup--results-list a .SearchPopup__category {
        color: #606060;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
      .SearchPopup .SearchPopup--results-list a .SearchPopup__season {
        display: block;
        font-size: 16px;
        color: #606060;
        font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
      @media (max-width: 767px) {
        .SearchPopup .SearchPopup--results-list a img {
          max-width: 80px;
          max-height: 45px; }
        .SearchPopup .SearchPopup--results-list a h3 {
          font-size: 20px; }
        .SearchPopup .SearchPopup--results-list a span {
          font-size: 16px; } }
  .SearchPopup .SearchPopup--results-text {
    margin-top: 17px;
    display: inline-block;
    color: #7e7362;
    font-family: #606060;
    text-decoration: underline;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
    .SearchPopup .SearchPopup--results-text.gray {
      color: rgba(152, 152, 152, 0.5); }
    .SearchPopup .SearchPopup--results-text a {
      color: #606060;
      transition: color .2s; }
      .SearchPopup .SearchPopup--results-text a:hover {
        color: #262626; }
    @media (max-width: 520px) {
      .SearchPopup .SearchPopup--results-text {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .SearchPopup .SearchPopup--results-text {
        margin-top: 22px; } }
  .SearchPopup.open .SearchPopup--results-area {
    transition-duration: 0.5s;
    opacity: 1; }
  .SearchPopup.loading .icon-load-spinner {
    display: inline-block; }
  .SearchPopup [data-search-link]:hover .icon-search-large svg path,
  .SearchPopup [data-search-link]:hover .icon-search-small svg path {
    fill: #050505; }
    .SearchPopup [data-search-link]:hover .icon-search-large svg path[fill='none'],
    .SearchPopup [data-search-link]:hover .icon-search-small svg path[fill='none'] {
      fill: #050505;
      stroke: black; }

.Slideshow {
  background-color: #050505;
  height: 100vh;
  width: 100vw;
  position: relative; }

.Slideshow__header {
  height: 15vh;
  position: relative;
  z-index: 51; }
  @media (max-width: 767px) {
    .Slideshow__header {
      height: 18.5vh; } }
  @media screen and (min-width: 1024px) {
    .Slideshow--reduced-caption .Slideshow__header {
      height: 8vh; } }

.Slideshow__mode-switch {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 51;
  padding: 12px 0 0 17px; }
  .Slideshow__mode-switch > button {
    height: 45px;
    width: 45px;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-position: center center; }
    .Slideshow__mode-switch > button path {
      fill: #666; }
    .Slideshow__mode-switch > button + button {
      margin-left: 11px; }
    .Slideshow__mode-switch > button:focus {
      outline: none; }
    .Slideshow__mode-switch > button.Slideshow__mode-switch--active path {
      fill: white; }
  @media (max-width: 767px) {
    .Slideshow__mode-switch {
      display: none; } }

.Slideshow__counter {
  text-align: center;
  padding-top: 24px;
  color: white; }
  @media (max-width: 767px) {
    .Slideshow__counter {
      padding-top: 20px; } }

.Slideshow__close-lightbox {
  position: absolute;
  z-index: 51;
  top: 12px;
  right: 15px;
  height: 45px;
  width: 45px;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent; }
  .Slideshow__close-lightbox:hover g {
    fill: white; }
  .Slideshow__close-lightbox:focus {
    outline: none; }

.Slideshow__images {
  position: relative;
  height: 62vh;
  overflow: hidden; }
  @media (max-width: 767px) {
    .Slideshow__images {
      height: 57.5vh; } }
  @media screen and (min-width: 1024px) {
    .Slideshow--reduced-caption .Slideshow__images {
      height: 78vh; } }

.Slideshow__next,
.Slideshow__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  cursor: pointer; }
  .Slideshow__next:hover,
  .Slideshow__prev:hover {
    opacity: 0.5; }
  .Slideshow__next:focus,
  .Slideshow__prev:focus {
    outline: 0; }
  @media (max-width: 1023px) {
    .Slideshow__next,
    .Slideshow__prev {
      display: none; } }

.Slideshow__next {
  right: 32px; }

.Slideshow__prev {
  left: 32px; }

.Slideshow__carousel {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.Slideshow__carousel-cell {
  width: 100vw;
  height: 100%;
  overflow: hidden; }

/* The image-container is the available canvas space for the image. */
.Slideshow__image-container {
  width: 77vw;
  height: 100%;
  margin: auto; }
  @media (max-width: 767px) {
    .Slideshow__image-container {
      width: auto;
      margin: 0 20px; } }

.Slideshow__image-container > x-object-fit {
  height: 100% !important;
  display: block !important; }

.Slideshow__image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  /*object-fit: scale-down;*/
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;'; }

/* CAPTIONS */
.Slideshow__captions {
  height: 23vh;
  position: relative;
  background-color: #050505; }
  @media (max-width: 767px) {
    .Slideshow__captions {
      display: none;
      position: absolute;
      top: 18.5vh;
      bottom: 0;
      height: auto;
      padding: 0 20px;
      width: 100%;
      background-color: rgba(26, 26, 26, 0.75); } }
  @media (max-width: 767px) {
    .Slideshow__captions.Slideshow__captions--display-on-mobile {
      display: block; } }
  @media screen and (min-width: 1024px) {
    .Slideshow--reduced-caption .Slideshow__captions {
      height: 14vh; } }

.Slideshow__caption {
  position: absolute;
  box-sizing: content-box;
  width: 100%;
  max-width: 770px;
  padding: 0 11.5%;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  text-align: center;
  font-size: 16px;
  line-height: 25px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Slideshow__caption {
      max-width: 630px; } }
  @media (max-width: 767px) {
    .Slideshow__caption {
      display: none;
      bottom: auto;
      top: 0; } }
  .Slideshow__caption.Slideshow__caption--visible {
    opacity: 1;
    z-index: 1; }

.Slideshow__legend-button {
  display: inline;
  background-color: transparent;
  font-size: inherit;
  line-height: inherit;
  white-space: nowrap;
  color: white;
  padding: 0;
  border: 0;
  cursor: pointer; }
  .Slideshow__legend-button > span {
    border-bottom: 1px solid white; }
  .Slideshow__legend-button:focus {
    outline: none; }
  .Slideshow__legend-mobile-toggle .Slideshow__legend-button {
    padding: 20px 35px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.Slideshow__legend {
  color: white;
  margin-bottom: 5px; }

@media (max-width: 767px) {
  .Slideshow__legend-truncated {
    display: none; } }

@media (min-width: 768px) {
  .Slideshow__legend--full {
    /* The -truncated element is only present when
       the text is long enough to be truncated. */ }
    .Slideshow__legend-truncated + .Slideshow__legend--full {
      display: none; } }

.Slideshow__legend-mobile-toggle {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 70px;
  /* Increased from 35px so it doesn't disappear under iOS navigation bar. */
  right: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .Slideshow__legend-mobile-toggle {
      display: block; } }
  @media (min-width: 768px) {
    .Slideshow__legend-mobile-toggle {
      display: none; } }

.Slideshow__copyright {
  color: #606060;
  margin-bottom: 36px; }
  @media screen and (min-width: 1024px) {
    .Slideshow--reduced-caption .Slideshow__copyright {
      margin-bottom: 15px; } }

/* ---------- GRID PANEL ----------- */
.Slideshow__grid-panel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #050505;
  z-index: 50;
  overflow: auto; }

.Slideshow__grid-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 140px 50px 0 50px; }

.Slideshow__grid-boxes {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-size: 0px;
  margin-left: -49px; }

.Slideshow__grid-box {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 190px;
  height: 190px;
  position: relative;
  margin-left: 49px;
  margin-bottom: 50px;
  cursor: pointer;
  /* Because Chrome doesn't support text-align-last,
     we must fill with dummy elements, in order
     to align the boxes on a grid. */ }
  .Slideshow__grid-box.Slideshow__grid-box--filler {
    height: 0;
    margin-bottom: 0;
    cursor: default; }

.Slideshow__grid-image {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.component-sticky-scrolltop {
  position: fixed;
  right: 0;
  bottom: 70px;
  z-index: 3000;
  opacity: 1;
  visibility: visible;
  transition: opacity .2s, visibility .2s; }
  .component-sticky-scrolltop.is-hidden {
    opacity: 0;
    visibility: hidden; }
  .component-sticky-scrolltop button {
    border: none;
    background-color: #050505;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    transition: background-color .2s; }
    .component-sticky-scrolltop button:hover {
      background-color: #262626; }
  .component-sticky-scrolltop .maz-icon-retract-empty {
    display: inline-block;
    vertical-align: top;
    pointer-events: none; }
  .component-sticky-scrolltop .component__txt {
    display: none; }

/* max-width: 767px */
@media (min-width: 768px) {
  .component-sticky-scrolltop {
    bottom: 150px; }
    .component-sticky-scrolltop .maz-icon-retract-empty {
      margin-right: 10px; }
    .component-sticky-scrolltop .component__txt {
      display: inline-block; } }

@media (min-width: 1024px) {
  .component-sticky-scrolltop {
    bottom: 110px; } }

/**
 * hint - Awesome tooltips at your fingertips
 * @version v1.4.0
 * @link https://github.com/bevacqua/hint
 * @license MIT
 */
[data-hint] {
  position: relative; }

[data-hint]:after {
  display: none;
  position: absolute;
  top: 101%;
  left: 6px;
  z-index: 5000;
  pointer-events: none;
  /*white-space: nowrap;*/
  text-decoration: none;
  text-indent: 0;
  min-width: 240px;
  overflow: visible;
  background: white;
  color: #757575;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  /*  &:before {
    content: "";
    z-index: 5001;
    display: none;
    position: absolute;
    width: 10px;
    height: 10px;
    border-color: transparent;
    border-width: 8px;
    border-style: solid;
    left: 50%;
    top: 101%;
    border-left-color: red;
    background:red;
  }*/ }

.no-touch [data-hint]:hover {
  /*  &:before {
    display: block;
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -o-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
  }*/ }
  .no-touch [data-hint]:hover:after {
    display: block;
    transform: translateY(20px); }

.touch [data-hint] {
  display: none; }

[data-hint]:after {
  content: attr(data-hint); }

@media only print {
  [data-hint]:after {
    display: none; } }

.UserBox {
  display: none;
  position: absolute;
  width: 295px;
  right: 0;
  color: #050505;
  text-align: left;
  z-index: 10;
  line-height: normal;
  line-height: initial;
  top: 40px; }
  .UserBox a {
    display: block; }

@media (min-width: 1024px) {
  .UserBox {
    top: 80px; } }

.UserBox--is-opened {
  display: block; }

.UserBox__form {
  padding: 15px; }

.UserBox__label {
  display: block;
  margin: 10px 0;
  font-size: 16px;
  text-transform: uppercase; }
  html.PFCentroSansProMed-loaded .UserBox__label,
  html.fonts-loaded .UserBox__label {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: 500; }

.UserBox__input {
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 17px;
  width: 100%; }

.UserBox__input + .UserBox__label {
  margin-top: 24px; }

.UserBox__forgot-link {
  color: #345472;
  margin-top: 17px; }

.UserBox__submit-btn {
  margin: 25px 0 18px; }

.UserBox__register-box {
  padding: 15px;
  border-top: 1px solid #dddddd;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center; }

.UserBox__register-msg {
  margin: 18px 0;
  font-size: 16px;
  text-transform: uppercase; }
  html.PFCentroSansProMed-loaded .UserBox__register-msg,
  html.fonts-loaded .UserBox__register-msg {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: 500; }

.UserBox__group-link {
  margin-top: 26px;
  line-height: 25px; }

.UserBox__username {
  margin: 18px 15px 7px 15px;
  font-size: 16px;
  line-height: 35px;
  text-transform: uppercase; }
  html.PFCentroSansProMed-loaded .UserBox__username,
  html.fonts-loaded .UserBox__username {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: 500; }

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

.UserBox__list-item {
  line-height: 44px;
  border-top: 1px solid #dddddd; }
  .UserBox__list-item:last-child {
    border-bottom: 1px solid #dddddd; }
  .UserBox__list-item a {
    padding: 0 15px;
    color: #345472; }
    .UserBox__list-item a:hover, .UserBox__list-item a:focus, .UserBox__list-item a:active {
      color: #050505; }

.UserBox__action {
  font-size: 0;
  padding: 13px 15px 15px; }

.UserBox__boutique {
  border-top: 1px solid #dddddd;
  line-height: 44px;
  background-color: #ededed; }
  .UserBox__boutique .icon-external-link {
    position: relative;
    left: 5px; }
    .UserBox__boutique .icon-external-link svg g,
    .UserBox__boutique .icon-external-link svg path {
      fill: #345472; }
  .UserBox__boutique a {
    padding: 0 15px; }
    .UserBox__boutique a:hover, .UserBox__boutique a:focus, .UserBox__boutique a:active {
      color: #050505; }
      .UserBox__boutique a:hover svg path,
      .UserBox__boutique a:hover svg g, .UserBox__boutique a:focus svg path,
      .UserBox__boutique a:focus svg g, .UserBox__boutique a:active svg path,
      .UserBox__boutique a:active svg g {
        fill: #050505; }

.waiting-spinner {
  margin: 30px auto 0;
  width: 70px;
  text-align: center; }

.waiting-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.waiting-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s; }

.waiting-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.octave-feed-medias-big-wrapper {
  padding-bottom: 40px; }
  .octave-feed-medias-big-wrapper-title {
    display: none; }
    @media (max-width: 1024px) {
      .octave-feed-medias-big-wrapper-title {
        display: block;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        padding-top: 57px;
        padding-bottom: 48px;
        background-color: #050505;
        font-size: 30px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: 0.9px;
        color: white; }
        html.PFCentroSansPro-loaded .octave-feed-medias-big-wrapper-title,
        html.fonts-loaded .octave-feed-medias-big-wrapper-title {
          font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; } }

.octave-feed-medias-container {
  background-color: #181818; }
  .octave-feed-medias-container-video {
    padding-bottom: 80px; }
  .octave-feed-medias-container-sound {
    padding-bottom: 80px; }
  .octave-feed-medias-container .maz-icon-play,
  .octave-feed-medias-container .maz-icon-cask {
    font-size: 62px;
    color: white;
    position: relative;
    display: block; }
    @media (max-width: 1024px) {
      .octave-feed-medias-container .maz-icon-play,
      .octave-feed-medias-container .maz-icon-cask {
        font-size: 32px; } }

.octave-feed-medias-inner {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 40px; }
  @media (max-width: 1024px) {
    .octave-feed-medias-inner {
      padding-top: 0; } }
  .octave-feed-medias-inner .octave-commons-button .oc-framed {
    margin-top: 10px;
    margin-bottom: 40px; }

.octave-feed-medias-content-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.octave-feed-medias-content-item {
  z-index: 9;
  position: relative;
  display: block;
  width: 370px;
  height: 208px;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
  top: 0;
  opacity: 1;
  transition: top .8s, opacity .8s; }
  @media (max-width: 1024px) {
    .octave-feed-medias-content-item {
      width: 100%;
      height: calc(100vw * 0.562); } }
  @media (max-width: 1024px) {
    .octave-feed-medias-content-item iframe {
      width: 100%;
      height: calc(100vw * 0.562); } }
  .octave-feed-medias-content-item.played .octave-feed-medias-content-item-cartel-container,
  .octave-feed-medias-content-item.played .octave-feed-medias-content-item-overlay,
  .octave-feed-medias-content-item.played .octave-feed-medias-content-item-asset-container {
    display: none; }
  .octave-feed-medias-content-item:hover .octave-feed-medias-content-item-cartel-infos-container {
    opacity: 1;
    bottom: 0; }
  .octave-feed-medias-content-item:hover .octave-feed-medias-content-item-overlay {
    background-color: rgba(0, 0, 0, 0.7); }
    .octave-feed-medias-content-item:hover .octave-feed-medias-content-item-overlay .maz-icon-play,
    .octave-feed-medias-content-item:hover .octave-feed-medias-content-item-overlay .maz-icon-cask {
      opacity: 0;
      bottom: 50px; }
  .octave-feed-medias-content-item-cartel-container {
    z-index: 6;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .octave-feed-medias-content-item-cartel-section {
    max-width: 1170px !important;
    position: absolute !important;
    top: 38px;
    text-align: left !important;
    text-transform: uppercase;
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 0.8;
    letter-spacing: 1.5px; }
    html.PFCentroSansPro-loaded .octave-feed-medias-content-item-cartel-section,
    html.fonts-loaded .octave-feed-medias-content-item-cartel-section {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
    @media (max-width: 1024px) {
      .octave-feed-medias-content-item-cartel-section {
        font-size: 24px;
        letter-spacing: 0.6px;
        line-height: 0.8;
        margin-left: 20px !important;
        top: 23px; } }
  .octave-feed-medias-content-item-cartel-cornerlabel {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch; }
  .octave-feed-medias-content-item-cartel-infos-container {
    position: absolute;
    display: block;
    bottom: -10px;
    width: calc(100% - (44px + 20px));
    margin: 0 0 20px 20px;
    opacity: 0;
    transition: bottom 0.7s, opacity 0.7s; }
    @media (max-width: 1024px) {
      .octave-feed-medias-content-item-cartel-infos-container {
        width: 100%;
        bottom: 0;
        margin: 0;
        margin-bottom: 18px;
        padding: 0 20px;
        transition: none;
        opacity: 1; } }
  .octave-feed-medias-content-item-cartel-infos-title {
    margin: 0;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: normal;
    color: white; }
    html.aw-conqueror-didot-light-18-loaded .octave-feed-medias-content-item-cartel-infos-title,
    html.fonts-loaded .octave-feed-medias-content-item-cartel-infos-title {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
    @media (max-width: 1024px) {
      .octave-feed-medias-content-item-cartel-infos-title {
        font-size: 18px;
        line-height: 1.11; } }
  .octave-feed-medias-content-item-cartel-infos-subtitle {
    margin: 0;
    margin-top: 8px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #b3b3b3; }
    html.PFCentroSansPro-loaded .octave-feed-medias-content-item-cartel-infos-subtitle,
    html.fonts-loaded .octave-feed-medias-content-item-cartel-infos-subtitle {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
    @media (max-width: 1024px) {
      .octave-feed-medias-content-item-cartel-infos-subtitle {
        margin-top: 1px;
        line-height: 1.57; } }
  .octave-feed-medias-content-item-overlay {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.7s; }
    .octave-feed-medias-content-item-overlay .maz-icon-play,
    .octave-feed-medias-content-item-overlay .maz-icon-cask {
      bottom: 0;
      opacity: 1;
      transition: bottom 0.5s, opacity 0.5s; }
  .octave-feed-medias-content-item-asset-container {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .octave-feed-medias-content-item-asset-poster {
    width: 100%;
    height: 100%; }
    .octave-feed-medias-content-item-asset-poster img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
      font-family: 'object-fit: cover;'; }
  .octave-feed-medias-content-item-player-container {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .octave-feed-medias-content-item-player-youtube, .octave-feed-medias-content-item-player-soundcloud {
    width: 100%;
    height: 100%; }
    .octave-feed-medias-content-item-player-youtube iframe, .octave-feed-medias-content-item-player-soundcloud iframe {
      width: 100%;
      height: 100%; }
  .octave-feed-medias-content-item.lightboxed {
    z-index: 15;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    opacity: 0;
    transition: opacity 1.4s; }
  .octave-feed-medias-content-item.lightboxed-active {
    opacity: 1; }

.octave-feed-medias-content-dummy {
  background-color: #050505; }

.octave-feed-medias-content-item-first {
  width: 100%;
  height: calc(100vh - 156px); }
  @media (max-width: 768px) {
    .octave-feed-medias-content-item-first {
      height: calc(100vh - 80px); } }
  .page-article.octave-feed-medias-content-item-first {
    height: calc(100vh - 160px); }
    @media (max-width: 768px) {
      .page-article.octave-feed-medias-content-item-first {
        height: calc(100vh - 84px); } }
  .octave-feed-medias-content-item-first:before {
    content: '';
    z-index: 5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .octave-feed-medias-content-item-first.played:before {
    display: none; }
  @media (max-width: 1024px) {
    .octave-feed-medias-content-item-first {
      height: calc(100vh - 80px); } }
  .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 45px; }
    .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-container > * {
      position: relative;
      bottom: auto;
      bottom: initial;
      width: 100%;
      text-align: center;
      margin: 0;
      opacity: 1;
      max-width: 855px;
      margin: 0 auto; }
  .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-section {
    margin-top: 40px; }
    @media (max-width: 1024px) {
      .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-section {
        margin-top: 50px; } }
  .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-picto-container {
    order: 10;
    margin-bottom: 2%; }
    @media (max-width: 1024px) {
      .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-picto-container {
        margin-bottom: 4vh; } }
    .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-picto-container-live {
      display: inline-block;
      background-color: #d13c05;
      margin-top: 2%; }
      @media (max-width: 1024px) {
        .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-picto-container-live {
          margin-top: 14vh; } }
      .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-picto-container-live p {
        margin: 0;
        padding: 7px 15px;
        color: white;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1.17px; }
        html.PFCentroSansPro-loaded .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-picto-container-live p,
        html.fonts-loaded .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-picto-container-live p {
          font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
        @media (max-width: 1024px) {
          .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-picto-container-live p {
            padding: 3px 8px; } }
  .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-cornerlabel {
    order: 40; }
    .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-cornerlabel-duration {
      margin-top: 15px;
      margin-bottom: 62px;
      background-color: transparent; }
      @media (max-width: 1024px) {
        .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-cornerlabel-duration {
          margin-bottom: 50px; } }
  .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-infos-container {
    order: 20;
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-infos-container {
        position: relative;
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-bottom: 18vh; } }
  .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-infos-title {
    max-width: 700px;
    font-size: 80px;
    line-height: 0.88;
    margin: 0 auto; }
    @media (max-width: 1024px) {
      .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-infos-title {
        font-size: 30px;
        line-height: 1.33; } }
  .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-infos-subtitle {
    margin-top: 30px;
    color: white;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500; }
    .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-infos-subtitle a {
      color: white;
      text-decoration: underline; }
    @media (max-width: 1024px) {
      .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-infos-subtitle {
        margin-top: 8px;
        line-height: 1.13; } }
  .octave-feed-medias-content-item-first .octave-feed-medias-content-item-cartel-infos-duration {
    color: #d13c05;
    margin-top: 14px; }
  .octave-feed-medias-content-item-first .octave-feed-medias-content-item-overlay .maz-icon-play,
  .octave-feed-medias-content-item-first .octave-feed-medias-content-item-overlay .maz-icon-cask {
    display: none; }
  .octave-feed-medias-content-item-first .octave-feed-medias-content-item-player-soundcloud {
    height: 100%; }
    .octave-feed-medias-content-item-first .octave-feed-medias-content-item-player-soundcloud iframe {
      height: 100%; }
  @media (max-width: 1024px) {
    .octave-feed-medias-content-item-first .octave-feed-medias-content-item-player-container {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (max-width: 1024px) {
    .octave-feed-medias-content-item-first .component-youtube-video {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  @media (max-width: 1024px) {
    .octave-feed-medias-content-item-first .component-youtube-video iframe {
      position: relative; } }

.octave-feed-medias-content-item .component-youtube-video, .octave-feed-medias-content-item-first .component-youtube-video {
  height: 100%;
  padding-top: 0; }

.octave-feed-medias-content-item .component-non-youtube-video, .octave-feed-medias-content-item-first .component-non-youtube-video {
  height: 100%;
  width: 100%; }
  .octave-feed-medias-content-item .component-non-youtube-video iframe, .octave-feed-medias-content-item-first .component-non-youtube-video iframe {
    height: 100%;
    width: 100%; }

.octave-feed-medias-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity .5s; }
  .octave-feed-medias-mask.active {
    pointer-events: initial;
    z-index: 12;
    opacity: 1; }

.octave-commons-duration {
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  background-color: #050505;
  color: white; }
  .octave-commons-duration .maz-icon-clock {
    font-size: 15px;
    margin: 0;
    margin-right: 3px;
    position: relative;
    top: 1px; }
  .octave-commons-duration.octave-commons-duration-inline {
    position: relative;
    background-color: transparent; }
  .octave-commons-duration-live {
    background-color: #d13c05;
    color: white;
    padding: 7px 15px; }
    @media (max-width: 1024px) {
      .octave-commons-duration-live {
        padding: 2.5px 8.5px; } }
    .octave-commons-duration-live p {
      position: relative;
      top: 2px;
      margin: 0;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.14;
      letter-spacing: 1.17px; }
      html.PFCentroSansPro-loaded .octave-commons-duration-live p,
      html.fonts-loaded .octave-commons-duration-live p {
        font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
    .octave-commons-duration-live.case-big-item {
      z-index: 1;
      position: absolute;
      top: calc((100% / 2) + 50px);
      left: calc((100% / 2) - 30px); }
  .octave-commons-duration-valuebox {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: baseline; }
    .octave-commons-duration-valuebox-number {
      font-size: 16px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 1.5px;
      margin: 0; }
      html.PFCentroSansPro-loaded .octave-commons-duration-valuebox-number,
      html.fonts-loaded .octave-commons-duration-valuebox-number {
        font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
      @media (max-width: 1024px) {
        .octave-commons-duration-valuebox-number {
          font-size: 14px;
          line-height: 1.14;
          letter-spacing: 1.17px; } }
    .octave-commons-duration-valuebox:after {
      content: "'";
      margin-left: 2px; }
  .octave-commons-duration-live, .octave-commons-duration-valuebox {
    padding: 7px 15px; }
    @media (max-width: 1024px) {
      .octave-commons-duration-live, .octave-commons-duration-valuebox {
        padding: 2.5px 8.5px; } }
  .octave-commons-duration-nopadding .octave-commons-duration-valuebox {
    padding: 0; }

html.ie-11 .component-main-title__text {
  padding-top: 15px !important; }
  html.ie-11 .component-main-title__text::after {
    height: 50%; }

.component-main-title {
  padding: 60px 15px;
  max-width: 800px;
  margin: 0 auto; }
  .component-main-title__h1 {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-weight: inherit;
    color: #050505;
    text-align: center;
    line-height: 1;
    font-size: 46px;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    html.aw-conqueror-didot-light-18-loaded .component-main-title__h1,
    html.fonts-loaded .component-main-title__h1 {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .component-main-title__text {
    line-height: 1;
    display: inline-block;
    position: relative; }
    .component-main-title__text::after {
      content: '';
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      height: 35%;
      background-color: white;
      border-top: 1px solid #ededed;
      width: calc(100% + 200px); }
  .component-main-title.no-stroke .component-main-title__text::after {
    border-top-color: #FFF; }

/* (min-width: 375px) */
/* (min-width: 768px) */
@media screen and (min-width: 768px) {
  .component-main-title__h1 {
    font-size: 62px; }
  .component-main-title__text::after {
    height: 37%; } }

/* (min-width: 1024px) */
@media screen and (min-width: 1024px) {
  .component-main-title__h1 {
    font-size: 70px; }
  .component-main-title__text::after {
    height: 36%;
    width: 100vw; } }

/* (min-width: 1280px) */
@media screen and (min-width: 1280px) {
  .component-main-title__h1 {
    font-size: 80px; } }

/* (min-width: 1440px) */
html.ie-11 .component-main-slider .component__vid-main, html.ie-14 .component-main-slider .component__vid-main, html.ie-15 .component-main-slider .component__vid-main, html.ie-16 .component-main-slider .component__vid-main, html.ie-17 .component-main-slider .component__vid-main, html.ie-18 .component-main-slider .component__vid-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.route-threefifty .component-main-slider {
  position: relative;
  padding-top: 40px; }
  body.route-threefifty .component-main-slider .title--h1 {
    color: #f1b117;
    font-size: 40px;
    line-height: 0.88; }
  body.route-threefifty .component-main-slider .title--h3 {
    font-size: 16px;
    line-height: 1.25;
    color: #606060; }
  body.route-threefifty .component-main-slider .threefifty-logo-wrapper {
    height: 100px;
    position: absolute;
    top: 0;
    max-width: 1170px;
    pointer-events: none;
    width: 100%;
    left: 50%;
    transform: translateX(-50%); }
  body.route-threefifty .component-main-slider .component__img-main-container {
    min-height: unset;
    height: 190px; }
  body.route-threefifty .component-main-slider .component__bullets-container {
    top: 160px; }
  body.route-threefifty .component-main-slider .component__grower {
    background-color: #f1b117; }
  body.route-threefifty .component-main-slider .component__logo {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50px;
    left: 25px; }
    body.route-threefifty .component-main-slider .component__logo::before {
      content: '';
      display: block;
      height: 1px;
      width: 120%;
      background-color: white;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(-45deg); }
    body.route-threefifty .component-main-slider .component__logo .maz-icon-logo-350 {
      color: white;
      font-size: 35px;
      position: absolute;
      top: 15px; }

.component-main-slider .hide-bullets {
  display: none; }

.component-main-slider.no-slider .component__infos {
  opacity: 1;
  transition: none; }

.component-main-slider .component__slider-content {
  /* display all images when slider is ready */ }
  .component-main-slider .component__slider-content.flickity-enabled .component__slider-item {
    display: block; }
  .component-main-slider .component__slider-content.flickity-enabled .component__bullets-list {
    opacity: 1;
    visibility: visible; }

.component-main-slider .component__slider-item {
  width: 100%;
  /* prevent images from stacking before slider init */ }
  .component-main-slider .component__slider-item:not(:first-child) {
    display: none; }
  .component-main-slider .component__slider-item .dark-mode-layer {
    display: none; }
  .component-main-slider .component__slider-item.dark-mode .dark-mode-layer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .component-main-slider .component__slider-item.is-selected .component__infos {
    opacity: 1; }

.component-main-slider .component__img-main-container {
  position: relative;
  font-size: 0;
  height: 250px;
  overflow: hidden; }

.component-main-slider .component__vid-main-container {
  position: relative;
  font-size: 0;
  height: 250px;
  overflow: hidden; }

.component-main-slider .component__bullets-container {
  position: absolute;
  top: 220px;
  /* height of the img-main-container - offset */
  z-index: 2;
  width: 100%;
  left: 0; }

.component-main-slider .component__bullets-list {
  list-style: none;
  font-size: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s, visibility .4s;
  transition-delay: 1s; }

.component-main-slider .component__spacer {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  margin-left: 7px;
  margin-right: 7px; }
  .component-main-slider .component__spacer:first-child {
    margin-left: 0; }

.component-main-slider .component__bullet {
  position: relative;
  display: inline-block;
  height: 3px;
  width: 70px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1; }
  .component-main-slider .component__bullet.bullet-active .component__grower {
    width: 100%;
    transition: width 5s linear;
    /* transition added here for one way only animation */ }

.component-main-slider .component__grower {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0%;
  background-color: white; }

.component-main-slider .component__img-main {
  width: 100%;
  height: 100%;
  display: block; }
  .component-main-slider .component__img-main img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }

.component-main-slider .component__vid-main {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover; }

.component-main-slider .component__label {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2; }

.component-main-slider .component__infos {
  padding: 30px 7px 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
  transition-delay: .5s; }
  .component-main-slider .component__infos .component__label {
    display: none; }

.component-main-slider .component__title {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 36px;
  line-height: 40px;
  color: #050505;
  margin-bottom: 15px; }
  html.aw-conqueror-didot-light-18-loaded .component-main-slider .component__title,
  html.fonts-loaded .component-main-slider .component__title {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }

.component-main-slider .component__txt {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.component-main-slider .component__show-type {
  height: 40px;
  color: #050505;
  display: inline-block;
  padding: 0 25px;
  margin-bottom: 20px;
  border: 1px solid #757575;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
  border-radius: 110px;
  text-transform: uppercase; }

.component-main-slider .component__show-texts {
  width: 100%; }

.component-main-slider .component__subtitle {
  font-size: 20px;
  line-height: 26px; }

.component-main-slider .component__description {
  font-size: 16px;
  line-height: 26px; }

.component-main-slider .component__ctas {
  display: flex;
  flex-direction: column; }
  .component-main-slider .component__ctas .cta {
    margin-bottom: 10px; }
    .component-main-slider .component__ctas .cta:last-child {
      margin-bottom: 0; }

/* (min-width: 375px) */
@media screen and (min-width: 375px) {
  .component-main-slider .component__infos {
    padding-left: 25px;
    padding-right: 25px; } }

/* (min-width: 768px) */
@media screen and (min-width: 768px) {
  body.route-threefifty .component-main-slider .threefifty-logo-wrapper {
    height: 120px; }
  body.route-threefifty .component-main-slider .component__img-main-container {
    min-height: unset;
    height: 300px;
    background: black;
    background: linear-gradient(18deg, rgba(0, 0, 0, 0.813621) 0%, rgba(255, 255, 255, 0) 100%); }
  body.route-threefifty .component-main-slider .component__img-main {
    opacity: 0.8; }
  body.route-threefifty .component-main-slider .component__infos {
    padding-left: 120px; }
  body.route-threefifty .component-main-slider .component__bullets-container {
    top: auto;
    right: 16px;
    left: auto;
    bottom: 10px; }
  body.route-threefifty .component-main-slider .component__ctas {
    text-align: left; }
    body.route-threefifty .component-main-slider .component__ctas .cta {
      font-size: 14px;
      letter-spacing: 0.4px;
      text-transform: uppercase; }
  body.route-threefifty .component-main-slider .component__logo {
    width: 120px;
    height: 120px;
    left: 45px;
    top: 60px; }
    body.route-threefifty .component-main-slider .component__logo .maz-icon-logo-350 {
      font-size: 45px;
      top: 20px; }
  .component-main-slider .component__img-main-container {
    margin-bottom: 0;
    height: 550px; }
    .component-main-slider .component__img-main-container .component__label {
      display: none; }
  .component-main-slider .component__vid-main-container {
    margin-bottom: 0;
    height: 550px; }
    .component-main-slider .component__vid-main-container .component__label {
      display: none; }
  .component-main-slider .component__slider-item {
    position: relative; }
  .component-main-slider .component__label {
    position: absolute;
    top: 0;
    left: 80px;
    transform: translateY(-40px); }
  .component-main-slider .component__infos {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: 100%;
    padding: 0 80px; }
    .component-main-slider .component__infos .component__label {
      display: block; }
  .component-main-slider .component__title {
    color: white;
    font-size: 50px;
    margin-bottom: 30px; }
  .component-main-slider .component__txt {
    color: white;
    flex-direction: row; }
  .component-main-slider .component__show-type {
    border-color: #757575;
    color: #fff;
    margin-top: 5px;
    margin-right: 15px;
    flex: 1 0 auto; }
  .component-main-slider .component__ctas {
    flex-direction: row;
    align-items: flex-start; }
    .component-main-slider .component__ctas .cta {
      margin-bottom: 0;
      padding-left: 30px;
      padding-right: 30px; }
      .component-main-slider .component__ctas .cta:first-child {
        margin-right: 20px; }
  .component-main-slider .component__subtitle {
    color: white; }
  .component-main-slider .component__description {
    color: white; }
  .component-main-slider .component__bullets-container {
    transform: none;
    width: auto;
    top: auto;
    left: 80px;
    bottom: 100px; } }

/* (min-width: 1024px) */
@media screen and (min-width: 1024px) {
  body.route-threefifty .component-main-slider {
    padding-top: 0; }
    body.route-threefifty .component-main-slider .threefifty-logo-wrapper {
      height: 150px; }
    body.route-threefifty .component-main-slider .component__infos {
      padding-left: 200px; }
    body.route-threefifty .component-main-slider .component__bullets-container {
      right: 60px;
      left: auto;
      width: auto;
      max-width: unset; }
    body.route-threefifty .component-main-slider .component__logo {
      width: 150px;
      height: 150px;
      top: 30px;
      left: 100px; }
      body.route-threefifty .component-main-slider .component__logo .maz-icon-logo-350 {
        font-size: 55px; }
  .component-main-slider .component__img-main-container {
    height: calc(100vh - 100px); }
  .component-main-slider .component__vid-main-container {
    height: calc(100vh - 100px); }
  .component-main-slider .component__label {
    left: 15px;
    font-size: 14px;
    letter-spacing: 1.8px; }
  .component-main-slider .component__infos {
    max-width: 1170px;
    padding: 0 15px;
    left: 50%;
    transform: translate(-50%, -50%); }
  .component-main-slider .component__show-type {
    flex: 0 1 auto; }
  .component-main-slider .component__show-texts {
    max-width: 390px; }
  .component-main-slider .component__bullets-container {
    max-width: 1170px;
    padding: 0 15px;
    width: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 100px; }
  .component-main-slider .component__bullets-list {
    text-align: left; } }

/* (min-width: 1280px) */
@media screen and (min-width: 1280px) {
  body.route-threefifty .component-main-slider .component__img-main-container {
    height: 380px; }
  body.route-threefifty .component-main-slider .component__infos {
    padding-left: 160px; }
  body.route-threefifty .component-main-slider .component__logo {
    left: 15px;
    top: 60px; }
  .component-main-slider .component__label {
    left: 0; }
  .component-main-slider .component__infos {
    padding: 0; }
  .component-main-slider .component__bullets-container {
    padding: 0;
    bottom: 170px; } }

@media screen and (min-width: 1024px) and (max-height: 768px) {
  .component-main-slider .component__img-main-container {
    min-height: auto; }
  .component-main-slider .component__vid-main-container {
    min-height: auto; }
  .component-main-slider .component__bullets-container {
    bottom: 60px; } }

/* (min-width: 1440px) */
@media (min-width: 1440px) {
  .component-main-slider .component__title {
    font-size: 60px;
    line-height: 62px; } }

html.ie-11 .component-locations-banner__video-container video, html.ie-14 .component-locations-banner__video-container video, html.ie-15 .component-locations-banner__video-container video, html.ie-16 .component-locations-banner__video-container video, html.ie-17 .component-locations-banner__video-container video, html.ie-18 .component-locations-banner__video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.component-locations-banner {
  position: relative;
  width: 100%;
  font-size: 0;
  padding: 0;
  margin: 0 auto; }
  .component-locations-banner .cta {
    min-width: 160px;
    opacity: 1;
    visibility: visible; }
    .component-locations-banner .cta.hide-before-ajax {
      opacity: 0;
      visibility: hidden; }
    .component-locations-banner .cta::before {
      content: '';
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      width: 60%;
      height: 60%;
      z-index: 1; }
  .component-locations-banner__copyright-text {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    right: 10px;
    left: 10px;
    color: white;
    font-size: 12px;
    line-height: 1.3;
    color: #fff;
    text-align: right; }
  .component-locations-banner__h2-title {
    font-size: 36px;
    line-height: 0.8;
    margin-bottom: 30px; }
  .component-locations-banner__item {
    list-style: none;
    padding: 0;
    position: relative; }
  .component-locations-banner__mask {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2; }
  .component-locations-banner__item-garnier img {
    transform-origin: top right;
    transform: skewY(-10deg); }
  .component-locations-banner__item-garnier .component-locations-banner__copyright-text {
    top: 10px;
    bottom: auto; }
  .component-locations-banner__item-garnier .component-locations-banner__picture-container .before-lazyload-placeholder {
    transform: skewY(-10deg);
    transform-origin: top right; }
  .component-locations-banner__item-garnier .component-locations-banner__mask::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 25%); }
  .component-locations-banner__item-bastille img {
    transform-origin: top left;
    transform: skewY(-10deg); }
  .component-locations-banner__item-bastille .component-locations-banner__picture-container .before-lazyload-placeholder {
    transform: skewY(-10deg);
    transform-origin: top left; }
  .component-locations-banner__item-bastille .component-locations-banner__mask::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 25%); }
  .component-locations-banner__video-container {
    position: relative;
    z-index: 1;
    font-size: 0;
    height: 560px;
    overflow: hidden;
    width: 100%; }
    .component-locations-banner__video-container video {
      display: block;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 1; }
    .component-locations-banner__video-container::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2; }
  .component-locations-banner__picture-container {
    height: 280px;
    z-index: 1;
    overflow: hidden;
    transform: skewY(10deg);
    position: relative; }
    .component-locations-banner__picture-container picture {
      height: 100%;
      display: block; }
      .component-locations-banner__picture-container picture img {
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover;";
        width: 100%;
        height: 100%; }
  .component-locations-banner__texts-container {
    position: absolute;
    top: 0;
    z-index: 3;
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .component-locations-banner__solo-texts-container {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 0 15px; }
  .component-locations-banner__solo-title {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px; }
    html.aw-conqueror-didot-light-18-loaded .component-locations-banner__solo-title,
    html.fonts-loaded .component-locations-banner__solo-title {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .component-locations-banner__solo-cta {
    width: 100%; }
  .component-locations-banner__advantage {
    position: relative;
    text-align: center;
    background-color: #fbfbfb;
    padding: 10px 25px;
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;
    opacity: 1;
    visibility: visible;
    transition: opacity .2s, visibility .2s; }
    .component-locations-banner__advantage.hide-before-ajax {
      opacity: 0;
      visibility: hidden; }
    .component-locations-banner__advantage p {
      font-size: 14px;
      line-height: 1.57;
      color: #e04006; }
    .component-locations-banner__advantage .maz-icon-star-avantage {
      display: inline-block;
      font-size: 20px;
      margin-right: 15px;
      vertical-align: text-bottom; }
    .component-locations-banner__advantage .maz-icon-arrow-full {
      color: #fbfbfb;
      display: none;
      transform: rotate(-90deg);
      font-size: 26px;
      position: absolute;
      top: -19px;
      z-index: 3; }
    .component-locations-banner__advantage.advantage-on-garnier .maz-icon-arrow-full {
      left: calc(25% - 13px); }
    .component-locations-banner__advantage.advantage-on-bastille .maz-icon-arrow-full {
      right: calc(25% - 13px); }

/* (min-width: 375px) */
@media screen and (min-width: 375px) {
  .component-locations-banner__solo-texts-container {
    padding: 0 25px; } }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .component-locations-banner .cta {
    min-width: 170px; }
  .component-locations-banner__h2-title {
    font-size: 50px;
    margin-bottom: 40px; }
  .component-locations-banner__item-garnier img {
    transform-origin: left top;
    transform: skewX(20deg); }
  .component-locations-banner__item-garnier .component-locations-banner__copyright-text {
    top: auto;
    left: 10px;
    right: auto;
    bottom: 10px;
    text-align: left; }
  .component-locations-banner__item-garnier .component-locations-banner__mask::before {
    background: linear-gradient(155deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 25%); }
  .component-locations-banner__item-garnier .component-locations-banner__picture-container {
    width: calc(100% + 81px);
    right: 80px; }
    .component-locations-banner__item-garnier .component-locations-banner__picture-container .before-lazyload-placeholder {
      transform: skewX(20deg);
      transform-origin: left top; }
  .component-locations-banner__item-garnier .component-locations-banner__texts-container {
    right: 0; }
  .component-locations-banner__item-bastille img {
    transform-origin: left bottom;
    transform: skewX(20deg); }
  .component-locations-banner__item-bastille .component-locations-banner__mask::before {
    background: linear-gradient(-25deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 25%); }
  .component-locations-banner__item-bastille .component-locations-banner__picture-container {
    width: calc(100% + 80px); }
    .component-locations-banner__item-bastille .component-locations-banner__picture-container .before-lazyload-placeholder {
      transform: skewX(20deg);
      transform-origin: left bottom; }
  .component-locations-banner__item-bastille .component-locations-banner__texts-container {
    left: 0; }
  .component-locations-banner__video-container {
    height: 340px; }
  .component-locations-banner__picture-container {
    transform: skewX(-20deg);
    height: 340px; }
  .component-locations-banner.tall-version .component-locations-banner__video-container {
    height: 500px; }
  .component-locations-banner.tall-version .component-locations-banner__picture-container {
    height: 500px; }
  .component-locations-banner.tall-version .component-locations-banner__item-garnier .component-locations-banner__picture-container {
    width: calc(100% + 92px);
    right: 91px; }
  .component-locations-banner.tall-version .component-locations-banner__item-bastille .component-locations-banner__picture-container {
    width: calc(100% + 91px); }
  .component-locations-banner__texts-container {
    max-width: 512px; }
  .component-locations-banner__solo-title {
    font-size: 40px;
    line-height: 44px;
    max-width: 400px; }
  .component-locations-banner__solo-cta {
    padding-left: 30px;
    padding-right: 30px;
    width: auto; }
    .component-locations-banner__solo-cta.cta {
      min-width: auto; }
  .component-locations-banner__advantage .maz-icon-arrow-full {
    display: inline-block; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .component-locations-banner__h2-title {
    font-size: 60px; }
  .component-locations-banner__video-container {
    height: 380px; }
  .component-locations-banner__picture-container {
    height: 380px; } }

.component-ticket-finder {
  position: relative;
  padding-bottom: 50px;
  /*
		In order:
		WebKit /Blink / Edge,
		Mozilla Firefox 4 to 18,
		Mozilla Firefox 19+,
		Internet Explorer 10-11,
		Microsoft Edge,
		Most modern browsers support this now.
	*/
  /* Inputs styling */
  /* Ctas styling */ }
  .component-ticket-finder::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    display: block;
    background: #e0e0e0; }
  .component-ticket-finder ::-moz-placeholder {
    color: #050505;
    opacity: 1; }
  .component-ticket-finder ::-ms-input-placeholder {
    color: #050505;
    opacity: 1; }
  .component-ticket-finder :-ms-input-placeholder {
    color: #050505;
    opacity: 1; }
  .component-ticket-finder ::placeholder {
    color: #050505;
    opacity: 1; }
  .component-ticket-finder .selected ::-moz-placeholder {
    color: #050505;
    opacity: 1; }
  .component-ticket-finder .selected ::-ms-input-placeholder {
    color: #050505;
    opacity: 1; }
  .component-ticket-finder .selected :-ms-input-placeholder {
    color: #050505;
    opacity: 1; }
  .component-ticket-finder .selected ::placeholder {
    color: #050505;
    opacity: 1; }
  .component-ticket-finder__heading {
    margin-bottom: 30px; }
  .component-ticket-finder__title {
    position: relative;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 30px;
    color: #050505; }
    html.aw-conqueror-didot-light-18-loaded .component-ticket-finder__title,
    html.fonts-loaded .component-ticket-finder__title {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .component-ticket-finder__link.only-show-from-1024 {
    display: none; }
  .component-ticket-finder__form {
    text-align: center; }
  .component-ticket-finder__date-container, .component-ticket-finder__price-container {
    height: 50px;
    border: 1px solid #ddd;
    position: relative; }
    .component-ticket-finder__date-container .maz-icon-calendar:before,
    .component-ticket-finder__date-container .maz-icon-euro-circle:before, .component-ticket-finder__price-container .maz-icon-calendar:before,
    .component-ticket-finder__price-container .maz-icon-euro-circle:before {
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 22px;
      color: #757575; }
    .component-ticket-finder__date-container .maz-icon-close, .component-ticket-finder__price-container .maz-icon-close {
      display: none;
      font-size: 16px;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      padding: 8px;
      background-color: transparent;
      border-radius: 50%;
      cursor: pointer;
      color: #050505; }
  .component-ticket-finder__date-container {
    margin-bottom: 10px;
    flex-basis: 100%; }
    .component-ticket-finder__date-container.selected .component-ticket-finder__date-input {
      color: #1e1e1e; }
    .component-ticket-finder__date-container.selected .maz-icon-close {
      display: inline-block; }
  .component-ticket-finder__price-container {
    margin-bottom: 20px;
    flex-basis: 100%; }
    .component-ticket-finder__price-container.selected .component__price-input {
      color: #1e1e1e; }
    .component-ticket-finder__price-container.selected .maz-icon-close {
      display: inline-block; }
  .component-ticket-finder__dropdown-list {
    list-style: none;
    background-color: white;
    padding-left: 0;
    position: relative;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: visibility .2s, opacity .2s, box-shadow .2s;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    pointer-events: none;
    top: 10px; }
    .component-ticket-finder__dropdown-list.is-expanded {
      visibility: visible;
      opacity: 1;
      box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
      pointer-events: auto; }
  .component-ticket-finder__dropdown-list-item {
    border-bottom: 1px solid #e1e1e1; }
    .component-ticket-finder__dropdown-list-item:last-child {
      border-bottom: 0; }
  .component-ticket-finder__dropdown-link {
    box-sizing: border-box;
    text-decoration: none;
    color: #908e8e;
    display: inline-block;
    width: 100%;
    padding: 15px;
    transition: padding .2s, color .2s, background-color .2s; }
    .component-ticket-finder__dropdown-link:hover {
      padding-left: 20px;
      color: #1e1e1e;
      background-color: #f2f2f2; }
  .component-ticket-finder__date-input, .component-ticket-finder__price-input {
    color: #bebebe;
    height: 100%;
    padding: 0 0 0 50px;
    margin: 0;
    border: 0;
    width: 100%; }
  .component-ticket-finder__submit {
    margin-bottom: 30px;
    width: 100%;
    display: inline-block; }
    .component-ticket-finder__submit .maz-icon-search {
      display: inline-block;
      vertical-align: middle;
      font-size: 22px;
      height: auto;
      position: relative;
      top: -1px; }

/* (min-width: 375px) */
/* (min-width: 768px) */
@media screen and (min-width: 768px) {
  .component-ticket-finder {
    flex: 0 1 48.1029%;
    padding-bottom: 0;
    padding-right: 6.09755%; }
    .component-ticket-finder::after {
      bottom: auto;
      right: 0;
      height: 100%;
      width: 1px;
      top: 0;
      left: auto; }
    .component-ticket-finder__footer {
      text-align: left; } }

/* (min-width: 1024px) */
@media screen and (min-width: 1024px) {
  .component-ticket-finder {
    flex-basis: 58.547%;
    padding-right: 9.8291%; }
    .component-ticket-finder__heading {
      display: flex;
      align-items: center; }
    .component-ticket-finder__footer {
      display: flex;
      justify-content: flex-end; }
    .component-ticket-finder__title {
      margin-right: 10px;
      padding-right: 20px;
      position: relative; }
      .component-ticket-finder__title::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 50%;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: #ddd; }
    .component-ticket-finder__link.simple-link {
      display: none; }
    .component-ticket-finder__link.only-show-from-1024 {
      display: inline-block;
      margin-left: 10px; }
    .component-ticket-finder__submit {
      width: auto;
      min-width: 280px;
      margin-bottom: 0; } }

/* (min-width: 1280px) */
@media screen and (min-width: 1280px) {
  .component-ticket-finder__title {
    font-size: 40px; } }

.component-newsfeed-slider {
  background-color: #ffffff;
  padding-top: 50px; }
  .component-newsfeed-slider .flickity-page-dots {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: static;
    justify-content: center; }
    .component-newsfeed-slider .flickity-page-dots .dot {
      width: 6px;
      height: 6px; }
    .component-newsfeed-slider .flickity-page-dots .dot.is-selected {
      width: 10px;
      height: 10px; }
  .component-newsfeed-slider__heading {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 30px;
    color: #050505;
    margin-bottom: 30px; }
    html.aw-conqueror-didot-light-18-loaded .component-newsfeed-slider__heading,
    html.fonts-loaded .component-newsfeed-slider__heading {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .component-newsfeed-slider__item {
    width: 100%;
    padding-bottom: 20px; }
  .component-newsfeed-slider__txt-head {
    margin-bottom: 10px; }
    .component-newsfeed-slider__txt-head .tag {
      text-transform: uppercase;
      color: #606060;
      font-size: 14px;
      line-height: 1;
      border: 1px solid #979797;
      padding: 8px 8px 4px;
      display: inline-block;
      margin-right: 15px; }
    .component-newsfeed-slider__txt-head .date {
      color: #050505;
      font-size: 16px; }
      html.PFCentroSansProMed-loaded .component-newsfeed-slider__txt-head .date,
      html.fonts-loaded .component-newsfeed-slider__txt-head .date {
        font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
        font-weight: 500; }
  .component-newsfeed-slider__txt-body {
    color: #050505;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px; }

/* (min-width: 768px) */
@media screen and (min-width: 768px) {
  .component-newsfeed-slider {
    flex: 1 1 39.7018%;
    padding-left: 6.09755%;
    padding-top: 0; }
    .component-newsfeed-slider .flickity-page-dots {
      justify-content: flex-start; }
      .component-newsfeed-slider .flickity-page-dots .dot:first-child {
        margin-left: 0; }
    .component-newsfeed-slider__item {
      padding-bottom: 30px; } }

/* (min-width: 1024px) */
@media screen and (min-width: 1024px) {
  .component-newsfeed-slider {
    flex-basis: 31.6239%;
    padding-left: 9.8291%; } }

/* (min-width: 1280px) */
@media screen and (min-width: 1280px) {
  .component-newsfeed-slider__heading {
    font-size: 40px; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.6; }
  .hamburger.is-active:hover {
    opacity: 0.6; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }
  .hamburger.is-active .hamburger-box.bullet-active::after {
    opacity: 0;
    visibility: hidden; }

.hamburger-box {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 15px;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

html.shopping-cart-active .hamburger-box::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #050505;
  position: absolute;
  bottom: -5px;
  right: -5px;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s; }

html.mobile-menu-open.shopping-cart-active .hamburger-box::after {
  opacity: 0;
  visibility: hidden; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

html[lang='fr'] .component-main-navigation__subsidiary-langs a[data-lang="fr"] {
  color: #050505; }

html[lang='en'] .component-main-navigation__subsidiary-langs a[data-lang="en"] {
  color: #050505; }

html.no-touch .component-main-navigation button:not(.cta), html.no-touch .component-main-navigation a:not(.cta) {
  transition: opacity .2s, color .2s; }

html.no-touch .component-main-navigation__subsidiary-list a:hover {
  color: #757575; }

html.no-touch .component-main-navigation__primary-subtheme-list a:hover {
  color: #757575; }

html.no-touch .component-main-navigation__primary-subtheme-list-full a:hover {
  color: #757575; }

html.no-touch .component-main-navigation__icons button:hover, html.no-touch .component-main-navigation__icons a:not(.cta--main-black):hover {
  color: #757575; }

html.no-touch .component-main-navigation__account-list a:hover {
  color: #757575; }
  html.no-touch .component-main-navigation__account-list a:hover span {
    border-bottom-color: #757575; }

html.no-touch .component-main-navigation__head-mobile .maz-icon-account:hover {
  color: #757575; }

html.shopping-cart-active .component-main-navigation__icons .maz-icon-bag::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #050505;
  position: absolute;
  bottom: calc(50% - 8px);
  right: calc(50% - 8px);
  transform: none;
  border-radius: 50%;
  z-index: 1; }

.component-main-navigation {
  color: #050505;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; }
  .component-main-navigation button:focus, .component-main-navigation a:focus {
    outline: none; }
  .component-main-navigation button {
    background: transparent;
    border: none; }
  .component-main-navigation .maz-icon-triangle {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    color: rgba(0, 0, 0, 0.6); }
  .component-main-navigation__header {
    position: relative; }
  .component-main-navigation__mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
    background: rgba(0, 0, 0, 0.7); }
  .component-main-navigation__infobar {
    background: #ededed;
    color: #606060;
    display: none; }
    .component-main-navigation__infobar-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 30px 20px;
      text-align: center;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .component-main-navigation__infobar-text {
      color: #606060;
      font-size: 14px;
      line-height: 16px;
      width: 100%; }
    .component-main-navigation__infobar-link {
      color: #606060;
      text-transform: uppercase;
      border-bottom: 1px solid #606060;
      font-size: 14px;
      line-height: 16px;
      margin-top: 10px; }
    .component-main-navigation__infobar .maz-icon-close {
      position: absolute;
      color: #606060;
      top: 0;
      right: 0;
      font-size: 18px;
      padding: 5px;
      display: inline-block; }
    .component-main-navigation__infobar.infobar-visible {
      display: block; }
  .component-main-navigation__notification {
    position: absolute;
    background: rgba(5, 5, 5, 0.6);
    top: 50px;
    left: 0;
    width: 100%;
    color: white;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s; }
    .component-main-navigation__notification-wrapper {
      max-width: 1200px;
      margin: 0 auto;
      padding: 30px 20px;
      text-align: center;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center; }
    .component-main-navigation__notification-text {
      color: white;
      font-size: 14px;
      line-height: 16px;
      width: 100%; }
    .component-main-navigation__notification-link {
      color: #fff;
      text-transform: uppercase;
      border-bottom: 1px solid #fff;
      font-size: 14px;
      line-height: 16px;
      margin-top: 10px; }
    .component-main-navigation__notification .maz-icon-close {
      position: absolute;
      color: white;
      top: 0;
      right: 0;
      font-size: 18px;
      padding: 5px;
      display: inline-block; }
    .component-main-navigation__notification.notification-visible {
      opacity: 1;
      visibility: visible; }
  .component-main-navigation__head-mobile {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10500;
    height: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    flex-shrink: 0;
    background: #FFF;
    height: 50px; }
    .component-main-navigation__head-mobile .maz-icon-logo-opera-monogramme {
      font-size: 32px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      padding: 0 20px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #050505; }
    .component-main-navigation__head-mobile .maz-icon-account {
      font-size: 16px;
      padding: 0 20px; }
  .component-main-navigation__icons {
    border-bottom: 1px solid #ededed; }
    .component-main-navigation__icons button:not(.accordion-toggler),
    .component-main-navigation__icons a:not(.component-main-navigation__account-link):not(.cta--main-black) {
      padding: 0 30px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .component-main-navigation__icons a {
      color: #050505; }
    .component-main-navigation__icons [aria-label]::after {
      opacity: 1 !important; }
    .component-main-navigation__icons-wrapper {
      height: 50px;
      display: flex;
      justify-content: space-between;
      position: relative;
      max-width: calc(530px + 60px);
      margin: 0 auto; }
    .component-main-navigation__icons-separator {
      width: 117px;
      height: 20px;
      border-left: 1px solid #dddddd;
      border-right: 1px solid #dddddd;
      pointer-events: none;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .component-main-navigation__icons .maz-icon-bag {
      position: relative; }
  .component-main-navigation__subsidiary {
    position: relative;
    background: #fbfbfb; }
    .component-main-navigation__subsidiary-list {
      padding: 10px 30px;
      max-width: 570px;
      width: 100%;
      margin: 0 auto; }
      .component-main-navigation__subsidiary-list li[data-link-shop] {
        border-top: 1px solid #ddd;
        margin-top: 10px;
        padding-top: 10px; }
      .component-main-navigation__subsidiary-list a {
        text-transform: uppercase;
        font-size: 16px;
        color: #050505;
        line-height: 28px;
        letter-spacing: 1px;
        display: block;
        padding: 10px 0; }
        .component-main-navigation__subsidiary-list a sup {
          text-transform: none;
          text-transform: initial; }
    .component-main-navigation__subsidiary-langs {
      position: relative;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 20px;
      background: #FFF; }
      .component-main-navigation__subsidiary-langs a {
        display: block;
        font-size: 14px;
        color: #757575;
        padding: 20px;
        line-height: 0.7; }
      .component-main-navigation__subsidiary-langs::after {
        content: '';
        display: block;
        height: 15px;
        width: 1px;
        background: #ddd;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
  .component-main-navigation__account {
    display: flex; }
    .component-main-navigation__account-toggler {
      position: relative;
      display: flex;
      align-items: center;
      align-content: center;
      cursor: pointer;
      padding: 0 20px; }
      .component-main-navigation__account-toggler .account-username {
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
        color: #050505;
        line-height: 1;
        padding-right: 15px; }
        .component-main-navigation__account-toggler .account-username.account-username-full {
          display: none; }
      .component-main-navigation__account-toggler .maz-icon-arrow {
        font-size: 14px;
        display: inline-block;
        transform: rotate(90deg);
        transform-origin: center;
        transition: transform .2s;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        line-height: 0.8; }
      .component-main-navigation__account-toggler[aria-expanded="true"] .maz-icon-arrow {
        transform: rotate(-90deg); }
    .component-main-navigation__account-content {
      position: absolute;
      top: 100%;
      left: 0;
      display: none;
      height: 0;
      overflow: hidden;
      transition: height .2s;
      background: #ededed;
      width: 100%; }
      .component-main-navigation__account-content.accordion-content--visible {
        display: block;
        height: auto; }
    .component-main-navigation__account-wrapper {
      margin: 30px; }
    .component-main-navigation__account-list {
      margin-bottom: 30px; }
      .component-main-navigation__account-list span {
        border-bottom: 1px solid #050505;
        transition: border-bottom-color .2s; }
      .component-main-navigation__account-list li {
        margin-bottom: 30px; }
        .component-main-navigation__account-list li:last-child {
          margin-bottom: 0; }
          .component-main-navigation__account-list li:last-child a {
            display: block;
            font-size: 16px; }
      .component-main-navigation__account-list a {
        color: #050505; }
    .component-main-navigation__account .cta--main-black {
      width: 100%;
      margin: 0; }
  .component-main-navigation__primary {
    padding: 40px 30px;
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
    flex-grow: 1; }
    .component-main-navigation__primary-entry {
      margin-bottom: 40px; }
      .component-main-navigation__primary-entry:last-child {
        margin-bottom: 0; }
      .component-main-navigation__primary-entry li:last-child {
        margin-bottom: 0; }
    .component-main-navigation__primary-toggler {
      font-family: "Times New Roman", Times, Georgia, serif;
      color: #050505;
      font-size: 26px;
      line-height: 30px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      padding: 0;
      text-align: left;
      width: 100%; }
      html.aw-conqueror-didot-light-18-loaded .component-main-navigation__primary-toggler,
      html.fonts-loaded .component-main-navigation__primary-toggler {
        font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
        -ms-font-feature-settings: "lnum" 1;
        -o-font-feature-settings: "lnum" 1;
        font-feature-settings: "lnum" 1; }
      .component-main-navigation__primary-toggler .accordion-toggler-text {
        pointer-events: none;
        padding-right: 40px;
        display: block;
        line-height: 1; }
      .component-main-navigation__primary-toggler .maz-icon-arrow {
        font-size: 14px;
        display: inline-block;
        transform: rotate(90deg);
        transform-origin: center;
        transition: transform .2s;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
      .component-main-navigation__primary-toggler[aria-expanded="true"] .maz-icon-arrow {
        transform: rotate(-90deg); }
    .component-main-navigation__primary-content-wrapper {
      padding: 40px 0 0; }
      .component-main-navigation__primary-content-wrapper .maz-icon-close {
        display: none; }
    .component-main-navigation__primary-content-column {
      margin-bottom: 40px; }
      .component-main-navigation__primary-content-column:last-of-type {
        margin-bottom: 0; }
    .component-main-navigation__primary-link {
      font-family: "Times New Roman", Times, Georgia, serif;
      color: #050505;
      font-size: 26px;
      line-height: 30px;
      display: block; }
      html.aw-conqueror-didot-light-18-loaded .component-main-navigation__primary-link,
      html.fonts-loaded .component-main-navigation__primary-link {
        font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
        -ms-font-feature-settings: "lnum" 1;
        -o-font-feature-settings: "lnum" 1;
        font-feature-settings: "lnum" 1; }
      .component-main-navigation__primary-link-text {
        display: block;
        line-height: 1; }
    .component-main-navigation__primary-subtheme-label {
      text-transform: uppercase;
      font-size: 18px;
      color: #050505;
      line-height: 24px;
      letter-spacing: 1px;
      margin-bottom: 15px; }
      html.PFCentroSansProMed-loaded .component-main-navigation__primary-subtheme-label,
      html.fonts-loaded .component-main-navigation__primary-subtheme-label {
        font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
        font-weight: 500; }
    .component-main-navigation__primary-subtheme-list {
      margin-bottom: 40px; }
      .component-main-navigation__primary-subtheme-list li {
        margin-bottom: 10px; }
      .component-main-navigation__primary-subtheme-list a {
        display: block;
        font-size: 16px;
        color: #050505;
        line-height: 28px; }
      .component-main-navigation__primary-subtheme-list:last-of-type {
        margin-bottom: 0; }
    .component-main-navigation__primary-subtheme-list-full {
      width: 100%; }
      .component-main-navigation__primary-subtheme-list-full li {
        margin-bottom: 20px; }
        .component-main-navigation__primary-subtheme-list-full li:last-child {
          margin-bottom: 0; }
      .component-main-navigation__primary-subtheme-list-full a {
        display: block;
        font-size: 18px;
        color: #050505;
        text-transform: uppercase;
        line-height: 24px;
        letter-spacing: 1px; }
        html.PFCentroSansProMed-loaded .component-main-navigation__primary-subtheme-list-full a,
        html.fonts-loaded .component-main-navigation__primary-subtheme-list-full a {
          font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
          font-weight: 500; }
  .component-main-navigation__drawer {
    background: #fff;
    position: relative;
    z-index: 10200; }

/* (max-width: 1023px) */
@media (max-width: 1023px) {
  html.mobile-menu-open .component-main-navigation__drawer {
    opacity: 1;
    visibility: visible;
    transform: translateX(0); }
  html.mobile-menu-open .component-main-navigation__mask {
    opacity: 1;
    visibility: visible; }
  .vanish-mobile {
    display: none; }
  .component-main-navigation .maz-icon-triangle {
    display: none; }
  .component-main-navigation__sb-and-infobar-wrapper {
    position: relative;
    z-index: 10600;
    top: 0;
    left: 0; }
  .component-main-navigation__drawer {
    position: fixed;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
    z-index: 10400;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: visibility .4s, opacity .4s, transform .4s;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    -webkit-overflow-scrolling: touch; }
  .component-main-navigation__head-desktop {
    flex: 1 0 auto; }
  .component-main-navigation__primary-content {
    overflow: hidden;
    display: none; }
    .component-main-navigation__primary-content-wrapper {
      opacity: 0;
      visibility: hidden;
      transform: translateY(-50px); }
  .component-main-navigation__primary-accordion.content-active .component-main-navigation__primary-content {
    display: block; }
    .component-main-navigation__primary-accordion.content-active .component-main-navigation__primary-content-wrapper {
      -webkit-animation-name: animateAccordionContent;
              animation-name: animateAccordionContent;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-duration: .3s;
              animation-duration: .3s;
      -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } }

/* (min-width: 768px) */
@media screen and (min-width: 768px) {
  .component-main-navigation__icons-separator {
    width: 260px; }
  .component-main-navigation__account-content {
    width: 370px;
    right: 0;
    left: auto; }
  .component-main-navigation__infobar-wrapper {
    flex-direction: row;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 55px; }
  .component-main-navigation__infobar-text {
    width: auto;
    text-align: left; }
  .component-main-navigation__infobar-link {
    margin-top: 0;
    margin-left: 15px; }
  .component-main-navigation__infobar .maz-icon-close {
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
  .component-main-navigation__notification-wrapper {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 55px; }
  .component-main-navigation__notification-text {
    width: auto;
    text-align: left; }
  .component-main-navigation__notification-link {
    margin-top: 0;
    margin-left: 15px; }
  .component-main-navigation__notification .maz-icon-close {
    top: 50%;
    transform: translateY(-50%);
    right: 15px; }
  .component-main-navigation__primary {
    padding-top: 90px;
    padding-bottom: 90px; }
    .component-main-navigation__primary-entry {
      margin-bottom: 60px; }
    .component-main-navigation__primary-toggler {
      font-size: 40px; }
    .component-main-navigation__primary-content-wrapper {
      padding-top: 50px; }
    .component-main-navigation__primary-link {
      font-size: 40px; }
  .component-main-navigation__subsidiary-list {
    padding-top: 25px;
    padding-bottom: 25px; }
    .component-main-navigation__subsidiary-list a {
      font-size: 18px; } }

/* (min-width: 1024px) */
@media screen and (min-width: 1024px) {
  html.drawer-resize body {
    padding-top: 65px; }
  html.drawer-resize .component-main-navigation__head-desktop .maz-icon-logo-opera {
    opacity: 0;
    visibility: hidden; }
  html.drawer-resize .component-main-navigation__head-desktop .maz-icon-logo-opera-monogramme {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s, visibility .5s;
    transition-delay: 100ms; }
  html.drawer-resize .component-main-navigation__drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px; }
  html.drawer-resize .component-main-navigation__primary-toggler .accordion-toggler-text {
    transform: translateY(0); }
  html.drawer-resize .component-main-navigation__primary-link-text {
    transform: translateY(0); }
  html.drawer-resize .component-main-navigation__subsidiary.vanish-mobile {
    visibility: hidden; }
  html.drawer-resize .component-main-navigation__infobar {
    visibility: hidden; }
  html:not(.drawer-resize) .component-main-navigation__head-desktop .maz-icon-logo-opera {
    opacity: 1;
    visibility: visible;
    transition: opacity .5s, visibility .5s;
    transition-delay: 100ms; }
  html:not(.drawer-resize) .component-main-navigation__head-desktop .maz-icon-logo-opera-monogramme {
    opacity: 0;
    visibility: hidden; }
  html.sticky-navigation-disabled {
    position: static; }
  html.primary-navigation-content-active .component-main-navigation__mask {
    opacity: 1;
    visibility: visible; }
  html.primary-navigation-content-active .component-main-navigation .maz-icon-triangle {
    opacity: 0;
    visibility: hidden; }
  html.account-dropdown-active .component-main-navigation .maz-icon-triangle {
    opacity: 0;
    visibility: hidden; }
  html.notification-active .maz-icon-triangle {
    opacity: 1;
    visibility: visible; }
  .component-main-navigation {
    position: relative; }
    .component-main-navigation .vanish-desktop {
      display: none; }
    .component-main-navigation__mask {
      display: block; }
    .component-main-navigation__infobar {
      position: relative;
      z-index: 10500; }
      .component-main-navigation__infobar-wrapper {
        padding-right: 50px; }
      .component-main-navigation__infobar .maz-icon-close {
        right: 10px; }
    .component-main-navigation__notification {
      top: 100%;
      z-index: -1; }
      .component-main-navigation__notification-wrapper {
        padding-right: 50px; }
      .component-main-navigation__notification-text {
        padding-left: 165px; }
      .component-main-navigation__notification .maz-icon-close {
        right: 10px; }
    .component-main-navigation__head-mobile {
      display: none; }
    .component-main-navigation__drawer {
      will-change: height;
      transform: translateZ(0);
      display: flex;
      flex-direction: column;
      height: 65px;
      transition: height .3s; }
    .component-main-navigation__head-desktop {
      flex: 1;
      display: flex;
      max-width: 1200px;
      padding: 0 15px;
      width: 100%;
      margin: 0 auto;
      background: #fff; }
      .component-main-navigation__head-desktop > a {
        display: flex;
        flex-direction: column;
        justify-content: center; }
    .component-main-navigation__logos {
      position: relative; }
      .component-main-navigation__logos-link {
        width: 100px;
        display: block;
        height: 100%; }
      .component-main-navigation__logos [class*="maz-icon-"] {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #050505; }
      .component-main-navigation__logos .maz-icon-logo-opera {
        font-size: 50px; }
      .component-main-navigation__logos .maz-icon-logo-opera-monogramme {
        font-size: 28px; }
    .component-main-navigation__subsidiary {
      height: 35px;
      display: flex;
      max-width: 1200px;
      padding: 0 15px;
      width: 100%;
      margin: 0 auto;
      z-index: 10500; }
      .component-main-navigation__subsidiary::before {
        content: '';
        position: absolute;
        width: 100vw;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #fbfbfb;
        z-index: -1; }
      .component-main-navigation__subsidiary-list {
        max-width: none;
        padding: 0;
        display: flex;
        justify-content: flex-end; }
        .component-main-navigation__subsidiary-list li {
          display: flex;
          flex-direction: column;
          justify-content: center;
          padding: 0 10px; }
          .component-main-navigation__subsidiary-list li:first-child {
            padding-left: 0; }
          .component-main-navigation__subsidiary-list li[data-link-shop] {
            border: none;
            margin: 0 20px 0 10px;
            padding: 0 20px;
            position: relative; }
            .component-main-navigation__subsidiary-list li[data-link-shop] a {
              position: relative;
              z-index: 1; }
            .component-main-navigation__subsidiary-list li[data-link-shop]::after {
              content: '';
              position: absolute;
              top: 50%;
              left: 0;
              width: 100%;
              height: 16px;
              transform: translateY(-50%);
              border-left: 1px solid #e0e0e0;
              border-right: 1px solid #e0e0e0; }
        .component-main-navigation__subsidiary-list a {
          font-size: 12px;
          padding: 5px 0;
          color: #050505;
          line-height: 1; }
      .component-main-navigation__subsidiary-langs {
        height: auto;
        background: transparent;
        padding: 0; }
        .component-main-navigation__subsidiary-langs li:first-child {
          padding-right: 5px; }
        .component-main-navigation__subsidiary-langs li:last-child {
          padding-left: 5px; }
        .component-main-navigation__subsidiary-langs a {
          font-size: 12px;
          padding: 5px 0; }
        .component-main-navigation__subsidiary-langs::after {
          content: none; }
    .component-main-navigation__account {
      align-items: center;
      flex-direction: column;
      position: relative; }
      .component-main-navigation__account-toggler {
        padding: 0 5px;
        margin: 0 10px;
        height: 100%; }
        .component-main-navigation__account-toggler::after {
          content: '';
          width: 1px;
          height: 15px;
          position: absolute;
          right: -10px;
          top: 50%;
          transform: translateY(-50%);
          background: #ddd;
          pointer-events: none; }
      .component-main-navigation__account-content {
        width: 270px; }
    .component-main-navigation__primary {
      display: flex;
      padding: 0;
      max-width: none;
      width: auto;
      padding-left: 70px; }
      .component-main-navigation__primary-entry {
        margin: 0 10px;
        display: flex;
        flex-direction: column; }
        .component-main-navigation__primary-entry:first-child {
          margin-left: 0; }
        .component-main-navigation__primary-entry:last-child {
          margin-right: 0; }
      .component-main-navigation__primary-accordion {
        flex: 1;
        display: flex;
        flex-direction: column; }
        .component-main-navigation__primary-accordion.content-active .component-main-navigation__primary-content {
          visibility: visible;
          opacity: 1; }
        .component-main-navigation__primary-accordion.content-active .component-main-navigation__primary-toggler::after {
          transform: scaleX(1);
          transform-origin: 0 50%; }
      .component-main-navigation__primary-toggler {
        font-size: 14px;
        display: block;
        flex: 1;
        overflow: hidden; }
        html.PFCentroSansPro-loaded .component-main-navigation__primary-toggler,
        html.fonts-loaded .component-main-navigation__primary-toggler {
          font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
        .component-main-navigation__primary-toggler .maz-icon-arrow {
          display: none; }
        .component-main-navigation__primary-toggler .accordion-toggler-text {
          pointer-events: none;
          padding-right: 0;
          transition: transform .2s;
          transform: translateY(5px); }
        .component-main-navigation__primary-toggler::after {
          content: '';
          height: 3px;
          position: absolute;
          bottom: 0;
          left: 0;
          width: calc(100% + 4px);
          background-color: #000;
          transform: scaleX(0);
          transition: transform .3s ease-in-out;
          transform-origin: 100% 50%; }
        .component-main-navigation__primary-toggler.current-page::after, .component-main-navigation__primary-toggler:hover::after, .component-main-navigation__primary-toggler:focus::after {
          transform: scaleX(1);
          transform-origin: 0 50%; }
      .component-main-navigation__primary-content {
        display: block;
        height: auto;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        transition: visibility .3s, opacity .3s; }
        .component-main-navigation__primary-content-wrapper {
          display: flex;
          max-width: 1200px;
          width: 100%;
          margin: 0 auto;
          padding: 60px 15px;
          position: relative; }
          .component-main-navigation__primary-content-wrapper .maz-icon-close {
            position: absolute;
            top: 20px;
            right: 0;
            font-size: 18px;
            padding: 15px;
            display: inline-block; }
        .component-main-navigation__primary-content-column {
          margin-bottom: 0;
          padding: 0 30px; }
          .component-main-navigation__primary-content-column:first-of-type {
            padding-left: 170px; }
          .component-main-navigation__primary-content-column:last-of-type {
            padding-right: 0; }
      .component-main-navigation__primary-link {
        font-size: 14px;
        flex: 1;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden; }
        html.PFCentroSansPro-loaded .component-main-navigation__primary-link,
        html.fonts-loaded .component-main-navigation__primary-link {
          font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
        .component-main-navigation__primary-link::after {
          content: '';
          height: 3px;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          background-color: #000;
          transform: scaleX(0);
          transition: transform .3s ease-in-out;
          transform-origin: 100% 50%; }
        .component-main-navigation__primary-link.current-page::after, .component-main-navigation__primary-link:hover::after, .component-main-navigation__primary-link:focus::after {
          transform: scaleX(1);
          transform-origin: 0 50%; }
        .component-main-navigation__primary-link-text {
          transition: transform .2s;
          transform: translateY(5px); }
      .component-main-navigation__primary-subtheme {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 15px;
        text-align: center;
        font-family: "Times New Roman", Times, Georgia, serif;
        font-size: 30px;
        text-transform: none;
        text-transform: initial;
        margin-bottom: 30px; }
        html.aw-conqueror-didot-light-18-loaded .component-main-navigation__primary-subtheme,
        html.fonts-loaded .component-main-navigation__primary-subtheme {
          font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
          -ms-font-feature-settings: "lnum" 1;
          -o-font-feature-settings: "lnum" 1;
          font-feature-settings: "lnum" 1; }
        .component-main-navigation__primary-subtheme:last-child {
          margin-bottom: 0; }
        .component-main-navigation__primary-subtheme-label {
          font-family: "Times New Roman", Times, Georgia, serif;
          font-size: 30px;
          line-height: 28px;
          margin-bottom: 30px;
          text-transform: none;
          text-transform: initial; }
          html.aw-conqueror-didot-light-18-loaded .component-main-navigation__primary-subtheme-label,
          html.fonts-loaded .component-main-navigation__primary-subtheme-label {
            font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
            -ms-font-feature-settings: "lnum" 1;
            -o-font-feature-settings: "lnum" 1;
            font-feature-settings: "lnum" 1; }
        .component-main-navigation__primary-subtheme-list a {
          display: inline-block; }
        .component-main-navigation__primary-subtheme-list-full a {
          display: inline-block;
          text-transform: none;
          text-transform: initial;
          font-family: "Times New Roman", Times, Georgia, serif;
          font-size: 30px;
          line-height: 28px; }
          html.aw-conqueror-didot-light-18-loaded .component-main-navigation__primary-subtheme-list-full a,
          html.fonts-loaded .component-main-navigation__primary-subtheme-list-full a {
            font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
            -ms-font-feature-settings: "lnum" 1;
            -o-font-feature-settings: "lnum" 1;
            font-feature-settings: "lnum" 1; }
    .component-main-navigation__icons {
      border-bottom: none; }
      .component-main-navigation__icons button:not(.accordion-toggler),
      .component-main-navigation__icons a:not(.component-main-navigation__account-link):not(.cta--main-black) {
        padding: 0 5px;
        margin: 0 10px; }
      .component-main-navigation__icons-wrapper {
        height: 100%;
        max-width: none;
        margin: 0; }
        .component-main-navigation__icons-wrapper > *:not(.component-main-navigation__account) {
          position: relative; }
          .component-main-navigation__icons-wrapper > *:not(.component-main-navigation__account)::after {
            content: '';
            width: 1px;
            height: 15px;
            position: absolute;
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
            background: #ddd;
            pointer-events: none; }
          .component-main-navigation__icons-wrapper > *:not(.component-main-navigation__account):first-child {
            margin-left: 0; }
          .component-main-navigation__icons-wrapper > *:not(.component-main-navigation__account):last-child {
            margin-right: -5px !important; }
            .component-main-navigation__icons-wrapper > *:not(.component-main-navigation__account):last-child::after {
              content: none; } }

/* (min-width: 1280px) */
/* (min-width: 1440px) */
@media screen and (min-width: 1280px) {
  .component-main-navigation__primary {
    padding-left: 60px; }
    .component-main-navigation__primary-toggler {
      font-size: 16px; }
    .component-main-navigation__primary-link {
      font-size: 16px; }
    .component-main-navigation__primary-content-column {
      padding: 0 50px; }
      .component-main-navigation__primary-content-column:first-of-type {
        padding-left: 160px; }
  .component-main-navigation__account-toggler .account-username.account-username-initials {
    display: none; }
  .component-main-navigation__account-toggler .account-username.account-username-full {
    display: inline-block; }
  .component-main-navigation__notification-text {
    padding-left: 155px; } }

.component-donations {
  outline: 0;
  position: fixed;
  z-index: 3001;
  bottom: 0;
  right: 0;
  cursor: pointer;
  text-align: right;
  background: #e71e30;
  color: #fff;
  padding: 0;
  margin: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  transform: translate(50%, 50%);
  opacity: 0;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  visibility: hidden; }
  .component-donations.component-donations-visible {
    opacity: 1;
    visibility: visible; }
  .component-donations.show-expanded-content .component-donations__content-expanded {
    opacity: 1;
    visibility: visible; }
  .component-donations.show-semi-expanded-content .component-donations__content-semi-expanded {
    opacity: 1;
    visibility: visible; }
  .component-donations.show-closed-content .component-donations__content-closed {
    opacity: 1;
    visibility: visible; }
  .component-donations--expanded {
    transform: translate(23%, 36%);
    width: 390px;
    height: 390px;
    cursor: auto; }
  .component-donations--semi-expanded {
    transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translate(25%, 64%);
    width: 320px;
    height: 320px;
    cursor: auto; }
  .component-donations__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 115px 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column; }
  .component-donations__content-expanded {
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s;
    max-width: 100%; }
  .component-donations__content-semi-expanded {
    position: absolute;
    top: 40px;
    left: 60px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s; }
    .component-donations__content-semi-expanded .component-donations__title {
      margin-bottom: 13px; }
  .component-donations__content-closed {
    position: absolute;
    top: 32px;
    left: 31px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s; }
    .component-donations__content-closed .maz-icon-donations {
      font-size: 22px;
      display: inline-block; }
  .component-donations__close {
    border: none;
    background: transparent;
    outline: 0;
    font-size: 18px;
    padding: 0; }
    .component-donations__close .maz-icon-donations {
      font-size: 18px; }
  .component-donations__texts {
    margin: 25px 0 11px; }
  .component-donations__title {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 26px;
    margin-bottom: 7px; }
    html.aw-conqueror-didot-light-18-loaded .component-donations__title,
    html.fonts-loaded .component-donations__title {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .component-donations__desc {
    line-height: 1.4;
    font-size: 16px; }
  .component-donations__link {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #e71e30;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 0 30px;
    font-size: 14px;
    height: 50px; }
    .component-donations__link .link-icon {
      margin-right: 10px;
      font-size: 16px; }
    .component-donations__link .link-text {
      transform: translateY(2px); }

/* (min-width: 1024px) */
@media screen and (min-width: 1024px) {
  .component-donations {
    width: 180px;
    height: 180px; }
    .component-donations--expanded {
      width: 420px;
      height: 420px; }
    .component-donations--semi-expanded {
      width: 390px;
      height: 390px;
      transform: translate(25%, 60%); }
    .component-donations__wrapper {
      padding-top: 50px;
      padding-right: 135px; }
    .component-donations__title {
      font-size: 30px; }
    .component-donations__content-semi-expanded {
      top: 65px;
      left: 75px; }
    .component-donations__content-closed {
      top: 35px;
      left: 35px; }
      .component-donations__content-closed .maz-icon-donations {
        font-size: 30px; } }

body.component-donations-on .maz-sticky-wrapper {
  bottom: 90px; }

.maz-sticky-wrapper {
  display: flex;
  flex-flow: row nowrap;
  z-index: 100;
  position: fixed;
  bottom: 30px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 50%);
  transition: opacity .2s, visibility .2s, transform .2s; }
  .Abo__fiche-main-container .maz-sticky-wrapper,
  .Abo__listing-container .maz-sticky-wrapper {
    right: 0; }
  .maz-sticky-wrapper.octave-back-to-top .maz-back-to-top {
    margin: 0;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    height: 50px;
    width: 50px; }
    .maz-sticky-wrapper.octave-back-to-top .maz-back-to-top .maz-icon-retract-empty {
      color: #050505; }
      .maz-sticky-wrapper.octave-back-to-top .maz-back-to-top .maz-icon-retract-empty:before {
        text-shadow: 0 0 1px #050505; }
    .maz-sticky-wrapper.octave-back-to-top .maz-back-to-top .text {
      color: #050505;
      font-size: 14px; }
      html.PFCentroSansProMed-loaded .maz-sticky-wrapper.octave-back-to-top .maz-back-to-top .text,
      html.fonts-loaded .maz-sticky-wrapper.octave-back-to-top .maz-back-to-top .text {
        font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
        font-weight: 500; }
  .maz-sticky-wrapper.visible {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0); }
  .maz-sticky-wrapper .maz-back-to-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    margin: 0 0 0 auto;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    background-color: #050505;
    cursor: pointer;
    position: relative; }
    .maz-sticky-wrapper .maz-back-to-top .text {
      display: inline-block;
      display: none;
      pointer-events: none;
      font-size: 14px;
      color: #ffffff; }
    .maz-sticky-wrapper .maz-back-to-top .maz-icon-retract-empty {
      display: inline-block;
      pointer-events: none;
      font-size: 14px;
      color: #ffffff; }
  .maz-sticky-wrapper .sticky-filters {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-right: 20px;
    padding: 0 15px;
    color: #050505;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    cursor: pointer; }
    .maz-sticky-wrapper .sticky-filters .filter-icon {
      display: inline-block;
      width: 15px;
      height: 16px;
      margin-left: 10px;
      background: transparent url("/images/programmation/filters.svg") center center;
      background-size: cover; }
    .maz-sticky-wrapper .sticky-filters .filter-text {
      transform: translateY(2px); }

/* (min-width: 768px) */
@media screen and (min-width: 768px) {
  .maz-sticky-wrapper {
    flex-direction: column; }
    .maz-sticky-wrapper .maz-back-to-top {
      display: inline-flex;
      margin-right: 20px;
      width: auto;
      padding: 0 15px; }
      .maz-sticky-wrapper .maz-back-to-top .maz-icon-retract-empty {
        margin-right: 10px; }
      .maz-sticky-wrapper .maz-back-to-top .text {
        display: inline-block; }
    .maz-sticky-wrapper.octave-back-to-top .maz-back-to-top {
      width: auto;
      height: 40px; }
      .maz-sticky-wrapper.octave-back-to-top .maz-back-to-top .maz-icon-retract-empty {
        font-size: 18px; }
    .maz-sticky-wrapper .sticky-filters {
      margin-bottom: 15px; } }

/* (min-width: 1024px) */
@media screen and (min-width: 1024px) {
  body.component-donations-on .maz-sticky-wrapper {
    bottom: 110px; } }

/* (min-width: 1280px) */
/* Blocks */
/* Blocks */
/** @define BlockHtml; use strict */
.BlockHtml {
  /* By default, embeded widgets are forced to adapt their width. */ }
  .BlockHtml > iframe {
    width: 100%; }

/** @define BlockImage; use strict */
.BlockImage {
  margin: 31px 0 23px;
  font-size: 16px;
  line-height: 25px;
  color: #606060; }
  .BlockImage img {
    vertical-align: middle; }
  .BlockImage figcaption {
    display: block;
    margin-top: 7px;
    margin-bottom: -7px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .BlockImage {
      margin: 41px 0 43px; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .BlockImage {
      margin: 31px 0 63px; } }
  @media screen and (min-width: 1280px) {
    .BlockImage {
      margin: 71px 0 58px; } }

.BlockImage__video,
.BlockImage__diaporama {
  font-size: 18px;
  line-height: 30px;
  color: #050505; }
  @media screen and (max-width: 767px) {
    .BlockImage__video,
    .BlockImage__diaporama {
      font-size: 16px;
      line-height: 25px; } }
  .BlockImage__video a.Overlay:hover .Overlay__icon,
  .BlockImage__diaporama a.Overlay:hover .Overlay__icon {
    opacity: 0.5; }
  .BlockImage__video figcaption,
  .BlockImage__diaporama figcaption {
    margin-top: 30px;
    padding-bottom: 46px;
    text-align: center;
    border-bottom: 1px solid #dddddd; }
    .BlockImage__video figcaption > *,
    .BlockImage__diaporama figcaption > * {
      display: block;
      color: #757575; }
    .BlockImage__video figcaption p,
    .BlockImage__diaporama figcaption p {
      padding: 0;
      margin: 0; }

.detail3scene .BlockImage figcaption {
  font-size: 14px;
  line-height: 20px;
  margin-top: 22px; }
  @media screen and (max-width: 767px) {
    .detail3scene .BlockImage figcaption {
      margin-top: 17px; } }

/* ---- Fullscreen ----- */
.BlockImage--fullscreen {
  width: 100vw;
  transform: translateX(385px) translateX(-50vw);
  /*the same as transform: translateX(calc((770px - 100vw)/2));*/ }
  @media (min-width: 768px) and (max-width: 830px) {
    .BlockImage--fullscreen {
      transform: translateX(0);
      margin-left: calc(-30px); } }
  @media screen and (max-width: 767px) {
    .BlockImage--fullscreen {
      transform: translateX(0);
      margin-left: calc(-20px); } }

.BlockImage__video--fullscreen {
  background: #050505;
  padding: 80px 0 70px 0;
  width: 100vw;
  transform: translateX(385px) translateX(-50vw);
  /*the same as transform: translateX(calc((770px - 100vw)/2));*/ }
  .BlockImage__video--fullscreen .BlockImage__video--innerfullscreen {
    margin: 0 auto;
    max-width: 1230px; }
    .BlockImage__video--fullscreen .BlockImage__video--innerfullscreen .Overlay,
    .BlockImage__video--fullscreen .BlockImage__video--innerfullscreen .BlockVideo__embed,
    .BlockImage__video--fullscreen .BlockImage__video--innerfullscreen figcaption {
      margin-left: 30px;
      margin-right: 30px; }
  @media (min-width: 768px) and (max-width: 830px) {
    .BlockImage__video--fullscreen {
      transform: translateX(0);
      margin-left: calc(-30px); } }
  @media screen and (max-width: 767px) {
    .BlockImage__video--fullscreen {
      padding: 30px 0;
      transform: translateX(0);
      margin-left: calc(-20px); }
      .BlockImage__video--fullscreen .BlockImage__video--innerfullscreen .Overlay,
      .BlockImage__video--fullscreen .BlockImage__video--innerfullscreen .BlockVideo__embed,
      .BlockImage__video--fullscreen .BlockImage__video--innerfullscreen figcaption {
        margin-left: 20px;
        margin-right: 20px; } }
  .BlockImage__video--fullscreen figcaption {
    padding-bottom: 0; }

.detail3scene .BlockImage__video figcaption {
  border: 0 none;
  text-align: left;
  color: #606060; }

/* ---- End Fullscreen ----- */
/** @define BlockQuote; use strict */
.BlockQuote {
  margin: 11px 0 28px;
  padding: 55px 0 58px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif;
  color: #050505;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-18-loaded .BlockQuote,
  html.fonts-loaded .BlockQuote {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  html.aw-conqueror-didot-light-64-loaded .BlockQuote,
  html.fonts-loaded .BlockQuote {
    font-family: "aw-conqueror-didot-light-64", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .BlockQuote {
      font-size: 35px;
      line-height: 45px;
      margin: 31px 0 48px;
      padding: 29px 0 30px;
      font-size: 35px;
      line-height: 40px; } }
  @media screen and (max-width: 767px) {
    .BlockQuote {
      padding-top: 17px;
      padding-bottom: 22px;
      font-size: 20px;
      line-height: 30px;
      font-family: "Times New Roman", Times, Georgia, serif;
      margin: 13px 0 32px; }
      html.aw-conqueror-didot-light-18-loaded .BlockQuote,
      html.fonts-loaded .BlockQuote {
        font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
        -ms-font-feature-settings: "lnum" 1;
        -o-font-feature-settings: "lnum" 1;
        font-feature-settings: "lnum" 1; } }
  @media screen and (min-width: 1024px) {
    .BlockQuote {
      margin: 76px 0 78px; } }
  .BlockQuote cite {
    margin-top: 21px;
    font-style: normal;
    display: block;
    color: #757575;
    font-size: 16px;
    line-height: 25px; }
    html.PFCentroSansPro-loaded .BlockQuote cite,
    html.fonts-loaded .BlockQuote cite {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 767px) {
      .BlockQuote cite {
        margin-top: 11px; } }
  .BlockQuote b {
    font-weight: normal !important; }

.Article__body .BlockQuote {
  font-size: 45px;
  line-height: 55px; }

.detail3scene .BlockQuote {
  margin-left: -26%;
  margin-right: -26%; }
  @media (min-width: 768px) and (max-width: 1170px) {
    .detail3scene .BlockQuote {
      margin-left: calc(-30px);
      margin-right: calc(-30px); } }
  @media screen and (max-width: 767px) {
    .detail3scene .BlockQuote {
      margin-left: calc(-20px);
      margin-right: calc(-20px); } }

.BlockReserve {
  position: relative;
  border-top: 1px solid #dddddd; }
  .BlockReserve::after {
    content: "";
    display: table;
    clear: both; }
  .BlockReserve .BlockReserve__title,
  .BlockReserve .BlockReserve__date {
    width: 66.66667%;
    float: left; }
    @media screen and (max-width: 767px) {
      .BlockReserve .BlockReserve__title,
      .BlockReserve .BlockReserve__date {
        width: 100%; } }
  @media screen and (min-width: 768px) {
    .BlockReserve .BlockReserve__button {
      position: absolute;
      top: 30px;
      right: 0; } }
  @media screen and (max-width: 767px) {
    .BlockReserve .BlockReserve__button {
      margin: 30px 0 0;
      position: static; } }
  .BlockReserve .BlockReserve__title {
    margin: 28px 0 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    font-family: "Times New Roman", Times, Georgia, serif; }
    html.aw-conqueror-didot-light-18-loaded .BlockReserve .BlockReserve__title,
    html.fonts-loaded .BlockReserve .BlockReserve__title {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .BlockReserve .BlockReserve__date {
    margin: 25px 0 0;
    color: #757575; }

/** @define BlockSound; use strict */
.BlockSound {
  margin: 60px 0 55px; }

.BlockStyles {
  margin-top: 7px;
  /* Envenement */
  margin-bottom: 40px;
  /* Main Type */
  /* Big title */
  /* Sub Title */ }
  .BlockStyles p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #606060; }
  .BlockStyles h1 {
    margin: 0 0 74px;
    padding-bottom: 17px;
    border-bottom: 1px solid #dddddd;
    font-size: 35px;
    line-height: 65px;
    color: #757575;
    font-family: "Times New Roman", Times, Georgia, serif; }
    html.aw-conqueror-didot-light-18-loaded .BlockStyles h1,
    html.fonts-loaded .BlockStyles h1 {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .BlockStyles h2 {
    margin: 0 0 13px;
    font-size: 25px;
    line-height: 35px;
    font-family: "Times New Roman", Times, Georgia, serif; }
    html.aw-conqueror-didot-light-18-loaded .BlockStyles h2,
    html.fonts-loaded .BlockStyles h2 {
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .BlockStyles small {
    color: #757575;
    font-size: 14px;
    line-height: 25px; }

/** @define BlockText; use strict */
.BlockText {
  margin: 0 0 20px;
  color: #050505;
  font-size: 18px;
  line-height: 30px; }
  @media screen and (max-width: 767px) {
    .BlockText {
      font-size: 16px;
      line-height: 25px; } }
  .BlockText.BlockText--dropcaps:first-letter {
    float: left;
    margin: 11px 10px -5px 0;
    line-height: 82px;
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 107px; }
    html.aw-conqueror-didot-light-64-loaded .BlockText.BlockText--dropcaps:first-letter,
    html.fonts-loaded .BlockText.BlockText--dropcaps:first-letter {
      font-family: "aw-conqueror-didot-light-64", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
  .BlockText sup, .BlockText sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em; }
  .BlockText sub {
    top: 0.4em; }
  .BlockText p:empty {
    display: none; }
  .BlockText a:hover {
    text-decoration: underline; }
  .BlockText p, .BlockText ul {
    margin: 0 0 20px; }
  .BlockText h4 {
    margin-top: 35px;
    text-transform: uppercase; }
  html.PFCentroSansProMed-loaded .BlockText strong,
  html.fonts-loaded .BlockText strong, html.PFCentroSansProMed-loaded .BlockText b,
  html.fonts-loaded .BlockText b {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: 500; }
  .BlockText ul,
  .BlockText ol {
    padding-left: 1.2em; }
  .BlockText ul {
    list-style: disc; }
  .BlockText ol {
    list-style: decimal; }
  .BlockText small {
    display: block;
    color: #757575;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 20px; }
  .FreePage--main .BlockText {
    color: #606060; }
    .FreePage--main .BlockText h1,
    .FreePage--main .BlockText h2,
    .FreePage--main .BlockText h3,
    .FreePage--main .BlockText h4,
    .FreePage--main .BlockText strong, .FreePage--main .BlockText b {
      color: #050505; }
      .FreePage--main .BlockText h1 a,
      .FreePage--main .BlockText h2 a,
      .FreePage--main .BlockText h3 a,
      .FreePage--main .BlockText h4 a,
      .FreePage--main .BlockText strong a, .FreePage--main .BlockText b a {
        color: #345472; }

/* Automatic styling of drop caps in magazine */
.Article .Article--main-column > .BlockText:first-child:first-letter {
  float: left;
  margin: 11px 10px -5px 0;
  line-height: 82px;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 107px; }
  html.aw-conqueror-didot-light-64-loaded .Article .Article--main-column > .BlockText:first-child:first-letter,
  html.fonts-loaded .Article .Article--main-column > .BlockText:first-child:first-letter {
    font-family: "aw-conqueror-didot-light-64", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }

div.BlockText {
  margin-top: 30px; }

.BlockText__footnotes {
  color: #757575;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 20px; }
  .BlockText__footnotes p {
    color: #757575;
    font-size: 14px;
    line-height: 25px; }

/* #1115: Creates rule for Buttons inside BlockText */
.BlockText > .Button {
  margin-bottom: 30px; }

/** @define BlockVideo; use strict */
.BlockImage__video .Overlay {
  background-size: cover;
  background-position: center center;
  padding-bottom: 56.25%;
  /* 16:9 */ }

.BlockImage__video .BlockVideo__embed {
  position: relative;
  height: 100%;
  background: #000; }
  .BlockImage__video .BlockVideo__embed div {
    padding-bottom: 0 !important;
    position: static !important; }

.BlockImage__video .BlockVideo__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/** @define BlockLandingList and BlockLandingGrid; use strict */
.BlockLandingTitle {
  margin: 0;
  padding: 0;
  font-size: 35px;
  line-height: 40px;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-weight: normal;
  color: #606060;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd; }
  html.aw-conqueror-didot-light-64-loaded .BlockLandingTitle,
  html.fonts-loaded .BlockLandingTitle {
    font-family: "aw-conqueror-didot-light-64", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  @media screen and (max-width: 767px) {
    .BlockLandingTitle {
      padding-top: 17px;
      padding-bottom: 22px;
      font-size: 25px;
      line-height: 35px; }
      .BlockLandingTitle.BlockLandingTitle--extra-margin {
        margin-bottom: 20px; } }

/*
  Grid and list used mainly on landing pages
*/
.BlockLandingItem {
  width: 100%; }

.BlockLandingItem__image a {
  color: #050505; }
  .BlockLandingItem__image a:hover {
    color: #606060; }

.BlockLandingItem__image img, .BlockLandingItem__image a {
  display: block; }

.BlockLandingItem__image:hover + .BlockLandingItem__description .title-listing a {
  color: #606060; }

.BlockLandingItem__description {
  font-size: 18px;
  line-height: 30px; }
  @media screen and (max-width: 767px) {
    .BlockLandingItem__description {
      font-size: 16px;
      line-height: 25px; } }
  .BlockLandingItem__description .title-listing a {
    color: #050505; }
    .BlockLandingItem__description .title-listing a:hover {
      color: #606060; }
  .BlockLandingItem__description a {
    color: #606060; }
  .BlockLandingItem__description a:hover {
    color: #050505; }
  .BlockLandingItem__description p {
    color: #757575; }
  .BlockLandingItem__description > a:hover {
    text-decoration: underline; }

.BlockLandingList {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .BlockLandingList > li {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%; }
    .BlockLandingList > li::after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 767px) {
      .BlockLandingList > li {
        border-top: 0 none;
        padding-top: 0;
        padding-bottom: 20px; } }
  .BlockLandingList .BlockLandingItem__image {
    width: 44.25287%;
    float: left;
    padding-right: 15px; }
    @media screen and (max-width: 767px) {
      .BlockLandingList .BlockLandingItem__image {
        width: 100%;
        float: none;
        padding-right: 0; } }
  .BlockLandingList .BlockLandingItem__image + .BlockLandingItem__description {
    width: 55.74713%;
    float: left;
    padding-left: 15px; }
    @media screen and (max-width: 767px) {
      .BlockLandingList .BlockLandingItem__image + .BlockLandingItem__description {
        width: 100%;
        padding-left: 0; } }
  .BlockLandingList .BlockLandingItem__description .title-listing {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .BlockLandingList .BlockLandingItem__description .title-listing {
        margin-top: 10px;
        margin-bottom: 10px; } }
  .BlockLandingList .BlockLandingItem__description p {
    margin-top: 13px;
    margin-bottom: 14px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .BlockLandingList .BlockLandingItem__description p {
        margin-top: 10px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .BlockLandingList .BlockLandingItem__description p {
        margin-top: 7px;
        margin-bottom: 9px; } }

.BlockLandingGrid > ul {
  margin: 0;
  padding: 0 0 30px 0;
  list-style-type: none;
  display: table;
  word-spacing: -1em;
  min-width: 100%; }
  @media screen and (max-width: 767px) {
    .BlockLandingGrid > ul {
      padding-bottom: 20px; } }
  .BlockLandingGrid > ul > li {
    padding-top: 30px;
    padding-bottom: 10px;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    zoom: 1; }
    .BlockLandingGrid > ul > li::after {
      content: "";
      display: table;
      clear: both; }
    .BlockLandingGrid > ul > li.BlockLanding__featured {
      width: 100%;
      margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .BlockLandingGrid > ul > li {
        width: 100%;
        float: none;
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px; } }

.BlockLandingGrid .BlockLandingItem__image .title-listing {
  margin-top: 16px;
  margin-bottom: 0; }

.BlockLandingGrid .BlockLandingItem__description p {
  margin-top: 8px;
  margin-bottom: 9px; }

.BlockLandingTitle + .BlockLandingList > li:first-child {
  border-top: 0 none; }

/** @define BlockImageText; use strict */
.BlockImageText {
  font-size: 18px;
  line-height: 30px;
  /*color: $grey-text-ter;*/ }
  @media screen and (max-width: 767px) {
    .BlockImageText {
      font-size: 16px;
      line-height: 25px; } }
  .BlockImageText::after {
    content: "";
    display: table;
    clear: both; }
  .BlockImageText sup, .BlockImageText sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em; }
  .BlockImageText sub {
    top: 0.4em; }
  .BlockImageText p:empty {
    display: none; }
  .BlockImageText a:hover {
    text-decoration: underline; }
  .BlockImageText p, .BlockImageText ul {
    margin: 0 0 20px; }
  .BlockImageText h4 {
    margin-top: 35px;
    text-transform: uppercase; }
  html.PFCentroSansProMed-loaded .BlockImageText strong,
  html.fonts-loaded .BlockImageText strong, html.PFCentroSansProMed-loaded .BlockImageText b,
  html.fonts-loaded .BlockImageText b {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: 500; }
  .BlockImageText ul,
  .BlockImageText ol {
    padding-left: 1.2em; }
  .BlockImageText ul {
    list-style: disc; }
  .BlockImageText ol {
    list-style: decimal; }
  .BlockImageText small {
    display: block;
    color: #757575;
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 20px; }
  .FreePage--main .BlockImageText {
    color: #606060; }
    .FreePage--main .BlockImageText h1,
    .FreePage--main .BlockImageText h2,
    .FreePage--main .BlockImageText h3,
    .FreePage--main .BlockImageText h4,
    .FreePage--main .BlockImageText strong, .FreePage--main .BlockImageText b {
      color: #050505; }
      .FreePage--main .BlockImageText h1 a,
      .FreePage--main .BlockImageText h2 a,
      .FreePage--main .BlockImageText h3 a,
      .FreePage--main .BlockImageText h4 a,
      .FreePage--main .BlockImageText strong a, .FreePage--main .BlockImageText b a {
        color: #345472; }
  .BlockImageText figure {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    margin-right: 30px;
    margin-bottom: calc(30px - 8px);
    float: left;
    display: block;
    max-width: 270px;
    font-size: 16px;
    line-height: 25px; }
    .BlockImageText figure img {
      width: auto;
      max-width: 100%; }
    @media screen and (max-width: 767px) {
      .BlockImageText figure {
        float: none;
        margin-right: 0;
        max-width: 100%; }
        .BlockImageText figure img {
          width: 100%; } }
    .BlockImageText figure.BlockImageText__left {
      /* Default */ }
    .BlockImageText figure.BlockImageText__right {
      float: right;
      margin-left: 30px;
      margin-right: 0; }
      @media screen and (max-width: 767px) {
        .BlockImageText figure.BlockImageText__right {
          float: none;
          margin-left: 0; } }
  .BlockImageText figcaption {
    display: block;
    margin-top: 7px;
    color: #606060;
    margin-bottom: -7px; }

.BlockLandingTitle + .BlockImageText {
  margin-top: 31px; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .BlockLandingTitle + .BlockImageText {
      margin-top: 41px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .BlockLandingTitle + .BlockImageText {
      margin-top: 31px; } }

/* Automatic styling of drop caps in magazine */
.Article .Article--main-column > .BlockImageText:first-child:first-letter {
  float: left;
  margin: 11px 10px -5px 0;
  line-height: 82px;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 107px; }
  html.aw-conqueror-didot-light-64-loaded .Article .Article--main-column > .BlockImageText:first-child:first-letter,
  html.fonts-loaded .Article .Article--main-column > .BlockImageText:first-child:first-letter {
    font-family: "aw-conqueror-didot-light-64", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }

.BlockImageText.BlockImage__video figure {
  width: 100%; }

/** @define BlockLandingList and BlockLandingGrid; use strict */
.BlockSeparator {
  border: 0;
  height: 1px;
  background: #dddddd;
  margin: 50px 0 40px 0; }

/** @define BlockPartners; use strict */
.BlockPartners {
  border-top: 1px solid #dddddd;
  margin-bottom: calc(30px - 1); }
  .BlockPartners::after {
    content: "";
    display: table;
    clear: both; }
  .BlockPartners ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .BlockPartners ul li {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 20px;
      float: left;
      color: #606060; }
      .BlockPartners ul li::after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 767px) {
        .BlockPartners ul li {
          width: 100%; } }

.BlockPartnerItem {
  width: 100%; }
  .BlockPartnerItem::after {
    content: "";
    display: table;
    clear: both; }
  .BlockPartnerItem > a:hover {
    text-decoration: underline; }
  .BlockPartnerItem figure {
    margin: 53px auto 0 auto;
    width: 100px;
    height: 70px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    /* Only used in the admin area. */ }
    @media screen and (max-width: 767px) {
      .BlockPartnerItem figure {
        margin-top: 30px; } }
    .BlockPartnerItem figure:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -0.25em;
      /* Adjusts for spacing */ }
    .BlockPartnerItem figure img {
      vertical-align: middle;
      display: inline-block;
      width: auto;
      height: auto;
      max-width: 100px;
      max-height: 70px; }
  .BlockPartnerItem p {
    max-width: 270px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
    text-align: center;
    padding-top: 60px; }
    html.PFCentroSansProItalic-loaded .BlockPartnerItem p,
    html.fonts-loaded .BlockPartnerItem p {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 767px) {
      .BlockPartnerItem p {
        padding-top: 26px; } }
  .BlockPartnerItem figure + p {
    padding-top: 20px; }
  .BlockPartnerItem > a {
    display: block;
    text-align: center; }

/* BlockParners--full used in season pages */
.BlockPartners.BlockPartners--full ul {
  /* @include make-row; */
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  .BlockPartners.BlockPartners--full ul > li {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .BlockPartners.BlockPartners--full ul > li {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .BlockPartners.BlockPartners--full ul > li {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px; } }

.BlockPartners--margin {
  margin: 55px 0 94px; }

.BlockLandingTitle + .BlockPartners {
  border-top: 0 none; }

/** @define BlockLandingList and BlockLandingGrid; use strict */
.BlockAction ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .BlockAction ul li {
    border-top: 1px solid #dddddd; }

.BlockActionItem {
  padding-bottom: 23px; }
  .BlockActionItem::after {
    content: "";
    display: table;
    clear: both; }
  .BlockActionItem .BlockActionItem__description {
    width: 75.64103%;
    float: left;
    padding-right: 15px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .BlockActionItem .BlockActionItem__description {
        font-size: 16px;
        line-height: 25px; } }
    .BlockActionItem .BlockActionItem__description .title-listing-small {
      color: #050505; }
      @media screen and (max-width: 767px) {
        .BlockActionItem .BlockActionItem__description .title-listing-small {
          margin-bottom: 10px; } }
    @media screen and (max-width: 1023px) {
      .BlockActionItem .BlockActionItem__description {
        width: 100%;
        float: none;
        padding-right: 0; } }
    .BlockActionItem .BlockActionItem__description p {
      color: #606060; }
      @media screen and (max-width: 767px) {
        .BlockActionItem .BlockActionItem__description p {
          margin-top: 10px; } }
  .BlockActionItem .BlockActionItem__actions {
    width: 24.35897%;
    float: left;
    padding-left: 15px;
    text-align: right;
    margin-bottom: calc(30px - 23px); }
    .BlockActionItem .BlockActionItem__actions .Button {
      margin-top: 30px;
      padding: 0 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      min-width: 160px;
      max-width: 100%; }
    @media screen and (max-width: 1023px) {
      .BlockActionItem .BlockActionItem__actions {
        width: 100%;
        float: none;
        padding-left: 0;
        text-align: left;
        margin-bottom: 0; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .BlockActionItem .BlockActionItem__actions .Button {
        margin-right: 20px; } }
    @media screen and (max-width: 767px) {
      .BlockActionItem .BlockActionItem__actions .Button {
        display: block;
        width: 100%;
        margin-top: 20px; } }

.BlockLandingTitle + .BlockAction > li:first-child {
  border-top: 0 none; }

/** @define BlockLandingList and BlockLandingGrid; use strict */
.BlockShow ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .BlockShow ul li {
    border-top: 1px solid #dddddd; }

.BlockShowItem {
  margin-bottom: 30px; }
  .BlockShowItem::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .BlockShowItem {
      margin-bottom: 20px; } }
  .BlockShowItem .BlockShowItem__image {
    width: 32.90598%;
    float: left;
    padding-right: 15px;
    text-align: right;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .BlockShowItem .BlockShowItem__image {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-top: 20px; } }
    .BlockShowItem .BlockShowItem__image:hover + .BlockShowItem__description a.title-oeuvre-subtitle {
      color: #757575; }
  .BlockShowItem .BlockShowItem__description {
    width: 67.09402%;
    float: left;
    padding-left: 15px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 25px;
    word-wrap: break-word; }
    .BlockShowItem .BlockShowItem__description p {
      margin: 0; }
    .BlockShowItem .BlockShowItem__description .title-oeuvre-subtitle {
      text-transform: uppercase;
      color: #050505; }
    .BlockShowItem .BlockShowItem__description a.title-oeuvre-subtitle:hover {
      color: #757575; }
    @media screen and (max-width: 767px) {
      .BlockShowItem .BlockShowItem__description {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 16px; } }
  .BlockShowItem .BlockShowItem__text {
    width: 62.98701%;
    padding-right: 15px;
    float: left; }
    @media screen and (max-width: 1023px) {
      .BlockShowItem .BlockShowItem__text {
        width: 100%;
        float: none; } }
  .BlockShowItem .BlockShowItem__actions {
    width: 37.01299%;
    padding-left: 15px;
    text-align: right;
    float: right; }
    .BlockShowItem .BlockShowItem__actions .Button {
      margin-bottom: 30px; }
    @media screen and (max-width: 1023px) {
      .BlockShowItem .BlockShowItem__actions {
        width: 100%;
        float: none;
        padding-left: 0;
        text-align: left; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .BlockShowItem .BlockShowItem__actions {
        margin-top: 30px; }
        .BlockShowItem .BlockShowItem__actions .Button {
          margin-right: 20px; } }
    @media screen and (max-width: 767px) {
      .BlockShowItem .BlockShowItem__actions {
        margin-top: 20px; }
        .BlockShowItem .BlockShowItem__actions .Button {
          display: block;
          width: 100%;
          margin-bottom: 20px; } }

.BlockLandingTitle + .BlockShow > li:first-child {
  border-top: 0 none; }

/** @define BlockTitle; use strict */
.BlockTitle {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif;
  margin-top: 35px;
  margin-bottom: 20px;
  color: #050505; }
  html.aw-conqueror-didot-light-18-loaded .BlockTitle,
  html.fonts-loaded .BlockTitle {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  @media screen and (max-width: 767px) {
    .BlockTitle {
      font-size: 20px;
      line-height: 25px; } }
  @media screen and (max-width: 767px) {
    .BlockTitle {
      margin-top: 25px;
      margin-bottom: 15px; }
      .BlockTitle + .BlockText {
        margin-top: 20px; } }

/** @define BlockSubtitle; use strict */
.BlockSubtitle {
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif;
  color: #050505; }
  html.aw-conqueror-didot-light-18-loaded .BlockSubtitle,
  html.fonts-loaded .BlockSubtitle {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }

/** @define BlockNotification; use strict */
.BlockNotification {
  overflow: hidden;
  max-height: 100%;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.3;
  background: transparent;
  color: #CC2C00;
  max-width: 770px;
  margin: 0 auto 0 0; }
  html.PFCentroSansPro-loaded .BlockNotification,
  html.fonts-loaded .BlockNotification {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .BlockNotification .BlockNotification__message {
    margin: 15px 0 14px;
    padding-left: 60px;
    padding-right: 20px;
    position: relative; }
    .BlockNotification .BlockNotification__message .maz-icon-notification {
      color: #CC2C00;
      position: absolute;
      left: 20px;
      font-size: 18px;
      top: 50%;
      transform: translateY(-50%); }
    .BlockNotification .BlockNotification__message a {
      color: #CC2C00;
      text-decoration: underline; }
      .BlockNotification .BlockNotification__message a:hover {
        text-decoration: none; }

/* Block title */
/* textarea.pages-visits-title */
div.pages-visits-title {
  border-bottom: 1px solid #979797 !important;
  height: auto !important;
  min-height: 55px;
  font-size: 40px !important;
  color: #050505 !important;
  line-height: 1 !important;
  font-feature-settings: "lnum" 1 !important;
  font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif !important;
  font-weight: 100 !important; }

/* Block text */
div.pages-visits-text p {
  line-height: 1.5 !important;
  font-size: 16px !important; }

/* Block Image */
p.pages-visits-caption-image {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  color: white;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 0; }

/* Block Expand*/
div.pages-visits-label-expand-module {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px; }

div.expand-module-title {
  font-weight: 200; }

textarea.expand-module-title {
  font-weight: 200; }

/* Block CTA */
div.cta-v2.reverse {
  flex-direction: row-reverse; }

div.cta-v2.theme-dark {
  background-color: #050505; }
  div.cta-v2.theme-dark div.text-side h2, div.cta-v2.theme-dark div.text-side p {
    color: white; }
  div.cta-v2.theme-dark .button-ctav2 {
    border: 1px solid #ffffff !important;
    background-color: #ffffff !important;
    color: #050505 !important; }

div.cta-v2.theme-grey {
  background-color: #fbfbfb; }

div.cta-v2 {
  padding: 30px;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  div.cta-v2 div.text-side {
    max-width: 50%;
    width: 50%; }
    div.cta-v2 div.text-side h2 {
      margin-top: 0px !important;
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1;
      font-size: 36px;
      font-weight: 100;
      margin-bottom: 30px; }
    div.cta-v2 div.text-side p {
      margin-bottom: 30px;
      font-size: 16px;
      line-height: 1.5; }
  div.cta-v2 figure {
    max-width: 50%;
    position: relative;
    margin-bottom: 0px !important; }
    div.cta-v2 figure p {
      position: absolute;
      z-index: 10;
      color: white;
      font-size: 12px;
      line-height: 1.3;
      margin-bottom: 0px;
      background: rgba(0, 0, 0, 0.4);
      padding: 10px;
      bottom: 0 !important;
      right: 0 !important; }
  div.cta-v2 .button-ctav2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    height: 50px;
    padding: 20px 17px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: all .2s;
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    min-width: 225px;
    text-decoration: none;
    border: 1px solid #000000;
    background-color: #050505;
    color: #ffffff; }

/*  Free Content For Visits*/
/*
@import '../visits_new/event';
@import '../../global/styles/templates/visits_new/_free-modules';
@import '../../global/styles/templates/visits_new/index';
@import '../../global/styles/flexbox-grid';
*/
/* Block Expand Marker  */
.expand-marker {
  border: 2px solid #429a32; }
  .expand-marker span.marker-expand {
    padding: 10px;
    color: #429a32;
    font-weight: bold; }

/**
Module Contact
 */
.module-contact .bloc-left, .module-contact .bloc-right {
  width: 49%;
  display: inline-block; }

.module-contact .bloc-left {
  float: left; }

.module-contact .bloc-right {
  float: right; }

/**
Module Subtitle v2
 */
div.module-subtitle-v2 textarea.a17-input-block {
  height: 22px;
  font-family: PFCentroSansPro;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  color: #050505; }

/**
Module Separator v2
 */
.module-separator-v2 hr {
  border: 0;
  height: 1px;
  background: #dddddd;
  margin: 50px 0 40px 0; }

/**
Module Pdf v2
 */
.module-pdf-v2 .free-module-pdf__text {
  font-size: 14px;
  text-decoration: underline;
  transition: color .2s;
  line-height: 1.5;
  flex-grow: 1;
  font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }

.module-pdf-v2 a.free-module-pdf__link {
  display: inline-flex;
  align-items: center;
  color: #606060;
  letter-spacing: .5px; }

.module-pdf-v2 .maz-icon-download {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  font-size: 18px;
  flex-shrink: 0;
  transition: color .2s border-color .2s; }

/**
Module Call To Action V2
 */
.module-action-v2 {
  font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .module-action-v2 .button {
    width: 270px;
    padding: 13px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 160px;
    max-width: 100%;
    color: #050505;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #050505;
    text-align: center; }
  .module-action-v2 .action-v2-description {
    float: left;
    font-size: 14px; }
  .module-action-v2 h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px; }
  .module-action-v2 li {
    border-top: none !important; }
  .module-action-v2 .action-v2-actions {
    float: right;
    width: 270px; }
  .module-action-v2 .button-black {
    border: 1px solid #050505;
    background-color: #050505;
    color: #ffffff; }
  .module-action-v2 .button-gold {
    border: 1px solid #050505;
    background-color: #050505;
    color: #ffffff; }
  .module-action-v2 .button-disabled {
    pointer-events: none;
    color: #757575;
    border: 1px solid #757575; }

/**
Module Notification V2
 */
.module-notification-v2 {
  overflow: hidden;
  max-height: 100%;
  color: #cc2c00; }
  .module-notification-v2 .message-notif {
    font-family: PFCentroSansPro;
    font-size: 18px;
    color: #cc2c00;
    padding-left: 60px;
    padding-right: 20px;
    position: relative; }
    .module-notification-v2 .message-notif span.maz-icon-notification {
      margin-right: 10px;
      float: left; }
  .module-notification-v2 .notification-v2-text {
    display: inline-block;
    float: left; }

/**
Module Partners V2
 */
.partners-module-v2 {
  font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
  color: #999;
  font-style: italic;
  line-height: 1.4; }
  .partners-module-v2 .free-module-partners__link {
    margin-top: 10px;
    display: inline-block;
    color: #345472; }
  .partners-module-v2 .BlockPartnerItem {
    margin: 20px auto 0;
    text-align: center;
    max-width: 270px; }

/**
Module video v2
 */
.video-module-v2 figcaption {
  font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  text-align: left !important;
  border-bottom: none !important; }

/**
Module Show v2
 */
.section-free-module-spectacles-BO {
  padding: 30px 0;
  /* (min-width: 768px) */
  /* (min-width: 1024px) */ }
  .section-free-module-spectacles-BO .free-module-spectacles {
    max-width: calc(1170px + 60px);
    margin: 0 auto;
    padding: 0 15px; }
    .section-free-module-spectacles-BO .free-module-spectacles__title {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
      font-weight: 500;
      font-size: 18px;
      text-transform: uppercase;
      color: #050505;
      line-height: 1;
      text-align: left;
      margin-bottom: 15px; }
    .section-free-module-spectacles-BO .free-module-spectacles__item {
      margin-bottom: 40px; }
      .section-free-module-spectacles-BO .free-module-spectacles__item:last-child {
        margin-bottom: 0; }
      .section-free-module-spectacles-BO .free-module-spectacles__item--disabled {
        opacity: .5;
        pointer-events: none;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
    .section-free-module-spectacles-BO .free-module-spectacles__top {
      position: relative; }
    .section-free-module-spectacles-BO .free-module-spectacles__top-infos {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      color: white; }
    .section-free-module-spectacles-BO .free-module-spectacles__infos-label {
      text-transform: uppercase;
      font-size: 12px; }
    .section-free-module-spectacles-BO .free-module-spectacles__infos-title {
      font-size: 26px;
      margin-bottom: 15px;
      line-height: 1.1;
      font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
      -ms-font-feature-settings: "lnum" 1;
      -o-font-feature-settings: "lnum" 1;
      font-feature-settings: "lnum" 1; }
    .section-free-module-spectacles-BO .free-module-spectacles__picture picture {
      /**
	 * Usage example: @include aspect-ratio(16, 9) or @include aspect-ratio(4, 3, inline-block)
	 * @param  {number} $width
	 * @param  {number} $height
	 * @param  {string} $displayType
	 */
      display: block;
      position: relative;
      height: 0;
      padding-top: 120%; }
      .section-free-module-spectacles-BO .free-module-spectacles__picture picture::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1; }
      .section-free-module-spectacles-BO .free-module-spectacles__picture picture > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .section-free-module-spectacles-BO .free-module-spectacles__picture picture > video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .section-free-module-spectacles-BO .free-module-spectacles__picture img {
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;'; }
    .section-free-module-spectacles-BO .free-module-spectacles__bottom {
      padding: 20px 0 0;
      font-size: 14px;
      color: #757575; }
      .section-free-module-spectacles-BO .free-module-spectacles__bottom span[class^="maz-icon"] {
        display: inline-block;
        margin-right: 15px; }
      .section-free-module-spectacles-BO .free-module-spectacles__bottom .maz-icon-palais-garnier, .section-free-module-spectacles-BO .free-module-spectacles__bottom .maz-icon-opera-bastille {
        font-size: 16px; }
      .section-free-module-spectacles-BO .free-module-spectacles__bottom .maz-icon-calendar {
        font-size: 16px; }
      .section-free-module-spectacles-BO .free-module-spectacles__bottom .maz-icon-clock {
        font-size: 16px; }
    .section-free-module-spectacles-BO .free-module-spectacles__bottom-infos p {
      margin-bottom: 5px;
      display: flex; }
      .section-free-module-spectacles-BO .free-module-spectacles__bottom-infos p:last-child {
        margin-bottom: 0; }
    .section-free-module-spectacles-BO .free-module-spectacles__cta {
      margin-top: 20px;
      width: 100%; }
  @media (min-width: 768px) {
    .section-free-module-spectacles-BO .free-module-spectacles__wrapper {
      overflow: hidden; }
    .section-free-module-spectacles-BO .free-module-spectacles__list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px -30px; }
    .section-free-module-spectacles-BO .free-module-spectacles__item {
      flex-basis: calc(50% - 30px);
      max-width: calc(50% - 30px);
      margin: 0 15px 30px;
      display: flex; }
      .section-free-module-spectacles-BO .free-module-spectacles__item:last-child {
        margin-bottom: 30px; }
    .section-free-module-spectacles-BO .free-module-spectacles__item-content {
      width: 100%;
      display: flex;
      flex-direction: column; }
    .section-free-module-spectacles-BO .free-module-spectacles__infos-label {
      font-size: 14px; }
    .section-free-module-spectacles-BO .free-module-spectacles__picture picture {
      /**
	 * Usage example: @include aspect-ratio(16, 9) or @include aspect-ratio(4, 3, inline-block)
	 * @param  {number} $width
	 * @param  {number} $height
	 * @param  {string} $displayType
	 */
      display: block;
      position: relative;
      height: 0;
      padding-top: 121.68142%; }
      .section-free-module-spectacles-BO .free-module-spectacles__picture picture > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .section-free-module-spectacles-BO .free-module-spectacles__picture picture > video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .section-free-module-spectacles-BO .free-module-spectacles__bottom {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }
  @media (min-width: 1024px) {
    .section-free-module-spectacles-BO .free-module-spectacles {
      padding: 0 30px; }
      .section-free-module-spectacles-BO .free-module-spectacles__item {
        flex-basis: calc(25% - 30px);
        max-width: calc(25% - 30px); }
      .section-free-module-spectacles-BO .free-module-spectacles__picture picture {
        /**
	 * Usage example: @include aspect-ratio(16, 9) or @include aspect-ratio(4, 3, inline-block)
	 * @param  {number} $width
	 * @param  {number} $height
	 * @param  {string} $displayType
	 */
        display: block;
        position: relative;
        height: 0;
        padding-top: 121.48148%; }
        .section-free-module-spectacles-BO .free-module-spectacles__picture picture > img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
        .section-free-module-spectacles-BO .free-module-spectacles__picture picture > video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .section-free-module-spectacles-BO .free-module-spectacles__infos-label {
        font-size: 11px; }
      .section-free-module-spectacles-BO .free-module-spectacles__infos-title {
        font-size: 21px; }
      .section-free-module-spectacles-BO .free-module-spectacles__infos-description {
        font-size: 13px; }
      .section-free-module-spectacles-BO .free-module-spectacles__top-infos {
        padding: 15px; } }
  .section-free-module-spectacles-BO .before-lazyload-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
    border: 1px solid #d9d9db;
    transition: opacity .2s, visibility .2s; }
  .section-free-module-spectacles-BO .before-lazyload-placeholder .maz-icon-logo-opera {
    font-size: 58px;
    color: rgba(0, 0, 0, 0.3) !important;
    position: static;
    padding: 0;
    display: block; }
  .section-free-module-spectacles-BO .lazy-default-img {
    opacity: 0;
    visibility: hidden; }
  .section-free-module-spectacles-BO .cta.cta--main-black {
    border: 1px solid #050505;
    background-color: #050505;
    color: #ffffff; }
  .section-free-module-spectacles-BO .free-module-spectacles__cta {
    margin-top: 20px;
    width: 100%; }
  .section-free-module-spectacles-BO .cta {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    min-height: 50px;
    padding: 5px 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    line-height: 1.3;
    transition: all .2s; }

.block-module-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  width: auto;
  text-align: center; }

body:not(.modal-iframe) {
  padding-top: 50px; }

body#octave-layout-body {
  padding-top: 50px; }

body *:focus {
  outline: none; }

@media screen and (min-width: 1024px) {
  body:not(.modal-iframe) {
    padding-top: 0; }
  body#octave-layout-body {
    padding-top: 0; } }


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