/*
 * 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; }

/** @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; }

/** @define Overlay; use strict */
.Overlay {
  display: block;
  position: relative; }
  .Overlay::after {
    content: "";
    display: table;
    clear: both; }

.Overlay__mask {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  .Overlay__mask.hover svg g, .Overlay__mask.hover svg path {
    opacity: .5; }

.Overlay__icon {
  top: 50%;
  left: 50%;
  position: absolute;
  height: 69px;
  width: 69px;
  margin: -34.5px 0 0 -34.5px;
  text-align: center;
  background-position: center center; }
  .Overlay__icon svg path {
    fill: #ffffff; }

.Overlay__icon--3s {
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px; }

.Overlay__icon.icon-circled-media-sound svg .path-stroke {
  fill: none;
  stroke: #ffffff; }

/** @define SocialList; use strict **/
.SocialList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 23px; }
  .SocialList::after {
    content: "";
    display: table;
    clear: both; }
  @media print {
    .SocialList {
      display: none; } }

.SocialList--tabs {
  float: right;
  margin: 0;
  padding-top: 23px; }
  @media (max-width: 799px) {
    .SocialList--tabs {
      display: block;
      float: none;
      margin: 0 0 10px;
      text-align: center; }
      .SocialList--tabs > li {
        float: none;
        display: inline-block; } }

.SocialList > li {
  float: left;
  border-right: 1px solid #262626; }
  .SocialList > li:last-child {
    border-right: 0; }

.SocialList > li > a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 16px; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .SocialList > li > a {
      padding: 0 11px; } }

.SocialList__icon > svg g, .SocialList__icon > svg path, .SocialList__icon > svg circle {
  fill: #606060;
  opacity: 1; }

/* Pixel corrections */
.SocialList__icon:hover g, .SocialList__icon:hover path, .SocialList__icon:hover circle, .SocialList__icon:active g, .SocialList__icon:active path, .SocialList__icon:active circle, .SocialList__icon:focus g, .SocialList__icon:focus path, .SocialList__icon:focus circle {
  fill: #050505; }

.SocialList__icon.icon-facebook {
  transform: translateY(2px); }

.SocialList__icon.icon-mail {
  top: -2px; }

.SocialList.SocialList--big > li a {
  padding: 0 38px; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .SocialList.SocialList--big > li a {
      padding: 0 28px; } }
  @media (min-width: 800px) and (max-width: 1023px) {
    .SocialList.SocialList--big > li a {
      padding: 0 16px; } }
  @media (max-width: 799px) {
    .SocialList.SocialList--big > li a {
      padding: 0 28px; } }

.SocialList.SocialList--light li {
  border-color: #d8d8d8; }

.SocialList.SocialList--light li > a:hover > .SocialList__icon > svg g,
.SocialList.SocialList--light li > a:hover > .SocialList__icon > svg path {
  fill: #050505; }

.SocialList.SocialList--light .SocialList__icon > svg g,
.SocialList.SocialList--light .SocialList__icon > svg path {
  fill: #abacac;
  transition: 0.4s ease-in-out fill; }
  @media screen and (max-width: 767px) {
    .SocialList.SocialList--light .SocialList__icon > svg g,
    .SocialList.SocialList--light .SocialList__icon > svg path {
      fill: #757575; } }

.SocialList--footer {
  margin-top: 0; }
  .SocialList--footer > li {
    border: none;
    float: none;
    display: inline-block; }
  .SocialList--footer > li > a {
    color: #606060;
    padding: 0 16px 0 0;
    margin-bottom: 3px; }
    .SocialList--footer > li > a:hover {
      color: #050505; }
  @media screen and (min-width: 1280px) {
    .SocialList--footer {
      margin-top: 12px; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .SocialList--footer {
      margin-top: 16px; }
      .SocialList--footer > li > a {
        margin-bottom: 5px;
        padding: 0 9px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .SocialList--footer > li > a {
      margin-bottom: 7px; } }
  @media screen and (max-width: 767px) {
    .SocialList--footer {
      padding: 0 20%; }
      .SocialList--footer li {
        display: inline-block;
        float: none;
        text-align: center; }
      .SocialList--footer > li > a {
        padding: 0 8px;
        margin-bottom: 3px; } }
  .SocialList--footer .icon-instagram {
    height: 14px; }
  @media screen and (min-width: 1280px) {
    .SocialList--footer .icon-facebook {
      transform: translate(2px, -2px); }
    .SocialList--footer .icon-twitter {
      transform: translate(2px, -3px); }
    .SocialList--footer .icon-google-plus {
      transform: translate(4px, -3px); }
    .SocialList--footer .icon-instagram {
      transform: translate(5px, -2px); }
    .SocialList--footer .icon-soundcloud {
      transform: translate(5px, -6px); }
    .SocialList--footer .icon-youtube {
      transform: translate(5px, -2px); }
    .SocialList--footer .icon-dailymotion {
      transform: translate(6px, -2px); } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .SocialList--footer .icon-facebook {
      transform: translate(4px, 2px); }
    .SocialList--footer .icon-twitter {
      transform: translate(2px, 0); }
    .SocialList--footer .icon-google-plus {
      transform: translate(3px, 0); }
    .SocialList--footer .icon-instagram {
      transform: translate(0, 0); }
    .SocialList--footer .icon-soundcloud {
      transform: translate(0, -3px); }
    .SocialList--footer .icon-youtube {
      transform: translate(0, 0); }
    .SocialList--footer .icon-dailymotion {
      transform: translate(-1px, 0); } }

.SocialList--footer3scene {
  float: right;
  margin-right: 30px;
  margin-top: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .SocialList--footer3scene > li > a {
    padding: 0 0 0 16px; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .SocialList--footer3scene {
      margin-top: 12px; } }
  @media screen and (max-width: 1023px) {
    .SocialList--footer3scene {
      float: none;
      text-align: center;
      margin-bottom: 60px;
      margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .SocialList--footer3scene {
      padding: 0 15%; }
      .SocialList--footer3scene > li > a {
        padding: 8px 16px;
        height: 46px; } }

.component__rolex {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  margin: 0 auto; }
  .component__rolex.mobile-version {
    display: none; }
    @media screen and (max-width: 768px) {
      .component__rolex.mobile-version {
        position: relative;
        display: block;
        width: 100%;
        text-align: center; } }
  .component__rolex.desktop-version {
    display: flex;
    justify-content: flex-end;
    padding: 15px 0 0 0; }
    .component__rolex.desktop-version.home-landing {
      margin-bottom: -15px;
      margin-right: -10px; }
    @media screen and (max-width: 768px) {
      .component__rolex.desktop-version {
        display: none; } }
  .component__rolex.home-landing {
    flex-grow: 1;
    order: 5; }
    @media screen and (max-width: 768px) {
      .component__rolex.home-landing {
        display: flex !important;
        justify-content: center;
        margin-bottom: 15px !important; } }

/** define ImageList; use strict **/
.ImageList {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 18px;
  display: table;
  word-spacing: -1em;
  min-width: 100%; }
  .ImageList::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .ImageList {
      font-size: 16px; } }

.ImageList__item {
  /*float: left;*/
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 76px;
  display: inline-block;
  vertical-align: top;
  word-spacing: 0;
  zoom: 1;
  color: #050505; }
  .ImageList__item a {
    color: #050505; }
    .ImageList__item a:hover, .ImageList__item a.hover {
      color: #757575; }
  @media screen and (min-width: 1024px) {
    .ImageList__item {
      width: 33.33333%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .ImageList__item {
      margin-bottom: 46px;
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .ImageList__item {
      margin-bottom: 36px;
      width: 100%; } }

.ImageList__featured-item {
  float: left;
  margin-bottom: 75px;
  padding-left: 15px;
  padding-right: 15px; }

.ImageList__caption {
  display: block;
  padding-top: 30px;
  font-family: "aw-conqueror-didot-light-18", Georgia, serif;
  font-size: 25px;
  line-height: 30px; }
  @media screen and (max-width: 767px) {
    .ImageList__caption {
      padding-top: 18px;
      font-size: 20px; } }

.ImageList__text {
  margin: 0;
  padding-right: 30px;
  color: #757575;
  font-size: 18px;
  line-height: 30px; }
  @media screen and (max-width: 767px) {
    .ImageList__text {
      font-size: 16px;
      line-height: 25px; } }
  @media screen and (max-width: 767px) {
    .ImageList__text {
      margin: 3px 0 0; } }

.ImageList__link {
  margin-top: 20px;
  display: block; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .ImageList__link {
      margin-top: 18px; } }
  @media screen and (max-width: 767px) {
    .ImageList__link {
      margin-top: 7px; } }
  .ImageList__link.hover .link {
    border-bottom: 1px solid; }

.ImageList__item .ImageList__link {
  color: #345472; }

@media screen and (min-width: 1024px) {
  .grid-nine .ImageList .ImageList__item {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .grid-nine .ImageList .ImageList__item {
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (max-width: 767px) {
  .grid-nine .ImageList .ImageList__featured-item {
    padding-right: 10px;
    padding-left: 10px; } }

@media screen and (min-width: 1024px) {
  .grid-nine .ImageList .ImageList__featured-item {
    width: 100%; } }

.grid-nine .ImageList .ImageList__featured-item .ImageList__caption {
  padding-top: 27px; }

@media screen and (max-width: 1023px) {
  .ImageList.ImageList--tablet-stacked .ImageList__item {
    width: 100%; }
  .ImageList.ImageList--tablet-stacked .ImageList__image {
    width: 32.90598%;
    float: left;
    padding-right: 15px; }
  .ImageList.ImageList--tablet-stacked .ImageList__caption,
  .ImageList.ImageList--tablet-stacked .ImageList__text,
  .ImageList.ImageList--tablet-stacked .ImageList__link {
    width: 67.09402%;
    float: left;
    padding-left: 15px; }
  .ImageList.ImageList--tablet-stacked .ImageList__caption {
    padding-top: 0; } }

/** @define LinkList; use strict */
.LinkList {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .LinkList .LinkList__item {
    border: 0 solid #dddddd;
    border-bottom-width: 1px; }
    .LinkList .LinkList__item:first-child {
      border-top-width: 1px; }
    .LinkList .LinkList__item a {
      padding: 10px 0;
      color: #345472;
      display: block; }
      .LinkList .LinkList__item a:hover {
        color: #262626; }
    .LinkList .LinkList__item.LinkList__item--big {
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .LinkList .LinkList__item.LinkList__item--big {
          font-size: 16px; } }
  .LinkList.LinkList--extra-spacing .LinkList__item a {
    padding: 20px 0; }
  .LinkList.LinkList--with-arrows .icon-right-arrow {
    float: right;
    margin-right: 11px;
    height: 10px;
    line-height: 11px; }
  .LinkList.LinkList--with-arrows svg path {
    fill: #345472;
    stroke: #345472; }
  .LinkList.LinkList--with-arrows a:hover svg path {
    fill: #050505;
    stroke: #050505; }
  .LinkList.LinkList--large .LinkList__item a {
    font-size: 18px;
    line-height: 30px;
    color: #606060; }
    @media screen and (max-width: 767px) {
      .LinkList.LinkList--large .LinkList__item a {
        font-size: 16px;
        line-height: 25px; } }
    .LinkList.LinkList--large .LinkList__item a:hover {
      color: #262626; }
    .LinkList.LinkList--large .LinkList__item a.selected {
      color: #050505; }
  .LinkList.LinkList--affix {
    padding-right: 10px; }
    .LinkList.LinkList--affix .LinkList__item a {
      padding: 14px 8px;
      color: #757575; }
      .LinkList.LinkList--affix .LinkList__item a:hover, .LinkList.LinkList--affix .LinkList__item a.active {
        color: #050505; }
  .LinkList.LinkList--on-gray .LinkList__item {
    border-color: #d8d8d8; }

/** define LoginForm; use strict **/
.clearfix,
.Clearfix {
  overflow: hidden; }

.center {
  text-align: center; }

.or {
  margin-top: 30px;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #ededed; }

.EspacePerso__loginContainer.LoginBox .LoginBox-all-container {
  margin-top: 63px;
  margin-bottom: 63px; }
  @media screen and (max-width: 767px) {
    .EspacePerso__loginContainer.LoginBox .LoginBox-all-container {
      margin: 80px 20px 0 20px; } }

.LoginBox-all-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0 75px 0 75px; }
  @media screen and (max-width: 767px) {
    .LoginBox-all-container {
      flex-flow: column nowrap;
      margin: 0 30px; } }
  .LoginBox-all-container .title-module.TitleSponsor__title {
    padding: 0; }
  .LoginBox-all-container .TitleSponsor--big-title .TitleSponsor__title {
    font-size: 30px;
    margin-bottom: 60px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .LoginBox-all-container .TitleSponsor--big-title .TitleSponsor__title {
        margin-bottom: 30px; }
        .LoginBox-all-container .TitleSponsor--big-title .TitleSponsor__title.message-create {
          margin-top: 0;
          margin-top: initial; } }

.LoginBox__form-container,
.LoginBox__footer {
  width: 50%; }
  @media screen and (max-width: 767px) {
    .LoginBox__form-container,
    .LoginBox__footer {
      width: auto;
      width: initial;
      padding: 0; } }

.LoginBox__form-container {
  padding-right: 87px; }
  @media screen and (max-width: 767px) {
    .LoginBox__form-container {
      padding-right: 0; } }

.LoginBox__footer {
  padding-left: 80px; }
  @media screen and (max-width: 767px) {
    .LoginBox__footer {
      padding-left: 0; } }

.LoginBox__form-container {
  border-right: solid 1px #dddddd; }
  @media screen and (max-width: 767px) {
    .LoginBox__form-container {
      border-right: none; } }

.LoginBox__footer {
  display: block; }
  @media screen and (max-width: 767px) {
    .LoginBox__footer {
      border-top: solid 1px #dddddd;
      padding-top: 20px; } }
  .LoginBox__footer .LoginBox__footer-message {
    line-height: 25px;
    margin: 0;
    display: inline-block; }
    .LoginBox__footer .LoginBox__footer-message.message-create {
      font-size: 30px; }
    .LoginBox__footer .LoginBox__footer-message.message-want-create {
      margin-bottom: 25px;
      margin-top: 60px; }
      @media screen and (max-width: 767px) {
        .LoginBox__footer .LoginBox__footer-message.message-want-create {
          margin-top: 0;
          margin-bottom: 20px; } }
    .LoginBox__footer .LoginBox__footer-message.message-account-allows-you {
      margin-top: 20px;
      color: #757575;
      font-size: 14px;
      line-height: 20px;
      padding-bottom: 0; }
      @media screen and (max-width: 767px) {
        .LoginBox__footer .LoginBox__footer-message.message-account-allows-you {
          padding-bottom: 30px; } }

.LoginForm {
  margin-bottom: 150px;
  padding: 0; }
  @media screen and (max-width: 1023px) {
    .LoginForm {
      font-size: 16px;
      margin-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .LoginForm .fb_button {
      display: block; } }
  .LoginForm .LoginBox__input {
    border-bottom: 1px solid #999999; }
    .LoginForm .LoginBox__input::-moz-placeholder {
      color: #e6e6e6; }
    .LoginForm .LoginBox__input:-ms-input-placeholder {
      color: #e6e6e6; }
    .LoginForm .LoginBox__input::-ms-input-placeholder {
      color: #e6e6e6; }
    .LoginForm .LoginBox__input::placeholder {
      color: #e6e6e6; }
  .LoginForm .LoginForm__control-boxes {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    margin-bottom: 22px; }
  .LoginForm .LoginForm__column {
    width: calc(50% - 90px);
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .LoginForm .LoginForm__column {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .LoginForm .LoginForm__column {
        width: 100%; } }
    .LoginForm .LoginForm__column.LoginForm__column--floating {
      float: left; }
    .LoginForm .LoginForm__column.small {
      width: 180px; }
      .LoginForm .LoginForm__column.small .Button-login {
        width: 100%; }
      @media screen and (max-width: 767px) {
        .LoginForm .LoginForm__column.small {
          width: 100%;
          padding-left: 0;
          padding-right: 0; } }
    .LoginForm .LoginForm__column .Button-login {
      margin-top: 60px; }
      @media screen and (max-width: 767px) {
        .LoginForm .LoginForm__column .Button-login {
          margin-top: 20px; } }
  .LoginForm .LoginForm__label {
    margin: 20px 0;
    display: inline-block;
    font-size: 18px;
    color: #757575; }
    @media screen and (max-width: 1023px) {
      .LoginForm .LoginForm__label {
        font-size: 16px; } }
  .LoginForm .CustomRadioBox {
    display: inline-block;
    margin-right: 40px; }
    .LoginForm .CustomRadioBox label {
      margin-bottom: 0; }
  .LoginForm .LoginBox__forgot-link {
    margin-bottom: 0; }
  .LoginForm .LoginForm__action .LoginForm__actionLink {
    display: inline-block;
    margin-top: 67px;
    margin-left: 25px;
    border-bottom: 1px solid;
    color: #757575;
    transition: border .2s; }
    .LoginForm .LoginForm__action .LoginForm__actionLink:hover {
      border-bottom-color: transparent; }
    @media screen and (max-width: 767px) {
      .LoginForm .LoginForm__action .LoginForm__actionLink {
        margin-top: 20px;
        margin-left: 0; } }
  .LoginForm .LoginForm__action .Button {
    margin-top: 50px;
    float: left; }
    @media screen and (max-width: 767px) {
      .LoginForm .LoginForm__action .Button {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .LoginForm .LoginForm__action {
      text-align: center; } }
  .LoginForm .LoginForm__footnote {
    margin: 20px 0 0 0;
    display: block;
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    color: #757575; }
    .LoginForm .LoginForm__footnote a {
      border-bottom: 1px solid;
      color: #757575;
      transition: border .2s; }
      .LoginForm .LoginForm__footnote a:hover {
        border-bottom-color: transparent; }

/* This element is also used in LoginBox... */
.LoginForm__extra-label {
  display: inline-block;
  margin: 20px 0;
  float: right;
  font-size: 16px;
  line-height: 24px;
  color: #757575; }
  html.PFCentroSansPro-loaded .LoginForm__extra-label,
  html.fonts-loaded .LoginForm__extra-label {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .LoginForm__extra-label .LoginForm__extra-label-ok,
  .LoginForm__extra-label .LoginForm__extra-label-fail,
  .LoginForm__extra-label .LoginForm__extra-label-busy {
    display: none; }
  .LoginForm__extra-label .LoginForm__extra-label-ok {
    color: #39b660; }
  .LoginForm__extra-label .LoginForm__extra-label-fail {
    color: #cc2c00; }
  .LoginForm__extra-label.LoginForm__extra-label--ok .LoginForm__extra-label-ok {
    display: block; }
  .LoginForm__extra-label.LoginForm__extra-label--fail .LoginForm__extra-label-fail {
    display: block; }
  .LoginForm__extra-label.LoginForm__extra-label--busy .LoginForm__extra-label-busy {
    display: block; }

/** define SharingBar; use strict **/
.SharingBar {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.SharingBar__container {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  text-align: center;
  margin: 0 auto; }

.SharingBar__item {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-top: 15px;
  margin-bottom: 15px;
  border-left: 1px solid #dddddd; }
  .SharingBar__item:first-child {
    border-left: none; }

button.SharingBar__link {
  font-size: 13px; }

.SharingBar__link {
  display: block;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: -15px;
  margin-bottom: -15px;
  position: relative;
  width: 90px;
  height: 69px;
  vertical-align: top;
  color: #606060; }
  .SharingBar__link:hover {
    color: #050505; }
  .SharingBar__link:focus {
    outline: none; }
  @media screen and (max-width: 767px) {
    .SharingBar__link {
      width: 70px; } }

.SharingBar__icon {
  display: block;
  position: absolute;
  margin: auto;
  height: 20px;
  width: 20px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.SharingBar__icon.icon-twitter {
  padding-top: 3px; }

/* 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; }

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

.component-advertising .component__advertising-content {
  max-width: 1080px;
  margin: 0 auto; }
  .component-advertising .component__advertising-content [data-ads-format='tablet'] {
    display: none; }
  .component-advertising .component__advertising-content [data-ads-format='desktop'] {
    display: none; }
  .component-advertising .component__advertising-content.ad_home {
    text-align: center; }
  .component-advertising .component__advertising-content.ad_commercial_offer {
    text-align: center; }
  .component-advertising .component__advertising-content a {
    display: inline-block;
    overflow: hidden;
    margin: 15px; }
  .component-advertising .component__advertising-content img {
    width: 100%; }

/* (min-width: 768px) */
@media screen and (min-width: 768px) {
  .component-advertising .component__advertising-content [data-ads-format='mobile'] {
    display: none; }
  .component-advertising .component__advertising-content [data-ads-format='tablet'] {
    display: block; }
  .component-advertising .component__advertising-content a {
    margin: 0; }
  .component-advertising .component__advertising-content img {
    margin: 30px 0; } }

/* (min-width: 1024px) */
@media screen and (min-width: 1024px) {
  .component-advertising .component__advertising-content [data-ads-format='tablet'] {
    display: none; }
  .component-advertising .component__advertising-content [data-ads-format='desktop'] {
    display: block; } }

/* (min-width: 1280px) */
html.ie-11 .component-octave-magazine__video-container video, html.ie-14 .component-octave-magazine__video-container video, html.ie-15 .component-octave-magazine__video-container video, html.ie-16 .component-octave-magazine__video-container video, html.ie-17 .component-octave-magazine__video-container video, html.ie-18 .component-octave-magazine__video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

.component-octave-magazine {
  position: relative; }
  .component-octave-magazine__texts-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px; }
  .component-octave-magazine__logo {
    margin-bottom: 50px; }
    .component-octave-magazine__logo [class*="maz-icon-"] {
      font-size: 45px; }
  .component-octave-magazine__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-octave-magazine__title,
    html.fonts-loaded .component-octave-magazine__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-octave-magazine__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px; }
  .component-octave-magazine__cta {
    width: 100%; }
    .component-octave-magazine__cta::before {
      content: '';
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      width: 60%;
      height: 60%;
      z-index: 1; }
  .component-octave-magazine__video-container {
    position: relative;
    z-index: 1;
    font-size: 0;
    height: 600px;
    overflow: hidden; }
    .component-octave-magazine__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-octave-magazine__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-octave-magazine__picture-container {
    height: 600px; }
    .component-octave-magazine__picture-container picture {
      display: block;
      position: relative;
      height: 100%;
      width: 100%; }
      .component-octave-magazine__picture-container picture::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1; }
    .component-octave-magazine__picture-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover;"; }
  .component-octave-magazine__copyright {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 10px;
    color: white;
    font-size: 12px; }

/* (min-width: 375px) */
@media screen and (min-width: 375px) {
  .component-octave-magazine__texts-container {
    padding: 0 25px; } }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .component-octave-magazine__texts-container {
    padding: 0; }
  .component-octave-magazine__title {
    font-size: 40px;
    max-width: 480px; }
  .component-octave-magazine__description {
    max-width: 420px; }
  .component-octave-magazine__cta {
    width: auto;
    padding-left: 30px;
    padding-right: 30px; }
  .component-octave-magazine__video-container {
    height: 500px; }
  .component-octave-magazine__picture-container {
    height: 500px; } }

/* (min-width: 1024px) */
/* (min-width: 1280px) */
/* (min-width: 1440px) */
.route-home-landing .octave-commons-color-opera-lighter-text,
.route-en-home-landing .octave-commons-color-opera-lighter-text,
#octave-layout-body .octave-commons-color-opera-lighter-text {
  color: #2598e9; }
  .route-home-landing .octave-commons-color-opera-lighter-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-opera-lighter-text .hl-infos-section,
  .route-home-landing .octave-commons-color-opera-lighter-text .push-cartel-type,
  .route-home-landing .octave-commons-color-opera-lighter-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-opera-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-opera-lighter-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-opera-lighter-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-opera-lighter-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-opera-lighter-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-opera-lighter-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-opera-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-opera-lighter-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-opera-lighter-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-opera-lighter-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-opera-lighter-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-opera-lighter-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-opera-lighter-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-opera-lighter-text.component__article-item .component__article-type a {
    color: #2598e9; }
  .route-home-landing .octave-commons-color-opera-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-opera-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-opera-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title {
    color: white; }

.route-home-landing .octave-commons-color-opera-lighter-border,
.route-en-home-landing .octave-commons-color-opera-lighter-border,
#octave-layout-body .octave-commons-color-opera-lighter-border {
  border-color: #2598e9; }

.route-home-landing .octave-commons-color-opera-lighter-bg,
.route-en-home-landing .octave-commons-color-opera-lighter-bg,
#octave-layout-body .octave-commons-color-opera-lighter-bg {
  background-color: #2598e9; }

.route-home-landing .octave-commons-color-opera-darker-text,
.route-en-home-landing .octave-commons-color-opera-darker-text,
#octave-layout-body .octave-commons-color-opera-darker-text {
  color: #0077cc; }
  .route-home-landing .octave-commons-color-opera-darker-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-opera-darker-text .hl-infos-section,
  .route-home-landing .octave-commons-color-opera-darker-text .push-cartel-type,
  .route-home-landing .octave-commons-color-opera-darker-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-opera-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-opera-darker-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-opera-darker-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-opera-darker-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-opera-darker-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-opera-darker-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-opera-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-opera-darker-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-opera-darker-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-opera-darker-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-opera-darker-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-opera-darker-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-opera-darker-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-opera-darker-text.component__article-item .component__article-type a {
    color: #0077cc; }
  .route-home-landing .octave-commons-color-opera-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-opera-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-opera-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title {
    color: white; }

.route-home-landing .octave-commons-color-opera-darker-border,
.route-en-home-landing .octave-commons-color-opera-darker-border,
#octave-layout-body .octave-commons-color-opera-darker-border {
  border-color: #0077cc; }

.route-home-landing .octave-commons-color-opera-darker-bg,
.route-en-home-landing .octave-commons-color-opera-darker-bg,
#octave-layout-body .octave-commons-color-opera-darker-bg {
  background-color: #0077cc; }

.route-home-landing .octave-commons-color-ballet-lighter-text,
.route-en-home-landing .octave-commons-color-ballet-lighter-text,
#octave-layout-body .octave-commons-color-ballet-lighter-text {
  color: #ffc233; }
  .route-home-landing .octave-commons-color-ballet-lighter-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-ballet-lighter-text .hl-infos-section,
  .route-home-landing .octave-commons-color-ballet-lighter-text .push-cartel-type,
  .route-home-landing .octave-commons-color-ballet-lighter-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-ballet-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-ballet-lighter-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-ballet-lighter-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-ballet-lighter-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-ballet-lighter-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-ballet-lighter-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-ballet-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-ballet-lighter-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-ballet-lighter-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-ballet-lighter-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-ballet-lighter-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-ballet-lighter-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-ballet-lighter-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-ballet-lighter-text.component__article-item .component__article-type a {
    color: #ffc233; }
  .route-home-landing .octave-commons-color-ballet-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-ballet-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-ballet-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title {
    color: white; }

.route-home-landing .octave-commons-color-ballet-lighter-border,
.route-en-home-landing .octave-commons-color-ballet-lighter-border,
#octave-layout-body .octave-commons-color-ballet-lighter-border {
  border-color: #ffc233; }

.route-home-landing .octave-commons-color-ballet-lighter-bg,
.route-en-home-landing .octave-commons-color-ballet-lighter-bg,
#octave-layout-body .octave-commons-color-ballet-lighter-bg {
  background-color: #ffc233; }

.route-home-landing .octave-commons-color-ballet-darker-text,
.route-en-home-landing .octave-commons-color-ballet-darker-text,
#octave-layout-body .octave-commons-color-ballet-darker-text {
  color: #9a6c00; }
  .route-home-landing .octave-commons-color-ballet-darker-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-ballet-darker-text .hl-infos-section,
  .route-home-landing .octave-commons-color-ballet-darker-text .push-cartel-type,
  .route-home-landing .octave-commons-color-ballet-darker-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-ballet-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-ballet-darker-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-ballet-darker-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-ballet-darker-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-ballet-darker-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-ballet-darker-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-ballet-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-ballet-darker-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-ballet-darker-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-ballet-darker-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-ballet-darker-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-ballet-darker-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-ballet-darker-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-ballet-darker-text.component__article-item .component__article-type a {
    color: #9a6c00; }
  .route-home-landing .octave-commons-color-ballet-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-ballet-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-ballet-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title {
    color: white; }

.route-home-landing .octave-commons-color-ballet-darker-border,
.route-en-home-landing .octave-commons-color-ballet-darker-border,
#octave-layout-body .octave-commons-color-ballet-darker-border {
  border-color: #9a6c00; }

.route-home-landing .octave-commons-color-ballet-darker-bg,
.route-en-home-landing .octave-commons-color-ballet-darker-bg,
#octave-layout-body .octave-commons-color-ballet-darker-bg {
  background-color: #9a6c00; }

.route-home-landing .octave-commons-color-coulisses-lighter-text, .route-home-landing .octave-commons-color-coulisse-lighter-text, .route-home-landing .octave-commons-color-backstages-lighter-text, .route-home-landing .octave-commons-color-backstage-lighter-text,
.route-en-home-landing .octave-commons-color-coulisses-lighter-text,
.route-en-home-landing .octave-commons-color-coulisse-lighter-text,
.route-en-home-landing .octave-commons-color-backstages-lighter-text,
.route-en-home-landing .octave-commons-color-backstage-lighter-text,
#octave-layout-body .octave-commons-color-coulisses-lighter-text,
#octave-layout-body .octave-commons-color-coulisse-lighter-text,
#octave-layout-body .octave-commons-color-backstages-lighter-text,
#octave-layout-body .octave-commons-color-backstage-lighter-text {
  color: #e86969; }
  .route-home-landing .octave-commons-color-coulisses-lighter-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-coulisses-lighter-text .hl-infos-section,
  .route-home-landing .octave-commons-color-coulisses-lighter-text .push-cartel-type,
  .route-home-landing .octave-commons-color-coulisses-lighter-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-coulisses-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-coulisses-lighter-text.component__article-item .component__article-type a, .route-home-landing .octave-commons-color-coulisse-lighter-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-coulisse-lighter-text .hl-infos-section,
  .route-home-landing .octave-commons-color-coulisse-lighter-text .push-cartel-type,
  .route-home-landing .octave-commons-color-coulisse-lighter-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-coulisse-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-coulisse-lighter-text.component__article-item .component__article-type a, .route-home-landing .octave-commons-color-backstages-lighter-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-backstages-lighter-text .hl-infos-section,
  .route-home-landing .octave-commons-color-backstages-lighter-text .push-cartel-type,
  .route-home-landing .octave-commons-color-backstages-lighter-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-backstages-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-backstages-lighter-text.component__article-item .component__article-type a, .route-home-landing .octave-commons-color-backstage-lighter-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-backstage-lighter-text .hl-infos-section,
  .route-home-landing .octave-commons-color-backstage-lighter-text .push-cartel-type,
  .route-home-landing .octave-commons-color-backstage-lighter-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-backstage-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-backstage-lighter-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-coulisses-lighter-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-coulisses-lighter-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-coulisses-lighter-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-coulisses-lighter-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-coulisses-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-coulisses-lighter-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-coulisse-lighter-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-coulisse-lighter-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-coulisse-lighter-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-coulisse-lighter-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-coulisse-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-coulisse-lighter-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-backstages-lighter-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-backstages-lighter-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-backstages-lighter-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-backstages-lighter-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-backstages-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-backstages-lighter-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-backstage-lighter-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-backstage-lighter-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-backstage-lighter-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-backstage-lighter-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-backstage-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-backstage-lighter-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-coulisses-lighter-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-coulisses-lighter-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-coulisses-lighter-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-coulisses-lighter-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-coulisses-lighter-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-coulisses-lighter-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-coulisse-lighter-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-coulisse-lighter-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-coulisse-lighter-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-coulisse-lighter-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-coulisse-lighter-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-coulisse-lighter-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-backstages-lighter-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-backstages-lighter-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-backstages-lighter-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-backstages-lighter-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-backstages-lighter-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-backstages-lighter-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-backstage-lighter-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-backstage-lighter-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-backstage-lighter-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-backstage-lighter-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-backstage-lighter-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-backstage-lighter-text.component__article-item .component__article-type a {
    color: #e86969; }
  .route-home-landing .octave-commons-color-coulisses-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title, .route-home-landing .octave-commons-color-coulisse-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title, .route-home-landing .octave-commons-color-backstages-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title, .route-home-landing .octave-commons-color-backstage-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-coulisses-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-coulisse-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-backstages-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-backstage-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-coulisses-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-coulisse-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-backstages-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-backstage-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title {
    color: white; }

.route-home-landing .octave-commons-color-coulisses-lighter-border, .route-home-landing .octave-commons-color-coulisse-lighter-border, .route-home-landing .octave-commons-color-backstages-lighter-border, .route-home-landing .octave-commons-color-backstage-lighter-border,
.route-en-home-landing .octave-commons-color-coulisses-lighter-border,
.route-en-home-landing .octave-commons-color-coulisse-lighter-border,
.route-en-home-landing .octave-commons-color-backstages-lighter-border,
.route-en-home-landing .octave-commons-color-backstage-lighter-border,
#octave-layout-body .octave-commons-color-coulisses-lighter-border,
#octave-layout-body .octave-commons-color-coulisse-lighter-border,
#octave-layout-body .octave-commons-color-backstages-lighter-border,
#octave-layout-body .octave-commons-color-backstage-lighter-border {
  border-color: #e86969; }

.route-home-landing .octave-commons-color-coulisses-lighter-bg, .route-home-landing .octave-commons-color-coulisse-lighter-bg, .route-home-landing .octave-commons-color-backstages-lighter-bg, .route-home-landing .octave-commons-color-backstage-lighter-bg,
.route-en-home-landing .octave-commons-color-coulisses-lighter-bg,
.route-en-home-landing .octave-commons-color-coulisse-lighter-bg,
.route-en-home-landing .octave-commons-color-backstages-lighter-bg,
.route-en-home-landing .octave-commons-color-backstage-lighter-bg,
#octave-layout-body .octave-commons-color-coulisses-lighter-bg,
#octave-layout-body .octave-commons-color-coulisse-lighter-bg,
#octave-layout-body .octave-commons-color-backstages-lighter-bg,
#octave-layout-body .octave-commons-color-backstage-lighter-bg {
  background-color: #e86969; }

.route-home-landing .octave-commons-color-coulisses-darker-text, .route-home-landing .octave-commons-color-coulisse-darker-text, .route-home-landing .octave-commons-color-backstages-darker-text, .route-home-landing .octave-commons-color-backstage-darker-text,
.route-en-home-landing .octave-commons-color-coulisses-darker-text,
.route-en-home-landing .octave-commons-color-coulisse-darker-text,
.route-en-home-landing .octave-commons-color-backstages-darker-text,
.route-en-home-landing .octave-commons-color-backstage-darker-text,
#octave-layout-body .octave-commons-color-coulisses-darker-text,
#octave-layout-body .octave-commons-color-coulisse-darker-text,
#octave-layout-body .octave-commons-color-backstages-darker-text,
#octave-layout-body .octave-commons-color-backstage-darker-text {
  color: #cd4a47; }
  .route-home-landing .octave-commons-color-coulisses-darker-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-coulisses-darker-text .hl-infos-section,
  .route-home-landing .octave-commons-color-coulisses-darker-text .push-cartel-type,
  .route-home-landing .octave-commons-color-coulisses-darker-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-coulisses-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-coulisses-darker-text.component__article-item .component__article-type a, .route-home-landing .octave-commons-color-coulisse-darker-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-coulisse-darker-text .hl-infos-section,
  .route-home-landing .octave-commons-color-coulisse-darker-text .push-cartel-type,
  .route-home-landing .octave-commons-color-coulisse-darker-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-coulisse-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-coulisse-darker-text.component__article-item .component__article-type a, .route-home-landing .octave-commons-color-backstages-darker-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-backstages-darker-text .hl-infos-section,
  .route-home-landing .octave-commons-color-backstages-darker-text .push-cartel-type,
  .route-home-landing .octave-commons-color-backstages-darker-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-backstages-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-backstages-darker-text.component__article-item .component__article-type a, .route-home-landing .octave-commons-color-backstage-darker-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-backstage-darker-text .hl-infos-section,
  .route-home-landing .octave-commons-color-backstage-darker-text .push-cartel-type,
  .route-home-landing .octave-commons-color-backstage-darker-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-backstage-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-backstage-darker-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-coulisses-darker-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-coulisses-darker-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-coulisses-darker-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-coulisses-darker-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-coulisses-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-coulisses-darker-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-coulisse-darker-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-coulisse-darker-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-coulisse-darker-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-coulisse-darker-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-coulisse-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-coulisse-darker-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-backstages-darker-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-backstages-darker-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-backstages-darker-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-backstages-darker-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-backstages-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-backstages-darker-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-backstage-darker-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-backstage-darker-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-backstage-darker-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-backstage-darker-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-backstage-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-backstage-darker-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-coulisses-darker-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-coulisses-darker-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-coulisses-darker-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-coulisses-darker-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-coulisses-darker-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-coulisses-darker-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-coulisse-darker-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-coulisse-darker-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-coulisse-darker-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-coulisse-darker-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-coulisse-darker-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-coulisse-darker-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-backstages-darker-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-backstages-darker-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-backstages-darker-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-backstages-darker-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-backstages-darker-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-backstages-darker-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-backstage-darker-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-backstage-darker-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-backstage-darker-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-backstage-darker-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-backstage-darker-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-backstage-darker-text.component__article-item .component__article-type a {
    color: #cd4a47; }
  .route-home-landing .octave-commons-color-coulisses-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title, .route-home-landing .octave-commons-color-coulisse-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title, .route-home-landing .octave-commons-color-backstages-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title, .route-home-landing .octave-commons-color-backstage-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-coulisses-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-coulisse-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-backstages-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-backstage-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-coulisses-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-coulisse-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-backstages-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-backstage-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title {
    color: white; }

.route-home-landing .octave-commons-color-coulisses-darker-border, .route-home-landing .octave-commons-color-coulisse-darker-border, .route-home-landing .octave-commons-color-backstages-darker-border, .route-home-landing .octave-commons-color-backstage-darker-border,
.route-en-home-landing .octave-commons-color-coulisses-darker-border,
.route-en-home-landing .octave-commons-color-coulisse-darker-border,
.route-en-home-landing .octave-commons-color-backstages-darker-border,
.route-en-home-landing .octave-commons-color-backstage-darker-border,
#octave-layout-body .octave-commons-color-coulisses-darker-border,
#octave-layout-body .octave-commons-color-coulisse-darker-border,
#octave-layout-body .octave-commons-color-backstages-darker-border,
#octave-layout-body .octave-commons-color-backstage-darker-border {
  border-color: #cd4a47; }

.route-home-landing .octave-commons-color-coulisses-darker-bg, .route-home-landing .octave-commons-color-coulisse-darker-bg, .route-home-landing .octave-commons-color-backstages-darker-bg, .route-home-landing .octave-commons-color-backstage-darker-bg,
.route-en-home-landing .octave-commons-color-coulisses-darker-bg,
.route-en-home-landing .octave-commons-color-coulisse-darker-bg,
.route-en-home-landing .octave-commons-color-backstages-darker-bg,
.route-en-home-landing .octave-commons-color-backstage-darker-bg,
#octave-layout-body .octave-commons-color-coulisses-darker-bg,
#octave-layout-body .octave-commons-color-coulisse-darker-bg,
#octave-layout-body .octave-commons-color-backstages-darker-bg,
#octave-layout-body .octave-commons-color-backstage-darker-bg {
  background-color: #cd4a47; }

.route-home-landing .octave-commons-color-ring2020-lighter-text, .route-home-landing .octave-commons-color-ring-lighter-text,
.route-en-home-landing .octave-commons-color-ring2020-lighter-text,
.route-en-home-landing .octave-commons-color-ring-lighter-text,
#octave-layout-body .octave-commons-color-ring2020-lighter-text,
#octave-layout-body .octave-commons-color-ring-lighter-text {
  color: #c22020; }
  .route-home-landing .octave-commons-color-ring2020-lighter-text[href$="ring"], .route-home-landing .octave-commons-color-ring-lighter-text[href$="ring"],
  .route-en-home-landing .octave-commons-color-ring2020-lighter-text[href$="ring"],
  .route-en-home-landing .octave-commons-color-ring-lighter-text[href$="ring"],
  #octave-layout-body .octave-commons-color-ring2020-lighter-text[href$="ring"],
  #octave-layout-body .octave-commons-color-ring-lighter-text[href$="ring"] {
    color: white; }
  .route-home-landing .octave-commons-color-ring2020-lighter-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-ring2020-lighter-text .hl-infos-section,
  .route-home-landing .octave-commons-color-ring2020-lighter-text .push-cartel-type,
  .route-home-landing .octave-commons-color-ring2020-lighter-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-ring2020-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-ring2020-lighter-text.component__article-item .component__article-type a, .route-home-landing .octave-commons-color-ring-lighter-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-ring-lighter-text .hl-infos-section,
  .route-home-landing .octave-commons-color-ring-lighter-text .push-cartel-type,
  .route-home-landing .octave-commons-color-ring-lighter-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-ring-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-ring-lighter-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-ring2020-lighter-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-ring2020-lighter-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-ring2020-lighter-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-ring2020-lighter-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-ring2020-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-ring2020-lighter-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-ring-lighter-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-ring-lighter-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-ring-lighter-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-ring-lighter-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-ring-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-ring-lighter-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-ring2020-lighter-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-ring2020-lighter-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-ring2020-lighter-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-ring2020-lighter-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-ring2020-lighter-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-ring2020-lighter-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-ring-lighter-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-ring-lighter-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-ring-lighter-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-ring-lighter-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-ring-lighter-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-ring-lighter-text.component__article-item .component__article-type a {
    color: #c22020; }
  .route-home-landing .octave-commons-color-ring2020-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title, .route-home-landing .octave-commons-color-ring-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-ring2020-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-ring-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-ring2020-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-ring-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title {
    color: white; }

.route-home-landing .octave-commons-color-ring2020-lighter-border, .route-home-landing .octave-commons-color-ring-lighter-border,
.route-en-home-landing .octave-commons-color-ring2020-lighter-border,
.route-en-home-landing .octave-commons-color-ring-lighter-border,
#octave-layout-body .octave-commons-color-ring2020-lighter-border,
#octave-layout-body .octave-commons-color-ring-lighter-border {
  border-color: #c22020; }
  .route-home-landing .octave-commons-color-ring2020-lighter-border.sub_item-stroke, .route-home-landing .octave-commons-color-ring-lighter-border.sub_item-stroke,
  .route-en-home-landing .octave-commons-color-ring2020-lighter-border.sub_item-stroke,
  .route-en-home-landing .octave-commons-color-ring-lighter-border.sub_item-stroke,
  #octave-layout-body .octave-commons-color-ring2020-lighter-border.sub_item-stroke,
  #octave-layout-body .octave-commons-color-ring-lighter-border.sub_item-stroke {
    border-color: white; }

.route-home-landing .octave-commons-color-ring2020-lighter-bg, .route-home-landing .octave-commons-color-ring-lighter-bg,
.route-en-home-landing .octave-commons-color-ring2020-lighter-bg,
.route-en-home-landing .octave-commons-color-ring-lighter-bg,
#octave-layout-body .octave-commons-color-ring2020-lighter-bg,
#octave-layout-body .octave-commons-color-ring-lighter-bg {
  background-color: #c22020; }

.route-home-landing .octave-commons-color-ring2020-darker-text, .route-home-landing .octave-commons-color-ring-darker-text,
.route-en-home-landing .octave-commons-color-ring2020-darker-text,
.route-en-home-landing .octave-commons-color-ring-darker-text,
#octave-layout-body .octave-commons-color-ring2020-darker-text,
#octave-layout-body .octave-commons-color-ring-darker-text {
  color: #c22020; }
  .route-home-landing .octave-commons-color-ring2020-darker-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-ring2020-darker-text .hl-infos-section,
  .route-home-landing .octave-commons-color-ring2020-darker-text .push-cartel-type,
  .route-home-landing .octave-commons-color-ring2020-darker-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-ring2020-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-ring2020-darker-text.component__article-item .component__article-type a, .route-home-landing .octave-commons-color-ring-darker-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-ring-darker-text .hl-infos-section,
  .route-home-landing .octave-commons-color-ring-darker-text .push-cartel-type,
  .route-home-landing .octave-commons-color-ring-darker-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-ring-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-ring-darker-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-ring2020-darker-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-ring2020-darker-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-ring2020-darker-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-ring2020-darker-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-ring2020-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-ring2020-darker-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-ring-darker-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-ring-darker-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-ring-darker-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-ring-darker-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-ring-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-ring-darker-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-ring2020-darker-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-ring2020-darker-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-ring2020-darker-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-ring2020-darker-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-ring2020-darker-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-ring2020-darker-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-ring-darker-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-ring-darker-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-ring-darker-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-ring-darker-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-ring-darker-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-ring-darker-text.component__article-item .component__article-type a {
    color: #c22020; }
  .route-home-landing .octave-commons-color-ring2020-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title, .route-home-landing .octave-commons-color-ring-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-ring2020-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-ring-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-ring2020-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-ring-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title {
    color: white; }

.route-home-landing .octave-commons-color-ring2020-darker-border, .route-home-landing .octave-commons-color-ring-darker-border,
.route-en-home-landing .octave-commons-color-ring2020-darker-border,
.route-en-home-landing .octave-commons-color-ring-darker-border,
#octave-layout-body .octave-commons-color-ring2020-darker-border,
#octave-layout-body .octave-commons-color-ring-darker-border {
  border-color: #c22020; }

.route-home-landing .octave-commons-color-ring2020-darker-bg, .route-home-landing .octave-commons-color-ring-darker-bg,
.route-en-home-landing .octave-commons-color-ring2020-darker-bg,
.route-en-home-landing .octave-commons-color-ring-darker-bg,
#octave-layout-body .octave-commons-color-ring2020-darker-bg,
#octave-layout-body .octave-commons-color-ring-darker-bg {
  background-color: #c22020; }

.route-home-landing .octave-commons-color-home-lighter-text, .route-home-landing .octave-commons-color-medias-lighter-text,
.route-en-home-landing .octave-commons-color-home-lighter-text,
.route-en-home-landing .octave-commons-color-medias-lighter-text,
#octave-layout-body .octave-commons-color-home-lighter-text,
#octave-layout-body .octave-commons-color-medias-lighter-text {
  color: white; }
  .route-home-landing .octave-commons-color-home-lighter-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-home-lighter-text .hl-infos-section,
  .route-home-landing .octave-commons-color-home-lighter-text .push-cartel-type,
  .route-home-landing .octave-commons-color-home-lighter-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-home-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-home-lighter-text.component__article-item .component__article-type a, .route-home-landing .octave-commons-color-medias-lighter-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-medias-lighter-text .hl-infos-section,
  .route-home-landing .octave-commons-color-medias-lighter-text .push-cartel-type,
  .route-home-landing .octave-commons-color-medias-lighter-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-medias-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-medias-lighter-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-home-lighter-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-home-lighter-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-home-lighter-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-home-lighter-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-home-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-home-lighter-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-medias-lighter-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-medias-lighter-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-medias-lighter-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-medias-lighter-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-medias-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-medias-lighter-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-home-lighter-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-home-lighter-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-home-lighter-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-home-lighter-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-home-lighter-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-home-lighter-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-medias-lighter-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-medias-lighter-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-medias-lighter-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-medias-lighter-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-medias-lighter-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-medias-lighter-text.component__article-item .component__article-type a {
    color: white; }
  .route-home-landing .octave-commons-color-home-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title, .route-home-landing .octave-commons-color-medias-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-home-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-medias-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-home-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-medias-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title {
    color: white; }

.route-home-landing .octave-commons-color-home-lighter-border, .route-home-landing .octave-commons-color-medias-lighter-border,
.route-en-home-landing .octave-commons-color-home-lighter-border,
.route-en-home-landing .octave-commons-color-medias-lighter-border,
#octave-layout-body .octave-commons-color-home-lighter-border,
#octave-layout-body .octave-commons-color-medias-lighter-border {
  border-color: white; }

.route-home-landing .octave-commons-color-home-lighter-bg, .route-home-landing .octave-commons-color-medias-lighter-bg,
.route-en-home-landing .octave-commons-color-home-lighter-bg,
.route-en-home-landing .octave-commons-color-medias-lighter-bg,
#octave-layout-body .octave-commons-color-home-lighter-bg,
#octave-layout-body .octave-commons-color-medias-lighter-bg {
  background-color: white; }

.route-home-landing .octave-commons-color-home-darker-text, .route-home-landing .octave-commons-color-medias-darker-text,
.route-en-home-landing .octave-commons-color-home-darker-text,
.route-en-home-landing .octave-commons-color-medias-darker-text,
#octave-layout-body .octave-commons-color-home-darker-text,
#octave-layout-body .octave-commons-color-medias-darker-text {
  color: white; }
  .route-home-landing .octave-commons-color-home-darker-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-home-darker-text .hl-infos-section,
  .route-home-landing .octave-commons-color-home-darker-text .push-cartel-type,
  .route-home-landing .octave-commons-color-home-darker-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-home-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-home-darker-text.component__article-item .component__article-type a, .route-home-landing .octave-commons-color-medias-darker-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-medias-darker-text .hl-infos-section,
  .route-home-landing .octave-commons-color-medias-darker-text .push-cartel-type,
  .route-home-landing .octave-commons-color-medias-darker-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-medias-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-medias-darker-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-home-darker-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-home-darker-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-home-darker-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-home-darker-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-home-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-home-darker-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-medias-darker-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-medias-darker-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-medias-darker-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-medias-darker-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-medias-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-medias-darker-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-home-darker-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-home-darker-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-home-darker-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-home-darker-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-home-darker-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-home-darker-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-medias-darker-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-medias-darker-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-medias-darker-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-medias-darker-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-medias-darker-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-medias-darker-text.component__article-item .component__article-type a {
    color: white; }
  .route-home-landing .octave-commons-color-home-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title, .route-home-landing .octave-commons-color-medias-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-home-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-medias-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-home-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-medias-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title {
    color: white; }

.route-home-landing .octave-commons-color-home-darker-border, .route-home-landing .octave-commons-color-medias-darker-border,
.route-en-home-landing .octave-commons-color-home-darker-border,
.route-en-home-landing .octave-commons-color-medias-darker-border,
#octave-layout-body .octave-commons-color-home-darker-border,
#octave-layout-body .octave-commons-color-medias-darker-border {
  border-color: white; }

.route-home-landing .octave-commons-color-home-darker-bg, .route-home-landing .octave-commons-color-medias-darker-bg,
.route-en-home-landing .octave-commons-color-home-darker-bg,
.route-en-home-landing .octave-commons-color-medias-darker-bg,
#octave-layout-body .octave-commons-color-home-darker-bg,
#octave-layout-body .octave-commons-color-medias-darker-bg {
  background-color: white; }

.route-home-landing .octave-commons-color-sponsorised-lighter-text,
.route-en-home-landing .octave-commons-color-sponsorised-lighter-text,
#octave-layout-body .octave-commons-color-sponsorised-lighter-text {
  color: white; }
  .route-home-landing .octave-commons-color-sponsorised-lighter-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-sponsorised-lighter-text .hl-infos-section,
  .route-home-landing .octave-commons-color-sponsorised-lighter-text .push-cartel-type,
  .route-home-landing .octave-commons-color-sponsorised-lighter-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-sponsorised-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-sponsorised-lighter-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-sponsorised-lighter-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-sponsorised-lighter-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-sponsorised-lighter-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-sponsorised-lighter-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-sponsorised-lighter-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-sponsorised-lighter-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-sponsorised-lighter-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-sponsorised-lighter-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-sponsorised-lighter-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-sponsorised-lighter-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-sponsorised-lighter-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-sponsorised-lighter-text.component__article-item .component__article-type a {
    color: white; }
  .route-home-landing .octave-commons-color-sponsorised-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-sponsorised-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-sponsorised-lighter-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title {
    color: white; }

.route-home-landing .octave-commons-color-sponsorised-lighter-border,
.route-en-home-landing .octave-commons-color-sponsorised-lighter-border,
#octave-layout-body .octave-commons-color-sponsorised-lighter-border {
  border-color: white; }

.route-home-landing .octave-commons-color-sponsorised-lighter-bg,
.route-en-home-landing .octave-commons-color-sponsorised-lighter-bg,
#octave-layout-body .octave-commons-color-sponsorised-lighter-bg {
  background-color: white; }

.route-home-landing .octave-commons-color-sponsorised-darker-text,
.route-en-home-landing .octave-commons-color-sponsorised-darker-text,
#octave-layout-body .octave-commons-color-sponsorised-darker-text {
  color: #050505; }
  .route-home-landing .octave-commons-color-sponsorised-darker-text.push-item:hover .push-cartel-title,
  .route-home-landing .octave-commons-color-sponsorised-darker-text .hl-infos-section,
  .route-home-landing .octave-commons-color-sponsorised-darker-text .push-cartel-type,
  .route-home-landing .octave-commons-color-sponsorised-darker-text.component__article-item:hover .component__article-type + p,
  .route-home-landing .octave-commons-color-sponsorised-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-home-landing .octave-commons-color-sponsorised-darker-text.component__article-item .component__article-type a,
  .route-en-home-landing .octave-commons-color-sponsorised-darker-text.push-item:hover .push-cartel-title,
  .route-en-home-landing .octave-commons-color-sponsorised-darker-text .hl-infos-section,
  .route-en-home-landing .octave-commons-color-sponsorised-darker-text .push-cartel-type,
  .route-en-home-landing .octave-commons-color-sponsorised-darker-text.component__article-item:hover .component__article-type + p,
  .route-en-home-landing .octave-commons-color-sponsorised-darker-text.octave-highlights-item:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-sponsorised-darker-text.component__article-item .component__article-type a,
  #octave-layout-body .octave-commons-color-sponsorised-darker-text.push-item:hover .push-cartel-title,
  #octave-layout-body .octave-commons-color-sponsorised-darker-text .hl-infos-section,
  #octave-layout-body .octave-commons-color-sponsorised-darker-text .push-cartel-type,
  #octave-layout-body .octave-commons-color-sponsorised-darker-text.component__article-item:hover .component__article-type + p,
  #octave-layout-body .octave-commons-color-sponsorised-darker-text.octave-highlights-item:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-sponsorised-darker-text.component__article-item .component__article-type a {
    color: #050505; }
  .route-home-landing .octave-commons-color-sponsorised-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  .route-en-home-landing .octave-commons-color-sponsorised-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title,
  #octave-layout-body .octave-commons-color-sponsorised-darker-text.octave-highlights-item.ring.octave-highlights-item-big:hover .hl-infos-title {
    color: white; }

.route-home-landing .octave-commons-color-sponsorised-darker-border,
.route-en-home-landing .octave-commons-color-sponsorised-darker-border,
#octave-layout-body .octave-commons-color-sponsorised-darker-border {
  border-color: #050505; }

.route-home-landing .octave-commons-color-sponsorised-darker-bg,
.route-en-home-landing .octave-commons-color-sponsorised-darker-bg,
#octave-layout-body .octave-commons-color-sponsorised-darker-bg {
  background-color: #050505; }

.component-octave {
  background-color: #ededed; }
  .component-octave .title--h2 {
    margin-bottom: 5px;
    line-height: 1;
    transition: color .2s; }
  .component-octave .component {
    /* #articles-container */
    /* #widgets-container */ }
    .component-octave .component__octave-content {
      padding: 40px 25px;
      max-width: 1080px;
      margin: 0 auto; }
    .component-octave .component__top {
      margin-bottom: 30px; }
      .component-octave .component__top .title--h3 {
        margin-bottom: 5px; }
    .component-octave .component__see-all-articles {
      color: #606060;
      text-decoration: underline;
      text-transform: none;
      text-transform: initial; }
    .component-octave .component__articles-list {
      margin-bottom: 30px; }
      .component-octave .component__articles-list .opacity-layer {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: #ededed;
        opacity: 1;
        visibility: visible;
        transition: opacity .2s, visibility .2s; }
      .component-octave .component__articles-list.flickity-enabled .opacity-layer {
        opacity: 0;
        visibility: hidden; }
      .component-octave .component__articles-list.flickity-enabled .component__article-item {
        display: block; }
      .component-octave .component__articles-list .flickity-page-dots {
        position: static; }
    .component-octave .component__article-item {
      position: relative;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      width: 100%;
      margin-right: 20px;
      background-color: transparent;
      border-radius: 3px;
      /* prevent images from stacking before slider init */ }
      .component-octave .component__article-item .maz-icon-arrow {
        display: none; }
    .component-octave .component__overlay-link {
      padding: 0;
      margin: 0;
      font-size: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .component-octave .component__img-container {
      font-size: 0;
      position: relative; }
      .component-octave .component__img-container [class^="maz-icon-"], .component-octave .component__img-container [class*=" maz-icon-"] {
        display: inline-block;
        color: white;
        position: absolute;
        bottom: calc((100% / 2) - 15px);
        right: calc((100% / 2) - 15px); }
        .component-octave .component__img-container [class^="maz-icon-"]:before, .component-octave .component__img-container [class*=" maz-icon-"]:before {
          font-size: 30px; }
        @media (max-width: 1024px) {
          .component-octave .component__img-container [class^="maz-icon-"], .component-octave .component__img-container [class*=" maz-icon-"] {
            bottom: calc(100% / 2); } }
      .component-octave .component__img-container .maz-icon-plays:before {
        /* left: calc(50% + 1px); small adjust */ }
      .component-octave .component__img-container .maz-icon-arrow {
        display: none; }
    .component-octave .component__infos {
      padding: 20px 0;
      transition: background-color .2s; }
    .component-octave .component__subtitle {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 1.57;
      color: #050505; }
      html.PFCentroSansPro-loaded .component-octave .component__subtitle,
      html.fonts-loaded .component-octave .component__subtitle {
        font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
    .component-octave .component__article-type {
      position: relative;
      z-index: 2;
      display: inline-block;
      margin-bottom: 20px;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.14;
      letter-spacing: 1px;
      text-transform: uppercase; }
      html.PFCentroSansPro-loaded .component-octave .component__article-type,
      html.fonts-loaded .component-octave .component__article-type {
        font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
      .component-octave .component__article-type a {
        color: #050505;
        transition: color .4s; }
      .component-octave .component__article-type .title {
        color: red !important;
        font-size: 40px !important; }
    .component-octave .component__widgets-list {
      border-radius: 3px;
      background-color: #191919;
      position: relative; }
      .component-octave .component__widgets-list .opacity-layer {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: #ededed;
        opacity: 1;
        visibility: visible;
        transition: opacity .2s, visibility .2s; }
      .component-octave .component__widgets-list.flickity-enabled .opacity-layer {
        opacity: 0;
        visibility: hidden; }
      .component-octave .component__widgets-list.flickity-enabled .component__widget-item {
        display: block; }
      .component-octave .component__widgets-list .flickity-page-dots {
        position: static;
        display: block;
        padding-bottom: 15px; }
        .component-octave .component__widgets-list .flickity-page-dots .dot:before {
          background-color: white;
          opacity: 0.31; }
        .component-octave .component__widgets-list .flickity-page-dots .dot.is-selected:before {
          background-color: white;
          opacity: 1; }
    .component-octave .component__widget-item {
      padding: 25px;
      width: 100%;
      /* prevent images from stacking before slider init */ }
      .component-octave .component__widget-item .component__widget-iframe {
        position: relative;
        width: 263px;
        height: 151px; }
        .component-octave .component__widget-item .component__widget-iframe-poster {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .component-octave .component__widget-item .component__widget-iframe-poster.hidden {
            display: none; }
          .component-octave .component__widget-item .component__widget-iframe-poster [class^="maz-icon"] {
            z-index: 10;
            position: absolute;
            color: white;
            font-size: 32px;
            text-align: center;
            display: inline-block;
            width: 32px;
            height: 32px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .component-octave .component__widget-item .component__widget-iframe-poster picture {
            z-index: 3;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; }
            .component-octave .component__widget-item .component__widget-iframe-poster picture img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
          .component-octave .component__widget-item .component__widget-iframe-poster .octave-commons-duration {
            background-color: #050505; }
            .component-octave .component__widget-item .component__widget-iframe-poster .octave-commons-duration-live {
              background-color: #d13c05; }
            .component-octave .component__widget-item .component__widget-iframe-poster .octave-commons-duration-valuebox .maz-icon-clock {
              font-size: 14px; }
            .component-octave .component__widget-item .component__widget-iframe-poster .octave-commons-duration-live, .component-octave .component__widget-item .component__widget-iframe-poster .octave-commons-duration-valuebox {
              font-size: 14px;
              padding: 4px 9px;
              font-weight: 500;
              line-height: 1.14; }
      .component-octave .component__widget-item:not(:first-child) {
        display: none; }
      .component-octave .component__widget-item.type-video .component__widget-iframe {
        position: relative;
        width: 100%;
        overflow: hidden; }
      .component-octave .component__widget-item.type-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; }
      .component-octave .component__widget-item.type-soundcloud .component__widget-iframe {
        position: relative; }
      .component-octave .component__widget-item.type-soundcloud iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0; }
    .component-octave .component__widget-iframe {
      margin-bottom: 20px; }
    .component-octave .component__widget-infos .component__title a {
      text-transform: none;
      text-transform: initial;
      font-family: "Times New Roman", Times, Georgia, serif;
      font-size: 24px;
      letter-spacing: normal;
      color: white;
      font-weight: 300;
      line-height: 1.25; }
      html.aw-conqueror-didot-light-18-loaded .component-octave .component__widget-infos .component__title a,
      html.fonts-loaded .component-octave .component__widget-infos .component__title 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-octave .component__title {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 10px; }
      .component-octave .component__title a {
        color: #050505; }
    .component-octave .component__txt {
      margin-bottom: 15px;
      color: #050505; }
    .component-octave .component__author {
      color: #606060; }
      .component-octave .component__author a {
        color: #606060;
        text-decoration: underline; }

/* (min-width: 768px) */
@media screen and (min-width: 768px) {
  .component-octave .title--h2 {
    font-size: 26px;
    margin-bottom: 10px; }
  .component-octave .component__octave-content {
    padding: 60px 40px; }
  .component-octave .component__articles-list {
    margin-bottom: 60px; }
    .component-octave .component__articles-list .opacity-layer {
      display: none; }
  .component-octave .component__article-item {
    margin-right: 0;
    padding: 25px; }
  .component-octave .component__img-container {
    display: inline-block;
    width: 40%;
    vertical-align: top; }
  .component-octave .component__infos {
    padding: 0 15px 0 25px;
    display: inline-block;
    width: calc(60% - 40px); }
  .component-octave .component__widgets-list {
    display: flex;
    padding: 25px 13px;
    justify-content: space-evenly;
    align-items: stretch; }
    .component-octave .component__widgets-list .opacity-layer {
      display: none; }
  .component-octave .component__widget-item {
    padding: 0;
    margin: 0 10px;
    flex-grow: 1;
    flex-basis: 0; }
    .component-octave .component__widget-item:not(:first-child) {
      display: block; }
  .component-octave .component__widget-iframe {
    margin-bottom: 15px; }
    .component-octave .component__widget-iframe iframe {
      /* height: 140px; */ } }

/* (min-width: 1024px) */
@media screen and (min-width: 1024px) {
  .component-octave .component__body {
    display: flex; }
  .component-octave .component__see-all-articles {
    transition: color .2s; }
    .component-octave .component__see-all-articles:hover {
      color: #262626; }
  .component-octave .component__articles-list {
    width: 73%;
    padding-right: 40px;
    margin-bottom: 0; }
  .component-octave .component__article-item .maz-icon-arrow {
    color: #f2f2f2;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s, visibility .2s, color .2s; }
    .component-octave .component__article-item .maz-icon-arrow:after {
      font-size: 22px; }
  .component-octave .component__widgets-list {
    display: block;
    width: 27%;
    padding: 15px; }
  .component-octave .component__widget-item {
    padding: 0;
    margin: 0 0 50px 0; }
    .component-octave .component__widget-item:last-child {
      margin-bottom: 0; }
  .component-octave .component__widget-iframe {
    margin-bottom: 10px; }
  .component-octave .component__author a {
    transition: color .2s; }
    .component-octave .component__author a:hover {
      color: #050505; }
  .component-octave .component__txt {
    margin-bottom: 10px; } }

/* (min-width: 1280px) */
@media screen and (min-width: 1280px) {
  .component-octave .component__octave-content {
    padding-left: 0;
    padding-right: 0; } }

.component-events {
  background-color: #ededed; }
  .component-events #hidden-items-container {
    display: none; }
  .component-events .nav-button {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    padding: 0;
    transition: opacity .2s; }
    .component-events .nav-button span {
      font-size: 22px; }
    .component-events .nav-button:disabled {
      cursor: auto;
      opacity: 0.3; }
    .component-events .nav-button.hide {
      display: none; }
    .component-events .nav-button--prev {
      left: -70px; }
      .component-events .nav-button--prev .maz-icon-arrow {
        display: inline-block;
        transform: rotate(180deg); }
    .component-events .nav-button--next {
      right: -70px; }
  .component-events__head {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding-left: 7px;
    padding-right: 7px;
    max-width: 1170px;
    margin: 0 auto 30px;
    box-sizing: content-box; }
  .component-events__title {
    font-family: "Times New Roman", Times, Georgia, serif;
    color: #050505;
    font-size: 30px;
    margin-bottom: 10px; }
    html.aw-conqueror-didot-light-18-loaded .component-events__title,
    html.fonts-loaded .component-events__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-events__rolex {
    font-size: 0;
    text-align: center;
    order: -1;
    margin-bottom: 20px; }
    .component-events__rolex iframe {
      width: 120px;
      height: 60px; }
  .component-events__wrapper {
    padding: 50px 0; }

@media (min-width: 375px) {
  .component-events__head {
    padding-left: 25px;
    padding-right: 25px; } }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .component-events__head {
    display: block;
    position: relative;
    padding-left: 15px;
    padding-right: 15px; }
  .component-events__rolex {
    order: 1;
    margin-bottom: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-53%); } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .component-events__texts {
    display: flex;
    align-items: center; }
  .component-events__title {
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 20px;
    position: relative; }
    .component-events__title::after {
      content: '';
      position: absolute;
      width: 1px;
      height: 50%;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      background: #ddd; }
  .component-events__programmation {
    display: inline-block;
    margin-left: 10px; }
  .component-events__rolex {
    transform: translateY(-70%); } }

/* (min-width: 1280px) */
@media (min-width: 1280px) {
  .component-events__wrapper {
    padding-top: 40px;
    padding-bottom: 60px; }
  .component-events__title {
    font-size: 40px; }
  .component-events__rolex {
    transform: translateY(-67%); }
    .component-events__rolex iframe {
      width: 185px;
      height: 95px; } }

/* (min-width: 1440px) */
@media (min-width: 1440px) {
  .component-events .nav-button {
    display: block; } }

.offers-grid-item:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
  .offers-grid-item:nth-child(1) .overlay-animation {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

.offers-grid-item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
  .offers-grid-item:nth-child(2) .overlay-animation {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }

.offers-grid-item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }
  .offers-grid-item:nth-child(3) .overlay-animation {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }

.offers-grid-item:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }
  .offers-grid-item:nth-child(4) .overlay-animation {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }

.offers-grid-item:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }
  .offers-grid-item:nth-child(5) .overlay-animation {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }

.offers-grid-item:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s; }
  .offers-grid-item:nth-child(6) .overlay-animation {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }

.offers-grid-item:nth-child(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }
  .offers-grid-item:nth-child(7) .overlay-animation {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s; }

.offers-grid-item:nth-child(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s; }
  .offers-grid-item:nth-child(8) .overlay-animation {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s; }

.offers-grid-item:nth-child(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s; }
  .offers-grid-item:nth-child(9) .overlay-animation {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s; }

.offers-grid-item {
  position: relative;
  font-size: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: showShows;
          animation-name: showShows; }
  .offers-grid-item:not(.offer-mea)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd; }
  .offers-grid-item .overlay-animation {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform-origin: right center;
    transform: scaleX(1);
    -webkit-animation-duration: .2s;
            animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-name: slideOut;
            animation-name: slideOut; }
  .offers-grid-item:last-child {
    margin-bottom: 0; }
  .offers-grid-item.offer-mea::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%); }
  .offers-grid-item.offer-mea img {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; }
  .offers-grid-item.offer-mea .content {
    z-index: 3;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .offers-grid-item.offer-mea .content .title, .offers-grid-item.offer-mea .content .description {
      color: #ffffff; }
    .offers-grid-item.offer-mea .content .description {
      flex-grow: 0; }
  .offers-grid-item .visu {
    position: relative;
    width: 100%; }
    .offers-grid-item .visu 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: 96.75676%; }
      .offers-grid-item .visu picture > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .offers-grid-item .visu picture > video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .offers-grid-item .visu img {
      z-index: 1;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .offers-grid-item .content {
    display: flex;
    flex-direction: column;
    padding: 30px 20px 20px;
    flex: 1 0 auto; }
    .offers-grid-item .content .title {
      font-family: "Times New Roman", Times, Georgia, serif;
      font-size: 30px;
      line-height: 1;
      margin-bottom: 25px; }
      html.aw-conqueror-didot-light-18-loaded .offers-grid-item .content .title,
      html.fonts-loaded .offers-grid-item .content .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; }
    .offers-grid-item .content .description {
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 20px;
      flex: 1 0 auto; }
      html.PFCentroSansPro-loaded .offers-grid-item .content .description,
      html.fonts-loaded .offers-grid-item .content .description {
        font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .offers-grid-item .cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .offers-grid-item .cta.cta--inactive {
    pointer-events: all; }

/* (min-width: 768px) */
@media (min-width: 768px) {
  .offers-grid-item {
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 15px 30px; }
    .offers-grid-item:last-child {
      margin-bottom: 30px; }
    .offers-grid-item.offer-mea picture {
      height: 100%; }
    .offers-grid-item .cta {
      align-self: flex-end;
      min-width: 170px; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  .offers-grid-item {
    flex-basis: calc(33.333333% - 30px);
    max-width: calc(33.333333% - 30px); } }

/* (min-width: 1440px) */
.offer-mea-banner, .offer-nearly-end {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center; }
  html.PFCentroSansProMed-loaded .offer-mea-banner,
  html.fonts-loaded .offer-mea-banner, html.PFCentroSansProMed-loaded .offer-nearly-end,
  html.fonts-loaded .offer-nearly-end {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: 500; }

.offer-mea-banner {
  background-color: #191919;
  transform: rotate(-20deg) translateX(-20%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3); }

.offer-nearly-end {
  background-color: #c62121;
  transform: rotate(-20deg) translateX(-20%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3); }

/** @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%; } }

.dark-mode .component_3scene-live {
  color: #757575;
  border: 1px solid #999999; }
  .dark-mode .component_3scene-live span:first-child:before {
    background-color: #757575; }

.component_3scene-live {
  position: absolute;
  z-index: 5;
  right: 15px;
  color: white;
  top: 15px;
  display: block;
  border: 1px solid white;
  width: 50px;
  height: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 0; }
  .component_3scene-live * {
    box-sizing: border-box; }
  .component_3scene-live span {
    display: inline-block;
    vertical-align: middle; }
    .component_3scene-live span:first-child {
      width: 6px;
      height: 6px;
      margin-left: 5px;
      margin-right: 4px; }
      .component_3scene-live span:first-child:before {
        content: '';
        background-color: white;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        display: block; }
    .component_3scene-live span:last-child {
      font-size: 13px;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: 0.7px;
      height: 10px;
      width: 25px;
      /* overflow: hidden; */ }

body.route-home-landing .component-filters, body.route-en-home-landing .component-filters {
  max-width: 1170px;
  margin: 0 auto; }
  body.route-home-landing .component-filters .component__filter-item:first-child, body.route-en-home-landing .component-filters .component__filter-item:first-child {
    padding-left: 7px; }
  body.route-home-landing .component-filters .component__filter-item:last-child, body.route-en-home-landing .component-filters .component__filter-item:last-child {
    padding-right: 7px; }
  body.route-home-landing .component-filters .component__filters-list, body.route-en-home-landing .component-filters .component__filters-list {
    margin-bottom: 20px; }
    body.route-home-landing .component-filters .component__filters-list::after, body.route-en-home-landing .component-filters .component__filters-list::after {
      content: 'flickity';
      display: none; }

body.route-threefifty .component-filters {
  background-color: #ffffff; }

body.route-threefifty .component__filter-cta {
  text-transform: uppercase;
  color: #050505;
  border: 1px solid; }
  body.route-threefifty .component__filter-cta.active {
    background-color: #050505;
    border: 1px solid #050505;
    color: #ffffff; }

.component-filters {
  transition: opacity .2s, visibility .2s; }
  .component-filters.sticky {
    position: fixed;
    left: 0;
    top: 40px;
    bottom: auto;
    width: 100%;
    z-index: 5;
    -webkit-animation: showStickyAnchor .3s;
            animation: showStickyAnchor .3s; }
  .component-filters.hidden {
    opacity: 0;
    visibility: hidden; }
  .component-filters .component__wrapper {
    position: relative;
    margin: 20px auto;
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px; }
  .component-filters .component__list.force-height {
    height: 40px;
    overflow: hidden; }
  .component-filters .component__filters-list {
    width: 100%; }
  .component-filters .component__filter-item {
    display: inline-block;
    margin-right: 10px; }
    .component-filters .component__filter-item:last-child {
      margin-right: 0; }
  .component-filters .component__filter-cta {
    color: #050505;
    font-size: 14px;
    height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 40px;
    background-color: transparent;
    border: 1px solid #757575;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 1px;
    transition: color .2s, border-color .2s; }
    .component-filters .component__filter-cta:hover {
      border-color: #262626; }
    .component-filters .component__filter-cta.active {
      color: #ffffff;
      border-color: #050505;
      background-color: #050505; }

.container--threefifty #filters-grids-container {
  position: relative; }

.container--threefifty .component-grids {
  padding-top: 80px; }

.container--threefifty .component-filters {
  position: absolute;
  top: 0;
  width: 100%;
  background: #ffffff;
  transition: transform .2s; }
  .container--threefifty .component-filters + div {
    position: absolute;
    top: 0;
    z-index: -1; }
  .container--threefifty .component-filters.sticky {
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto;
    -webkit-animation: none;
            animation: none; }
  .container--threefifty .component-filters.cover {
    z-index: 2002; }
  .container--threefifty .component-filters.cover.sticky {
    z-index: 10500; }

@media (min-width: 375px) {
  body.route-home-landing .component-filters .component__filter-item:first-child, body.route-en-home-landing .component-filters .component__filter-item:first-child {
    padding-left: 25px; }
  body.route-home-landing .component-filters .component__filter-item:last-child, body.route-en-home-landing .component-filters .component__filter-item:last-child {
    padding-right: 25px; } }

/* (min-width: 768px) */
@media (min-width: 768px) {
  body.route-home-landing .component-filters .component__filter-item:first-child, body.route-en-home-landing .component-filters .component__filter-item:first-child {
    padding-left: 15px; }
  body.route-home-landing .component-filters .component__filter-item:last-child, body.route-en-home-landing .component-filters .component__filter-item:last-child {
    padding-right: 15px; } }

/* (min-width: 1024px) */
@media (min-width: 1024px) {
  body.route-home-landing .component-filters.sticky, body.route-en-home-landing .component-filters.sticky {
    top: 33px; }
  body.route-home-landing .component-filters .component__filters-list::after, body.route-en-home-landing .component-filters .component__filters-list::after {
    content: ''; }
  body.route-threefifty .component__filter-cta:not(.active):hover {
    color: #ffffff;
    background-color: #421b3c;
    border-color: #421b3c; } }

/* (min-width: 1280px) */
@media (min-width: 1280px) {
  body.route-home-landing .component-filters .component__filter-item:first-child, body.route-en-home-landing .component-filters .component__filter-item:first-child {
    padding-left: 0; }
  body.route-home-landing .component-filters .component__filter-item:last-child, body.route-en-home-landing .component-filters .component__filter-item:last-child {
    padding-right: 0; }
  .component-filters.sticky {
    top: 36px; } }

body #container-homepage {
  color: #050505; }
  body #container-homepage button {
    outline: none; }

.container-newsfeed-and-finder {
  max-width: 1170px;
  box-sizing: content-box;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 60px 7px 50px; }

.container-offers-grid {
  max-width: 1170px;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 50px 7px; }
  .container-offers-grid .offers-grid-head {
    margin-bottom: 30px; }
  .container-offers-grid .offers-grid-title {
    font-family: "Times New Roman", Times, Georgia, serif;
    font-size: 30px;
    color: #050505;
    margin-bottom: 10px; }
    html.aw-conqueror-didot-light-18-loaded .container-offers-grid .offers-grid-title,
    html.fonts-loaded .container-offers-grid .offers-grid-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; }

/* (min-width: 375px) */
@media screen and (min-width: 375px) {
  .container-newsfeed-and-finder {
    padding-left: 25px;
    padding-right: 25px; }
  .container-offers-grid {
    padding-left: 25px;
    padding-right: 25px; } }

/* (min-width: 768px) */
@media screen and (min-width: 768px) {
  .container-newsfeed-and-finder {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px; }
  .container-offers-grid {
    padding-left: 15px;
    padding-right: 15px; }
    .container-offers-grid .offers-grid-list {
      display: flex;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; } }

/* (min-width: 1024px) */
@media screen and (min-width: 1024px) {
  .container-offers-grid .offers-grid-head {
    display: flex;
    align-items: center; }
  .container-offers-grid .offers-grid-title {
    margin-bottom: 0;
    margin-right: 10px;
    padding-right: 20px;
    position: relative; }
    .container-offers-grid .offers-grid-title::after {
      content: '';
      position: absolute;
      width: 1px;
      height: 50%;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      background: #ddd; }
  .container-offers-grid .offers-grid-link {
    display: inline-block;
    margin-left: 10px; } }

/* (min-width: 1280px) */
@media screen and (min-width: 1280px) {
  .container-newsfeed-and-finder {
    padding-top: 100px;
    padding-bottom: 100px; }
  .container-offers-grid {
    padding-top: 100px;
    padding-bottom: 100px; }
    .container-offers-grid .offers-grid-title {
      font-size: 40px; } }

/* (min-width: 1440px) */


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