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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.black-text {
  color: #050505; }

.light-text {
  color: #757575; }

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

.blue-text {
  color: #345472; }

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

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

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

.gold-text {
  color: #606060; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.print-only {
  display: none; }

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

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

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

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

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

/** Actu **/
.actu__featured {
  background-color: #ededed;
  padding: 40px 0; }
  .actu__featured .actu__item {
    border-top: none; }
    .actu__featured .actu__item .MagazineList__image {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .actu__featured .actu__item .MagazineList__image {
          width: 100%; } }
    @media screen and (min-width: 768px) {
      .actu__featured .actu__item .MagazineList__description {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      .actu__featured .actu__item .MagazineList__description {
        width: 100%; } }
    .actu__featured .actu__item .MagazineList__description-title {
      width: 100%;
      font-size: 35px;
      line-height: 40px;
      padding: 15px 0 25px; }
      @media screen and (max-width: 767px) {
        .actu__featured .actu__item .MagazineList__description-title {
          font-size: 25px;
          line-height: 30px; } }
    .actu__featured .actu__item .MagazineList__tags > .Label {
      /*margin: 0 10px 10px 0;*/ }
      @media screen and (min-width: 1024px) {
        .actu__featured .actu__item .MagazineList__tags > .Label {
          float: none; } }
    @media screen and (min-width: 1024px) {
      .actu__featured .actu__item .MagazineList__tags {
        position: static;
        width: 100%;
        text-align: left;
        margin-left: 0;
        margin-top: 20px; } }

@media screen and (min-width: 1024px) {
  .actu__item .MagazineList__description-title, .actu__item .actu__item--text {
    width: 65%;
    float: none; } }

.actu__item .MagazineList__description-content {
  margin: 0;
  line-height: 25px;
  padding: 2px 0;
  color: #757575; }
  .actu__item .MagazineList__description-content span {
    margin-left: 5px; }

.actu__item .StackedList__card {
  /*display: flex;*/ }

.actu__item .StackedList__card-author {
  margin-top: 5px;
  margin-bottom: 15px; }

.actu__item .StackedList__card-title {
  width: 83.33333%;
  padding: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .actu__item .StackedList__card-title {
      width: 75.64103%;
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .actu__item .StackedList__card-title {
      width: 100%;
      margin-top: 13px; } }

.actu.StackedList {
  /*margin-bottom: 60px;*/ }
  @media screen and (max-width: 767px) {
    .actu.StackedList {
      /*margin-bottom: 30px;*/ } }

.actu__stackedList-desc {
  margin: 15px 0;
  line-height: 25px;
  color: #757575; }
  @media screen and (max-width: 1023px) {
    .actu__stackedList-desc {
      margin: 10px 0; } }

.actu__item--text {
  width: 100%;
  color: #757575;
  font-size: 18px;
  line-height: 30px; }
  html.PFCentroSansPro-loaded .actu__item--text,
  html.fonts-loaded .actu__item--text {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 767px) {
    .actu__item--text {
      font-size: 16px;
      line-height: 25px; } }

/** Article Actu (communiqué) **/
.Article__actu {
  position: relative; }
  .Article__actu .Article__header {
    margin-left: 16.66667%;
    margin-right: 16.66667%; }
    @media screen and (min-width: 1024px) {
      .Article__actu .Article__header {
        margin-bottom: 35px; }
        .Article__actu .Article__header h1 {
          font-size: 40px;
          line-height: 45px; } }
    @media screen and (max-width: 1023px) {
      .Article__actu .Article__header {
        margin-left: 0;
        margin-right: 0; } }
    .Article__actu .Article__header .actu__date {
      margin: 15px 0; }
  .Article__actu .Article__nav-wrapper {
    position: absolute;
    width: 100%;
    padding-top: 25px;
    border-top: 1px solid #d8d8d8;
    bottom: -60px; }
    @media screen and (min-width: 1024px) {
      .Article__actu .Article__nav-wrapper {
        position: relative;
        border: none;
        bottom: 400px; } }
    @media screen and (max-width: 767px) {
      .Article__actu .Article__nav-wrapper {
        position: absolute;
        bottom: 0; } }
  .Article__actu .Article__nav {
    position: absolute;
    width: 16.66667%;
    line-height: 25px;
    color: #050505;
    font-weight: 500; }
    .Article__actu .Article__nav.navprev {
      left: 0;
      padding-right: 30px;
      text-align: left; }
    .Article__actu .Article__nav.navnext {
      right: 0;
      padding-left: 30px;
      text-align: right; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .Article__actu .Article__nav {
        width: 50%; }
        .Article__actu .Article__nav.navprev i {
          float: left;
          margin-right: 25px; }
        .Article__actu .Article__nav.navnext i {
          float: right;
          margin-left: 25px; } }
    @media screen and (max-width: 767px) {
      .Article__actu .Article__nav {
        width: 50%;
        height: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; } }
    .Article__actu .Article__nav svg path {
      stroke: #050505; }
      .Article__actu .Article__nav svg path:last-child {
        stroke: none; }
    .Article__actu .Article__nav:hover {
      color: #757575; }
      .Article__actu .Article__nav:hover svg path {
        stroke: #050505; }
        .Article__actu .Article__nav:hover svg path:last-child {
          stroke: none;
          fill: #757575; }
    .Article__actu .Article__nav i {
      display: block;
      margin-bottom: 15px; }
  .Article__actu .Article__hero-image {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .Article__actu .Article__hero-image {
        margin: 0; } }
  .Article__actu .Article__more .HorizontalList li,
  .Article__actu .Article__more .title-module {
    border-color: #d8d8d8; }

.actu__date {
  color: #757575;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal; }

.actu__title {
  margin: 0;
  color: #050505;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-18-loaded .actu__title,
  html.fonts-loaded .actu__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; }
  .actu__title.hover {
    color: #757575; }
  @media screen and (min-width: 768px) {
    .actu__title {
      font-size: 25px;
      line-height: 30px; } }
  @media screen and (max-width: 767px) {
    .actu__title {
      font-size: 20px;
      line-height: 25px; } }

.actu-desc {
  color: #757575; }

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

/**  Actu home **/
.actu__home {
  padding-top: 40px; }
  .actu__home .actu__home--main {
    display: table-cell;
    width: 67.09402%;
    padding-right: 15px;
    float: left; }
  .actu__home .actu__home--aside {
    display: table-cell;
    width: 32.90598%;
    padding-left: 15px;
    float: right; }
    @media screen and (min-width: 560px) and (max-width: 1023px) {
      .actu__home .actu__home--aside .aside__left, .actu__home .actu__home--aside .aside__right {
        width: calc(50% - 15px); }
      .actu__home .actu__home--aside .aside__left {
        float: left;
        margin-right: 15px; }
      .actu__home .actu__home--aside .aside__right {
        float: right;
        margin-left: 15px; } }
  @media screen and (max-width: 1023px) {
    .actu__home {
      padding-top: 20px; }
      .actu__home .actu__home--main, .actu__home .actu__home--aside {
        display: block;
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0; } }

.actu__home--grid > ul {
  /*display: table;*/
  /*margin-bottom: 15px;*/ }
  .actu__home--grid > ul > li {
    width: 50%;
    padding: 0 15px 30px;
    display: inline-block;
    vertical-align: top;
    float: left; }
    .actu__home--grid > ul > li::after {
      content: "";
      display: table;
      clear: both; }
    .actu__home--grid > ul > li:nth-child(even) {
      clear: both; }
    .actu__home--grid > ul > li:first-child {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .actu__home--grid > ul > li {
        width: 100%;
        padding: 0 10px 20px; } }

.actu__home--grid-item .actu__date {
  margin: 25px 0 10px; }

@media screen and (max-width: 767px) {
  .actu__home--grid-item {
    border-top: 1px solid #dddddd;
    padding-top: 20px; } }

.actu__tag-box {
  background-color: #ededed;
  border-radius: 4px;
  padding: 15px 30px 30px;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .actu__tag-box {
      padding: 15px; } }
  .actu__tag-box > .Label {
    margin-bottom: 6px; }

.actu__breve-banner {
  font-size: 18px;
  height: 70px; }
  .actu__breve-banner p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid #d8d8d8; }
  .actu__breve-banner .actu__date {
    display: inline-block; }
  @media screen and (max-width: 767px) {
    .actu__breve-banner {
      font-size: 16px;
      height: auto; }
      .actu__breve-banner p {
        border-top: 1px solid #dddddd;
        white-space: normal;
        overflow: visible;
        text-overflow: clip; } }

/**  homePage - section Actu **/
.actu__home--mainwrapper {
  display: table;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 60px;
  width: 100%; }
  .actu__home--mainwrapper .StackedList__item {
    padding: 0; }
    .actu__home--mainwrapper .StackedList__item:first-child > .StackedList__card {
      border-top: none; }
  .actu__home--mainwrapper .StackedList__card {
    border-top: 1px solid #d8d8d8; }
  .actu__home--mainwrapper .StackedList__card-image {
    width: 24.02597%; }
    @media screen and (max-width: 767px) {
      .actu__home--mainwrapper .StackedList__card-image {
        width: 100%; } }
  .actu__home--mainwrapper .StackedList__card-title {
    width: 75%; }

/** @define Article; use strict */
/*
 * Article Layout style and organization
*/
.Article {
  margin-top: 66px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Article {
      margin-top: 47px;
      margin-bottom: 100px; } }
  @media screen and (min-width: 1024px) {
    .Article {
      margin-bottom: 150px; } }
  @media (max-width: 340px) {
    .Article {
      margin-top: 28px; } }

.Article__actu {
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Article__actu {
      margin-top: 0;
      margin-bottom: 200px; } }
  @media screen and (max-width: 767px) {
    .Article__actu {
      margin-top: 0;
      margin-bottom: 170px; } }
  .Article__actu .Article__header {
    padding-top: 60px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .Article__actu .Article__header {
        padding-top: 40px; } }
    @media screen and (max-width: 767px) {
      .Article__actu .Article__header {
        padding-top: 25px; } }

.Article__header {
  margin-bottom: 70px;
  text-align: center; }
  .Article__header::after {
    content: "";
    display: table;
    clear: both; }
  .Article__header p {
    color: #757575; }
  .Article__header h1 {
    margin: 0 0 15px; }
  .Article__header h1 > span {
    color: #757575; }
  .Article__header .BlockSound {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Article__header {
      margin-bottom: 34px; }
      .Article__header h1 {
        font-size: 35px;
        line-height: 45px; } }
  @media screen and (max-width: 767px) {
    .Article__header {
      margin-bottom: 26px; }
      .Article__header h1 {
        font-size: 25px;
        line-height: 35px; } }
  @media (max-width: 340px) {
    .Article__header {
      margin-bottom: 24px; }
      .Article__header h1 {
        font-size: 25px;
        line-height: 30px; } }

.Article__body {
  position: relative;
  margin-bottom: 40px; }
  .Article__body::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 1024px) {
    .Article__body {
      min-height: 230px; } }

.Article__body .Article--main-column {
  width: 68.37607%;
  margin-left: 17.09402%;
  float: none; }
  @media screen and (min-width: 1024px) {
    .Article__body .Article--main-column {
      padding-right: 30px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Article__body .Article--main-column {
      margin-left: 0;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .Article__body .Article--main-column {
      margin-left: 0;
      width: 100%; } }

.Article__body .Article--full-column {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (min-width: 1024px) {
  .Article--main-column .Article__breakout-main-column {
    margin-left: 25%;
    margin-right: 25%; } }

.Article__tags {
  margin-top: 34px; }
  .Article__tags.Article__tags--centered {
    text-align: center;
    padding-right: 0 !important;
    width: auto;
    margin: 0; }

.Article__social {
  float: left;
  width: 16.66667%;
  margin-top: 7px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .Article__social {
      margin: 0 0 51px;
      position: static;
      float: left;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
  .Article__social.Article__social--centered {
    float: none;
    position: static;
    margin: 0 auto 51px;
    width: auto; }
  @media print {
    .Article__social {
      display: none; } }

.Article__social-box {
  width: 60px;
  border: 1px solid #dddddd;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 10px 0;
  margin-left: 69px; }
  .light-gray-bg .Article__social-box {
    border-color: #d8d8d8; }
  .Article__social-box > li {
    margin: 13px 0 19px; }
    .Article__social-box > li:last-child {
      margin-bottom: 13px; }
  .Article__social-box button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 13px; }
    .Article__social-box button.button-print {
      font-size: 15px; }
    .Article__social-box button:focus {
      outline: none; }
  .Article__social-box a svg path,
  .Article__social-box button svg path {
    fill: #cccccc;
    transition: 140ms ease-in-out fill; }
  .Article__social-box a:hover svg path,
  .Article__social-box button:hover svg path {
    fill: #050505; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .Article__social-box {
      margin-left: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Article__social-box li {
      padding: 0 15px; } }
  @media screen and (max-width: 1023px) {
    .Article__social-box {
      display: inline-block;
      width: auto;
      margin-left: 0;
      padding: 13px 9px 0; }
      .Article__social-box li {
        margin: 0;
        display: inline-block; }
      .Article__social-box .icon-mail {
        top: -2px; } }
  @media screen and (max-width: 767px) {
    .Article__social-box li {
      padding: 0 10px; } }
  .Article__social--centered .Article__social-box {
    display: inline-block;
    width: auto;
    margin-left: 0;
    padding: 13px 9px 0; }
    .Article__social--centered .Article__social-box li {
      margin: 0 0 13px;
      padding: 0 15px;
      display: inline-block; }
    .Article__social--centered .Article__social-box .icon-mail {
      top: -2px; }

.Article__ad iframe {
  display: block;
  width: 100%;
  max-width: 1230px;
  height: 140px;
  margin: 0 auto;
  border: none;
  padding: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .Article__ad iframe {
      height: 50px; } }

.Article__more {
  margin-top: 80px;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Article__more {
      margin-top: 72px; } }
  @media screen and (max-width: 767px) {
    .Article__more {
      margin-top: 53px; } }
  @media print {
    .Article__more {
      display: none; } }
  .Article__more .title-module {
    font-size: 16px;
    padding-bottom: 21px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .Article__more .title-module {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .Article__more .title-module {
        padding-bottom: 7px;
        margin-bottom: 0;
        border: 0; } }

.Article__hero-image {
  margin: 0 0 105px; }
  .Article__hero-image img {
    vertical-align: middle; }
    @media screen and (max-width: 1023px) {
      .Article__hero-image img {
        width: 100%;
        height: 100%;
        transform: translateX(-50vw); } }
  .Article__hero-image figcaption {
    margin-top: 29px;
    line-height: 25px;
    text-align: center; }
    .Article__hero-image figcaption .large-text {
      margin: 0; }
  @media screen and (max-width: 1023px) {
    .Article__hero-image {
      margin-bottom: 43px; } }

.Article__hero-image--auto-width {
  text-align: center; }
  .Article__hero-image--auto-width img {
    width: auto;
    max-width: 100%; }

.Article__sidebox {
  width: 34.18803%;
  padding-left: 30px;
  float: right; }
  @media print {
    .Article__sidebox {
      display: none; } }
  .Article__sidebox .title-module {
    margin: 4px 0 13px;
    font-size: 16px; }

.Article__slideshow {
  position: relative;
  margin-bottom: 89px;
  overflow: auto;
  background-color: #050505; }

.Article__slideshow-launch {
  display: block;
  width: 27px;
  height: 23px;
  position: absolute;
  top: 34px;
  right: 34px;
  border: 0;
  background-color: transparent; }

.Article__slideshow-title {
  margin: 0 auto;
  padding-top: 41px;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  text-align: center; }
  html.aw-conqueror-didot-light-18-loaded .Article__slideshow-title,
  html.fonts-loaded .Article__slideshow-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; }

.Article__slideshow-subtitle {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: 1;
  color: #757575;
  text-align: center; }
  html.PFCentroSansPro-loaded .Article__slideshow-subtitle,
  html.fonts-loaded .Article__slideshow-subtitle {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }

.Article__slideshow-captions {
  margin-top: 32px;
  margin-bottom: 53px; }

.Article__slideshow-caption,
.Article__slideshow-copyright {
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #fff; }
  html.PFCentroSansPro-loaded .Article__slideshow-caption,
  html.fonts-loaded .Article__slideshow-caption, html.PFCentroSansPro-loaded
  .Article__slideshow-copyright,
  html.fonts-loaded
  .Article__slideshow-copyright {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }

.Article__slideshow-copyright {
  color: #757575; }

.Article__sidebox-title {
  float: left;
  width: 100%; }

.Ad iframe {
  display: block;
  width: 100%;
  max-width: 1230px;
  height: 140px;
  margin: 0 auto;
  border: none;
  padding: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .Ad iframe {
      height: 50px; } }

/** define breves; use strict **/
.breve__featured {
  background-color: #ededed; }

.brevelistwrapper {
  /*border-bottom: 1px solid $grey-light-1;*/
  margin-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .brevelistwrapper {
      margin-bottom: 40px; } }

.brevelist {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media screen and (max-width: 1023px) {
    .actu__home--mainwrapper .brevelist {
      border-top: 1px solid #d8d8d8; } }

.breve {
  margin-left: calc(100% / 12);
  border-left: solid 1px #d8d8d8;
  padding-top: 50px;
  padding-left: calc(100% / 12);
  padding-right: calc(100% / 6); }
  .breve:last-child {
    padding-bottom: 50px; }
  .actu__home--aside .breve {
    padding-top: 30px;
    padding-right: calc(100% / 12); }
    .actu__home--aside .breve:last-child {
      padding-bottom: 30px; }

.breve__date {
  margin-left: calc(-8px - calc(100% / 8));
  color: #757575;
  font-size: 14px;
  text-transform: uppercase; }
  .breve__date i {
    float: none;
    display: inline-block;
    vertical-align: bottom; }
  .breve__date .icon-clock {
    background-color: white; }
    .light-gray-bg .breve__date .icon-clock {
      background-color: #ededed; }
  .actu__home--aside .breve__date {
    margin-left: calc(-8px - calc(100% / 9)); }

.breve__pickaday input {
  padding-right: 30px;
  border: none;
  text-align: right; }

.breve__pickaday .icon-dropdown-trigger {
  background-position: right;
  width: auto; }

.breve__month {
  width: calc(100% / 6);
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize; }
  @media screen and (max-width: 767px) {
    .breve__month {
      font-size: 16px; } }

.breve__title {
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-18-loaded .breve__title,
  html.fonts-loaded .breve__title {
    font-family: "aw-conqueror-didot-light-18", "Times New Roman", Times, Georgia, serif;
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1; }
  @media screen and (max-width: 767px) {
    .breve__title {
      font-size: 20px;
      line-height: 25px; } }
  .actu__home--aside .breve__title {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    padding: 20px 0 0; }
    html.PFCentroSansPro-loaded .actu__home--aside .breve__title,
    html.fonts-loaded .actu__home--aside .breve__title {
      font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
    @media screen and (max-width: 767px) {
      .actu__home--aside .breve__title {
        font-size: 16px;
        line-height: 20px; } }

.breve__text {
  margin: 0;
  color: #757575;
  font-size: 18px;
  line-height: 30px; }
  @media screen and (max-width: 767px) {
    .breve__text {
      font-size: 16px;
      line-height: 20px; } }
  .breve__text p {
    margin: 0; }

/* everything that's set up here for now : will live in diff, component files once I have a clear pictures of those! */
@media screen and (min-width: 1280px) {
  .Home__FeaturedList {
    margin-bottom: 50px; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .Home__FeaturedList {
    margin-bottom: 72px; }
    .Home__FeaturedList .EventsList__list-item:first-child .EventsList__card {
      border-top: 1px solid #dddddd; }
    .Home__FeaturedList .EventsList__list-item:last-child .EventsList__card {
      border-bottom: 0; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Home__FeaturedList {
    margin-bottom: 70px; }
    .Home__FeaturedList .EventsList__list-item:first-child .EventsList__card {
      border-top: 1px solid #dddddd; }
    .Home__FeaturedList .EventsList__list-item:last-child .EventsList__card {
      border-bottom: 0; } }

@media screen and (max-width: 767px) {
  .Home__FeaturedList {
    margin-bottom: 0; }
    .Home__FeaturedList .EventsList__list-item:first-child .EventsList__card {
      border-top: none; } }

.Home__FeaturedList .TitleSponsor.TitleSponsor--margin-bottom {
  margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .Home__FeaturedList .TitleSponsor.TitleSponsor--margin-bottom {
      margin-bottom: 9px; } }

.Home__RollCarousel {
  padding: 45px 0 50px; }
  @media screen and (max-width: 767px) {
    .Home__RollCarousel {
      padding-bottom: 36px;
      padding-top: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Home__RollCarousel {
      padding-bottom: 76px;
      padding-top: 26px; } }
  @media screen and (min-width: 1024px) {
    .Home__RollCarousel {
      padding-bottom: 61px; } }
  .Home__RollCarousel .RollCarousel {
    margin-top: 25px; }
    @media screen and (min-width: 768px) {
      .Home__RollCarousel .RollCarousel {
        margin-top: 35px; } }

@media screen and (min-width: 1280px) {
  .Home__prochainement {
    margin-top: 45px; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .Home__prochainement {
    margin-top: 35px; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Home__prochainement {
    margin-top: 35px; } }

@media screen and (max-width: 767px) {
  .Home__prochainement {
    margin-top: 19px; } }

.Home__ads {
  margin: 25px 0; }
  @media screen and (min-width: 768px) {
    .Home__ads {
      margin: 50px 0 50px; } }
  .Home__ads img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto; }
  .Home__ads iframe {
    display: block;
    width: 100%;
    max-width: 1230px;
    height: 140px;
    margin: 0 auto;
    border: none;
    padding: 0;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .Home__ads iframe {
        height: 50px; } }

.Home__MagazineList {
  margin-bottom: 100px;
  margin-top: 26px; }
  @media screen and (max-width: 767px) {
    .Home__MagazineList .MagazineList {
      margin-bottom: 23px; } }

.Home__3s-teaser {
  /*margin-top: 60px;*/ }

@media screen and (max-width: 1023px) {
  .Home__Octave-magazine-content {
    padding: 0; } }

.Home__Octave-magazine-content-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(-1 * 15px);
  padding: 0 0 calc(2 * 30px); }

.Home__Octave-magazine-articles {
  width: 66.66667%; }
  @media screen and (max-width: 1023px) {
    .Home__Octave-magazine-articles {
      width: 100%; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Home__Octave-magazine-articles {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .Home__Octave-magazine-articles {
      padding: 0 25px; } }

.Home__Octave-magazine-medias {
  width: 33.33333%;
  padding: 0 15px; }
  .Home__Octave-magazine-medias-inner {
    background: #1a1a1a;
    padding: 30px 15px 0; }
  @media screen and (max-width: 1023px) {
    .Home__Octave-magazine-medias {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .Home__Octave-magazine-medias {
      padding-left: 10px;
      padding-right: 10px; } }

.Home__Octave-magazine .TitleSponsor__link {
  margin-top: 68px; }

@media screen and (min-width: 1024px) {
  .Home__Octave-magazine .OctaveList--2-col .OctaveList__item {
    width: 100%; } }

/** @define HorizontalList; use strict */
/* TODO: hot fix. rework needed when/if we recreate this page template */
.SeasonIntro__list .HorizontalList--small-2by2 {
  display: flex;
  flex-wrap: wrap; }
  .SeasonIntro__list .HorizontalList--small-2by2 > li {
    float: none; }

.HorizontalList {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .HorizontalList::after {
    content: "";
    display: table;
    clear: both; }
  .HorizontalList.m-30 {
    margin: 30px 0; }
    @media screen and (max-width: 767px) {
      .HorizontalList.m-30 {
        margin: 19px 0; } }

.HorizontalList--boutique > li {
  padding: 0; }
  .HorizontalList--boutique > li .HorizontalList__card::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 1023px) {
    .HorizontalList--boutique > li .HorizontalList__card {
      border-bottom: 1px solid #d8d8d8; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .HorizontalList--boutique > li .HorizontalList__card {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .HorizontalList--boutique > li .HorizontalList__card {
      padding-top: 20px;
      padding-bottom: 30px; } }
  .HorizontalList--boutique > li:hover .title-listing-subtitle {
    color: #757575; }
  @media screen and (min-width: 1024px) {
    .HorizontalList--boutique > li {
      float: left;
      width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 1023px) {
    .HorizontalList--boutique > li {
      float: left;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      .HorizontalList--boutique > li .HorizontalList__card {
        border-bottom: 1px solid #d8d8d8; }
      .HorizontalList--boutique > li:first-child .HorizontalList__card {
        padding-top: 0; }
      .HorizontalList--boutique > li:last-child .HorizontalList__card {
        border: 0; } }
  .HorizontalList--boutique > li .title-listing-subtitle {
    margin-top: 21px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .HorizontalList--boutique > li .title-listing-subtitle {
        margin: 0; } }
    @media screen and (max-width: 767px) {
      .HorizontalList--boutique > li .title-listing-subtitle {
        margin-top: 18px; } }
  .HorizontalList--boutique > li .HorizontalList__description-link {
    position: relative;
    float: left;
    width: 100%;
    font-size: 18px; }
    .HorizontalList--boutique > li .HorizontalList__description-link p.light-text {
      margin-top: 7px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .HorizontalList--boutique > li .HorizontalList__description-link {
        width: 66.66667%;
        padding-left: 30px; } }
    @media screen and (max-width: 767px) {
      .HorizontalList--boutique > li .HorizontalList__description-link .light-text {
        margin: 7px 0 8px; } }
  .HorizontalList--boutique > li .HorizontalList__price {
    margin: 11px 0 0;
    font-size: 18px;
    color: #998b77; }
    @media screen and (max-width: 767px) {
      .HorizontalList--boutique > li .HorizontalList__price {
        margin-bottom: 5px;
        font-size: 16px; } }
    .HorizontalList--boutique > li .HorizontalList__price .promo {
      display: inline-block;
      margin-left: 6px;
      font-size: 16px;
      color: #757575; }
  .HorizontalList--boutique > li .HorizontalList__image {
    padding: 30px 0;
    background-color: white;
    float: left; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .HorizontalList--boutique > li .HorizontalList__image {
        width: 33.33333%; } }
    @media screen and (max-width: 767px) {
      .HorizontalList--boutique > li .HorizontalList__image {
        padding-top: 23px;
        padding-bottom: 23px; } }
    @media screen and (min-width: 1280px) {
      .HorizontalList--boutique > li .HorizontalList__image img {
        height: 210px; } }
    @media screen and (min-width: 1024px) and (max-width: 1279px) {
      .HorizontalList--boutique > li .HorizontalList__image img {
        height: 164px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .HorizontalList--boutique > li .HorizontalList__image img {
        height: 120px; } }
    @media screen and (max-width: 767px) {
      .HorizontalList--boutique > li .HorizontalList__image img {
        height: 158px; } }

.HorizontalList--boutique-o > li .HorizontalList__image {
  border: 1px solid #dddddd; }

@media screen and (min-width: 1280px) {
  .HorizontalList--boutique-o > li .HorizontalList__price {
    position: static; } }

@media screen and (min-width: 1024px) {
  .Article--main-column .HorizontalList > li,
  .grid-main.HorizontalList > li,
  .grid-main .HorizontalList > li {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px; }
    .Article--main-column .HorizontalList > li:nth-child(n+4),
    .grid-main.HorizontalList > li:nth-child(n+4),
    .grid-main .HorizontalList > li:nth-child(n+4) {
      display: none; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .Article--main-column .HorizontalList li,
  .grid-main.HorizontalList li,
  .grid-main .HorizontalList li {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (min-width: 768px) {
  .Article--main-column .HorizontalList,
  .grid-main.HorizontalList,
  .grid-main .HorizontalList {
    margin-left: -15px;
    margin-right: -15px; } }

@media screen and (max-width: 767px) {
  .Article--main-column .HorizontalList li,
  .grid-main.HorizontalList li,
  .grid-main .HorizontalList li {
    float: left;
    width: 100%;
    border-top: 1px solid #dddddd; }
    .Article--main-column .HorizontalList li:last-child,
    .grid-main.HorizontalList li:last-child,
    .grid-main .HorizontalList li:last-child {
      border: 0; }
  .Article--main-column .HorizontalList .HorizontalList__image,
  .grid-main.HorizontalList .HorizontalList__image,
  .grid-main .HorizontalList .HorizontalList__image {
    display: none; } }

.Article--main-column .HorizontalList li:last-child,
.grid-main.HorizontalList li:last-child,
.grid-main .HorizontalList li:last-child {
  margin-right: 0; }

.Article--main-column .HorizontalList p,
.grid-main.HorizontalList p,
.grid-main .HorizontalList p {
  margin: 16px 0 0;
  color: #050505;
  font-size: 16px;
  line-height: 25px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Article--main-column .HorizontalList p,
    .grid-main.HorizontalList p,
    .grid-main .HorizontalList p {
      margin-top: 10px; } }
  .Article--main-column .HorizontalList p span,
  .grid-main.HorizontalList p span,
  .grid-main .HorizontalList p span {
    color: #757575; }

.HorizonalList img {
  vertical-align: middle; }

.HorizontalList__star-icon {
  display: block;
  float: left;
  margin-right: 5px;
  position: relative;
  top: 1px; }
  .HorizontalList__star-icon path {
    fill: #000; }
    .no-touch a:hover .HorizontalList__star-icon path {
      fill: #757575; }

.HorizontalList__image {
  width: 100%;
  text-align: center; }
  .HorizontalList__image img {
    width: auto;
    max-height: 150px; }

.HorizontalList--offers {
  margin-bottom: 15px; }
  .HorizontalList--offers > li {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .HorizontalList--offers > li {
        width: 100%;
        float: none; } }
    .HorizontalList--offers > li:last-child {
      margin-right: 0; }
    .HorizontalList--offers > li .HorizontalList__image {
      margin-top: 30px;
      width: 100px;
      float: left;
      text-align: left;
      position: absolute; }
      .HorizontalList--offers > li .HorizontalList__image a, .HorizontalList--offers > li .HorizontalList__image img {
        display: block; }
      @media screen and (max-width: 1023px) {
        .HorizontalList--offers > li .HorizontalList__image {
          display: none; } }
    .HorizontalList--offers > li .HorizontalList__linkWrapper:hover .sub-link {
      text-decoration: underline; }
    .HorizontalList--offers > li .HorizontalList--desc {
      margin-top: 28px;
      margin-left: 100px;
      float: left; }
      @media screen and (max-width: 1023px) {
        .HorizontalList--offers > li .HorizontalList--desc {
          margin-left: 0;
          float: none; } }
      .HorizontalList--offers > li .HorizontalList--desc .title-listing {
        /* margin: 28px 0 0; */
        margin: 0;
        line-height: 30px;
        color: #050505; }
        @media screen and (max-width: 767px) {
          .HorizontalList--offers > li .HorizontalList--desc .title-listing {
            font-size: 20px; } }
      .HorizontalList--offers > li .HorizontalList--desc p {
        margin: 10px 0;
        color: #757575;
        font-size: 16px;
        line-height: 25px; }
        @media screen and (max-width: 767px) {
          .HorizontalList--offers > li .HorizontalList--desc p {
            margin: 2px 0 4px 0; } }
      .HorizontalList--offers > li .HorizontalList--desc .sub-link {
        color: #345472; }
      .HorizontalList--offers > li .HorizontalList--desc a {
        color: #606060;
        font-size: 16px;
        line-height: 25px; }
        .HorizontalList--offers > li .HorizontalList--desc a:hover {
          text-decoration: underline; }

.Article__sidebox .HorizontalList {
  float: left; }
  .Article__sidebox .HorizontalList li {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-top: 1px solid #dddddd; }
    .light-gray-bg .Article__sidebox .HorizontalList li {
      border-color: #d8d8d8; }
    .Article__sidebox .HorizontalList li:nth-child(n+4) {
      display: none; }
  .Article__sidebox .HorizontalList .HorizontalList__image {
    width: 50%;
    padding-right: 15px;
    float: left; }
  .Article__sidebox .HorizontalList .HorizontalList__text {
    width: 50%;
    float: left;
    margin: 0;
    padding-left: 15px;
    color: #050505;
    font-size: 16px;
    line-height: 25px; }
    .Article__sidebox .HorizontalList .HorizontalList__text span {
      color: #757575; }
  .Article__sidebox .HorizontalList .actu {
    float: none; }
    .Article__sidebox .HorizontalList .actu .HorizontalList__image {
      float: right;
      padding-right: 0;
      padding-left: 15px; }
    .Article__sidebox .HorizontalList .actu .HorizontalList__text {
      padding-left: 0;
      padding-right: 15px; }
    .Article__sidebox .HorizontalList .actu li {
      position: relative;
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 15px;
      padding-right: 15px;
      border-top: none; }
      .Article__sidebox .HorizontalList .actu li:hover {
        background-color: white; }
      .Article__sidebox .HorizontalList .actu li:before {
        position: absolute;
        content: "";
        width: calc(100% - 30px);
        height: 1px;
        top: 0;
        left: 15px;
        background-color: #d8d8d8; }

@media screen and (max-width: 767px) {
  .Article__more .HorizontalList li {
    margin: 8px 0 15px;
    border-top: 1px solid #dddddd; } }

.HorizontalList--medium {
  font-size: 0; }
  .HorizontalList--medium > li {
    width: 33.33333%;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: medium;
    font-size: initial; }
  @media screen and (max-width: 767px) {
    .HorizontalList--medium > li {
      width: 100%; } }

/* HorizontalList--small - Used in ticketing subscription detail */
.HorizontalList--small {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .HorizontalList--small {
      padding-top: 20px; } }
  .HorizontalList--small > li {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .HorizontalList--small > li {
        float: left;
        width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      .HorizontalList--small > li {
        width: 100%;
        float: none; } }

.HorizontalList--small-2by2 {
  padding-top: 10px; }
  @media screen and (max-width: 767px) {
    .HorizontalList--small-2by2 {
      padding-top: 20px; } }
  .HorizontalList--small-2by2 > li {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .HorizontalList--small-2by2 > li {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      .HorizontalList--small-2by2 > li {
        width: 100%;
        float: none; } }
  .HorizontalList--small-2by2 .HorizontalList--small__title {
    font-size: 24px; }
  .HorizontalList--small-2by2 .HorizontalList--small__card {
    display: block; }

.HorizontalList--3by3 {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .HorizontalList--3by3 {
      padding-top: 20px; } }
  .HorizontalList--3by3 > li {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .HorizontalList--3by3 > li {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      .HorizontalList--3by3 > li {
        float: left;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }

.HorizontalList--small__card {
  margin: 0 0 45px 0;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  font-size: 16px;
  line-height: 25px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .HorizontalList--small__card {
      display: block;
      width: 100%; } }
  .HorizontalList--small__card p {
    margin: 0; }

.HorizontalList--small__author {
  margin-top: 13px;
  margin-bottom: 14px; }
  .HorizontalList--small__author span.black-text,
  .HorizontalList--small__author a.black-text {
    margin-left: 10px; }

.HorizontalList--small__image {
  text-transform: uppercase;
  color: #050505; }
  html.PFCentroSansProMed-loaded .HorizontalList--small__image,
  html.fonts-loaded .HorizontalList--small__image {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif;
    font-weight: 500; }
  .HorizontalList--small__image:hover {
    color: #757575; }
  .HorizontalList--small__image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    margin-bottom: 15px; }
  .HorizontalList--small__image a {
    color: rgba(0, 0, 0, 0.9); }

.HorizontalList--small__title {
  font-size: 20px; }
  .HorizontalList--small__title .first-letter-star {
    display: block;
    margin: 10px 0; }

.HorizontalList--small__metadata {
  margin-top: 10px; }

.HorizontalList--small__footer {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #dddddd;
  padding-top: 30px; }
  .HorizontalList--small__footer .HorizontalList--small__footer--link {
    font-size: 18px;
    float: left;
    display: block;
    line-height: 50px;
    margin-right: 40px; }
    @media screen and (max-width: 767px) {
      .HorizontalList--small__footer .HorizontalList--small__footer--link {
        text-align: left;
        float: none;
        margin-right: 0;
        line-height: 25px;
        padding: 2px 0;
        font-size: 16px; } }
  .HorizontalList--small__footer .Button {
    float: right; }
    @media screen and (max-width: 767px) {
      .HorizontalList--small__footer .Button {
        float: none;
        width: 100%;
        display: block;
        margin-bottom: 15px; } }

/* Mobile Resets */
@media screen and (max-width: 767px) {
  .HorizontalList.HorizontalList--boutique > li {
    padding-right: 10px;
    padding-left: 10px; } }

/* Octave modifiers */
.HorizontalList--octave li {
  padding-bottom: calc(30px + 20px); }
  .HorizontalList--octave li article {
    border: none; }

/** @define Label; use strict */
.Label {
  display: inline-block;
  padding: 8px 10px 7px 9px;
  border: 1px solid #dddddd;
  border-radius: 1px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  color: #757575;
  letter-spacing: 1px;
  white-space: nowrap; }
  .Label:hover {
    background-color: #ededed; }
  @media screen and (max-width: 767px) {
    .Label {
      margin: 0 0 5px; } }

.Label--reverse {
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: #757575; }

.Label--white {
  background-color: white; }

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

.Magazine--rubrique {
  padding-top: 25px;
  margin-bottom: 90px; }
  .Magazine--rubrique h3.title-quotes {
    margin-bottom: 24px; }

.Magazine--landing-list .Button {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 767px) {
    .Magazine--landing-list .Button {
      padding-left: 10px;
      padding-right: 10px; } }

.Magazine--landing-list .Button--margin {
  margin-top: 30px;
  margin-bottom: 51px; }
  @media screen and (max-width: 767px) {
    .Magazine--landing-list .Button--margin {
      margin: 19px 0 18px; } }

.Magazine--landing-list .MagazineList {
  margin-bottom: 121px; }
  @media screen and (max-width: 767px) {
    .Magazine--landing-list .MagazineList {
      margin-bottom: 61px; } }

.Magazine--landing-pre-footer {
  padding-top: 14px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Magazine--landing-pre-footer {
      padding-top: 60px; } }
  @media screen and (max-width: 767px) {
    .Magazine--landing-pre-footer {
      padding-top: 15px; } }

.Magazine--prefooter {
  padding-top: 45px; }
  .Magazine--prefooter .grid-container + .grid-container {
    margin-top: 26px; }
    @media screen and (max-width: 767px) {
      .Magazine--prefooter .grid-container + .grid-container {
        margin-top: 4px; } }
  @media screen and (max-width: 767px) {
    .Magazine--prefooter {
      padding-top: 26px; } }
  .Magazine--prefooter .MagazineList {
    margin-bottom: -10px; }
    @media screen and (max-width: 767px) {
      .Magazine--prefooter .MagazineList {
        margin-bottom: 0; } }
  .Magazine--prefooter .Magazine--prefooter-last {
    margin-bottom: 102px; }
    .Magazine--prefooter .Magazine--prefooter-last.MagazineList__item {
      margin-bottom: 86px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .Magazine--prefooter .MagazineList__description .title-oeuvre {
      margin-top: -3px; } }

/** @define MagazineList; use strict */
.MagazineList {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .MagazineList::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .MagazineList {
      width: 100%;
      float: left; } }
  @media print {
    .MagazineList {
      display: none; } }
  .MagazineList.MagazineList--border-b .MagazineList__item:last-child {
    border-bottom: 1px solid #dddddd; }
    @media screen and (max-width: 1279px) {
      .MagazineList.MagazineList--border-b .MagazineList__item:last-child {
        border-bottom: 0; } }

.MagazineList.MagazineList--no-borders > .MagazineList__item {
  border: none; }

.MagazineList.MagazineList--no-top-border .MagazineList__item:first-child {
  border: none; }

@media screen and (min-width: 1280px) {
  .MagazineList.grid-main {
    float: left;
    width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px; }
    .MagazineList.grid-main .MagazineList__item {
      padding-left: 0;
      padding-right: 0; }
    .MagazineList.grid-main .MagazineList__image {
      float: left;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 0 !important; }
    .MagazineList.grid-main .MagazineList__description {
      float: left;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .MagazineList.grid-main .MagazineList__image-wrapper {
      float: left;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
      .MagazineList.grid-main .MagazineList__image-wrapper .MagazineList__image {
        float: left;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .MagazineList.grid-main {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    .MagazineList.grid-main .MagazineList__image {
      float: left;
      width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 0 !important; }
    .MagazineList.grid-main .MagazineList__decription {
      float: left;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      float: left; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .MagazineList.grid-main .MagazineList__image {
    padding-left: 0 !important; } }

@media screen and (max-width: 767px) {
  .MagazineList.grid-main .MagazineList__image,
  .MagazineList.grid-main .MagazineList__description {
    padding: 0 !important;
    width: 100%; } }

.MagazineList__item {
  width: 100%;
  padding: 30px 0 29px;
  position: relative;
  border-top: 1px solid #dddddd; }
  .MagazineList__item::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .MagazineList__item {
      width: 100%;
      padding: 19px 0 20px; } }

.MagazineList__ad iframe {
  display: block;
  width: 100%;
  max-width: 1230px;
  height: 140px;
  margin: 0 auto;
  border: none;
  padding: 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .MagazineList__ad iframe {
      height: 50px; } }

.MagazineList__item-featured {
  position: relative;
  border-bottom: 1px solid #dddddd; }
  @media screen and (max-width: 767px) {
    .MagazineList__item-featured {
      padding-top: 0px;
      padding-bottom: 1px;
      margin-left: -30px;
      width: 118.4%;
      border-top: none; } }
  .MagazineList__item-featured > a {
    display: block;
    height: 100%;
    width: 100%; }
  .MagazineList__item-featured .MagazineList__image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .MagazineList__item-featured .MagazineList__image {
        display: block;
        position: static;
        height: 182px;
        padding: 0; } }
    .MagazineList__item-featured .MagazineList__image > img,
    .MagazineList__item-featured .MagazineList__image > x-object-fit {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .MagazineList__item-featured .MagazineList__description {
    width: 100%;
    float: left;
    padding: 0 40px;
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      .MagazineList__item-featured .MagazineList__description {
        margin-top: 0; } }
  .MagazineList__item-featured .MagazineList__description-title {
    margin: 0;
    color: white;
    font-weight: normal;
    font-family: "Times New Roman", Times, Georgia, serif;
    overflow: hidden; }
    html.aw-conqueror-didot-light-18-loaded .MagazineList__item-featured .MagazineList__description-title,
    html.fonts-loaded .MagazineList__item-featured .MagazineList__description-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; }
    .MagazineList__item-featured .MagazineList__description-title span {
      color: #757575; }
    @media screen and (min-width: 1024px) {
      .MagazineList__item-featured .MagazineList__description-title {
        width: 50%;
        font-size: 45px;
        line-height: 50px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .MagazineList__item-featured .MagazineList__description-title {
        width: 60%;
        font-size: 35px;
        line-height: 40px; } }
    @media screen and (max-width: 767px) {
      .MagazineList__item-featured .MagazineList__description-title {
        width: 100%;
        font-size: 20px;
        line-height: 25px; }
        .MagazineList__item-featured .MagazineList__description-title span {
          color: #606060; } }
  .MagazineList__item-featured .MagazineList__description-header {
    margin: 47px 0 17px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .MagazineList__item-featured .MagazineList__description-header {
        margin: 35px 0 23px; } }
    @media screen and (max-width: 767px) {
      .MagazineList__item-featured .MagazineList__description-header {
        margin: 13px 0 5px;
        color: #606060; } }
  .MagazineList__item-featured .MagazineList__description .title-listing-subtitle {
    color: #fff; }
  .MagazineList__item-featured .MagazineList__tags {
    position: static;
    float: left;
    width: auto;
    margin-left: 30px; }
    .MagazineList__item-featured .MagazineList__tags > .Label {
      margin: 0 5px 10px 0; }
    @media screen and (min-width: 1024px) {
      .MagazineList__item-featured .MagazineList__tags {
        margin-top: 81px;
        margin-bottom: 45px; } }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .MagazineList__item-featured .MagazineList__tags {
        margin-top: 50px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      .MagazineList__item-featured .MagazineList__tags {
        padding: 0;
        margin: 13px 0 22px 30px; } }
  .MagazineList__item-featured .MagazineList__caption-box {
    float: left;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .MagazineList__item-featured .MagazineList__caption-box {
        background-color: #050505; } }
  .MagazineList__item-featured + .MagazineList__item {
    border-top: none; }

/* Gradient */
.MagazineList__item-featured .MagazineList__image:before {
  content: '';
  background-image: linear-gradient(to right, black, rgba(0, 0, 0, 0));
  background-size: 66% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 30px; }
  @media screen and (max-width: 767px) {
    .MagazineList__item-featured .MagazineList__image:before {
      top: 0;
      bottom: 0;
      display: none; } }

.MagazineList__overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  .MagazineList__overlay-link ~ a,
  .MagazineList__overlay-link ~ * a {
    position: relative;
    z-index: 3; }

@media screen and (min-width: 768px) {
  .MagazineList__image {
    width: 32.90598%;
    float: left;
    padding-right: 15px; } }

@media screen and (min-width: 768px) {
  .grid-row .MagazineList__image {
    width: 33.33333%;
    float: left;
    padding-right: 15px;
    padding-left: 15px; } }

.MagazineList__image img, .MagazineList__image a {
  display: block; }

@media screen and (max-width: 767px) {
  .MagazineList .MagazineList__image {
    width: 100%;
    float: none; } }

@media screen and (min-width: 768px) {
  .MagazineList__description {
    width: 66.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }

@media screen and (max-width: 767px) {
  .MagazineList__description {
    width: 100%;
    margin-top: 13px; } }

.MagazineList__description-title {
  width: 65%;
  float: left;
  margin: 0;
  color: #050505;
  font-weight: normal;
  font-family: "Times New Roman", Times, Georgia, serif; }
  html.aw-conqueror-didot-light-18-loaded .MagazineList__description-title,
  html.fonts-loaded .MagazineList__description-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; }
  .MagazineList__description-title.hover {
    color: #757575; }
  .MagazineList__description-title span {
    color: #757575; }
  @media screen and (min-width: 768px) {
    .MagazineList__description-title {
      font-size: 25px;
      line-height: 35px; } }
  @media screen and (max-width: 1023px) {
    .MagazineList__description-title {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .MagazineList__description-title {
      font-size: 20px;
      line-height: 25px; } }

.MagazineList__description-header {
  margin: 0 0 9px 2px;
  font-size: 13px;
  line-height: 20px;
  color: #757575;
  text-transform: uppercase;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .MagazineList__description-header {
      margin: 0 0 5px; } }

.MagazineList__description > a {
  text-decoration: none; }

.MagazineList__description > a > p {
  margin: 0; }
  .MagazineList__description > a > p > span {
    color: #757575; }
  .MagazineList__description > a > p.hover {
    color: #757575; }

.MagazineList__title {
  text-decoration: none;
  display: block;
  margin-top: -5px;
  margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    .MagazineList__title {
      margin-top: 13px; } }
  .MagazineList__title.MagazineList__title--pushed {
    margin-top: 6px;
    margin-bottom: -5px; }
  .MagazineList__title a {
    color: #050505; }

.MagazineList__simple-desc {
  margin-top: 18px; }

.MagazineList__link-w-icon {
  margin-top: 15px; }
  .MagazineList__link-w-icon path {
    fill: currentColor; }
  .MagazineList__link-w-icon a:hover {
    color: #050505; }
    .MagazineList__link-w-icon a:hover path {
      fill: currentColor; }

.MagazineList__tags {
  width: 15.423%;
  float: left; }
  @media screen and (min-width: 1024px) {
    .MagazineList__tags > .Label {
      margin: 0 10px 10px 0;
      float: right; } }
  @media screen and (min-width: 1024px) {
    .MagazineList__tags {
      position: absolute;
      top: 30px;
      right: -10px; } }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .MagazineList__tags {
      width: 100%;
      text-align: left;
      margin-top: 19px;
      margin-left: 0; }
      .MagazineList__tags > .Label {
        margin-right: 6px; }
        .MagazineList__tags > .Label:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 767px) {
    .MagazineList__tags {
      text-align: left;
      width: 100%;
      margin: 13px 0 0; } }

.MagazineList__author {
  margin-top: 13px;
  margin-bottom: 14px; }
  .MagazineList__author span.black-text,
  .MagazineList__author a.black-text {
    margin-left: 10px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .MagazineList__author {
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .MagazineList__author {
      margin-top: 7px;
      margin-bottom: 9px; } }

.MagazineList__description--actions {
  width: 67.09402%;
  float: left;
  position: relative;
  padding-right: calc(190px + 30px);
  padding-left: 15px;
  line-height: 25px;
  word-wrap: break-word; }
  .MagazineList__description--actions .MagazineList__location,
  .MagazineList__description--actions .MagazineList__author,
  .MagazineList__description--actions .info-text {
    margin: 0;
    padding: 2px 0;
    line-height: 25px;
    /* Align the icons with the text
    *[class*="icon-"] {
      vertical-align: middle;
      margin-bottom: 3px;
    } */ }
  @media screen and (max-width: 1023px) {
    .MagazineList__description--actions {
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .MagazineList__description--actions {
      width: 100%;
      padding-left: 0;
      float: none; } }

.MagazineList__actions {
  width: 190px;
  right: 0;
  top: 0;
  position: absolute; }
  .MagazineList__actions a {
    margin: 0 0 20px; }
  @media screen and (max-width: 1023px) {
    .MagazineList__actions {
      position: static;
      width: auto;
      margin-top: 21px; }
      .MagazineList__actions a {
        margin: 0 15px 0 0; } }
  @media (max-width: 722px) {
    .MagazineList__actions {
      width: 100%; }
      .MagazineList__actions a {
        margin: 0;
        width: 100%; }
      .MagazineList__actions .Button + .Button {
        margin-top: 10px; } }

/* Used in Articles */
@media screen and (max-width: 767px) {
  .Article__body .MagazineList {
    padding: 0; }
    .Article__body .MagazineList .MagazineList__item > .grid-row {
      margin: 0; } }

.MagazineList--margins {
  margin: 54px 0 30px; }

.MagazineList--big {
  /* Custom media requested by the client */
  /* Custom media requested by the client */ }
  .MagazineList--big > li {
    padding: 30px 0; }
    .MagazineList--big > li:first-child {
      border-top: 0; }
  .MagazineList--big .MagazineList__description {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0; }
    .MagazineList--big .MagazineList__description .MagazineList--big__text {
      font-size: 18px;
      color: #606060;
      line-height: 30px; }
      .MagazineList--big .MagazineList__description .MagazineList--big__text ol {
        padding-left: 25px; }
      .MagazineList--big .MagazineList__description .MagazineList--big__text span {
        color: #757575; }
      .MagazineList--big .MagazineList__description .MagazineList--big__text a {
        color: inherit;
        border-bottom: 1px solid; }
        .MagazineList--big .MagazineList__description .MagazineList--big__text a:hover {
          border-bottom: none; }
  .MagazineList--big .info-text {
    margin: 5px 0; }
  @media (min-width: 768px) {
    .MagazineList--big .MagazineList__image {
      width: 50%;
      float: left;
      padding-right: 15px; } }
  @media (max-width: 768px) {
    .MagazineList--big {
      float: none; }
      .MagazineList--big > li {
        padding: 20px 0; }
      .MagazineList--big > .MagazineList__item .MagazineList__description {
        width: 100%;
        padding: 0; }
        .MagazineList--big > .MagazineList__item .MagazineList__description .MagazineList--big__text {
          font-size: 16px;
          line-height: 25px; }
      .MagazineList--big > .MagazineList__item .MagazineList__image {
        width: 100%;
        float: none;
        padding-right: 0; }
      .MagazineList--big .MagazineList__title {
        margin-top: 15px;
        font-size: 20px;
        line-height: 30px; }
      .MagazineList--big .info-text {
        font-size: 16px;
        line-height: 25px; } }
  .MagazineList--big .MagazineList__actions {
    position: static;
    width: auto;
    margin-top: 30px; }
    .MagazineList--big .MagazineList__actions .Button {
      margin-right: 15px;
      margin-bottom: 0; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .MagazineList--big .MagazineList__actions .Button {
        min-width: calc(50% - 30px);
        width: auto; } }
  .MagazineList--big .MagazineList__title {
    margin: 0 0 15px;
    font-weight: normal;
    font-family: "aw-conqueror-didot-light-18", Georgia, serif;
    font-size: 25px;
    line-height: 35px;
    /* Custom media requested by the client */ }
    .MagazineList--big .MagazineList__title.MagazineList__title--pushed {
      margin-top: 6px;
      margin-bottom: -5px; }
    .MagazineList--big .MagazineList__title a {
      color: #050505; }
    @media (min-width: 768px) {
      .MagazineList--big .MagazineList__title {
        width: 78%; } }
  .MagazineList--big .MagazineList__subtitle {
    margin-top: 6px;
    margin-bottom: 27px; }
    .MagazineList--big .MagazineList__subtitle .MagazineList__subtitle--black {
      color: #050505;
      padding-right: 16px; }

/* hover states */
.MagazineList__image:hover + .MagazineList__description--actions .title-oeuvre {
  color: #757575; }

.MagazineList__description--actions .MagazineList__title:hover .title-oeuvre {
  color: #757575; }

/* #541: New styles */
.MagazineList__description-play-title {
  margin: 33px 0 0px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal; }
  html.PFCentroSansPro-loaded .MagazineList__description-play-title,
  html.fonts-loaded .MagazineList__description-play-title {
    font-family: "PFCentroSansPro", Helvetica, Arial, sans-serif; }
  .MagazineList__description-play-title a {
    color: #050505; }
    .MagazineList__description-play-title a:hover {
      color: #757575; }

.MagazineList__description-play-type {
  margin: 10px 0 0;
  color: #757575; }

.MagazineList__description-play-author {
  display: inline-block;
  margin-left: 9px;
  color: #050505; }

.MagazineList__description-play-location {
  margin: 11px 0 0;
  color: #757575; }
  .MagazineList__description-play-location [class*=icon-] svg path {
    fill: #757575; }

/** @define Paginator; use strict */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 109px;
  line-height: 109px;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  position: relative; }
  .pagination .page-item {
    display: inline-block;
    padding: 11px 10px;
    margin: 0 6px; }
    .pagination .page-item a, .pagination .page-item span {
      color: #999; }
    .pagination .page-item.active a, .pagination .page-item.active span, .pagination .page-item:hover a, .pagination .page-item:hover span {
      color: rgba(0, 0, 0, 0.9); }
    .pagination .page-item .next,
    .pagination .page-item .previous {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      top: 30px;
      padding: 0;
      margin: 0;
      line-height: 1em;
      border-radius: 50%;
      border: 1px solid #cbcbcb;
      height: 49px;
      width: 49px;
      color: transparent;
      font-size: 14px; }
      .pagination .page-item .next::before,
      .pagination .page-item .previous::before {
        color: #cbcbcb;
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center; }
      .pagination .page-item .next:hover,
      .pagination .page-item .previous:hover {
        color: transparent; }
        .pagination .page-item .next:hover::before,
        .pagination .page-item .previous:hover::before {
          color: #050505; }
    .pagination .page-item .previous {
      left: 0; }
    .pagination .page-item .next {
      right: 0; }
  @media screen and (max-width: 767px) {
    .pagination .page-item:not(:first-child):not(:nth-child(2)) {
      display: none; } }

/** define PreFooter; use strict **/
.PreFooter {
  background-color: #ededed;
  /* Make the background color cover the margins of
     the contained blocks. */ }
  .PreFooter:before, .PreFooter:after {
    content: ' ';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ededed; }

.PreFooter__block {
  /* The first component is always a TitleSponsor,
     it's internal top padding. */
  margin-top: 45px;
  margin-bottom: 0; }
  .PreFooter__block > :last-child,
  .PreFooter__block > :last-child > :last-child,
  .PreFooter__block > :last-child > :last-child > :last-child,
  .PreFooter__block > :last-child > :last-child > :last-child > :last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
  .PreFooter__block:last-child {
    margin-bottom: 103px; }

/** define instagram; use strict **/
.prefooter-insta {
  background-color: #050505; }
  .prefooter-insta img {
    width: auto; }

.prefooter-insta__header {
  color: rgba(255, 255, 255, 0.5);
  height: 100px; }
  .prefooter-insta__header a {
    color: rgba(255, 255, 255, 0.5); }
  .prefooter-insta__header .title-module {
    padding: 35px 0; }
  .prefooter-insta__header .icon-instagram {
    margin-right: 10px; }
    .prefooter-insta__header .icon-instagram svg {
      fill: #fff; }

/** @define StackedList; use strict */
.StackedList {
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .StackedList::after {
    content: "";
    display: table;
    clear: both; }

@media screen and (min-width: 768px) {
  .StackedList--without-metadata .StackedList__card-image {
    width: 185px; }
  .StackedList--without-metadata .StackedList__card-title {
    width: calc(100% - 185px); } }

.StackedList__item {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  .StackedList__item::after {
    content: "";
    display: table;
    clear: both; }

.StackedList__card {
  padding-top: 24px;
  padding-bottom: 18px;
  border-top: 1px solid #dddddd; }
  .StackedList__card::after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .StackedList__card {
      padding-top: 20px; } }

.StackedList__card-image {
  width: 15.81197%;
  padding-bottom: 5px;
  float: left;
  padding-right: 15px; }
  .StackedList__card-image img {
    display: block;
    width: 100%; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .StackedList__card-image {
      width: 24.35897%; } }
  @media screen and (max-width: 767px) {
    .StackedList__card-image {
      width: 100%;
      padding-right: 0;
      padding-bottom: 0; } }

.StackedList__card-title {
  width: 51.28205%;
  float: left;
  margin-top: -6px;
  word-wrap: break-word;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .StackedList__card-title {
      width: 75.64103%;
      padding-right: 0; } }
  @media screen and (max-width: 767px) {
    .StackedList__card-title {
      width: 100%;
      margin-top: 13px; } }
  .StackedList__card-title > a:hover, .StackedList__card-title > a:active, .StackedList__card-title > a:focus, .StackedList__card-title a.hover {
    color: #757575; }

.StackedList__card-author {
  margin-top: 5px; }
  .StackedList__card-author > span.light-text {
    margin-right: 14px; }
  @media screen and (max-width: 767px) {
    .StackedList__card-author {
      margin: 8px 0 19px; } }

.StackedList__card-metadata {
  width: 32.90598%;
  float: left;
  padding-left: 15px;
  line-height: 30px; }
  @media screen and (max-width: 1023px) {
    .StackedList__card-metadata {
      width: 100%;
      margin: 12px 0 14px;
      background-color: #ededed;
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 0; } }
  @media screen and (max-width: 767px) {
    .StackedList__card-metadata {
      width: 100%; } }

.StackedList__metadata-subscribe {
  margin: -5px 0 8px; }
  .StackedList__metadata-subscribe i[class^="icon-"],
  .StackedList__metadata-subscribe i[class*=" icon-"] {
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .StackedList__metadata-subscribe i[class^="icon-"],
      .StackedList__metadata-subscribe i[class*=" icon-"] {
        display: none; } }
  @media screen and (max-width: 1023px) {
    .StackedList__metadata-subscribe {
      margin: 0; } }

.StackedList__metadata-location {
  margin: 0;
  line-height: 25px;
  padding: 2px 0;
  color: #757575; }
  .StackedList__metadata-location span {
    margin-left: 5px; }
  .StackedList__metadata-location .StackedList__metadata--spacer {
    margin-left: 15px; }

.StackedList--four .StackedList__card-image {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0; }

.StackedList__footnotes {
  margin-top: 50px;
  border-top: 1px solid #dddddd;
  padding-top: 23px;
  margin-right: 15px;
  margin-left: 15px; }
  @media screen and (max-width: 767px) {
    .StackedList__footnotes {
      margin-right: 10px;
      margin-left: 10px; } }

/* Mobile Resets */
@media screen and (max-width: 767px) {
  .StackedList .StackedList__card, .StackedList .StackedList__card-title {
    padding-left: 0;
    padding-right: 0; } }

/* hover states */
.StackedList__card-image:hover + .StackedList__card-title .title-oeuvre {
  color: #606060; }

/** @define TitleSponsor; use strict */
.TitleSponsor {
  font-size: 16px;
  line-height: 20px;
  display: table;
  width: 100%; }
  .TitleSponsor::after {
    content: "";
    display: table;
    clear: both; }
  .TitleSponsor.grid-row.TitleSponsor--margin-bottom, .TitleSponsor.TitleSponsor--margin-bottom {
    padding-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .TitleSponsor.grid-row.TitleSponsor--margin-bottom, .TitleSponsor.TitleSponsor--margin-bottom {
        padding-bottom: 34px; } }
  .TitleSponsor.TitleSponsor--margin-top {
    margin-top: 36px; }
  .TitleSponsor.TitleSponsor--spacing-after {
    margin-bottom: 26px; }
  .TitleSponsor.TitleSponsor--spacing-20 {
    margin-bottom: 20px; }
  .TitleSponsor.TitleSponsor--rolex {
    padding-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .TitleSponsor.TitleSponsor--rolex {
        padding-bottom: 0; } }
  @media print {
    .TitleSponsor {
      display: none; } }

.TitleSponsor__left {
  display: table-cell;
  padding-right: 15px;
  vertical-align: top; }
  .TitleSponsor__left.reverse > h3 {
    color: #fff; }
  @media screen and (max-width: 767px) {
    .TitleSponsor--rolex .TitleSponsor__left {
      vertical-align: middle;
      padding-top: 11px; } }

@media screen and (max-width: 767px) {
  .TitleSponsor--mobile-centered {
    width: 100%;
    display: block;
    padding-right: 0;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .TitleSponsor--mobile-full {
    width: 100%;
    /*float:none;*/
    display: block;
    padding-right: 0; } }

.TitleSponsor__right {
  /*max-width: calcWidthOneGutter(5);*/
  padding-left: 15px;
  display: table-cell;
  text-align: right;
  vertical-align: top; }
  .TitleSponsor__right a {
    color: #998b77;
    text-decoration: none; }
  .TitleSponsor__right a:hover {
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .TitleSponsor--rolex .TitleSponsor__right iframe {
      height: 62px;
      width: 120px;
      overflow: hidden; } }

.TitleSponsor__title {
  margin: 0;
  padding: 25px 0 0; }
  @media screen and (min-width: 768px) {
    .TitleSponsor__title {
      padding: 45px 0 0; } }
  .TitleSponsor__title.TitleSponsor__title--without-padding {
    padding: 0; }
  @media screen and (max-width: 767px) {
    .TitleSponsor--rolex .TitleSponsor__title {
      padding-top: 0; } }
  .TitleSponsor__title sup {
    text-transform: none; }

.TitleSponsor__link {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: -5px; }
  .TitleSponsor__link .icon-calendar {
    position: absolute;
    left: -28px;
    top: 0; }
    .TitleSponsor__link .icon-calendar svg path {
      fill: #998b77; }
  @media screen and (min-width: 768px) {
    .TitleSponsor__link {
      font-size: 18px;
      margin-top: 42px;
      margin-bottom: -2px; } }
  @media screen and (max-width: 767px) {
    .TitleSponsor__link {
      line-height: 17px;
      margin-top: 26px; } }

.TitleSponsor--underline {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .TitleSponsor--underline {
      padding-bottom: 34px; }
      .TitleSponsor--underline.TitleSponsor--underline-short {
        padding-bottom: 19px; } }
  .light-gray-bg .TitleSponsor--underline {
    border-color: #d8d8d8; }
  .TitleSponsor--underline--dark-border {
    border-color: #2d2d2d; }

.TitleSponsor--no-underline {
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .TitleSponsor--no-underline {
      padding-bottom: 34px; } }

@media screen and (max-width: 767px) {
  .TitleSponsor--mobile-no-underline {
    border-bottom: 0; } }

.TitleSponsor--big-title .TitleSponsor__left {
  max-width: 75.64103%; }

.TitleSponsor--big-title .TitleSponsor__right {
  max-width: 24.35897%; }

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

.TitleSponsor--big-title .TitleSponsor__link {
  margin-top: 59px; }
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    .TitleSponsor--big-title .TitleSponsor__link {
      margin-top: 56px; } }
  @media screen and (max-width: 767px) {
    .TitleSponsor--big-title .TitleSponsor__link {
      margin-top: 28px; } }

/* #1103: Widescreen fix for TitleSponsor + EventsList */
@media screen and (min-width: 1280px) {
  .TitleSponsor.TitleSponsor--underline.TitleSponsor--margin-bottom + .EventsList {
    margin-top: 30px; } }

@media screen and (max-width: 1023px) {
  .route-actu-reports-article .Article__hero-image img {
    width: 100%;
    height: auto;
    transform: translateX(0); } }


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