html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
  border-radius: 0;
  box-shadow: none; }

:root {
  --dockedVideoHeight: 225px;
  --dockedVideoWidth: calc((var(--dockedVideoHeight) * 16) / 9);
  --dockedVideoMobileHeight: 150px;
  --dockedVideoMobileWidth: calc((var(--dockedVideoMobileHeight) * 16) / 9);
  --dockedVideoOptionsWidth: 36px; }
  @media screen and (max-width: 991px) {
    :root {
      --dockedVideoHeight: 142px; } }

.story .story-tag .tag {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.page-content-wrapper .page-subtitle h3, .story-widget .widget-title h3, .content-widget .widget-title {
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
  border: none; }
  @media screen and (max-width: 767px) {
    .page-content-wrapper .page-subtitle h3, .story-widget .widget-title h3, .content-widget .widget-title {
      font-size: 2rem; } }

.mosaic-section .story.type-video .story-infos .story-tag, .archives-listing .story.type-video .story-tag {
  margin-top: 0;
  margin-left: 0; }
  .mosaic-section .story.type-video .story-infos .story-tag .story-tag-inner, .archives-listing .story.type-video .story-tag .story-tag-inner {
    border: none; }
  .mosaic-section .story.type-video .story-infos .story-tag .tag, .archives-listing .story.type-video .story-tag .tag {
    display: inline-block;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    background: red; }

.menu-burger .follow-us, .socials-section, .sidebar-section .follow-us {
  padding: 15px;
  border: 1px solid black;
  text-align: center; }
  .menu-burger .follow-us .social, .socials-section .social, .sidebar-section .follow-us .social {
    text-align: center; }
    .menu-burger .follow-us .social li, .socials-section .social li, .sidebar-section .follow-us .social li {
      display: inline-block;
      vertical-align: top; }
    .menu-burger .follow-us .social li + li, .socials-section .social li + li, .sidebar-section .follow-us .social li + li {
      margin-left: 7px; }
    .menu-burger .follow-us .social a, .socials-section .social a, .sidebar-section .follow-us .social a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      color: white;
      font-size: 2.5rem;
      text-align: center;
      text-decoration: none;
      background-color: #aaa;
      border-radius: 50%; }
      .menu-burger .follow-us .social a > svg, .socials-section .social a > svg, .sidebar-section .follow-us .social a > svg {
        width: 100%;
        max-width: 30px;
        height: auto; }
    .menu-burger .follow-us .social a, .socials-section .social a, .sidebar-section .follow-us .social a,
    .menu-burger .follow-us .social i,
    .socials-section .social i,
    .sidebar-section .follow-us .social i {
      line-height: 50px; }

.container-wrapper, .topic-section .topic-header .topic-infos,
.topic-section .topic-header .social-sharing-bar,
.topic-section .topic-header .ad.superbanner,
.topic-section .topic-header .breadcrumb.block {
  width: 100%;
  max-width: calc(1200px + ((4 - 1) * 20px));
  margin-left: auto;
  margin-right: auto; }
  .large.container-wrapper, .topic-section .topic-header .large.topic-infos,
  .topic-section .topic-header .large.social-sharing-bar,
  .topic-section .topic-header .large.ad.superbanner,
  .topic-section .topic-header .large.breadcrumb.block {
    max-width: calc((1200px + 200px) + ((4 - 1) * 20px)); }
  @media screen and (max-width: 1390px) {
    .container-wrapper, .topic-section .topic-header .topic-infos,
    .topic-section .topic-header .social-sharing-bar,
    .topic-section .topic-header .ad.superbanner,
    .topic-section .topic-header .breadcrumb.block {
      max-width: calc(900px + ((3 - 1) * 20px)); }
      .large.container-wrapper, .topic-section .topic-header .large.topic-infos,
      .topic-section .topic-header .large.social-sharing-bar,
      .topic-section .topic-header .large.ad.superbanner,
      .topic-section .topic-header .large.breadcrumb.block {
        max-width: calc(900px + 150px + ((3 - 1) * 20px)); } }
  @media screen and (max-width: 991px) {
    .container-wrapper, .topic-section .topic-header .topic-infos,
    .topic-section .topic-header .social-sharing-bar,
    .topic-section .topic-header .ad.superbanner,
    .topic-section .topic-header .breadcrumb.block {
      max-width: calc(600px + ((2 - 1) * 20px)); }
      .large.container-wrapper, .topic-section .topic-header .large.topic-infos,
      .topic-section .topic-header .large.social-sharing-bar,
      .topic-section .topic-header .large.ad.superbanner,
      .topic-section .topic-header .large.breadcrumb.block {
        max-width: calc(600px + 100px + ((3 - 1) * 20px)); } }
  @media screen and (max-width: 767px) {
    .container-wrapper, .topic-section .topic-header .topic-infos,
    .topic-section .topic-header .social-sharing-bar,
    .topic-section .topic-header .ad.superbanner,
    .topic-section .topic-header .breadcrumb.block {
      width: 100%;
      padding: 0 15px; }
      .large.container-wrapper, .topic-section .topic-header .large.topic-infos,
      .topic-section .topic-header .large.social-sharing-bar,
      .topic-section .topic-header .large.ad.superbanner,
      .topic-section .topic-header .large.breadcrumb.block {
        width: 100%;
        padding: 0 15px; } }

@font-face {
  font-family: 'icomoon';
  src: url("/static/fonts/icomoon.eot?ptsbhy");
  src: url("/static/fonts/icomoon.eot?ptsbhy#iefix") format("embedded-opentype"), url("/static/fonts/icomoon.ttf?ptsbhy") format("truetype"), url("/static/fonts/icomoon.woff?ptsbhy") format("woff"), url("/static/fonts/icomoon.svg?ptsbhy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
.icomoon, .breadcrumb .icon-home {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-empty-down:before {
  content: "\e913"; }

.icon-arrow-empty-right:before {
  content: "\e914"; }

.icon-arrow-empty-up:before {
  content: "\e915"; }

.icon-arrow-empty-left:before {
  content: "\e916"; }

.icon-dots:before {
  content: "\e90a"; }

.icon-home:before {
  content: "\e90f"; }

.icon-arrow-down:before {
  content: "\e90b"; }

.icon-arrow-up:before {
  content: "\e90c"; }

.icon-arrow-right:before {
  content: "\e90d"; }

.icon-arrow-left:before {
  content: "\e90e"; }

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

.icon-menu:before {
  content: "\e909"; }

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

.icon-discord:before {
  content: "\e907"; }

.icon-pinterest:before {
  content: "\e917"; }

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

.icon-email:before {
  content: "\e901"; }

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

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

.icon-twitch:before {
  content: "\e904"; }

.icon-linkedin:before {
  content: "\e918"; }

.icon-googleplus:before {
  content: "\e919"; }

.icon-link:before {
  content: "\e911"; }

.icon-reddit:before {
  content: "\e912"; }

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

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

.icon-plus:before {
  content: "\e937"; }

* {
  outline: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  position: relative; }

html {
  font-size: 62.5%; }

body {
  color: black;
  background: white;
  transition: padding-top 0.5s; }

.pagewrap {
  display: flex;
  min-height: 100%;
  flex-direction: column; }

.wrapper-inner {
  max-width: calc(1200px + ((4 - 1) * 20px) + (20px * 2));
  margin: 0 auto;
  padding: 0 20px; }

.dfpPath {
  display: none; }

img {
  max-width: 100%;
  height: auto; }

.img-responsive {
  display: inline-block; }

.block-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.keep-hidden {
  display: none !important; }

.loading-gif {
  display: none; }

.no-overflow {
  overflow: hidden; }

.lazyload:not([src]) {
  visibility: hidden; }

@media screen and (max-width: 767px) {
  .wrapper-inner {
    padding: 0 15px; } }
html body {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2; }

.full-search-form .input-group {
  width: 100%;
  height: 100%; }
.full-search-form .type-text,
.full-search-form .type-submit {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  float: none; }
.full-search-form .type-text {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  margin-right: 5px;
  position: relative; }
  .full-search-form .type-text input {
    width: 100%;
    color: #666;
    font-size: 1.8rem;
    line-height: 18px;
    text-transform: none;
    padding: 10px 15px;
    background: #eee;
    border: none;
    border-bottom: 2px solid black;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .full-search-form .type-text input:focus + label, .full-search-form .type-text input:valid + label {
      display: none; }
  .full-search-form .type-text label {
    font-weight: normal;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
.full-search-form .type-submit .search-button {
  display: block;
  height: 100%;
  color: white;
  padding: 0 15px;
  background: black;
  border: none; }
  .full-search-form .type-submit .search-button .icon-svg {
    height: 24px;
    width: 24px; }
  .full-search-form .type-submit .search-button:hover {
    background: #0d0d0d; }
.full-search-form .form-error {
  display: none;
  color: red;
  font-size: 1.2rem;
  margin-top: 7px; }
.full-search-form .error-message {
  display: block;
  color: red;
  font-size: 1.2rem;
  margin-top: 5px; }

@media screen and (max-width: 767px) {
  .full-search-form .type-text input {
    font-size: 1.5rem; } }
.ad {
  text-align: center; }
  .ad.top {
    margin: 0;
    padding: 25px 0 0; }
    @media screen and (max-width: 767px) {
      .ad.top {
        padding: 15px 0 0; } }
    .ad.top .dfp-ad > div {
      margin: 0 auto; }
  .ad.catfish {
    height: 0; }

.header-section .ad,
.content-section .ad {
  padding: 15px 0; }
.header-section .first,
.content-section .first {
  padding-top: 0; }

.splitbox-container:not(:empty) {
  margin-bottom: 1rem; }

.ab-testing.ab-test__hidden-variant {
  display: none !important; }

.header-section,
.content-section {
  padding-bottom: 35px; }

.article-section.header-section,
.author-section.header-section,
.error-page.content-section {
  padding-bottom: 0; }

.container-wrapper {
  padding-top: 15px; }

.flex-wrapper {
  display: flex; }

.page-content-wrapper .page-subtitle {
  margin-top: 25px; }

.page-header {
  margin: 0;
  padding: 0;
  border: none; }

.fancybox-container {
  z-index: 4000000; }
  .fancybox-container .fancybox-bg {
    background: #aaa; }
  .fancybox-container .fancybox-infobar,
  .fancybox-container .fancybox-toolbar .fancybox-button:not(.fancybox-button--close) {
    display: none !important; }
  .fancybox-container .fancybox-image-wrap {
    width: calc(100% - 50px) !important;
    height: calc(100% - 50px) !important;
    transform: translate(25px, 25px) scale(1, 1) !important; }
    @media (max-width: 767px) {
      .fancybox-container .fancybox-image-wrap {
        width: calc(100% - 20px) !important;
        height: calc(100% - 20px) !important;
        transform: translate(10px, 10px) scale(1, 1) !important; } }
    .fancybox-container .fancybox-image-wrap img {
      object-fit: contain; }

.content-text, .author-section .page-header .header-left, .article-section .story-header {
  width: calc(100% - 300px);
  padding-right: 50px; }
  .content-text.no-sidebar, .author-section .page-header .no-sidebar.header-left, .article-section .no-sidebar.story-header {
    width: 100%;
    padding: 0; }
  .content-text .ad, .author-section .page-header .header-left .ad, .article-section .story-header .ad {
    overflow: hidden; }

.story .story-tag {
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  z-index: 2; }
  .story .story-tag .tag {
    display: inline-block;
    width: auto;
    max-width: 100%; }
  .story .story-tag.section-tag {
    color: white;
    padding: 4px 8px;
    background: black;
    position: absolute;
    top: 0;
    left: 0; }
.story .no-main-img a {
  background: url("/static/images/placeholder-img.jpg") no-repeat center;
  background-size: cover; }
.story .story-author p {
  display: inline-block; }

.video-js .vjs-big-play-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-left: calc(-70px / 2);
  margin-top: calc(-70px / 2);
  font-size: 2.8em; }

@media screen and (max-width: 991px) {
  .content-text, .author-section .page-header .header-left, .article-section .story-header {
    width: 100%;
    padding-right: 0; }

  .sidebar-section {
    display: none; } }
@media screen and (max-width: 767px) {
  .page-content-wrapper {
    padding: 0 10px; }

  .header-section,
  .content-section {
    padding-bottom: 20px; }

  .header-section:not(.mosaic-section) > .container-wrapper,
  .header-section:not(.mosaic-section) > .container-wrapper.large,
  .content-section > .container-wrapper,
  .content-section > .container-wrapper.large {
    padding: 15px 0 0; }

  .video-js .vjs-big-play-button {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: calc(-60px / 2);
    margin-top: calc(-60px / 2);
    font-size: 2.6em; } }
.mosaic-section .story.md-w1-h1 {
  width: calc((((100% - ((4 - 1) * 20px)) / 4) * 1) + (20px * (1 - 1)));
  height: calc(((1 * 250px) + ((1 - 1) * 20px)) - 0px); }
.mosaic-section .story.md-w1-h2 {
  width: calc((((100% - ((4 - 1) * 20px)) / 4) * 1) + (20px * (1 - 1)));
  height: calc(((2 * 250px) + ((2 - 1) * 20px)) - 0px); }
.mosaic-section .story.md-w1-h3 {
  width: calc((((100% - ((4 - 1) * 20px)) / 4) * 1) + (20px * (1 - 1)));
  height: calc(((3 * 250px) + ((3 - 1) * 20px)) - 0px); }
.mosaic-section .story.md-w2-h1 {
  width: calc((((100% - ((4 - 1) * 20px)) / 4) * 2) + (20px * (2 - 1)));
  height: calc(((1 * 250px) + ((1 - 1) * 20px)) - 0px); }
.mosaic-section .story.md-w2-h2 {
  width: calc((((100% - ((4 - 1) * 20px)) / 4) * 2) + (20px * (2 - 1)));
  height: calc(((2 * 250px) + ((2 - 1) * 20px)) - 0px); }
.mosaic-section .story.md-w2-h3 {
  width: calc((((100% - ((4 - 1) * 20px)) / 4) * 2) + (20px * (2 - 1)));
  height: calc(((3 * 250px) + ((3 - 1) * 20px)) - 0px); }
.mosaic-section .story.md-w3-h1 {
  width: calc((((100% - ((4 - 1) * 20px)) / 4) * 3) + (20px * (3 - 1)));
  height: calc(((1 * 250px) + ((1 - 1) * 20px)) - 0px); }
.mosaic-section .story.md-w3-h2 {
  width: calc((((100% - ((4 - 1) * 20px)) / 4) * 3) + (20px * (3 - 1)));
  height: calc(((2 * 250px) + ((2 - 1) * 20px)) - 0px); }
.mosaic-section .story.md-w3-h3 {
  width: calc((((100% - ((4 - 1) * 20px)) / 4) * 3) + (20px * (3 - 1)));
  height: calc(((3 * 250px) + ((3 - 1) * 20px)) - 0px); }
@media screen and (max-width: 1390px) {
  .mosaic-section .story.md-w1-h1 {
    width: calc((((100% - ((3 - 1) * 20px)) / 3) * 1) + (20px * (1 - 1)));
    height: calc(((1 * 250px) + ((1 - 1) * 20px)) - 0px); }
  .mosaic-section .story.md-w1-h2 {
    width: calc((((100% - ((3 - 1) * 20px)) / 3) * 1) + (20px * (1 - 1)));
    height: calc(((2 * 250px) + ((2 - 1) * 20px)) - 0px); }
  .mosaic-section .story.md-w1-h3 {
    width: calc((((100% - ((3 - 1) * 20px)) / 3) * 1) + (20px * (1 - 1)));
    height: calc(((3 * 250px) + ((3 - 1) * 20px)) - 0px); }
  .mosaic-section .story.md-w2-h1 {
    width: calc((((100% - ((3 - 1) * 20px)) / 3) * 2) + (20px * (2 - 1)));
    height: calc(((1 * 250px) + ((1 - 1) * 20px)) - 0px); }
  .mosaic-section .story.md-w2-h2 {
    width: calc((((100% - ((3 - 1) * 20px)) / 3) * 2) + (20px * (2 - 1)));
    height: calc(((2 * 250px) + ((2 - 1) * 20px)) - 0px); }
  .mosaic-section .story.md-w2-h3 {
    width: calc((((100% - ((3 - 1) * 20px)) / 3) * 2) + (20px * (2 - 1)));
    height: calc(((3 * 250px) + ((3 - 1) * 20px)) - 0px); }
  .mosaic-section .story.md-w3-h1 {
    width: calc((((100% - ((3 - 1) * 20px)) / 3) * 3) + (20px * (3 - 1)));
    height: calc(((1 * 250px) + ((1 - 1) * 20px)) - 0px); }
  .mosaic-section .story.md-w3-h2 {
    width: calc((((100% - ((3 - 1) * 20px)) / 3) * 3) + (20px * (3 - 1)));
    height: calc(((2 * 250px) + ((2 - 1) * 20px)) - 0px); }
  .mosaic-section .story.md-w3-h3 {
    width: calc((((100% - ((3 - 1) * 20px)) / 3) * 3) + (20px * (3 - 1)));
    height: calc(((3 * 250px) + ((3 - 1) * 20px)) - 0px); } }
@media screen and (max-width: 991px) {
  .mosaic-section .story.sm-w1-h1 {
    width: calc((((100% - ((2 - 1) * 20px)) / 2) * 1) + (20px * (1 - 1)));
    height: calc(((1 * 250px) + ((1 - 1) * 20px)) - 0px); }
  .mosaic-section .story.sm-w1-h2 {
    width: calc((((100% - ((2 - 1) * 20px)) / 2) * 1) + (20px * (1 - 1)));
    height: calc(((2 * 250px) + ((2 - 1) * 20px)) - 0px); }
  .mosaic-section .story.sm-w1-h3 {
    width: calc((((100% - ((2 - 1) * 20px)) / 2) * 1) + (20px * (1 - 1)));
    height: calc(((2 * 250px) + ((2 - 1) * 20px)) - 0px); }
  .mosaic-section .story.sm-w2-h1 {
    width: calc((((100% - ((2 - 1) * 20px)) / 2) * 2) + (20px * (2 - 1)));
    height: calc(((1 * 250px) + ((1 - 1) * 20px)) - 0px); }
  .mosaic-section .story.sm-w2-h2 {
    width: calc((((100% - ((2 - 1) * 20px)) / 2) * 2) + (20px * (2 - 1)));
    height: calc(((2 * 250px) + ((2 - 1) * 20px)) - 0px); }
  .mosaic-section .story.sm-w2-h3 {
    width: calc((((100% - ((2 - 1) * 20px)) / 2) * 1) + (20px * (1 - 1)));
    height: calc(((2 * 250px) + ((2 - 1) * 20px)) - 0px); }
  .mosaic-section .story.sm-w3-h1 {
    width: calc((((100% - ((2 - 1) * 20px)) / 2) * 2) + (20px * (2 - 1)));
    height: calc(((1 * 250px) + ((1 - 1) * 20px)) - 0px); }
  .mosaic-section .story.sm-w3-h2 {
    width: calc((((100% - ((2 - 1) * 20px)) / 2) * 2) + (20px * (2 - 1)));
    height: calc(((1 * 250px) + ((1 - 1) * 20px)) - 0px); }
  .mosaic-section .story.sm-w3-h3 {
    width: calc((((100% - ((2 - 1) * 20px)) / 2) * 2) + (20px * (2 - 1)));
    height: calc(((2 * 250px) + ((2 - 1) * 20px)) - 0px); } }
@media screen and (max-width: 767px) {
  .mosaic-section .story.xs-w1-h1:not(.md-w1-h1) {
    width: 100%;
    height: auto; }
  .mosaic-section .story.md-w1-h1 {
    width: calc((((100% - ((1 - 1) * 20px)) / 1) * 1) + (20px * (1 - 1)));
    height: calc(((0.6 * 250px) + ((0.6 - 1) * 20px)) - 0px); } }

.main-header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99997;
  transition: top 0.5s; }
  @media screen and (max-width: 767px) {
    .main-header {
      z-index: 3000000; } }
  .main-header .nav-wrapper {
    text-align: center;
    background: white; }
    .main-header .nav-wrapper .logo {
      text-align: center;
      padding: 20px 0; }
      .main-header .nav-wrapper .logo a {
        text-decoration: none; }
      .main-header .nav-wrapper .logo img,
      .main-header .nav-wrapper .logo svg {
        width: auto;
        height: auto;
        max-width: 300px;
        max-height: 135px;
        vertical-align: middle; }
      .main-header .nav-wrapper .logo img {
        display: inline-block; }
    .main-header .nav-wrapper .social-nav {
      display: flex;
      justify-content: flex-end; }
      .main-header .nav-wrapper .social-nav ul {
        display: flex;
        margin-right: 12px;
        padding-right: 12px;
        border-right: 1px solid #aaa; }
      .main-header .nav-wrapper .social-nav li a {
        display: flex;
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        text-decoration: none; }
        .main-header .nav-wrapper .social-nav li a svg,
        .main-header .nav-wrapper .social-nav li a .icon-svg {
          height: 20px;
          width: 20px; }
      .main-header .nav-wrapper .social-nav .stacked {
        display: none; }
      .main-header .nav-wrapper .social-nav li + li {
        margin-left: 7px; }
    .main-header .nav-wrapper .logo-bar {
      position: relative; }
      .main-header .nav-wrapper .logo-bar .wrapper-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative; }
        .main-header .nav-wrapper .logo-bar .wrapper-inner .burger-connect {
          display: none;
          flex-direction: row-reverse;
          align-items: center; }
          @media (max-width: 767px) {
            .main-header .nav-wrapper .logo-bar .wrapper-inner .burger-connect {
              display: flex; } }
      .main-header .nav-wrapper .logo-bar .logo {
        width: 100%; }
      .main-header .nav-wrapper .logo-bar .menu-burger-toggle {
        display: none; }
    .main-header .nav-wrapper .social-nav .more {
      display: none !important; }
    .main-header .nav-wrapper .main-nav {
      border-bottom: 1px solid black;
      top: -200px;
      transition: top 0.5s;
      z-index: 99997; }
      .main-header .nav-wrapper .main-nav .logo {
        display: flex;
        padding: 10px 0; }
        .main-header .nav-wrapper .main-nav .logo a {
          display: flex;
          align-items: center; }
        .main-header .nav-wrapper .main-nav .logo img,
        .main-header .nav-wrapper .main-nav .logo svg {
          max-width: 150px;
          max-height: 34px; }
      .main-header .nav-wrapper .main-nav .social-nav {
        display: flex;
        align-items: center;
        width: 100px;
        position: static; }
      .main-header .nav-wrapper .main-nav .wrapper-inner {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between; }
  .main-header .nav-search-bar-button {
    align-items: center;
    display: flex; }
    .main-header .nav-search-bar-button button {
      display: flex;
      fill: black;
      padding: 0;
      background: none;
      border: none; }
  .main-header .nav-search-bar {
    width: 100%;
    max-height: 0;
    background: #EB8FA5;
    position: absolute;
    overflow: hidden;
    transition: max-height 0.3s;
    z-index: 99997; }
    .main-header .nav-search-bar .wrapper-inner {
      padding: 30px 20px; }
    .main-header .nav-search-bar form {
      width: 100%; }
    .main-header .nav-search-bar .icon-close {
      width: 30px;
      height: 30px;
      fill: black;
      padding: 5px;
      box-sizing: content-box;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      cursor: pointer; }
    .main-header .nav-search-bar .field {
      display: flex;
      position: relative; }
    .main-header .nav-search-bar .type-text {
      width: 100%; }
      .main-header .nav-search-bar .type-text input {
        width: 100%;
        line-height: 1;
        padding: 10px 15px;
        border: none;
        border-bottom: 2px solid black; }
    .main-header .nav-search-bar .type-submit {
      width: auto; }
      .main-header .nav-search-bar .type-submit button {
        height: 100%;
        color: white;
        padding: 5px 15px;
        background: black;
        border: none; }
    .main-header .nav-search-bar .search-submit-label {
      display: block; }
    .main-header .nav-search-bar .search-submit-icon {
      display: none; }
  .main-header.search-bar-opened .nav-search-bar-button button {
    fill: #EB8FA5; }
  .main-header.search-bar-opened .nav-search-bar {
    max-height: 100px; }
  .main-header.sticky .nav-wrapper .logo-bar {
    display: none; }
  .main-header.sticky .nav-wrapper .main-nav {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99997; }
    .main-header.sticky .nav-wrapper .main-nav > .wrapper-inner {
      max-width: none; }
  .main-header.sticky .nav-search-bar {
    position: fixed; }
  .main-header.sticky .nav-search-bar-button button {
    padding: 5px 0; }
  .main-header:not(.sticky) .nav-search-bar {
    margin-top: 1px; }

.nav-ads {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  width: 100%; }

.fix-ad-superbanner-sticky {
  position: fixed;
  z-index: 11; }

@media screen and (max-width: 1400px) {
  .main-header .nav-search-bar .wrapper-inner {
    padding-right: 60px; }
  .main-header .nav-search-bar .icon-close {
    right: 10px; } }
@media screen and (min-width: 992px) {
  body {
    overflow: visible !important; } }
@media screen and (max-width: 991px) {
  .main-header .nav-wrapper .logo-bar {
    display: block; }
    .main-header .nav-wrapper .logo-bar .logo {
      padding: 0;
      position: static;
      float: none; }
      .main-header .nav-wrapper .logo-bar .logo a {
        line-height: 60px;
        transform: none !important; }
      .main-header .nav-wrapper .logo-bar .logo img,
      .main-header .nav-wrapper .logo-bar .logo svg {
        max-height: 50px;
        margin: 0; } }
@media screen and (max-width: 767px) {
  .main-header {
    border-bottom: 1px solid black;
    position: fixed; }
    .main-header .nav-wrapper .social-nav ul {
      display: none; }
    .main-header .nav-wrapper .logo-bar {
      display: block !important; }
      .main-header .nav-wrapper .logo-bar .menu-burger-toggle {
        display: block; }
      .main-header .nav-wrapper .logo-bar .logo {
        text-align: left; }
    .main-header .nav-wrapper .main-nav .logo,
    .main-header .nav-wrapper .main-nav .social-nav {
      display: none !important; }
    .main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label {
      font-size: 1.2rem; }
    .main-header .nav-wrapper .main-nav .main-nav-inner li i {
      font-size: 1.4rem; }
    .main-header .nav-search-bar {
      display: none;
      max-height: none; } }
.main-header.header-style-1 .nav-wrapper .main-nav {
  border-top: 1px solid #cecece; }
  .main-header.header-style-1 .nav-wrapper .main-nav .logo {
    opacity: 0;
    z-index: -1; }
    .main-header.header-style-1 .nav-wrapper .main-nav .logo img,
    .main-header.header-style-1 .nav-wrapper .main-nav .logo svg {
      max-width: 150px;
      max-height: 34px; }
.main-header.header-style-1.sticky .nav-wrapper .main-nav .logo {
  opacity: 1;
  z-index: 1;
  white-space: nowrap; }

.main-header.header-style-2 .nav-wrapper .logo-bar {
  display: none; }
.main-header.header-style-2 .nav-wrapper .main-nav .wrapper-inner {
  align-items: center; }
.main-header.header-style-2 .nav-wrapper .main-nav .logo-big .logo {
  padding-top: 20px;
  padding-bottom: 20px; }
.main-header.header-style-2 .nav-wrapper .main-nav .logo-big svg {
  max-height: 150px; }
.main-header.header-style-2 .nav-wrapper .main-nav .logo-long {
  display: none; }
.main-header.header-style-2 .nav-wrapper .main-nav #main-nav-inner-detector {
  height: auto;
  padding: 0 20px; }
.main-header.header-style-2 .nav-wrapper .main-nav .main-nav-inner {
  justify-content: flex-start; }
  .main-header.header-style-2 .nav-wrapper .main-nav .main-nav-inner li .menu-label-wrapper {
    padding: 7px 15px; }
  .main-header.header-style-2 .nav-wrapper .main-nav .main-nav-inner li .menu-label {
    line-height: inherit; }
  .main-header.header-style-2 .nav-wrapper .main-nav .main-nav-inner li i {
    line-height: inherit; }
  .main-header.header-style-2 .nav-wrapper .main-nav .main-nav-inner .submenu {
    margin-left: 50%;
    transform: translateX(-50%); }
    .main-header.header-style-2 .nav-wrapper .main-nav .main-nav-inner .submenu a {
      padding: 0; }
    .main-header.header-style-2 .nav-wrapper .main-nav .main-nav-inner .submenu .submenu {
      width: 100%; }
.main-header.header-style-2.sticky .nav-wrapper .main-nav .wrapper-inner {
  align-items: center; }
.main-header.header-style-2.sticky .nav-wrapper .main-nav .logo-big {
  display: none; }
.main-header.header-style-2.sticky .nav-wrapper .main-nav .logo-long {
  display: flex;
  margin-right: 20px; }
.main-header.header-style-2.sticky .nav-wrapper .main-nav #main-nav-inner-detector,
.main-header.header-style-2.sticky .nav-wrapper .main-nav .social-nav {
  padding-bottom: 0; }

@media (max-width: 991px) {
  .main-header.header-style-2 .nav-wrapper .main-nav .logo {
    padding: 10px 0 !important; }
    .main-header.header-style-2 .nav-wrapper .main-nav .logo img,
    .main-header.header-style-2 .nav-wrapper .main-nav .logo svg {
      max-width: 130px;
      max-height: 75px; } }
@media screen and (max-width: 767px) {
  .main-header.header-style-2 .nav-wrapper .logo-bar {
    display: block; }
  .main-header.header-style-2 .nav-wrapper .main-nav #main-nav-inner-detector,
  .main-header.header-style-2 .nav-wrapper .main-nav .social-nav {
    padding-bottom: 0; } }
.main-header .nav-wrapper .main-nav {
  background: white; }
  .main-header .nav-wrapper .main-nav #main-nav-inner-detector {
    height: 60px;
    flex-grow: 1;
    position: static !important; }
  .main-header .nav-wrapper .main-nav .main-nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .main-header .nav-wrapper .main-nav .main-nav-inner li {
      display: inline-block;
      flex-shrink: 0;
      height: 100%;
      position: relative; }
      .main-header .nav-wrapper .main-nav .main-nav-inner li a,
      .main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label-wrapper {
        height: 100%;
        color: black; }
      .main-header .nav-wrapper .main-nav .main-nav-inner li a {
        display: block;
        cursor: pointer; }
        .main-header .nav-wrapper .main-nav .main-nav-inner li a:hover, .main-header .nav-wrapper .main-nav .main-nav-inner li a:focus {
          text-decoration: none; }
      .main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label-wrapper {
        display: flex;
        align-items: center;
        padding: 0 20px;
        text-align: left; }
      .main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label {
        font-size: 1.4rem;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 60px; }
      .main-header .nav-wrapper .main-nav .main-nav-inner li .icon-svg {
        display: inline-block;
        font-size: 0.9rem;
        line-height: calc(60px - 10px);
        padding: 10px 10px 12px; }
    .main-header .nav-wrapper .main-nav .main-nav-inner li:hover > a,
    .main-header .nav-wrapper .main-nav .main-nav-inner li:hover > a > .menu-label-wrapper,
    .main-header .nav-wrapper .main-nav .main-nav-inner li:hover > .menu-label-wrapper {
      color: white;
      text-decoration: none;
      background: #9d9d9d; }
    .main-header .nav-wrapper .main-nav .main-nav-inner li:hover > .submenu {
      display: block; }
    .main-header .nav-wrapper .main-nav .main-nav-inner li.active > a,
    .main-header .nav-wrapper .main-nav .main-nav-inner li.active > a > .menu-label-wrapper,
    .main-header .nav-wrapper .main-nav .main-nav-inner li.active > .menu-label-wrapper {
      color: #aaa; }
    .main-header .nav-wrapper .main-nav .main-nav-inner .more {
      display: none; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .more > a {
        cursor: default; }
    .main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
      display: none;
      width: 200px;
      background: #aaa;
      position: absolute;
      z-index: 99998; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li {
        display: block;
        position: relative; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li + li {
        margin: 0; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu a {
        display: block;
        padding: 10px 0; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu a,
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .menu-label-wrapper {
        color: white;
        text-decoration: none; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .menu-label {
        font-weight: normal;
        line-height: 1.33; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .icon-svg {
        line-height: 20px; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li:hover > a,
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li:hover > a > .menu-label-wrapper {
        color: white;
        text-decoration: none;
        background: black; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .has-submenu li + li {
        margin-left: 5px; }
    .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu {
      display: none;
      width: 250px;
      text-align: left;
      padding: 12px 0;
      background: black;
      border: none;
      position: static; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu.sub-opened {
        display: block; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu.reversed {
        right: 0;
        left: auto; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu li {
        display: block; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu li:hover > a,
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu li:hover > a > .menu-label-wrapper {
        color: #aaa;
        background: none; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu li + li {
        margin-left: 0; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu .menu-label-wrapper {
        padding-left: 25px; }

@media screen and (max-width: 991px) {
  .main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label-wrapper {
    padding-right: 10px;
    padding-left: 10px; }
  .main-header .nav-wrapper .main-nav .main-nav-inner li .icon-svg {
    font-size: 1rem;
    margin-top: 2px;
    float: right; }
  .main-header .nav-wrapper .main-nav .main-nav-inner li .submenu {
    text-align: left;
    padding: 0;
    position: absolute;
    z-index: 9; }
    .main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li {
      display: block; }
      .main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li a {
        display: block;
        padding: 5px 10px; }
  .main-header .nav-wrapper .main-nav .main-nav-inner li .submenu .submenu {
    width: 100%;
    height: auto;
    padding: 0;
    position: static; } }
@media screen and (max-width: 767px) {
  .main-header .nav-wrapper .main-nav {
    display: none; } }
.menu-burger {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  bottom: 0;
  left: 100vw;
  position: fixed;
  overflow: auto;
  right: 0;
  top: calc(60px + 1px);
  width: 100vw;
  z-index: 2000;
  transition: left 300ms; }
  .menu-burger.opened {
    left: 0; }
  .menu-burger-toggle {
    text-transform: uppercase;
    background: none;
    border: none;
    -webkit-appearance: none;
    color: black;
    width: 45px;
    padding: 0; }
  .menu-burger-toggle__title {
    display: none; }
  .menu-burger-search-wrapper {
    border-bottom: 1px solid black;
    position: relative; }
  .menu-burger-nav {
    flex: 1;
    padding: 10px 0; }
    .menu-burger-nav li {
      width: 100%;
      border-bottom: 1px solid black; }
      .menu-burger-nav li a {
        display: block;
        color: black;
        font-weight: bold;
        width: 100%;
        padding: 12px 20px;
        position: relative; }
        .menu-burger-nav li a:hover, .menu-burger-nav li a:focus {
          text-decoration: none; }
        .menu-burger-nav li a .menu-label-wrapper {
          display: flex;
          align-items: center;
          width: 100%;
          word-break: break-word; }
      .menu-burger-nav li .icon-svg {
        width: 16px;
        height: 16px;
        transition: transform 300ms;
        padding: 9px;
        box-sizing: initial; }
      .menu-burger-nav li.has-submenu a {
        padding-right: 50px; }
      .menu-burger-nav li.submenu-opened .icon-svg {
        transform: rotate(180deg); }
    .menu-burger-nav .submenu {
      display: none;
      overflow: hidden; }
      .menu-burger-nav .submenu li {
        border-bottom: 1px solid #cfcfcf; }
        .menu-burger-nav .submenu li a {
          font-weight: normal; }
  .menu-burger .nav-search-bar {
    display: block;
    background: none;
    position: static !important; }
    .menu-burger .nav-search-bar .wrapper-inner {
      padding: 8px 10px; }
    .menu-burger .nav-search-bar .icon-close {
      display: none; }
    .menu-burger .nav-search-bar .type-text input {
      font-size: 1.4rem;
      background: #ebebeb; }
    .menu-burger .nav-search-bar .type-submit {
      width: 50px;
      margin: 0; }
      .menu-burger .nav-search-bar .type-submit button {
        display: flex;
        width: 100%;
        fill: white;
        justify-content: center;
        padding: 0; }
    .menu-burger .nav-search-bar .search-submit-label {
      display: none; }
    .menu-burger .nav-search-bar .search-submit-icon {
      display: block; }
      .menu-burger .nav-search-bar .search-submit-icon svg {
        display: block;
        width: 20px;
        height: 20px; }
  .menu-burger .follow-us .social a {
    background-color: black;
    fill: white; }

.menu-burger-toggle .icons .icon-close,
.menu-burger-toggle .icons .icon-search {
  fill: black;
  vertical-align: middle; }
.menu-burger-toggle.opened .icons .icon-search {
  display: none; }
.menu-burger-toggle.opened .icons .icon-close {
  display: inline-block; }
.menu-burger-toggle.closed .icons .icon-search {
  display: inline-block; }
.menu-burger-toggle.closed .icons .icon-close {
  display: none; }

.icon-burger {
  height: 23px;
  position: relative;
  width: 100%; }
.icon-patty {
  background-color: black;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
  transition: top 300ms, transform 300ms, opacity 300ms; }
  .icon-patty.top {
    top: 3px; }
    .menu-burger-toggle.opened .icon-patty.top {
      top: 10px;
      transform: rotate(30deg); }
  .icon-patty.middle {
    top: 9px; }
    .menu-burger-toggle.opened .icon-patty.middle {
      top: 10px;
      transform: rotate(30deg);
      opacity: 0; }
  .icon-patty.bottom {
    top: 15px; }
    .menu-burger-toggle.opened .icon-patty.bottom {
      top: 10px;
      transform: rotate(-30deg); }

.scroll-lock {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .scroll-lock {
      position: fixed;
      overflow: hidden; } }

@media screen and (min-width: 768px) {
  .menu-burger {
    display: none !important; } }
.footer__top {
  background-color: black;
  color: white; }

.footer__topContent {
  display: flex;
  flex-wrap: wrap;
  padding: 70px 15px; }
  @media (max-width: 991px) {
    .footer__topContent {
      padding: 45px 68px; } }
  @media (max-width: 480px) {
    .footer__topContent {
      padding: 35px 15px; } }
  .footer__topContent nav li {
    list-style-type: none;
    margin-bottom: 20px; }

.footer__logo {
  flex: 25%;
  padding-right: 15px; }
  @media (max-width: 991px) {
    .footer__logo {
      width: 100%;
      flex: auto;
      margin-right: auto;
      margin-bottom: 44px;
      margin-left: auto;
      padding-right: 0;
      text-align: center; } }

.footer__img {
  max-width: 170px; }
  @media (max-width: 991px) {
    .footer__img {
      flex: 70%; } }

.footer__nav {
  position: relative;
  padding-right: 75px;
  flex: 50%;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left; }
  .footer__nav ul {
    column-count: 2; }
  @media (max-width: 991px) {
    .footer__nav {
      flex: 70%; } }
  @media (max-width: 767px) {
    .footer__nav {
      flex: auto;
      padding-right: 0;
      width: 100%; } }

.footer__link {
  text-decoration: none;
  font-size: 1.8rem;
  color: currentColor; }
  @media (max-width: 767px) {
    .footer__link {
      font-size: 1.7rem; } }
  .footer__link:hover {
    color: #EB8FA5;
    text-decoration: underline; }
  .footer__link:focus {
    color: currentColor;
    text-decoration: none; }

.footer__subNav {
  position: relative;
  flex: 25%;
  font-weight: 300; }
  @media (max-width: 991px) {
    .footer__subNav {
      flex: 30%; } }
  @media (max-width: 767px) {
    .footer__subNav {
      margin-top: 40px;
      padding-top: 40px;
      text-align: center; } }
  .footer__subNav:before {
    position: absolute;
    left: -40px;
    top: 0;
    content: '';
    width: 1px;
    height: 100%;
    background-color: currentColor; }
    @media (max-width: 767px) {
      .footer__subNav:before {
        left: 0;
        width: 100%;
        height: 1px; } }

.footer__bottom {
  width: 100%;
  padding: 17px 0 7px;
  background-color: #212121;
  color: #fff; }
  @media (max-width: 767px) {
    .footer__bottom {
      padding: 25px 0; } }

.footer__bottomContent {
  display: flex;
  align-items: center;
  padding: 0 15px; }
  @media (max-width: 991px) {
    .footer__bottomContent {
      display: block;
      padding: 0 68px; } }
  @media (max-width: 480px) {
    .footer__bottomContent {
      padding: 0 15px; } }

.footer__brandsTitle {
  margin-right: 50px;
  margin-bottom: 8px;
  flex-shrink: 0;
  align-self: center;
  font-size: 1.9rem;
  font-weight: 500;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .footer__brandsTitle {
      max-width: none;
      width: auto;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .footer__brandsTitle {
      margin-right: 0;
      margin-bottom: 20px;
      font-size: 1.7rem;
      text-align: center; } }
  @media (max-width: 991px) {
    .footer__brandsTitle br {
      display: none; } }

.footer__brandsList {
  display: flex;
  width: 100%;
  max-width: none;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  list-style: none; }
  @media (max-width: 991px) {
    .footer__brandsList {
      flex-wrap: wrap;
      justify-content: center; } }
  @media (max-width: 767px) {
    .footer__brandsList {
      max-width: 320px; } }

@media (max-width: 991px) {
  .footer__brandItem {
    width: 25%;
    margin: 6px 0;
    text-align: center; } }
@media (max-width: 767px) {
  .footer__brandItem {
    width: 50%; } }

.footer__brandLink {
  display: block;
  padding: 5px; }
  .footer__brandLink:hover .footer__brandImg {
    opacity: 0.8; }

.footer__brandImg {
  width: 100%;
  max-width: 123px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out; }
  @media (max-width: 991px) {
    .footer__brandImg {
      max-width: 115px; } }
  [data-browser="firefox"] .footer__brandImg {
    height: 65px; }

.footer-bottom-bar {
  padding: 10px 0;
  font-size: 1rem; }
  @media (max-width: 767px) {
    .footer-bottom-bar {
      text-align: center; } }

.content-page .header-section {
  text-align: center;
  padding: 35px; }
.content-page .single-story .header-section {
  height: calc(100vh - 60px);
  text-align: left;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .content-page .single-story .header-section .story-intro {
    padding: 25px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 30px;
    bottom: calc(30px + 50px);
    left: 30px;
    z-index: 1; }
    .content-page .single-story .header-section .story-intro .story-tag {
      margin-bottom: 20px; }
    .content-page .single-story .header-section .story-intro .story-title {
      color: white;
      margin-bottom: 10px;
      clear: both; }
    .content-page .single-story .header-section .story-intro .story-author,
    .content-page .single-story .header-section .story-intro .story-pubdate {
      color: white;
      font-size: 1.2rem;
      text-transform: uppercase; }
      .content-page .single-story .header-section .story-intro .story-author a,
      .content-page .single-story .header-section .story-intro .story-pubdate a {
        color: white; }
    .content-page .single-story .header-section .story-intro p + p {
      margin-top: 3px; }
  .content-page .single-story .header-section::after {
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 65%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.formatted-text {
  font-size: 1.8rem;
  line-height: 1.5; }
  .formatted-text p, .formatted-text ul, .formatted-text ol, .formatted-text blockquote, .formatted-text .quote, .formatted-text table {
    margin-bottom: 15px; }
    .formatted-text p:last-child, .formatted-text ul:last-child, .formatted-text ol:last-child, .formatted-text blockquote:last-child, .formatted-text .quote:last-child, .formatted-text table:last-child {
      margin-bottom: 0; }
  .formatted-text h1,
  .formatted-text h2,
  .formatted-text h3,
  .formatted-text h4,
  .formatted-text h5,
  .formatted-text h6 {
    color: black;
    font-weight: bold;
    margin-top: calc(15px + 10px);
    margin-bottom: 15px; }
  .formatted-text h1 {
    font-size: 165%; }
  .formatted-text h2 {
    font-size: 150%; }
  .formatted-text h3 {
    font-size: 135%; }
  .formatted-text h4 {
    font-size: 110%; }
  .formatted-text h5,
  .formatted-text h6 {
    font-size: 100%; }
  .formatted-text ol,
  .formatted-text ul {
    padding-left: 20px; }
    .formatted-text ol li + li,
    .formatted-text ul li + li {
      margin-top: 10px; }
    .formatted-text ol ul, .formatted-text ol ol,
    .formatted-text ul ul,
    .formatted-text ul ol {
      margin: 10px 0; }
  .formatted-text ol li {
    list-style-type: decimal; }
  .formatted-text ul li {
    list-style-type: disc; }
  .formatted-text ins {
    text-decoration: underline; }
  .formatted-text blockquote,
  .formatted-text .quote {
    border-left: 4px solid #e6e6e6;
    padding: 0 1.2em; }
    .formatted-text blockquote p,
    .formatted-text .quote p {
      margin-bottom: 0; }
  .formatted-text q::before {
    content: open-quote; }
  .formatted-text q::after {
    content: close-quote; }
  .formatted-text cite {
    font-style: italic; }
  .formatted-text table {
    width: 100%; }
    .formatted-text table th,
    .formatted-text table td {
      font-size: 1em;
      padding: .7em;
      border: 1px solid #e6e6e6;
      line-height: 1.4; }
    .formatted-text table thead tr,
    .formatted-text table tfoot tr {
      background-color: #f5f5f5; }
    .formatted-text table thead th,
    .formatted-text table thead td,
    .formatted-text table tfoot th,
    .formatted-text table tfoot td {
      font-size: .9em;
      padding: .77778em; }
    .formatted-text table tbody tr {
      background-color: #fff; }

.no-content {
  font-size: 1.6rem;
  text-align: center;
  padding: 50px 20px; }

@media screen and (max-width: 1199px) {
  .formatted-text {
    font-size: 1.8rem; } }
@media screen and (max-width: 767px) {
  .formatted-text {
    font-size: 1.5rem; } }
.mosaic-section {
  padding-bottom: 30px;
  position: relative; }
  .mosaic-section .mosaic {
    opacity: 0;
    position: relative; }
  .mosaic-section .story {
    color: white;
    box-sizing: border-box;
    overflow: hidden; }
    .mosaic-section .story .story-wrapper {
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .mosaic-section .story a {
      text-decoration: none; }
    .mosaic-section .story .story-img {
      width: 100%;
      position: relative;
      overflow: hidden; }
      .mosaic-section .story .story-img img {
        min-width: calc(100% + 4%);
        min-height: calc(100% + 4%);
        max-width: calc(100% + 4%);
        max-height: calc(100% + 4%);
        float: left; }
      .mosaic-section .story .story-img .story-tag {
        position: absolute;
        top: 0;
        left: 0; }
      .mosaic-section .story .story-img.no-main-img {
        width: 100%;
        height: 100%;
        margin: 0;
        float: none; }
        .mosaic-section .story .story-img.no-main-img a {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
    .mosaic-section .story .story-infos {
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: black;
      margin: 0 auto;
      padding: 15px;
      background: white;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
      .mosaic-section .story .story-infos .story-title {
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.15; }
        .mosaic-section .story .story-infos .story-title a {
          color: black; }
      .mosaic-section .story .story-infos .story-author {
        font-size: 1.2rem;
        line-height: 1.1;
        margin-top: 10px; }
        .mosaic-section .story .story-infos .story-author a {
          color: black; }
      .mosaic-section .story .story-infos .story-excerpt {
        font-size: 1.3rem;
        margin-top: 10px; }
    .mosaic-section .story.md-w1-h2 .story-infos, .mosaic-section .story.md-w1-h3 .story-infos {
      width: 100%;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0; }
    .mosaic-section .story.md-w2-h1 .no-main-img, .mosaic-section .story.md-w3-h1 .no-main-img {
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .mosaic-section .story.md-w2-h1 .story-infos, .mosaic-section .story.md-w3-h1 .story-infos {
      width: 175px;
      top: 0;
      right: 0;
      bottom: 0;
      left: auto; }
    .mosaic-section .story.md-w2-h2 .story-infos .story-title, .mosaic-section .story.md-w3-h2 .story-infos .story-title {
      font-size: 3rem;
      line-height: 1; }
    .mosaic-section .story.md-w1-h1 .no-main-img {
      width: auto;
      height: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .mosaic-section .story.md-w1-h1 .story-author {
      display: none; }
  .mosaic-section .main-story .story .story-wrapper {
    position: relative; }
  .mosaic-section .main-story .story .video-wrapper .video-inline,
  .mosaic-section .main-story .story .story-img.no-main-img {
    height: 0;
    position: relative; }
  .mosaic-section .main-story .story .video-wrapper .video-inline {
    padding-bottom: 50%;
    bottom: auto !important; }
  .mosaic-section .main-story .story .story-img.no-main-img {
    padding-bottom: 40%; }
  .mosaic-section .main-story .story .video-inline .vjs-poster {
    background-color: transparent;
    background-repeat: no-repeat; }
  .mosaic-section .main-story .story .story-infos {
    width: 100%;
    max-width: 650px;
    height: auto;
    margin: 0 auto;
    padding: 25px; }
  .mosaic-section .main-story .story.type-video {
    width: 100%;
    height: auto; }
    .mosaic-section .main-story .story.type-video .story-wrapper {
      background: none; }
    .mosaic-section .main-story .story.type-video .story-infos {
      height: auto !important;
      max-width: none;
      padding: 25px;
      position: static; }

@media screen and (max-width: 1390px) {
  .mosaic-section .main-story .container-wrapper {
    max-width: none; } }
@media screen and (max-width: 1199px) {
  .mosaic-section .main-story .story .story-img.no-main-img {
    padding-bottom: 56.25%; } }
@media screen and (max-width: 767px) {
  .mosaic-section {
    padding-bottom: 20px; }
    .mosaic-section .container-wrapper {
      padding: 0; }
    .mosaic-section .story {
      color: black; }
      .mosaic-section .story .story-infos {
        padding: 12px; }
        .mosaic-section .story .story-infos .story-author {
          display: block; }
      .mosaic-section .story:not(.md-w3-h2) .story-excerpt {
        display: none; }
      .mosaic-section .story.xs-w1-h1:not(.md-w1-h1) .story-wrapper {
        position: static; }
      .mosaic-section .story.xs-w1-h1:not(.md-w1-h1) .story-img {
        width: 100% !important; }
        .mosaic-section .story.xs-w1-h1:not(.md-w1-h1) .story-img.no-main-img {
          width: 100%;
          height: 0;
          padding-bottom: 56.25%;
          position: relative; }
      .mosaic-section .story.xs-w1-h1:not(.md-w1-h1) .story-infos {
        width: 100% !important;
        background: white;
        position: relative;
        top: auto;
        clear: both; }
        .mosaic-section .story.xs-w1-h1:not(.md-w1-h1) .story-infos .story-title {
          font-size: 1.6rem; }
          .mosaic-section .story.xs-w1-h1:not(.md-w1-h1) .story-infos .story-title a {
            color: black; }
        .mosaic-section .story.xs-w1-h1:not(.md-w1-h1) .story-infos .story-author {
          font-size: 1.3rem; }
      .mosaic-section .story.xs-w1-h1.md-w1-h1 .story-img {
        width: 50%;
        float: left; }
        .mosaic-section .story.xs-w1-h1.md-w1-h1 .story-img.no-main-img {
          width: 50%;
          height: 100%;
          margin: 0;
          position: relative; }
      .mosaic-section .story.xs-w1-h1.md-w1-h1 .story-infos {
        width: 50%;
        height: 100%;
        position: absolute;
        left: auto; }
        .mosaic-section .story.xs-w1-h1.md-w1-h1 .story-infos .story-author {
          display: none; }
    .mosaic-section .main-story .story .story-img.no-main-img {
      padding-bottom: 75%; }
    .mosaic-section .main-story .story .story-infos, .mosaic-section .main-story .story.type-video .story-infos {
      padding: 25px; } }
@media screen and (max-width: 766px) {
  .mosaic-section .story.type-ad {
    height: 600px !important; } }
@media screen and (min-width: 767px) {
  .mosaic-section .story.type-ad {
    height: 250px !important; } }
.mosaic-section .story.type-ad .ad {
  padding: 0; }
.mosaic-section .story.story-recettes-dici {
  border: 2px solid #271d88; }
  .mosaic-section .story.story-recettes-dici .story-img .recettes-dici-label {
    color: #271d88;
    font-size: 1.2rem;
    padding: 6px 5px 6px 27px;
    background: url("/static/images/double-arrow.png") rgba(255, 255, 255, 0.7) no-repeat left 3px center;
    background-size: 23px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
  .mosaic-section .story.story-recettes-dici .story-img img {
    float: none; }
  .mosaic-section .story.story-recettes-dici .story-img .recettes-dici-logo {
    max-width: 90px;
    max-height: 90px;
    min-width: auto;
    min-height: auto;
    position: absolute;
    top: 0; }
  .mosaic-section .story.story-recettes-dici .story-infos {
    border-color: #271d88 !important; }
.mosaic-section .story.type-article .story-wrapper:hover {
  cursor: pointer; }
  .mosaic-section .story.type-article .story-wrapper:hover .story-title a,
  .mosaic-section .story.type-article .story-wrapper:hover .story-author a {
    text-decoration: underline; }
.mosaic-section .story.type-article.md-w1-h1 .story-img {
  top: 0;
  bottom: 82px; }
.mosaic-section .story.type-article.md-w1-h1 .story-infos {
  min-height: 82px;
  justify-content: flex-start; }
.mosaic-section .story.type-article.md-w2-h1 .story-img,
.mosaic-section .story.type-article.md-w2-h1 .story-infos {
  width: 50%; }
.mosaic-section .story.type-article.md-w3-h2 .story-img {
  width: 68%; }
.mosaic-section .story.type-article.md-w3-h2 .story-infos {
  width: 300px;
  top: 0;
  left: auto; }
  .mosaic-section .story.type-article.md-w3-h2 .story-infos .story-title {
    font-size: 3.4rem; }
.mosaic-section .story.type-video .story-wrapper {
  background: #212121; }
.mosaic-section .story.type-video .video-wrapper {
  margin: 0 auto; }
  .mosaic-section .story.type-video .video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.mosaic-section .story.type-video .vjs-dock-text {
  display: none; }
.mosaic-section .story.type-video .video-inline {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .mosaic-section .story.type-video .video-inline a {
    display: none !important; }
.mosaic-section .story.type-video .story-infos {
  bottom: 0; }
  .mosaic-section .story.type-video .story-infos .story-title a:hover {
    text-decoration: underline; }
.mosaic-section .story.type-video.md-w1-h1 .video-inline {
  bottom: 32%; }
.mosaic-section .story.type-video.md-w1-h1 .story-infos {
  height: 32%;
  right: 0;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px; }
  .mosaic-section .story.type-video.md-w1-h1 .story-infos .story-tag:not(.live-tag) {
    display: none; }
  .mosaic-section .story.type-video.md-w1-h1 .story-infos .live-tag {
    margin-bottom: 4px; }
.mosaic-section .story.type-video.md-w2-h1 .video-inline {
  top: 0;
  right: 175px;
  bottom: 0; }
.mosaic-section .story.type-video.md-w2-h1 .story-infos {
  width: 175px; }
.mosaic-section .story.type-video.md-w2-h2 .video-inline {
  bottom: 30%; }
.mosaic-section .story.type-video.md-w2-h2 .story-infos {
  height: 30%; }
.mosaic-section .story.type-video.md-w3-h2 .video-inline {
  bottom: 20%; }
.mosaic-section .story.type-video.md-w3-h2 .story-infos {
  height: 20%; }
  .mosaic-section .story.type-video.md-w3-h2 .story-infos .story-tag {
    display: none; }
.mosaic-section .story.type-video.md-w3-h2.type-live .live-icon-infos {
  background: white;
  position: absolute;
  height: 20%;
  right: calc(100% - 30%);
  bottom: 0;
  left: 0; }
.mosaic-section .story.type-video.md-w3-h2.type-live .story-infos {
  left: 30%; }
  .mosaic-section .story.type-video.md-w3-h2.type-live .story-infos .story-title {
    font-size: 2.5rem; }

@media screen and (max-width: 991px) {
  .mosaic-section .story.type-article.sm-w2-h2 .story-img {
    width: 100%; }
  .mosaic-section .story.type-article.sm-w2-h2 .story-infos {
    width: 100%;
    top: auto; }
  .mosaic-section .story.type-video.sm-w2-h2 .live-icon, .mosaic-section .story.type-video.type-live.sm-w2-h2 .live-icon {
    display: none; }
  .mosaic-section .story.type-video.sm-w2-h2 .story-infos .story-tag, .mosaic-section .story.type-video.type-live.sm-w2-h2 .story-infos .story-tag {
    display: block; }
  .mosaic-section .story.type-video.sm-w2-h2 .story-infos .story-title, .mosaic-section .story.type-video.type-live.sm-w2-h2 .story-infos .story-title {
    font-size: 1.6rem; }
    .mosaic-section .story.type-video.sm-w2-h2 .story-infos .story-title a, .mosaic-section .story.type-video.type-live.sm-w2-h2 .story-infos .story-title a {
      color: black; }
  .mosaic-section .story.type-video.sm-w2-h2 .story-infos .story-author a, .mosaic-section .story.type-video.type-live.sm-w2-h2 .story-infos .story-author a {
    color: black; } }
@media screen and (max-width: 767px) {
  .mosaic-section .story.type-article.xs-w1-h1 .story-img {
    bottom: 0; }
  .mosaic-section .story.type-article.xs-w1-h1 .story-infos {
    min-height: 0;
    justify-content: center; }
  .mosaic-section .story.type-video.xs-w1-h1:not(.md-w1-h1) .video-inline {
    width: 100% !important;
    height: auto !important;
    padding-bottom: 56.25% !important;
    position: relative !important; }
  .mosaic-section .story.type-video.xs-w1-h1:not(.md-w1-h1) .story-infos {
    position: static;
    height: auto;
    float: none; }
    .mosaic-section .story.type-video.xs-w1-h1:not(.md-w1-h1) .story-infos .story-tag {
      margin-top: 0; }
  .mosaic-section .story.type-video.xs-w1-h1.md-w1-h1 .video-inline {
    width: 50% !important;
    height: 100% !important;
    padding: 0 !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0; }
    .mosaic-section .story.type-video.xs-w1-h1.md-w1-h1 .video-inline .video-js {
      padding-bottom: 0 !important;
      position: absolute !important; }
  .mosaic-section .story.type-video.xs-w1-h1.md-w1-h1 .story-infos {
    height: 100%;
    position: absolute;
    right: 0;
    left: auto; }
    .mosaic-section .story.type-video.xs-w1-h1.md-w1-h1 .story-infos .story-tag {
      display: block;
      margin-left: 0; } }
.mosaic-section + .archives-section {
  padding-top: 30px; }

.archives-listing .story {
  padding: 25px 0; }
  .archives-listing .story .story-img {
    padding-right: 30px; }
    .archives-listing .story .story-img .story-img-inner {
      position: relative; }
    .archives-listing .story .story-img img {
      display: block;
      min-width: 100%;
      min-height: 100%;
      max-width: 100%;
      max-height: 100%; }
    .archives-listing .story .story-img a {
      text-decoration: none; }
    .archives-listing .story .story-img.no-main-img a {
      display: block;
      height: 0;
      padding-bottom: 56.25%;
      position: relative; }
    .archives-listing .story .story-img .story-tag .tag {
      display: block; }
  .archives-listing .story .story-infos {
    display: flex;
    flex-direction: column;
    padding-left: 0; }
  .archives-listing .story .story-title {
    font-size: 1.8rem;
    line-height: 1.1;
    text-decoration: none; }
    .archives-listing .story .story-title a {
      color: black; }
  .archives-listing .story .story-metas {
    margin: 5px 0 0; }
  .archives-listing .story .story-author,
  .archives-listing .story .story-date {
    display: inline;
    line-height: 1.2; }
  .archives-listing .story .story-author {
    font-size: 1.2rem; }
    .archives-listing .story .story-author + .story-date::before {
      content: '|';
      margin: 0 3px; }
  .archives-listing .story .story-date {
    display: inline-block;
    color: #999;
    font-size: 1.1rem; }
    @media screen and (max-width: 767px) {
      .archives-listing .story .story-date {
        display: none; } }
  .archives-listing .story .story-comments {
    display: inline-block;
    width: 26px;
    height: 22px;
    text-align: center;
    margin-left: 10px;
    background: url("/static/images/comments-icon.png") center no-repeat;
    position: relative;
    float: right; }
    .archives-listing .story .story-comments .fb-comments-count {
      color: #999;
      width: 23px;
      height: 15px;
      font-size: 1rem;
      line-height: 15px;
      position: absolute;
      top: 3px;
      left: 0; }
.archives-listing .story-wrapper {
  position: relative; }
.archives-listing .load-more-btn {
  text-align: center;
  padding-top: 20px; }
  .archives-listing .load-more-btn a {
    display: block;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    background: white;
    border: 1px solid black;
    border-radius: 0;
    box-shadow: none; }
    .archives-listing .load-more-btn a:hover, .archives-listing .load-more-btn a:focus, .archives-listing .load-more-btn a:active {
      background: #eee; }

@media screen and (max-width: 1199px) {
  .archives-listing .story .story-img.squared-img-mobile {
    width: 45%; } }
@media screen and (max-width: 991px) {
  .archives-section .sidebar {
    display: none; }

  .archives-listing {
    width: 100%;
    padding-right: 0; }
    .archives-listing .story .row {
      margin: 0; }
    .archives-listing .story .story-img,
    .archives-listing .story .story-infos {
      padding: 0; }
    .archives-listing .story .story-infos {
      margin-top: 15px; }
      .archives-listing .story .story-infos .story-tag {
        margin-top: 0; } }
@media screen and (max-width: 767px) {
  .mosaic-section + .archives-section {
    padding-top: 20px; }

  .archives-listing .story {
    padding: 15px 0; }
    .archives-listing .story .story-title {
      font-size: 1.6rem; }
    .archives-listing .story .story-img.squared-img-mobile.no-main-img a {
      padding-bottom: 83%; } }
.archives-listing .story.type-article .story-wrapper {
  position: relative;
  cursor: pointer; }
  .archives-listing .story.type-article .story-wrapper:hover .story-title a,
  .archives-listing .story.type-article .story-wrapper:hover .story-author a {
    text-decoration: underline; }
.archives-listing .story.type-article .play-icon {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .archives-listing .story.type-article .play-icon img,
  .archives-listing .story.type-article .play-icon svg {
    max-width: 60px !important;
    max-height: 60px !important;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.archives-listing .story.type-article .no-main-img .play-icon {
  right: 0;
  left: 0; }
.archives-listing .story.type-article .popup-video {
  display: none; }
.archives-listing .story.type-article.big-tile .row {
  margin: 0; }
.archives-listing .story.type-article.big-tile .story-img {
  width: 100%;
  flex: none;
  padding: 0; }
  .archives-listing .story.type-article.big-tile .story-img img {
    margin: auto; }
.archives-listing .story.type-article.big-tile .story-wrapper:hover .story-img .story-tag {
  opacity: 1; }
.archives-listing .story.type-article.big-tile .story-infos {
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  background: white;
  z-index: 3; }
.archives-listing .story.type-article.big-tile .play-icon img {
  max-width: 110px !important;
  max-height: 110px !important; }
.archives-listing .story.type-facebook iframe, .archives-listing .story.type-instagram iframe, .archives-listing .story.type-twitter iframe, .archives-listing .story.type-twitter .twitter-tweet, .archives-listing .story.type-twitter .twitter-video {
  display: block !important;
  margin: 0 auto !important;
  position: static; }
.archives-listing .story.type-facebook iframe, .archives-listing .story.type-instagram iframe, .archives-listing .story.type-twitter iframe {
  max-width: 650px !important;
  background: white; }
.archives-listing .story.type-video .video-outer-wrapper, .archives-listing .story.type-gallery .gallery-wrapper, .archives-listing .story.type-embed .element-embed {
  padding: 20px 40px 40px;
  background: #cecece; }
.archives-listing .story.type-video .story-infos, .archives-listing .story.type-gallery .story-infos, .archives-listing .story.type-embed .story-infos {
  width: 85%;
  margin: -17px auto 0;
  padding: 5px 10px;
  background: white;
  border: 1px solid black; }
.archives-listing .story.type-video .video-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .archives-listing .story.type-video .video-wrapper .video-js,
  .archives-listing .story.type-video .video-wrapper iframe {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.archives-listing .story.type-video .video-inline a {
  display: none !important; }

@media screen and (max-width: 1390px) {
  .archives-listing .story .story-img {
    padding-right: 20px; }
  .archives-listing .story.type-facebook iframe, .archives-listing .story.type-instagram iframe, .archives-listing .story.type-twitter iframe, .archives-listing .story.type-twitter .twitter-tweet, .archives-listing .story.type-twitter .twitter-video {
    max-width: 100% !important; } }
@media screen and (max-width: 991px) {
  .archives-listing .story.big-tile .story-wrapper {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .archives-listing .story.type-article .story-infos {
    margin-top: 0; }
  .archives-listing .story.type-article.big-tile .story-img {
    padding: 0; }
  .archives-listing .story.type-article.big-tile .story-infos .story-tag {
    margin-top: 0; }
  .archives-listing .story.type-video .video-outer-wrapper, .archives-listing .story.type-gallery .gallery-wrapper, .archives-listing .story.type-embed .element-embed {
    padding: 0;
    background: none; }
  .archives-listing .story.type-video .story-infos, .archives-listing .story.type-gallery .story-infos, .archives-listing .story.type-embed .story-infos {
    width: 100%;
    margin-top: 15px;
    padding: 0;
    background: none;
    border: none; } }
.static-section .page-title,
.static-section .page-subtitle {
  color: black;
  line-height: 1.1;
  margin: 0;
  padding-top: 0;
  border: none; }
.static-section .page-title {
  font-size: 4.5rem;
  font-weight: bold;
  margin-bottom: 15px; }
.static-section .page-subtitle {
  font-size: 3rem;
  margin-bottom: 20px; }
.static-section .contact-form {
  margin-top: 35px; }
.static-section .contact-list {
  margin-top: 30px; }
  .static-section .contact-list .contact p {
    font-size: 1.3rem; }
  .static-section .contact-list .contact a {
    color: #aaa;
    text-decoration: none; }
    .static-section .contact-list .contact a:hover {
      text-decoration: underline; }
  .static-section .contact-list .contact + .contact {
    margin-top: 15px; }
  .static-section .contact-list p + p {
    margin-top: 2px; }

.informations-services-block {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .informations-services-block {
      margin-top: 35px; } }

.sitemap-section li a {
  color: black; }

@media screen and (max-width: 991px) {
  .static-section .page-title {
    font-size: 3.5rem; }
  .static-section .page-subtitle {
    font-size: 3rem; } }
@media screen and (max-width: 767px) {
  .static-section .page-title {
    font-size: 3rem; }
  .static-section .page-subtitle {
    font-size: 2.5rem; }
  .static-section .contact-form {
    margin-top: 25px; } }
.section-header {
  margin: 25px 0 35px; }
  .section-header .section-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .section-header .breadcrumb {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .section-header {
      flex-wrap: wrap; }
      .section-header .sponsored-section {
        margin: 15px auto 0; }
        .section-header .sponsored-section img {
          max-width: 127px; } }
  .section-header .sections-infos {
    display: none;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .section-header .sections-infos {
        margin-top: 20px; } }
    .brand-section .section-header .sections-infos {
      display: block; }
  .section-header .section-title {
    font-family: "Playfair Display", serif;
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 15px; }
    @media screen and (max-width: 991px) {
      .section-header .section-title {
        font-size: 3.4rem; } }
    @media screen and (max-width: 767px) {
      .section-header .section-title {
        font-size: 2.2rem; } }
  .section-header .section-desc {
    font-size: 1.7rem;
    line-height: 1.4; }
    @media screen and (max-width: 991px) {
      .section-header .section-desc {
        font-size: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .section-header .section-desc {
        font-size: 1.3rem; } }

.no-content-mosaic.mosaic-section {
  padding-top: 30px; }
.no-content-mosaic .section-header {
  margin-bottom: 0; }

.fancybox-container #video-overlay {
  width: 95%;
  max-width: 1000px;
  margin: auto;
  padding: 40px; }
.fancybox-container .popup-video .video-inline {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .fancybox-container .popup-video .video-inline iframe,
  .fancybox-container .popup-video .video-inline .video-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .fancybox-container .popup-video .video-inline a {
    display: none !important; }
.fancybox-container .popup-video .story-infos .story-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-top: 15px; }
  .fancybox-container .popup-video .story-infos .story-title a {
    color: black; }

.brand-section .page-subtitle {
  display: block; }

.sponsored-section {
  display: flex;
  align-items: center;
  font-size: 1.2rem; }
  .sponsored-section p {
    margin: 0 12px 0 auto; }
  .sponsored-section img {
    max-width: 150px;
    max-height: 50px; }
  .formatted-text .sponsored-section {
    margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .section-header {
    padding: 0 15px; }

  .fancybox-container #video-overlay {
    padding: 30px; }
  .fancybox-container .popup-video .story-infos .story-title {
    font-size: 1.5rem; } }
.topic-section .topic-header-wrapper {
  position: relative; }
.topic-section .topic-header .topic-img {
  text-align: center;
  position: relative; }
  .topic-section .topic-header .topic-img img {
    display: inline-block; }
.topic-section .topic-header .topic-infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: black;
  padding: 12px;
  background: white;
  border: 1px solid black;
  z-index: 1; }
  .topic-section .topic-header .topic-infos .topic-title {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase; }
  .topic-section .topic-header .topic-infos .topic-author {
    font-size: 1.2rem;
    line-height: 1.1;
    margin-top: 10px; }
    .topic-section .topic-header .topic-infos .topic-author a {
      color: inherit;
      text-decoration: underline; }
  .topic-section .topic-header .topic-infos .topic-sponsor {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px; }
    .topic-section .topic-header .topic-infos .topic-sponsor .topic-sponsor-label {
      font-size: 1.2rem; }
    .topic-section .topic-header .topic-infos .topic-sponsor .topic-sponsor-logo {
      color: black;
      text-decoration: none; }
      .topic-section .topic-header .topic-infos .topic-sponsor .topic-sponsor-logo img {
        max-width: 100px;
        max-height: 50px;
        margin-left: 7px; }
.topic-section .topic-header .social-sharing-bar {
  margin: 20px auto 0; }
.topic-section .topic-container .breadcrumb {
  margin-bottom: 25px; }
.topic-section .topic-container .page-subtitle {
  margin-top: 50px; }

@media screen and (max-width: 991px) {
  .topic-section .topic-infos .topic-title {
    font-size: 1.8rem; } }
.author-section .page-header {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px; }
  .author-section .page-header .author-presentation-wrapper {
    display: flex;
    align-items: center;
    width: 100%; }
  .author-section .page-header .header-left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
  .author-section .page-header .header-right {
    width: 300px; }
    @media screen and (max-width: 991px) {
      .author-section .page-header .header-right {
        width: 100%; } }
  .author-section .page-header .author-img {
    width: 150px;
    height: 150px;
    min-width: 150px;
    padding-right: 0;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%; }
    @media screen and (max-width: 991px) {
      .author-section .page-header .author-img {
        width: 115px;
        height: 115px;
        min-width: 115px; } }
    @media screen and (max-width: 767px) {
      .author-section .page-header .author-img {
        width: 85px;
        height: 85px;
        min-width: 85px;
        margin-right: 12px; } }
  .author-section .page-header .author-name {
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase; }
    @media screen and (max-width: 1390px) {
      .author-section .page-header .author-name {
        font-size: 3.8rem; } }
    @media screen and (max-width: 767px) {
      .author-section .page-header .author-name {
        font-size: 2.6rem; } }
  .author-section .page-header .author-biography {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 20px; }
    .author-section .page-header .author-biography .biography-title {
      color: black;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 12px; }
  .author-section .page-header .contact-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 22px;
    width: 100%; }
    @media screen and (max-width: 991px) {
      .author-section .page-header .contact-links {
        margin-top: 15px; } }
    .author-section .page-header .contact-links .contact-links__top-label {
      display: none;
      margin-right: 20px; }
    .author-section .page-header .contact-links ul {
      overflow: hidden; }
    .author-section .page-header .contact-links li {
      display: inline-block;
      padding: 0; }
      .author-section .page-header .contact-links li a {
        display: flex;
        align-items: center;
        text-decoration: none; }
        .author-section .page-header .contact-links li a .contact-links__social {
          display: flex;
          width: 30px;
          height: 30px;
          border-radius: 50%;
          align-items: center;
          justify-content: center;
          fill: white;
          background-color: black;
          text-decoration: none;
          transition: background 0.2s; }
          .author-section .page-header .contact-links li a .contact-links__social svg {
            height: 18px;
            width: 18px; }
        .author-section .page-header .contact-links li a span {
          display: inline-block;
          color: #333;
          font-size: 1.8rem;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .author-section .page-header .contact-links li a span {
              font-size: 1.4rem; } }
        .author-section .page-header .contact-links li a:hover .contact-links__social {
          background-color: #EB8FA5; }
    .author-section .page-header .contact-links li + li {
      margin-left: 20px; }
  .author-section .page-header .contact-links__social {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    fill: white;
    background-color: black;
    text-decoration: none;
    transition: background 0.2s; }
    .author-section .page-header .contact-links__social svg {
      height: 20px;
      width: 20px; }
  .author-section .page-header .contact-links__label {
    margin-left: 8px; }
  .author-section .page-header.no-contact-infos .header-left {
    width: 100%;
    padding: 0; }
.author-section .page-subtitle {
  margin-top: 0; }
.author-section .archives-listing .story .story-author {
  display: none !important; }

.search-section .page-header {
  margin-bottom: 35px; }
  @media screen and (max-width: 991px) {
    .search-section .page-header {
      margin-bottom: 20px; } }
.search-section .search-results .results-total {
  color: #999;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px; }
.search-section .search-results .search-result a {
  color: black;
  text-decoration: none;
  display: block; }
.search-section .search-results .search-result .story-img {
  width: 20%;
  float: left; }
  .search-section .search-results .search-result .story-img .story-img-inner {
    height: 0;
    padding-bottom: 56.25%;
    background: #aaa;
    position: relative;
    overflow: hidden; }
  .search-section .search-results .search-result .story-img img {
    max-width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.search-section .search-results .search-result .result-infos {
  width: 80%;
  padding-left: 15px;
  float: left; }
  .search-section .search-results .search-result .result-infos .story-title {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .search-section .search-results .search-result .result-infos .story-title em,
  .search-section .search-results .search-result .result-infos .story-excerpt em {
    color: #aaa; }
  .search-section .search-results .search-result .result-infos .story-metas {
    display: block;
    color: #aaa;
    font-size: 1.1rem;
    margin-bottom: 5px; }
  .search-section .search-results .search-result .result-infos .story-excerpt {
    font-size: 1.2rem; }
.search-section .search-results .search-result a:hover .story-title {
  text-decoration: underline; }
.search-section .search-results .search-result + .search-result {
  margin-top: 25px; }

.search-page-wrapper .content-text, .search-page-wrapper .author-section .page-header .header-left, .author-section .page-header .search-page-wrapper .header-left, .search-page-wrapper .article-section .story-header, .article-section .search-page-wrapper .story-header {
  min-height: 1px; }

@media screen and (max-width: 1390px) {
  .search-section .search-results .search-result .story-img {
    width: 33.333%; }
  .search-section .search-results .search-result .result-infos {
    width: 66.666%; } }
@media screen and (max-width: 767px) {
  .search-section .page-header .results-nb {
    font-size: 1.2rem; }
  .search-section .search-results .search-result .story-img,
  .search-section .search-results .search-result .result-infos {
    width: 100%;
    padding: 0; }
  .search-section .search-results .search-result .result-infos {
    margin-top: 10px; }
  .search-section .search-result + .search-result {
    margin-top: 20px; } }
.story-byline {
  margin-bottom: 20px; }
  .story-byline .byline-img,
  .story-byline .byline-infos {
    display: table-cell; }
  .story-byline .byline-img {
    padding-right: 10px; }
    .story-byline .byline-img .author-img {
      width: 50px;
      min-width: 50px;
      height: 50px;
      border: 1px solid black;
      border-radius: 50%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .story-byline .byline-infos {
    vertical-align: middle; }
  .story-byline .byline-name {
    font-size: 1.3rem;
    line-height: 1.2; }
    .story-byline .byline-name a {
      color: black;
      font-weight: bold; }
  .story-byline .byline-dates .byline-date {
    color: #aaa;
    font-size: 1.1rem;
    line-height: 16px; }
    .story-byline .byline-dates .byline-date span {
      text-transform: uppercase; }
  .story-byline .byline-dates .byline-date + .byline-date {
    margin-left: 7px;
    padding-left: 7px;
    border-left: 1px solid #aaa; }

.article-section .story-header {
  margin-bottom: 20px; }
  @media (max-width: 1390px) {
    .article-section .story-header {
      width: 100%;
      padding-right: 0; } }
.article-section .story-titles {
  margin-bottom: 20px; }
  .article-section .story-titles .story-title {
    font-size: 4.8rem;
    font-weight: bold;
    line-height: 1.1; }
  .article-section .story-titles .story-subtitle {
    color: #aaa;
    font-size: 2rem;
    margin-top: 15px; }
.article-section .story-main-element {
  margin-bottom: 30px;
  overflow: hidden; }
  .article-section .story-main-element .story-img {
    display: inline-block;
    min-width: 100%;
    max-width: 100%; }
    .article-section .story-main-element .story-img img {
      display: block;
      min-width: 100%;
      min-height: 100%;
      max-width: 100%;
      max-height: 100%; }
  .article-section .story-main-element.photo {
    text-align: center; }
    .article-section .story-main-element.photo .story-img {
      position: relative; }
  .article-section .story-main-element .type-instagram iframe,
  .article-section .story-main-element .type-facebook .fb-post,
  .article-section .story-main-element .type-facebook .fb-post > span,
  .article-section .story-main-element .type-facebook iframe,
  .article-section .story-main-element .type-twitter iframe,
  .article-section .story-main-element .type-twitter .twitter-tweet,
  .article-section .story-main-element .type-twitter .twitter-video,
  .article-section .story-main-element .type-vine iframe,
  .article-section .story-main-element .type-code iframe,
  .article-section .story-main-element .type-code embed {
    display: block;
    margin: 0 auto !important; }
  .article-section .story-main-element .type-instagram iframe,
  .article-section .story-main-element .type-facebook .fb-post,
  .article-section .story-main-element .type-facebook .fb-post > span,
  .article-section .story-main-element .type-facebook iframe {
    width: 100% !important;
    max-width: 650px !important; }
  .article-section .story-main-element .type-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    position: relative; }
    .article-section .story-main-element .type-video iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .article-section .story-main-element .type-video a {
      display: none !important; }
.article-section .story-credits {
  color: white;
  font-size: 1.1rem;
  text-align: right;
  margin: 0;
  padding: 5px 8px;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
.article-section .story-desc {
  font-size: 1.7rem;
  text-align: left;
  margin-top: 5px; }
.article-section .story-leading {
  margin-bottom: 20px; }
.article-section .content-text .story-header, .article-section .author-section .page-header .header-left .story-header, .author-section .page-header .article-section .header-left .story-header, .article-section .story-header .story-header {
  width: 100%;
  padding: 0; }
.article-section .newsletter-widget {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  padding: 15px;
  border: 2px solid black; }
  .article-section .newsletter-widget .newsletter-widget-description {
    display: none; }
  .article-section .newsletter-widget .newsletter-widget-intro {
    display: flex;
    width: 40%;
    align-items: center; }
    .article-section .newsletter-widget .newsletter-widget-intro .title {
      width: calc(100% - 48px);
      color: black;
      font-size: 1.7rem;
      font-weight: bold;
      line-height: 1.2;
      text-transform: uppercase;
      padding-left: 10px; }
  .article-section .newsletter-widget .newsletter-widget-icon {
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: black;
    fill: white; }
    .article-section .newsletter-widget .newsletter-widget-icon > svg {
      width: 100%;
      max-width: 23px;
      height: auto; }
  .article-section .newsletter-widget .newsletter-widget-form {
    width: 60%;
    padding-left: 15px; }
  .article-section .newsletter-widget .field.type-checkbox {
    margin-bottom: 5px; }
    .article-section .newsletter-widget .field.type-checkbox label {
      color: black; }
  .article-section .newsletter-widget .field.type-text .field-wrapper {
    display: flex; }
    @media screen and (max-width: 767px) {
      .article-section .newsletter-widget .field.type-text .field-wrapper {
        flex-direction: column;
        align-items: center; } }
  .article-section .newsletter-widget .field.type-text .textfield {
    flex-grow: 1;
    min-width: 0;
    margin-right: 12px;
    padding: 8px 10px;
    background: #eee;
    border: none; }
  .article-section .newsletter-widget .field.type-text .btn {
    color: white;
    font-size: 1.3rem;
    padding: 5px 15px;
    background: black;
    border: none;
    border-radius: 0; }
    @media screen and (max-width: 767px) {
      .article-section .newsletter-widget .field.type-text .btn {
        margin-top: 20px; } }
.article-section .comments-wrapper {
  margin-bottom: 25px; }

.story-widget {
  margin-top: 45px; }
  .story-widget .widget-title {
    margin-bottom: 25px; }

@media screen and (max-width: 1390px) {
  .article-section .story-titles {
    width: 100%; }
  .article-section .story-main-element {
    margin-bottom: 35px; } }
@media screen and (max-width: 1199px) {
  .article-section .story-titles .story-title {
    font-size: 3.2rem;
    line-height: 1.1; }
  .article-section .story-titles .story-subtitle {
    font-size: 2rem; } }
@media screen and (max-width: 767px) {
  .article-section .story-header {
    margin-bottom: 15px; }
  .article-section .story-titles .story-title {
    font-size: 2.5rem; }
  .article-section .story-titles .story-subtitle {
    font-size: 1.8rem; }
  .article-section .story-main-element {
    margin-bottom: 20px; }
  .article-section .newsletter-widget {
    display: block; }
    .article-section .newsletter-widget .newsletter-widget-intro,
    .article-section .newsletter-widget .newsletter-widget-form {
      width: 100%; }
    .article-section .newsletter-widget .newsletter-widget-form {
      margin-top: 15px;
      padding-left: 0; } }
.sponsored-article {
  float: right;
  margin-right: -350px;
  margin-top: -10px; }
  @media screen and (max-width: 1390px) {
    .sponsored-article {
      margin-right: 0px; } }
  @media screen and (max-width: 480px) {
    .sponsored-article {
      margin-top: 5px; }
      .sponsored-article img {
        max-width: 85px; } }

body[data-page="ImmersiveStory"] {
  overflow: hidden !important; }
  body[data-page="ImmersiveStory"] footer,
  body[data-page="ImmersiveStory"] .footer-bottom-bar {
    display: none; }

.iframe-dossier {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: calc(100vh - var(--navHeight));
  overflow: hidden; }

.iframe-dossier iframe {
  width: 100%;
  height: calc(100vh - var(--navHeight));
  border: 0; }

.story-content .brightcove-responsive-container {
  display: none !important; }
.story-content .element-embed {
  margin: 15px 0; }
.story-content .video-inline {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
.story-content .element-embed iframe {
  max-width: 100%; }
.story-content .element-embed.type-photo .photo-inline {
  display: inline-block;
  width: 100%; }
  .story-content .element-embed.type-photo .photo-inline a {
    display: block; }
.story-content .element-embed.type-photo .photo-img {
  display: block; }
  .story-content .element-embed.type-photo .photo-img img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%; }
.story-content .element-embed.type-photo .photo-title {
  color: #666;
  font-size: 1.6rem;
  margin-bottom: 5px; }
.story-content .element-embed.type-photo .photo-credit {
  color: #aaa;
  font-size: 1.1rem;
  text-align: right;
  text-transform: uppercase;
  margin-top: 5px; }
.story-content .element-embed.type-photo .photo-infos {
  margin-top: 5px; }
  .story-content .element-embed.type-photo .photo-infos p + p {
    margin-top: 5px; }
  .story-content .element-embed.type-photo .photo-infos .photo-desc {
    font-size: 1.7rem;
    line-height: 1.3; }
.story-content .element-embed.type-youtube, .story-content .element-embed.type-youtubelive, .story-content .element-embed.type-twitch, .story-content .element-embed.type-twitchlive, .story-content .element-embed.type-facebookvideo, .story-content .element-embed.type-facebookvideolive, .story-content .element-embed.type-vimeo {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .story-content .element-embed.type-youtube iframe, .story-content .element-embed.type-youtubelive iframe, .story-content .element-embed.type-twitch iframe, .story-content .element-embed.type-twitchlive iframe, .story-content .element-embed.type-facebookvideo iframe, .story-content .element-embed.type-facebookvideolive iframe, .story-content .element-embed.type-vimeo iframe {
    width: 100% !important;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
.story-content .element-embed.type-instagram iframe, .story-content .element-embed.type-facebook .fb-post, .story-content .element-embed.type-facebook .fb-post > span, .story-content .element-embed.type-facebook iframe, .story-content .element-embed.type-twitter iframe, .story-content .element-embed.type-twitter .twitter-tweet, .story-content .element-embed.type-twitter .twitter-video, .story-content .element-embed.type-vine iframe, .story-content .element-embed.type-code iframe, .story-content .element-embed.type-code embed {
  display: block;
  margin: 0 auto !important; }
.story-content .element-embed.type-instagram iframe, .story-content .element-embed.type-facebook .fb-post, .story-content .element-embed.type-facebook .fb-post > span, .story-content .element-embed.type-facebook iframe {
  width: 100% !important;
  max-width: 650px !important;
  min-width: 0 !important; }
body[data-platform='ipad'] .story-content .element-embed.type-facebook iframe {
  width: 550px !important;
  max-width: 100% !important; }

@media screen and (max-width: 1199px) {
  .story-content .excerpt p {
    font-size: 2.2rem; } }
@media screen and (max-width: 767px) {
  .story-content .excerpt p {
    font-size: 1.8rem; } }
.widget__link-wrapper {
  text-align: right;
  margin-top: 35px; }

.widget__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  color: black;
  line-height: 1.2;
  font-size: 2rem;
  overflow: hidden;
  text-decoration: none; }
  .widget__link .link__arrow {
    position: absolute;
    display: flex;
    align-items: center;
    width: 47px;
    height: 16px;
    transition: transform 0.2s;
    overflow: hidden; }
    .widget__link .link__arrow:before {
      display: block;
      height: 2px;
      width: calc(100% - 14px);
      content: "";
      background: black;
      transform: translateX(13px); }
    .widget__link .link__arrow:after {
      display: block;
      content: "";
      width: 12px;
      height: 12px;
      flex-basis: 12px;
      border-top: 2px solid black;
      border-right: 2px solid black;
      transition: all 0.2s;
      transform: rotateZ(46deg); }
    .widget__link .link__arrow.-left {
      left: 0;
      transform: translateX(-100%);
      transition-delay: 0s; }
      .widget__link .link__arrow.-left:after {
        transform: rotateZ(46deg); }
    .widget__link .link__arrow.-right {
      right: -20px;
      width: 20px;
      transform: translateX(-32px); }
      .widget__link .link__arrow.-right:before {
        display: none; }
  .widget__link .link__name {
    margin-left: 10px;
    padding-left: 47px;
    transform: translateX(-47px);
    transition: transform 0.2s; }
  .widget__link:hover {
    color: black;
    text-decoration: none; }
    .widget__link:hover .-left {
      transform: translateX(0);
      transition-delay: 0.2s; }
      .widget__link:hover .-left:after {
        transform: rotateZ(46deg) scale(1); }
    .widget__link:hover .-right {
      transform: translateX(0); }
      .widget__link:hover .-right:after {
        transform: rotateZ(46deg) scale(0); }
    .widget__link:hover .link__name {
      transform: translateX(0); }
  .widget__link:focus {
    color: black; }

@media screen and (max-width: 991px) {
  .widget__link {
    font-size: 1.8rem; } }
@media screen and (max-width: 767px) {
  .widget__link {
    font-size: 1.6rem; } }
.magazines-brand-section {
  display: flex;
  position: relative; }
  .magazines-brand-section .page-subtitle {
    display: none; }
  .magazines-brand-section .sidebar-section {
    height: 100%;
    position: sticky;
    top: calc(54px + 20px); }
  .magazines-brand-section .sidebar-section-inner {
    background: white; }
  .magazines-brand-section .sidebar-section .promo-subscription {
    width: auto; }
  .magazines-brand-section .archives-listing .story:first-child {
    padding-top: 0;
    margin-top: 0; }
  .magazines-brand-section .archives-listing .story:last-child {
    padding-bottom: 0; }
  .magazines-brand-section .see-all-btn {
    margin-top: 20px; }
    .magazines-brand-section .see-all-btn a {
      display: block; }

.magazines-brand-section + .magazines-brand-section {
  margin-top: 75px; }
  @media screen and (max-width: 991px) {
    .magazines-brand-section + .magazines-brand-section {
      margin-top: 60px; } }
  @media screen and (max-width: 767px) {
    .magazines-brand-section + .magazines-brand-section {
      margin-top: 45px; } }

@media screen and (max-width: 991px) {
  .magazines-brand-section {
    flex-direction: column; }
    .magazines-brand-section .content-text, .magazines-brand-section .author-section .page-header .header-left, .author-section .page-header .magazines-brand-section .header-left, .magazines-brand-section .article-section .story-header, .article-section .magazines-brand-section .story-header {
      margin-top: 15px;
      order: 2; }
    .magazines-brand-section .sidebar-section {
      width: 100% !important;
      display: block;
      top: 54px;
      z-index: 9;
      order: 1; }
      .magazines-brand-section .sidebar-section .sidebar-block + .sidebar-block {
        margin-top: 0;
        margin-left: 12px; }
      .magazines-brand-section .sidebar-section .sidebar-block .sidebar-subtitle.-brand {
        font-size: 2.6rem;
        margin: 0; }
      .magazines-brand-section .sidebar-section .sidebar-section-inner,
      .magazines-brand-section .sidebar-section .follow-us,
      .magazines-brand-section .sidebar-section .follow-us .social {
        display: flex;
        align-items: center; }
      .magazines-brand-section .sidebar-section .sidebar-section-inner {
        justify-content: space-between;
        padding: 8px 0; }
      .magazines-brand-section .sidebar-section .follow-us {
        flex: 45%;
        padding: 7px 15px !important; }
        .magazines-brand-section .sidebar-section .follow-us .sidebar-content-block {
          width: 100%; }
        .magazines-brand-section .sidebar-section .follow-us .social {
          width: auto; }
          .magazines-brand-section .sidebar-section .follow-us .social .story-brand-logo {
            margin: 0 15px 0 0; }
            .magazines-brand-section .sidebar-section .follow-us .social .story-brand-logo img {
              max-width: 90px; }
          .magazines-brand-section .sidebar-section .follow-us .social a {
            width: 35px;
            height: 35px; }
            .magazines-brand-section .sidebar-section .follow-us .social a > svg {
              max-width: 25px; }
      .magazines-brand-section .sidebar-section .promo-contests,
      .magazines-brand-section .sidebar-section .promo-tv-schedule {
        width: calc(82px * 1.25);
        height: 82px; }
        .magazines-brand-section .sidebar-section .promo-contests .btn-wrapper,
        .magazines-brand-section .sidebar-section .promo-tv-schedule .btn-wrapper {
          display: none; }
      .magazines-brand-section .sidebar-section .promo-subscription {
        flex: 55%;
        align-items: center; }
        .magazines-brand-section .sidebar-section .promo-subscription img {
          width: auto;
          height: 72px; }
        .magazines-brand-section .sidebar-section .promo-subscription .subscription-text {
          display: flex;
          flex: 1;
          align-items: center;
          padding-left: 0; }
          .magazines-brand-section .sidebar-section .promo-subscription .subscription-text .sidebar-subtitle {
            font-size: 1.6rem;
            margin: 0 0 0 7px; }
          .magazines-brand-section .sidebar-section .promo-subscription .subscription-text .btn {
            width: 100%;
            font-size: 1.8rem;
            padding: 2px 7px; }
        .magazines-brand-section .sidebar-section .promo-subscription .subscription-buttons {
          flex: 1;
          margin: 0 0 0 8px; } }
@media screen and (max-width: 767px) {
  .magazines-section .section-header {
    margin-bottom: 15px; }

  .magazines-brand-section .sidebar-section {
    top: 50px;
    right: 15px;
    left: 15px; }
    .magazines-brand-section .sidebar-section .sidebar-section-inner {
      flex-wrap: wrap; }
    .magazines-brand-section .sidebar-section .sidebar-block .sidebar-subtitle.-brand {
      font-size: 2.1rem; }
    .magazines-brand-section .sidebar-section .follow-us {
      flex: 100%;
      margin-bottom: 10px; }
      .magazines-brand-section .sidebar-section .follow-us .sidebar-content-block {
        width: 100%; }
      .magazines-brand-section .sidebar-section .follow-us .social {
        justify-content: space-between; }
        .magazines-brand-section .sidebar-section .follow-us .social ul {
          width: 100%;
          justify-content: flex-end; }
        .magazines-brand-section .sidebar-section .follow-us .social a {
          width: 28px;
          height: 28px; }
          .magazines-brand-section .sidebar-section .follow-us .social a > svg {
            max-width: 20px; }
        .magazines-brand-section .sidebar-section .follow-us .social .story-brand-logo img {
          max-height: 40px; }
    .magazines-brand-section .sidebar-section .promo-contests,
    .magazines-brand-section .sidebar-section .promo-tv-schedule {
      width: calc(72px * 1.25);
      height: 72px; }
    .magazines-brand-section .sidebar-section .promo-subscription {
      align-items: center;
      margin: 0 !important; }
      .magazines-brand-section .sidebar-section .promo-subscription img {
        height: 80px; }
      .magazines-brand-section .sidebar-section .promo-subscription .subscription-text .btn {
        font-size: 1.5rem; }
      .magazines-brand-section .sidebar-section .promo-subscription .btn-wrapper + .btn-wrapper {
        margin-top: 7px; } }
@media screen and (max-width: 320px) {
  .magazines-brand-section .sidebar-section .promo-subscription .subscription-text {
    justify-content: space-between; }
  .magazines-brand-section .sidebar-section .promo-contests,
  .magazines-brand-section .sidebar-section .promo-tv-schedule {
    display: none; } }
.socials-section {
  margin: 40px 0;
  padding: 0;
  border: none; }
  .socials-section .container-wrapper {
    padding: 22px 10px; }
  .socials-section .social {
    margin-top: 18px; }
  .socials-section .sidebar-subtitle {
    font-size: 3.6rem;
    font-family: "Playfair Display", serif;
    font-weight: 800;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .socials-section .sidebar-subtitle {
        font-size: 2.5rem; } }

.instagram-social-widget {
  margin: 40px 0; }
  .instagram-social-widget .socials-section {
    margin: 0 0 15px; }

@media screen and (max-width: 767px) {
  .socials-section,
  .instagram-social-widget {
    margin: 25px 0; }

  .instagram-social-widget .socials-section {
    margin: 0 0 10px; } }
.error-page {
  display: flex;
  flex-direction: column;
  flex: 1; }
  .error-page .error-top {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center; }
  .error-page .content-page {
    text-align: center;
    padding: 75px 25px; }
    .error-page .content-page .page-title {
      margin: 0 auto 25px; }
      .error-page .content-page .page-title .story-tag {
        margin-bottom: 0; }
    .error-page .content-page .page-intro {
      max-width: 450px;
      font-size: 3.5rem;
      font-weight: bold;
      line-height: 1.2;
      margin: 0 auto; }
  .error-page .dynamic-recos {
    margin-top: 0; }

.error-search-bar {
  max-width: 350px;
  margin: 75px auto 0; }
  .error-search-bar .input-group {
    width: 100%; }
  .error-search-bar .type-text input {
    width: 100%;
    font-size: 2rem;
    padding: 8px 42px 8px 0;
    background: none;
    font-family: "Roboto", sans-serif;
    border: none;
    border-bottom: 2px solid black; }
  .error-search-bar .type-submit {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .error-search-bar .search-button {
    fill: #000000;
    background: none;
    border: none; }
    .error-search-bar .search-button svg {
      width: 25px;
      height: 25px; }

@media screen and (max-width: 767px) {
  .error-page .content-page .page-intro {
    font-size: 2.5rem; } }
.content-widget {
  padding: 60px 0 30px; }
  .content-widget .widget-title {
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .content-widget .widget-title {
        margin-bottom: 15px; } }

.slideshow-widget {
  margin-top: 65px;
  overflow: hidden;
  padding: 65px; }
  .slideshow-widget .slider-container {
    overflow: visible; }
    .slideshow-widget .slider-container .story {
      height: 100%;
      position: relative; }
    .slideshow-widget .slider-container .slider-nav-btns .slider-control {
      width: 75px; }
      .slideshow-widget .slider-container .slider-nav-btns .slider-control.next {
        right: -25px; }
      .slideshow-widget .slider-container .slider-nav-btns .slider-control.prev {
        left: -25px; }
    .slideshow-widget .slider-container .slider-nav-btns .slider-btn {
      width: 75px;
      height: 75px;
      line-height: 75px; }
      .slideshow-widget .slider-container .slider-nav-btns .slider-btn .svg-wrapper {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center; }
      .slideshow-widget .slider-container .slider-nav-btns .slider-btn svg {
        width: 35px;
        height: 35px; }
    .slideshow-widget .slider-container .photo-gallery {
      padding-bottom: calc(41% + 45px);
      background: none; }
      .slideshow-widget .slider-container .photo-gallery .slide {
        overflow: hidden; }
  .slideshow-widget .slider-wrapper {
    margin: 0 25px; }
  .slideshow-widget .story .story-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 45px;
    left: 0;
    overflow: hidden; }
    .slideshow-widget .story .story-img img {
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .slideshow-widget .story .story-img.no-main-img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .slideshow-widget .story .story-infos {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 45px;
    background: white;
    text-align: center; }
    .slideshow-widget .story .story-infos .story-title {
      font-size: 2.8rem;
      line-height: 1;
      width: 100%; }
      .slideshow-widget .story .story-infos .story-title a {
        color: black; }
    .slideshow-widget .story .story-infos .story-author {
      font-size: 1.2rem;
      line-height: 1.1;
      margin-top: 10px; }
  .slideshow-widget .story:hover .story-infos .story-title a {
    color: #999;
    text-decoration: none; }

@media screen and (max-width: 991px) {
  .slideshow-widget {
    margin-top: 50px;
    padding: 50px; }
    .slideshow-widget .container-wrapper {
      width: 100%; }
    .slideshow-widget .slider-container {
      overflow: visible; }
      .slideshow-widget .slider-container .slider-nav-btns .slider-control {
        width: 50px; }
        .slideshow-widget .slider-container .slider-nav-btns .slider-control.prev {
          left: -16.66667px; }
        .slideshow-widget .slider-container .slider-nav-btns .slider-control.next {
          right: -16.66667px; }
      .slideshow-widget .slider-container .slider-nav-btns .slider-btn {
        width: 50px;
        height: 50px;
        line-height: 50px; }
        .slideshow-widget .slider-container .slider-nav-btns .slider-btn svg {
          width: 20px;
          height: 20px; }
    .slideshow-widget .story .story-infos {
      padding: 25px; }
      .slideshow-widget .story .story-infos .story-title {
        font-size: 1.8rem; } }
@media screen and (max-width: 767px) {
  .slideshow-widget {
    margin-top: 35px;
    padding: 25px 0; }
    .slideshow-widget .container-wrapper {
      padding: 0; }
    .slideshow-widget .link-to-topics {
      text-align: center;
      margin-top: 20px; }
      .slideshow-widget .link-to-topics a {
        font-size: 1.3rem; }
    .slideshow-widget .story .story-infos {
      padding: 15px; }
      .slideshow-widget .story .story-infos .story-tag,
      .slideshow-widget .story .story-infos .story-author {
        display: none; }
      .slideshow-widget .story .story-infos .story-title {
        font-size: 1.5rem;
        line-height: 1.1; } }
.headernav-connexion {
  position: relative; }

@media (max-width: 991px) {
  body[data-page="home"] .connexion-profile, body[data-page="section"] .connexion-profile {
    max-width: 100px;
    position: absolute;
    top: -45px;
    right: 0; }
  body[data-page="home"] .qubProfile, body[data-page="section"] .qubProfile {
    top: -45px; }
  body[data-page="home"] .profile-opened, body[data-page="section"] .profile-opened {
    top: 0; } }

.user-profile-dropdown[data-privileges="false"] .profile-privileges {
  display: none; }

.connexion-profile {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: black;
  padding: 6px 12px;
  margin-right: 10px; }
  @media (max-width: 991px) {
    .connexion-profile {
      padding: 6px 12px 2px; } }
  .connexion-profile a {
    color: black; }
    @media (max-width: 991px) {
      .connexion-profile a {
        content: url("/static/images/icon/profil_circle.svg"); } }
  .connexion-profile:hover {
    cursor: pointer; }

.qubProfile {
  display: none;
  position: relative;
  padding-right: 20px; }
  .qubProfile a {
    padding: 0.5px;
    cursor: pointer;
    display: block; }
  .qubProfile .svg {
    width: 25px;
    height: 25px;
    vertical-align: bottom; }
    .qubProfile .svg.open {
      content: url("/static/images/icon/icon-x.svg"); }
    .qubProfile .svg.close {
      content: url("/static/images/icon/small_icon-x.svg");
      width: 19px;
      height: 19px;
      margin: 3px; }
      @media (max-width: 767px) {
        .qubProfile .svg.close {
          content: url("/static/images/icon/small_icon-x-mobile.svg"); } }
  .qubProfile .close {
    display: none;
    opacity: 1; }
  @media (max-width: 767px) {
    .qubProfile {
      padding-right: 0px;
      right: 0;
      width: 45px;
      display: flex;
      align-items: center; } }
  @media (max-width: 991px) {
    .qubProfile.profile-opened {
      background: black; }
      .qubProfile.profile-opened .open {
        display: none; }
      .qubProfile.profile-opened .close {
        display: block; } }

.profile-bar {
  background: white;
  position: absolute;
  z-index: 3;
  top: 70px;
  right: 15px;
  width: 250px;
  height: 0;
  overflow: hidden;
  border: 1px solid grey;
  border-top: 2px solid #EB8FA5;
  border-bottom: none;
  display: none; }
  .profile-bar a {
    text-decoration: none; }
  @media (max-width: 991px) {
    .profile-bar {
      top: 53px; } }
  @media (max-width: 767px) {
    .profile-bar {
      left: 1000px;
      transition: left 300ms;
      display: block;
      width: 100vw;
      top: 45px;
      right: 0px;
      border-width: 1px 0px;
      border-style: solid;
      border-color: black;
      height: 700px; } }
  .profile-bar.profile-opened {
    height: inherit;
    display: block; }
    @media (max-width: 767px) {
      .profile-bar.profile-opened {
        left: 0px;
        height: 100vh; } }
  .profile-bar .profile-line {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #878684;
    text-align: left; }
    @media (max-width: 767px) {
      .profile-bar .profile-line {
        padding: 20px 16px  !important; } }
    .profile-bar .profile-line img {
      display: none;
      flex-basis: 15%; }
      @media (max-width: 991px) {
        .profile-bar .profile-line img {
          max-width: 40px; } }
      .profile-bar .profile-line img.external-link {
        width: 10px;
        height: 10px;
        display: inline; }
    .profile-bar .profile-line.profile {
      width: 100%;
      display: flex;
      padding: 10px 0px;
      border-bottom: 1px solid grey;
      justify-content: space-between;
      align-items: center; }
      .profile-bar .profile-line.profile p {
        flex-basis: 70%;
        font-family: "Playfair Display", serif;
        font-size: 14px;
        line-height: 16px;
        padding-left: 10px;
        white-space: nowrap; }
        @media (max-width: 767px) {
          .profile-bar .profile-line.profile p {
            padding-left: 0px; } }
        .profile-bar .profile-line.profile p b {
          font-family: "Playfair Display", serif;
          font-size: 14px;
          line-height: 13px;
          font-weight: 400;
          color: black; }
          @media (max-width: 767px) {
            .profile-bar .profile-line.profile p b {
              font-size: 16px; } }
    .profile-bar .profile-line:hover {
      background: #F5F4F2; }
    .profile-bar .profile-line.other {
      padding: 14px 12px;
      font-family: "Playfair Display", serif;
      border-bottom: 1px solid grey;
      color: black; }
      @media (max-width: 767px) {
        .profile-bar .profile-line.other {
          text-transform: uppercase; } }
      .profile-bar .profile-line.other img {
        margin-left: 5px; }
      @media (max-width: 767px) {
        .profile-bar .profile-line.other.deconnexion {
          border-bottom: none; } }
    .profile-bar .profile-line a {
      padding: 0;
      background: none;
      color: black;
      text-decoration: none !important; }

#snackbar {
  display: none;
  min-width: 250px;
  margin-left: -125px;
  background-color: green;
  color: white;
  text-align: center;
  font-family: 'epocapro', arial;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 3000004;
  left: 50%;
  bottom: 30px; }

#snackbar.show {
  display: block;
  /* Show the snackbar */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s; }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 0;
    opacity: 0; } }
.wrapper_qub_profile_subscription_prompt_school_module {
  position: relative; }
  .wrapper_qub_profile_subscription_prompt_school_module :before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.15) 10%, rgba(255, 255, 255, 0) 100%); }

.qub_profile_subscription_prompt_school_module {
  display: flex;
  border: 0.5px solid #E7E7E7 !important;
  border-radius: 5px;
  max-width: 860px;
  margin: 0px auto 50px !important; }
  @media (max-width: 768px) {
    .qub_profile_subscription_prompt_school_module {
      display: block;
      max-width: 500px; } }
  .qub_profile_subscription_prompt_school_module .connectez_vous_content {
    margin: 20px 50px 20px 50px;
    max-width: 35em; }
    @media (max-width: 768px) {
      .qub_profile_subscription_prompt_school_module .connectez_vous_content {
        text-align: center;
        margin: auto;
        padding: 20px 25px; } }
  .qub_profile_subscription_prompt_school_module .logo {
    background-color: black;
    border-radius: 5px 0px 0px 5px;
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      .qub_profile_subscription_prompt_school_module .logo {
        border-radius: 5px 5px 0px 0px; } }
    .qub_profile_subscription_prompt_school_module .logo img {
      margin: auto 80px; }
      @media (max-width: 768px) {
        .qub_profile_subscription_prompt_school_module .logo img {
          content: url("https://m1.quebecormedia.com/emp/tvanouvelles_prod/photo/b4867ecd-0a0c-40f5-84b8-fe2e6485728a_QPwhite.png");
          margin: 20px; } }
  .qub_profile_subscription_prompt_school_module .btn_connecter {
    display: block;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    width: fit-content;
    padding: 10px 15px;
    margin: 20px 0 !important;
    background-color: black;
    font-family: "Playfair Display", serif; }
    @media (max-width: 768px) {
      .qub_profile_subscription_prompt_school_module .btn_connecter {
        margin: auto !important;
        font-size: 15px;
        padding: 5px 5px; } }
    .qub_profile_subscription_prompt_school_module .btn_connecter:hover {
      cursor: pointer;
      color: black;
      background-color: white !important;
      box-shadow: inset 0 0 0 1px black; }
  .qub_profile_subscription_prompt_school_module .link_inscription {
    font-size: 13px;
    color: #4A4A4A;
    line-height: 16px; }
    .qub_profile_subscription_prompt_school_module .link_inscription span {
      font-weight: 800;
      text-decoration: underline;
      cursor: pointer;
      white-space: nowrap; }
  .qub_profile_subscription_prompt_school_module .link_decouvrir {
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 19px; }
  .qub_profile_subscription_prompt_school_module h1 {
    font-size: 24px !important;
    line-height: 30px;
    font-family: "Playfair Display", serif;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .qub_profile_subscription_prompt_school_module h1 {
        font-size: 20px !important;
        line-height: 22px; } }
  .qub_profile_subscription_prompt_school_module p {
    margin: 10px 0px !important;
    font-size: 17px;
    line-height: 22px; }
    @media (max-width: 991px) {
      .qub_profile_subscription_prompt_school_module p {
        font-size: 16px;
        line-height: 23px; } }
  .qub_profile_subscription_prompt_school_module a {
    color: black;
    text-decoration: underline; }
  .qub_profile_subscription_prompt_school_module .triangle {
    position: relative;
    top: -18%;
    left: 33%;
    width: 100%;
    height: 100%;
    transform: rotate(-32deg);
    background: orange; }
  .qub_profile_subscription_prompt_school_module .connectez_vous {
    border-radius: 5px;
    overflow: hidden;
    background: no-repeat right bottom url("https://m1.quebecormedia.com/emp/jdx-prod-images/photo/956525a4-9f9b-400b-8d70-a49404036aac_qub_prompt_bg_desktop.png"); }
    @media (max-width: 991px) {
      .qub_profile_subscription_prompt_school_module .connectez_vous {
        background: no-repeat right bottom url("https://m1.quebecormedia.com/emp/jdx-prod-images/photo/2f4be034-b5eb-4ccc-bc20-c0b5c095bc86_qub_prompt_bg_tablet.png"); } }
    @media (max-width: 767px) {
      .qub_profile_subscription_prompt_school_module .connectez_vous {
        background: no-repeat right bottom url("https://m1.quebecormedia.com/emp/jdx-prod-images/photo/227faf96-54a4-499b-912e-944c0f0a012d_qub_prompt_bg_mobile2.png"); } }

.breadcrumb {
  color: black;
  font-size: 1.8rem;
  padding: 0;
  background: none;
  border-radius: 0; }
  .breadcrumb ol {
    display: inline-block; }
  .breadcrumb a {
    color: #333; }
  .breadcrumb i {
    font-style: normal; }
  .breadcrumb .current i span,
  .breadcrumb .current > a {
    color: #EB8FA5; }
  .breadcrumb .current i span {
    cursor: default; }
  .breadcrumb li {
    display: inline-block; }
  .breadcrumb li + li::before {
    content: "/\00a0";
    color: #666;
    margin-left: 2px;
    padding: 0; }
  .breadcrumb .icon-home span {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .breadcrumb .icon-home:hover, .breadcrumb .icon-home:focus {
    text-decoration: none; }

.pagination-wrapper {
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 20px;
  background: #ddd; }
  .pagination-wrapper .results-progress {
    float: left; }
  .pagination-wrapper .results-pager {
    display: inline-block; }
    .pagination-wrapper .results-pager ul,
    .pagination-wrapper .results-pager li {
      display: inline-block; }
    .pagination-wrapper .results-pager ul {
      margin: 0 20px; }
    .pagination-wrapper .results-pager li {
      text-align: center;
      padding: 0 3px; }
    .pagination-wrapper .results-pager li.is-current,
    .pagination-wrapper .results-pager li:hover button,
    .pagination-wrapper .results-pager .prev:not(.disabled):hover,
    .pagination-wrapper .results-pager .next:not(.disabled):hover {
      color: #aaa; }
    .pagination-wrapper .results-pager li.is-current {
      font-weight: bold; }
    .pagination-wrapper .results-pager button {
      padding: 0;
      background: none;
      border: none; }
  .pagination-wrapper .return-to-top {
    display: inline-block;
    color: black;
    float: right; }
  .pagination-wrapper.top {
    margin-bottom: 20px; }
  .pagination-wrapper.bottom {
    margin-top: 20px; }

@media screen and (max-width: 767px) {
  .pagination-wrapper .results-progress,
  .pagination-wrapper .results-pager {
    display: block;
    width: 100%;
    float: left; }
  .pagination-wrapper .results-pager {
    margin-top: 10px; }
  .pagination-wrapper .return-to-top {
    margin-top: 15px;
    float: none; } }
.social-sharing-bar {
  margin-bottom: 25px;
  position: relative;
  z-index: 10; }
  .social-sharing-bar li {
    fill: white; }
    .social-sharing-bar li a {
      cursor: pointer; }
  .social-sharing-bar .sharebar__label {
    display: none; }

.social-sharing-bar.sharebar-style-1 ul {
  display: flex; }
.social-sharing-bar.sharebar-style-1 li {
  display: none;
  flex: 1;
  width: 20%; }
  .social-sharing-bar.sharebar-style-1 li a {
    display: flex;
    align-items: center;
    height: 100%;
    fill: white;
    font-size: 2rem;
    text-decoration: none;
    padding: 4px 10px;
    background: #4a4a4a; }
  .social-sharing-bar.sharebar-style-1 li svg {
    width: 20px;
    height: 20px; }
  .social-sharing-bar.sharebar-style-1 li.facebook a {
    background: #3b5998; }
  .social-sharing-bar.sharebar-style-1 li.twitter a {
    background: #1da1f2; }
  .social-sharing-bar.sharebar-style-1 li.pinterest a {
    background: #bd081c; }
  .social-sharing-bar.sharebar-style-1 li.linkedin a {
    background: #0077b5; }
  .social-sharing-bar.sharebar-style-1 li.googleplus a {
    background: #dd4b39; }
  .social-sharing-bar.sharebar-style-1 li.reddit a {
    background: #ff5700; }
  .social-sharing-bar.sharebar-style-1 li.discord a {
    background: #7289da; }
  .social-sharing-bar.sharebar-style-1 li.more {
    position: relative; }
  .social-sharing-bar.sharebar-style-1 li .copied-link {
    color: white;
    font-size: 1rem;
    vertical-align: middle;
    margin-left: 5px; }
.social-sharing-bar.sharebar-style-1 li + li {
  width: calc(20% - 4px - 5px);
  margin-left: 5px; }
.social-sharing-bar.sharebar-style-1 .other-share-options {
  display: none;
  margin: 0;
  position: absolute;
  right: 0;
  left: 0; }
  .social-sharing-bar.sharebar-style-1 .other-share-options .close-btn {
    display: none;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }
  .social-sharing-bar.sharebar-style-1 .other-share-options .share-title {
    display: none;
    color: black;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .social-sharing-bar.sharebar-style-1 .other-share-options li {
    display: block;
    width: 100%;
    padding: 0; }
  .social-sharing-bar.sharebar-style-1 .other-share-options li + li {
    margin-left: 0;
    border-top: 1px solid #575757; }

.social-sharing-bar.sharebar-style-2 li {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .social-sharing-bar.sharebar-style-2 li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    fill: white;
    text-align: center;
    text-decoration: none;
    background: black;
    border-radius: 50%;
    transition: background 0.2s; }
    .social-sharing-bar.sharebar-style-2 li a svg {
      max-width: 18px;
      height: auto; }
    .social-sharing-bar.sharebar-style-2 li a:hover {
      background: #EB8FA5; }
  .social-sharing-bar.sharebar-style-2 li .copied-link {
    color: white;
    width: 60px;
    font-size: 1rem;
    line-height: 1;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 2px;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%); }
    .social-sharing-bar.sharebar-style-2 li .copied-link::after {
      content: '';
      height: 0;
      border-style: solid;
      border-width: 8px 10px 0 10px;
      border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
      position: absolute;
      bottom: -8px;
      left: 50%;
      transform: translateX(-50%); }
.social-sharing-bar.sharebar-style-2 li + li {
  margin-left: 8px; }

@media screen and (max-width: 767px) {
  .social-sharing-bar.sharebar-style-1 {
    z-index: auto; }
    .social-sharing-bar.sharebar-style-1 .other-share-options {
      background: rgba(255, 255, 255, 0.65);
      position: fixed;
      top: 0;
      bottom: 0;
      z-index: 2500000; }
      .social-sharing-bar.sharebar-style-1 .other-share-options .close-btn {
        display: block; }
      .social-sharing-bar.sharebar-style-1 .other-share-options .share-title {
        display: block; }
      .social-sharing-bar.sharebar-style-1 .other-share-options ul {
        flex-wrap: wrap; }
      .social-sharing-bar.sharebar-style-1 .other-share-options li {
        flex: auto; }
      .social-sharing-bar.sharebar-style-1 .other-share-options li + li {
        margin: 8px 0 0;
        border: none; }
    .social-sharing-bar.sharebar-style-1 .other-share-options-wrapper {
      padding: 30px;
      background: white;
      border: 1px solid black;
      position: absolute;
      top: 90px;
      right: 35px;
      bottom: 90px;
      left: 35px; } }
.newsletter-form-wrapper .loading-gif {
  text-align: center; }
  .newsletter-form-wrapper .loading-gif img {
    max-width: 50px; }
.newsletter-form-wrapper .field .field-wrapper {
  position: relative; }
.newsletter-form-wrapper .field .textfield {
  width: 100%;
  font-size: 1.5rem;
  padding: 7px 12px;
  border: 1px solid #aaa; }
.newsletter-form-wrapper .field .error-message {
  color: red;
  font-size: 1rem;
  margin-top: 5px; }
.newsletter-form-wrapper .field + .field,
.newsletter-form-wrapper .checkboxes-wrapper {
  margin-top: 12px; }
.newsletter-form-wrapper .type-checkbox + .type-checkbox {
  margin-top: 7px; }
.newsletter-form-wrapper .type-checkbox .field-wrapper {
  padding-left: 20px; }
.newsletter-form-wrapper .type-checkbox input {
  margin-top: 1px;
  position: absolute;
  left: 0; }
.newsletter-form-wrapper .type-checkbox label {
  font-weight: normal; }
.newsletter-form-wrapper .type-submit {
  text-align: center;
  margin-top: 20px !important; }
.newsletter-form-wrapper .submit-btn {
  color: white;
  font-size: 1.3rem;
  text-align: center;
  padding: 7px 15px;
  background: #aaa;
  border: none;
  border-radius: 0; }
.newsletter-form-wrapper .signup-feedback {
  text-align: center; }
  .newsletter-form-wrapper .signup-feedback p {
    font-size: 1.4rem; }
  .newsletter-form-wrapper .signup-feedback p + p {
    margin-top: 5px; }
.newsletter-form-wrapper .signup-error {
  color: red; }

.sidebar-section {
  position: relative;
  width: 300px; }
  .sidebar-section .sidebar-block .sidebar-subtitle {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .sidebar-section .follow-us {
    border: none; }
    .sidebar-section .follow-us .social a {
      background-color: black;
      fill: white; }
  .sidebar-section .follow-us-brand {
    padding: 5px 10px;
    background: white; }
    .sidebar-section .follow-us-brand .sidebar-subtitle {
      display: none;
      color: black;
      font-size: 3.2rem;
      line-height: 1.06; }
    .sidebar-section .follow-us-brand .social {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .sidebar-section .follow-us-brand .social .story-brand-logo {
        margin: 0; }
        .sidebar-section .follow-us-brand .social .story-brand-logo img {
          display: block; }
      .sidebar-section .follow-us-brand .social ul {
        display: flex;
        justify-content: flex-end; }
      .sidebar-section .follow-us-brand .social li + li {
        margin-left: 5px; }
      .sidebar-section .follow-us-brand .social a {
        fill: black; }
        .sidebar-section .follow-us-brand .social a > svg {
          max-width: 25px; }
  .sidebar-section .newsletter {
    padding: 15px; }
    .sidebar-section .newsletter .sidebar-subtitle {
      display: flex;
      align-items: center;
      text-align: left; }
      .sidebar-section .newsletter .sidebar-subtitle .newsletter-widget-icon {
        display: flex;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        background-color: black;
        fill: white; }
      .sidebar-section .newsletter .sidebar-subtitle .title {
        width: calc(100% - 40px);
        padding-left: 10px;
        float: left; }
      .sidebar-section .newsletter .sidebar-subtitle .icon-email {
        width: 40px;
        height: 40px;
        color: white;
        font-size: 2.2rem;
        line-height: 40px;
        text-align: center;
        background: #cecece;
        border-radius: 50%;
        float: left; }
    .sidebar-section .newsletter .sidebar-content-block {
      font-size: 1.2rem; }
    .sidebar-section .newsletter .newsletter-widget-description {
      display: none; }
    .sidebar-section .newsletter .signup-success {
      color: white; }
  .sidebar-section .most-popular .story {
    display: flex;
    align-items: center;
    position: relative; }
  .sidebar-section .most-popular .story-img,
  .sidebar-section .most-popular .story-infos {
    vertical-align: middle;
    float: left; }
  .sidebar-section .most-popular .story-img {
    width: 40%; }
    .sidebar-section .most-popular .story-img img {
      width: 100%;
      float: left; }
    .sidebar-section .most-popular .story-img.no-main-img a {
      display: block;
      height: 0;
      padding-bottom: 56.25%;
      position: relative;
      overflow: hidden; }
      .sidebar-section .most-popular .story-img.no-main-img a img {
        width: auto;
        height: auto; }
  .sidebar-section .most-popular .story-infos {
    width: 60%;
    padding-left: 4%; }
    .sidebar-section .most-popular .story-infos .story-tag,
    .sidebar-section .most-popular .story-infos .story-author {
      display: none; }
    .sidebar-section .most-popular .story-infos .story-title {
      font-size: 1.4rem; }
      .sidebar-section .most-popular .story-infos .story-title a {
        color: black;
        text-decoration: none; }
  .sidebar-section .most-popular .story:hover {
    cursor: pointer; }
    .sidebar-section .most-popular .story:hover .story-infos .story-title a {
      text-decoration: underline; }
  .sidebar-section .most-popular .story + .story {
    margin-top: 10px; }
  .sidebar-section .ad {
    padding: 0; }
  .sidebar-section .sticky-ad {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    margin-top: 0 !important;
    padding-top: 20px; }
  .sidebar-section .sidebar-block + .sidebar-block {
    margin-top: 20px; }
  .sidebar-section .promo-subscription {
    display: flex;
    align-items: flex-end;
    width: 100%; }
    .sidebar-section .promo-subscription img {
      display: block;
      width: 125px; }
    .sidebar-section .promo-subscription .subscription-text {
      padding-left: 10px; }
    .sidebar-section .promo-subscription .sidebar-subtitle {
      font-size: 2.4rem;
      line-height: 1; }
      @media screen and (max-width: 991px) {
        .sidebar-section .promo-subscription .sidebar-subtitle {
          font-size: 1.6rem; } }
    .sidebar-section .promo-subscription .subscription-buttons {
      margin-top: 10px; }
    .sidebar-section .promo-subscription .btn-wrapper + .btn-wrapper {
      margin-top: 10px; }
    .sidebar-section .promo-subscription .btn {
      background: transparent;
      border-color: black;
      color: black;
      text-transform: none;
      padding: 3px 13px; }
      .sidebar-section .promo-subscription .btn:active, .sidebar-section .promo-subscription .btn:focus, .sidebar-section .promo-subscription .btn:visited {
        color: black; }
      .sidebar-section .promo-subscription .btn:hover {
        color: #EB8FA5; }

@media screen and (max-width: 991px) {
  .sidebar-section {
    display: none; } }
.comments-wrapper .fb-comments iframe {
  width: 100% !important; }

.to-read-also-wrapper .widget-title {
  margin-bottom: 0; }

.dynamic-recos {
  display: none;
  margin: 0;
  overflow: hidden; }
  .dynamic-recos .widget-inner {
    padding: 35px 0; }
  .dynamic-recos .stories .row {
    margin-right: -15px;
    margin-left: -15px; }
  .dynamic-recos .story {
    padding: 0 15px;
    position: relative;
    display: block; }
    .dynamic-recos .story a {
      color: black; }
      .dynamic-recos .story a:hover, .dynamic-recos .story a:focus, .dynamic-recos .story a:active {
        text-decoration: none; }
        .dynamic-recos .story a:hover .story-title, .dynamic-recos .story a:focus .story-title, .dynamic-recos .story a:active .story-title {
          text-decoration: underline; }
    .dynamic-recos .story .story-img {
      height: 0;
      padding-bottom: 56.25%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: relative; }
    .dynamic-recos .story .story-infos {
      color: black;
      padding: 10px;
      display: block; }
    .dynamic-recos .story .story-title {
      font-size: 1.3rem;
      text-transform: uppercase;
      display: block; }
    .dynamic-recos .story .story-source {
      color: #666;
      font-size: 0.8rem;
      text-decoration: none;
      text-transform: uppercase;
      margin-top: 3px;
      display: block; }
    .dynamic-recos .story .story-wrapper {
      height: 100%;
      background: white;
      display: block; }
      .dynamic-recos .story .story-wrapper:hover {
        cursor: pointer; }
        .dynamic-recos .story .story-wrapper:hover .story-infos .story-title a {
          color: white; }
    .dynamic-recos .story:nth-child(n+5) {
      margin-top: 30px; }

.readmo {
  padding: 25px 0px;
  border-top: solid black 2px; }
  .readmo .readmo-col-6 .readmo-item-headline {
    font-size: 28px !important;
    line-height: 31px !important; }
  .readmo .readmo-col-6 .readmo-item-sponsor {
    font-size: 14px !important;
    line-height: 18px !important; }
  .readmo .readmo-title {
    padding: 20px 0px 20px; }
    .readmo .readmo-title span {
      font-size: 24px;
      line-height: 30px; }
      @media screen and (max-width: 767px) {
        .readmo .readmo-title span {
          font-size: 20px;
          line-height: 22px; } }
    .readmo .readmo-title .readmo-disclosure-label {
      display: none; }
  .readmo .readmo-item-sponsor {
    font-size: 14px;
    line-height: 18px; }
    @media screen and (max-width: 767px) {
      .readmo .readmo-item-sponsor {
        font-size: 12px;
        line-height: 15px; } }
  .readmo .readmo-item-headline {
    font-size: 20px;
    line-height: 24px; }
    @media screen and (max-width: 767px) {
      .readmo .readmo-item-headline {
        font-size: 13px;
        line-height: 15px; } }

.internal-recos-wrapper,
.internal-recos-wrapper[data-is-visible="false"] ~ .external-recos-wrapper {
  margin-top: 35px; }

.internal-recos-wrapper .widget-inner {
  padding-right: 0;
  padding-left: 0; }

.external-recos-wrapper {
  margin-top: 0; }
  .external-recos-wrapper .story .story-wrapper {
    background: none; }
  .external-recos-wrapper .story .story-infos {
    padding: 17px 0; }
  .external-recos-wrapper .story .story-title {
    font-size: 1.6rem;
    text-transform: none; }
  .external-recos-wrapper .story .story-source {
    color: #4D4D4D;
    font-size: 1.2rem;
    text-transform: lowercase; }

@media screen and (max-width: 991px) {
  .dynamic-recos .story:nth-child(n+3) {
    margin-top: 30px; } }
@media screen and (max-width: 767px) {
  .dynamic-recos .story:nth-child(n+2) {
    margin-top: 30px; }

  .readmo {
    width: 95%;
    margin: 0 auto; }
    .readmo .readmo-item-details {
      padding-right: 0px !important; } }
.live-player-story .container-wrapper {
  margin: 20px auto; }
  .live-player-story .container-wrapper .story-redirect {
    display: block; }
    .live-player-story .container-wrapper .story-redirect img {
      margin: auto;
      display: none; }
      @media screen and (max-width: 480px) {
        .live-player-story .container-wrapper .story-redirect img.mobile {
          display: block; } }
      @media screen and (min-width: 481px) and (max-width: 991px) {
        .live-player-story .container-wrapper .story-redirect img.tablet {
          display: block; } }
      .live-player-story .container-wrapper .story-redirect img.desktop {
        display: block; }
        @media screen and (max-width: 991px) {
          .live-player-story .container-wrapper .story-redirect img.desktop {
            display: none; } }
.live-player-story .story {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #f1f1f1; }
  .live-player-story .story .live-player-video {
    width: 66.666%; }
    .live-player-story .story .live-player-video .video-inline {
      height: 0;
      padding-bottom: 56.25%;
      position: relative; }
    .live-player-story .story .live-player-video iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .live-player-story .story .live-player-infos {
    width: 33.333%;
    text-align: center;
    padding: 20px; }
    .live-player-story .story .live-player-infos .live-logo {
      display: inline-block;
      width: 175px;
      vertical-align: middle; }
      .live-player-story .story .live-player-infos .live-logo svg {
        max-width: 100%; }
    .live-player-story .story .live-player-infos .live-intro {
      width: 80%;
      color: black;
      font-size: 1.7rem;
      font-weight: bold;
      margin: 25px auto 0; }
    .live-player-story .story .live-player-infos .live-sponsor {
      margin-top: 25px; }
      .live-player-story .story .live-player-infos .live-sponsor .live-sponsor-label {
        color: black;
        font-size: 13px; }
      .live-player-story .story .live-player-infos .live-sponsor .live-sponsor-logo {
        max-width: 50%;
        max-height: 50px;
        vertical-align: middle;
        margin-left: 10px; }

@media screen and (max-width: 767px) {
  .mosaic-section .live-player-story .story .live-player-video,
  .mosaic-section .live-player-story .story .live-player-infos {
    width: 100%; }
  .mosaic-section .live-player-story .story .live-player-infos .live-logo {
    width: 130px; }
  .mosaic-section .live-player-story .story .live-player-infos .live-intro {
    width: 100%;
    font-size: 1.6rem;
    margin-top: 10px; } }
.newsletter-bar-widget {
  margin: 40px 0; }
  @media screen and (max-width: 767px) {
    .newsletter-bar-widget {
      margin: 25px 0; } }
  .newsletter-bar-widget .newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
    background: #EB8FA5; }
    @media screen and (max-width: 767px) {
      .newsletter-bar-widget .newsletter {
        padding: 15px; } }

@media screen and (max-width: 767px) {
  #covid_wrapper {
    width: 100%;
    margin: auto; } }

#covid_infolettre {
  position: relative;
  width: 300px;
  height: 250px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 95px 20px 20px 20px;
  font-family: 'Roboto', sans-serif;
  margin: auto;
  z-index: 10; }
  #covid_infolettre.form_covid {
    background-image: url("https://m1.quebecormedia.com/emp/jdx-prod-images/photo/98aabf71-6d34-4d10-9239-f523cfc39359_infolettre.jpg"); }
  #covid_infolettre.tuile_covid {
    background-image: url("https://m1.quebecormedia.com/emp/jdx-prod-images/photo/552a979c-0f8b-4d81-9bf0-befdb108cc37_redirection.jpg"); }
  #covid_infolettre .type-checkbox {
    display: none; }
  #covid_infolettre .info_covid {
    color: black;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 118.9%; }
  #covid_infolettre form {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 15px;
    text-align: center; }
  #covid_infolettre form .textfield {
    font-family: 'Roboto', sans-serif !important;
    color: black;
    width: 100%;
    border: 1px solid #CECECE;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 7px 10px; }
  #covid_infolettre form .btn_covid {
    font-family: 'Arial';
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    color: white;
    background-color: #869B00;
    padding: 5px 10px;
    border-radius: 0;
    margin: auto;
    margin-top: 10px; }
  #covid_infolettre .validation_txt {
    position: absolute;
    bottom: 59%; }
  #covid_infolettre .validation_txt span {
    display: inline-block;
    background: #A60000;
    color: white;
    padding: 5px 10px; }
  #covid_infolettre .signup-feedback {
    width: 100%;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: black; }
  #covid_infolettre a:hover {
    cursor: pointer; }

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%; }
.video-js .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  color: black;
  background: white; }
.video-js:hover .vjs-big-play-button, .video-js:focus .vjs-big-play-button, .video-js:active .vjs-big-play-button {
  color: black;
  background: #f2f2f2; }

.article-section .story-main-element .video-inline {
  bottom: calc(-1 * var(--dockedVideoHeight) - 10px); }
  .article-section .story-main-element .video-inline .docked-video-options,
  .article-section .story-main-element .video-inline .docked-video-close {
    display: none; }
.article-section .story-main-element .docked-video .video-inline {
  width: var(--dockedVideoWidth);
  height: var(--dockedVideoHeight);
  max-width: calc(100% - var(--dockedVideoOptionsWidth));
  position: fixed;
  top: auto;
  right: auto;
  left: var(--dockedVideoOptionsWidth);
  transition: bottom 0.6s ease-out 0.3s;
  z-index: 99999; }
  @media screen and (max-width: 767px) {
    .article-section .story-main-element .docked-video .video-inline {
      width: var(--dockedVideoMobileWidth);
      height: var(--dockedVideoMobileHeight); } }
  @media screen and (max-width: 480px) {
    .article-section .story-main-element .docked-video .video-inline {
      width: calc(100% - var(--dockedVideoOptionsWidth));
      height: 0;
      padding-bottom: 56.25%; } }
  .article-section .story-main-element .docked-video .video-inline .vjs-dock-text,
  .article-section .story-main-element .docked-video .video-inline .vjs-current-time,
  .article-section .story-main-element .docked-video .video-inline .vjs-time-divider,
  .article-section .story-main-element .docked-video .video-inline .vjs-duration {
    display: none; }
.article-section .story-main-element .docked-video .video-js .vjs-big-play-button {
  width: 50px;
  height: 50px;
  font-size: 2.5em;
  line-height: 50px;
  margin-left: calc(-50px / 2);
  margin-top: calc(-50px / 2); }
.article-section .story-main-element .docked-video .docked-video-options {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: calc(-1 * var(--dockedVideoOptionsWidth)); }
  .article-section .story-main-element .docked-video .docked-video-options span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--dockedVideoOptionsWidth);
    height: var(--dockedVideoOptionsWidth);
    fill: #cecece;
    padding: 8px;
    background: #2a2a2a;
    cursor: pointer; }
  .article-section .story-main-element .docked-video .docked-video-options span + span {
    margin-top: 5px; }
  .article-section .story-main-element .docked-video .docked-video-options .docked-option-maximize {
    width: 50px;
    height: 50px;
    margin-top: 0;
    position: fixed;
    bottom: 0;
    left: -50px;
    transition: left 0.3s; }
  .article-section .story-main-element .docked-video .docked-video-options svg {
    width: 100%;
    height: 100%; }
.article-section .story-main-element .docked-video .docked-video-close {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: black;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  cursor: pointer; }
  .article-section .story-main-element .docked-video .docked-video-close svg {
    width: 35px;
    height: 35px;
    padding: 3px; }
.article-section .story-main-element .docked-video:hover .docked-video-close {
  opacity: 0.85; }
.article-section .story-main-element .docked-video.docked-video-opened .video-inline {
  bottom: 0; }
  .catfish-displayed .article-section .story-main-element .docked-video.docked-video-opened .video-inline {
    bottom: 90px; }
    @media screen and (max-width: 767px) {
      .catfish-displayed .article-section .story-main-element .docked-video.docked-video-opened .video-inline {
        bottom: 50px; } }
.article-section .story-main-element .docked-video.docked-video-minimized .video-inline {
  bottom: calc(-1 * var(--dockedVideoHeight)) !important;
  transition: bottom 0.6s; }
.article-section .story-main-element .docked-video.docked-video-minimized .docked-video-options .docked-option-maximize {
  left: 0;
  transition: left 0.3s ease-out 0.6s; }

.slider-container {
  position: relative;
  overflow: hidden;
  clear: both; }
  .slider-container .slider-wrapper {
    position: relative; }
  .slider-container .slider-nav-btns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .slider-container .slider-nav-btns .slider-control {
      width: calc(18px + 30px);
      height: 100%;
      position: absolute;
      top: 0;
      cursor: pointer;
      z-index: 2; }
      .slider-container .slider-nav-btns .slider-control.prev {
        left: 0; }
      .slider-container .slider-nav-btns .slider-control.next {
        right: 0; }
    .slider-container .slider-nav-btns .slider-btn {
      width: calc(18px + 30px);
      height: calc(18px + 30px);
      color: white;
      line-height: calc(18px + 30px);
      margin: auto;
      background: rgba(170, 170, 170, 0.8);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.65;
      -moz-transition: opacity 0.15s;
      -webkit-transition: opacity 0.15s;
      -ms-transition: opacity 0.15s;
      -o-transition: opacity 0.15s;
      transition: opacity 0.15s; }
      .slider-container .slider-nav-btns .slider-btn svg {
        width: 18px;
        height: 18px;
        fill: white;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      .slider-container .slider-nav-btns .slider-btn:hover {
        opacity: 1; }
  .slider-container .photo-gallery {
    height: 0;
    padding-bottom: 60%;
    background: #333;
    position: relative; }
    .slider-container .photo-gallery.slick-initialized .slide {
      opacity: 1; }
    .slider-container .photo-gallery .slick-list,
    .slider-container .photo-gallery .slick-track {
      height: 100%; }
    .slider-container .photo-gallery .slick-list {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    .slider-container .photo-gallery .slide {
      height: 100%;
      position: relative;
      float: left;
      display: flex;
      flex-direction: column;
      opacity: 0;
      transition: opacity 0.2s ease-out; }
      .slider-container .photo-gallery .slide .slide-content {
        flex-grow: 1;
        position: relative; }
      .slider-container .photo-gallery .slide .slide-link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: space-around;
        align-items: center; }
      .slider-container .photo-gallery .slide .slide-img {
        display: block;
        max-width: 100%;
        max-height: 100%; }
      .slider-container .photo-gallery .slide .slide-caption {
        padding: 15px;
        background: rgba(0, 0, 0, 0.65); }
        .slider-container .photo-gallery .slide .slide-caption p {
          line-height: 1.4; }
        .slider-container .photo-gallery .slide .slide-caption .photo-desc {
          color: white;
          font-size: 1.4rem;
          margin-bottom: 0; }
        .slider-container .photo-gallery .slide .slide-caption .photo-credit {
          color: #ccc;
          font-size: 1rem;
          text-transform: uppercase; }
        .slider-container .photo-gallery .slide .slide-caption p + p {
          margin-top: 5px; }
    .slider-container .photo-gallery .ad-slide .ad {
      height: 100%; }
      .slider-container .photo-gallery .ad-slide .ad iframe {
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  .slider-container .slider-nav-thumbs {
    padding: 3px 0;
    background: #111; }
    .slider-container .slider-nav-thumbs .thumb {
      height: 100px;
      border: 3px solid transparent;
      overflow: hidden;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      cursor: pointer; }
      .slider-container .slider-nav-thumbs .thumb img {
        min-width: 100%;
        min-height: 100%; }
      .slider-container .slider-nav-thumbs .thumb.slick-current {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        cursor: default; }

@media screen and (max-width: 1199px) {
  .slider-container .photo-gallery .slide .slide-caption {
    padding: 10px; }
    .slider-container .photo-gallery .slide .slide-caption p {
      line-height: 1.3; }
    .slider-container .photo-gallery .slide .slide-caption .photo-credit {
      line-height: 1.2; }
  .slider-container .slider-nav-thumbs .thumb {
    height: 90px; } }
@media screen and (max-width: 767px) {
  .slider-container .slider-nav-btns .slider-control {
    width: calc(15px + 25px); }
  .slider-container .slider-nav-btns .slider-btn {
    width: calc(15px + 25px);
    height: calc(15px + 25px);
    line-height: calc(15px + 25px); }
    .slider-container .slider-nav-btns .slider-btn img {
      width: 15px;
      height: 15px; }
  .slider-container .slide .slide-caption,
  .slider-container .slider-nav-thumbs {
    display: none; } }
.mosaic-section .story.type-article .story-img a:before, .archives-listing .story .story-img a:before, .sidebar-section .most-popular .story-img a:before, .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story .story-wrapper .story-img::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1; }

.page-content-wrapper .page-subtitle h3, .story-widget .widget-title h3, .content-widget .widget-title {
  font-family: "Playfair Display", serif;
  font-size: 3.6rem;
  font-weight: bold;
  text-transform: none;
  border: none; }
  @media screen and (max-width: 1199px) {
    .page-content-wrapper .page-subtitle h3, .story-widget .widget-title h3, .content-widget .widget-title {
      font-size: 3rem; } }
  @media screen and (max-width: 767px) {
    .page-content-wrapper .page-subtitle h3, .story-widget .widget-title h3, .content-widget .widget-title {
      font-size: 2.4rem; } }

.main-header .nav-search-bar .type-submit button, .archives-listing .load-more-btn a, .full-search-form .type-submit .search-button, .article-section .newsletter-widget .field.type-text .btn, .sidebar-section .newsletter .type-submit .submit-btn, .sidebar-section .contest-block .btn-wrapper a {
  display: inline-block;
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 25px;
  background-color: black;
  border-radius: 20px; }
  .main-header .nav-search-bar .type-submit button:active, .archives-listing .load-more-btn a:active, .full-search-form .type-submit .search-button:active, .article-section .newsletter-widget .field.type-text .btn:active, .sidebar-section .newsletter .type-submit .submit-btn:active, .sidebar-section .contest-block .btn-wrapper a:active, .main-header .nav-search-bar .type-submit button:focus, .archives-listing .load-more-btn a:focus, .full-search-form .type-submit .search-button:focus, .article-section .newsletter-widget .field.type-text .btn:focus, .sidebar-section .newsletter .type-submit .submit-btn:focus, .sidebar-section .contest-block .btn-wrapper a:focus, .main-header .nav-search-bar .type-submit button:visited, .archives-listing .load-more-btn a:visited, .full-search-form .type-submit .search-button:visited, .article-section .newsletter-widget .field.type-text .btn:visited, .sidebar-section .newsletter .type-submit .submit-btn:visited, .sidebar-section .contest-block .btn-wrapper a:visited {
    color: white;
    background-color: black; }
  .main-header .nav-search-bar .type-submit button:hover, .archives-listing .load-more-btn a:hover, .full-search-form .type-submit .search-button:hover, .article-section .newsletter-widget .field.type-text .btn:hover, .sidebar-section .newsletter .type-submit .submit-btn:hover, .sidebar-section .contest-block .btn-wrapper a:hover {
    color: white;
    background-color: #EB8FA5; }
  @media screen and (max-width: 767px) {
    .main-header .nav-search-bar .type-submit button, .archives-listing .load-more-btn a, .full-search-form .type-submit .search-button, .article-section .newsletter-widget .field.type-text .btn, .sidebar-section .newsletter .type-submit .submit-btn, .sidebar-section .contest-block .btn-wrapper a {
      font-size: 1.4rem; } }

.story .story-tag .tag, .breadcrumb li > a,
.breadcrumb li i span {
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: none;
  padding: 2px 12px 3px;
  background: #EB8FA5;
  border-radius: 15px; }
  @media screen and (max-width: 767px) {
    .story .story-tag .tag, .breadcrumb li > a,
    .breadcrumb li i span {
      font-size: 1.3rem; } }

.menu-burger .follow-us, .socials-section, .sidebar-section .follow-us {
  padding: 15px;
  border: none;
  text-align: center; }
  .menu-burger .follow-us .social li + li, .socials-section .social li + li, .sidebar-section .follow-us .social li + li {
    margin-left: 2px; }
  .menu-burger .follow-us .social a, .socials-section .social a, .sidebar-section .follow-us .social a {
    width: 35px;
    height: 35px;
    fill: #e24f61;
    background-color: white; }
    .menu-burger .follow-us .social a > svg, .socials-section .social a > svg, .sidebar-section .follow-us .social a > svg {
      max-width: 15px; }
    .menu-burger .follow-us .social a:hover, .socials-section .social a:hover, .sidebar-section .follow-us .social a:hover {
      fill: white;
      background-color: #EB8FA5; }

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDXbtY.ttf) format("truetype"); }
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiunDXbtY.ttf) format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format("truetype"); }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.story.abonnement-style .story-tag .tag {
  display: none; }

.main-header .nav-wrapper .main-nav .logo {
  padding: 5px 0; }
.main-header .nav-search-bar {
  background: white;
  box-shadow: 5px 10px 12px -12px rgba(0, 0, 0, 0.2); }
  .main-header .nav-search-bar .type-text input {
    font-size: 1.6rem;
    padding: 7px 0;
    background: none;
    border-bottom: 1px solid black; }
  .main-header .nav-search-bar .type-submit {
    margin-left: 35px; }

@media screen and (max-width: 991px) {
  .main-header .nav-wrapper .logo-bar .logo img,
  .main-header .nav-wrapper .logo-bar .logo svg {
    max-height: 35px !important; } }
@media screen and (max-width: 767px) {
  .main-header {
    border-bottom: 1px solid #c4c4c4; }
    .main-header .nav-wrapper .logo-bar .wrapper-inner {
      padding: 0 20px; }
    .main-header .nav-wrapper .logo-bar .logo img,
    .main-header .nav-wrapper .logo-bar .logo svg {
      max-height: 25px !important; } }
.main-header .nav-wrapper .main-nav > .wrapper-inner {
  max-width: none; }
.main-header .nav-wrapper .main-nav #main-nav-inner-detector {
  height: auto; }
.main-header .nav-wrapper .main-nav .main-nav-inner li a {
  font-family: "Playfair Display", serif; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label-wrapper {
  position: relative; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label {
  text-transform: none;
  font-size: 1.8rem;
  line-height: 50px; }
  @media screen and (max-width: 991px) {
    .main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label {
      font-size: 1.6rem;
      line-height: 40px; } }
.main-header .nav-wrapper .main-nav .main-nav-inner li .icon-svg {
  width: 12px;
  height: 12px;
  margin-top: 1px;
  margin-left: 5px;
  padding: 7px 5px;
  box-sizing: content-box; }
  @media screen and (max-width: 1199px) {
    .main-header .nav-wrapper .main-nav .main-nav-inner li .icon-svg {
      width: 15px;
      height: 15px;
      padding: 12px 10px; } }
.main-header .nav-wrapper .main-nav .main-nav-inner li > a .menu-label-wrapper::after {
  display: none;
  content: '';
  height: 3px;
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px; }
  @media screen and (max-width: 991px) {
    .main-header .nav-wrapper .main-nav .main-nav-inner li > a .menu-label-wrapper::after {
      right: 10px;
      left: 10px; } }
.main-header .nav-wrapper .main-nav .main-nav-inner li:hover.first-level > a,
.main-header .nav-wrapper .main-nav .main-nav-inner li:hover.first-level > a > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li:hover.first-level > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li.active.first-level > a,
.main-header .nav-wrapper .main-nav .main-nav-inner li.active.first-level > a > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li.active.first-level > .menu-label-wrapper {
  color: inherit;
  background-color: transparent; }
.main-header .nav-wrapper .main-nav .main-nav-inner li:hover.first-level > a .menu-label-wrapper::after,
.main-header .nav-wrapper .main-nav .main-nav-inner li.active.first-level > a .menu-label-wrapper::after {
  display: block; }
.main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
  width: 200px;
  background: white;
  border-top: 1px solid #c4c4c4;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  left: 50%;
  transform: translateX(-50%); }
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu ul {
    padding: 10px 0; }
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li .menu-label {
    font-size: 1.6rem;
    font-weight: 300; }
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li a {
    font-family: "Roboto", sans-serif;
    padding: 6px 0; }
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li .icon-svg {
    position: absolute;
    right: 10px; }
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li > a,
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li > a > .menu-label-wrapper,
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li > .menu-label-wrapper {
    color: black;
    background-color: transparent; }
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.has-submenu > a > .menu-label-wrapper {
    padding-right: 40px; }
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li:hover > a,
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li:hover > a > .menu-label-wrapper,
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li:hover > .menu-label-wrapper,
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.active > a,
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.active > a > .menu-label-wrapper,
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.active > .menu-label-wrapper {
    background-color: transparent; }
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu {
    width: 100%;
    padding: 0;
    background: none;
    box-shadow: none;
    position: static;
    transform: none; }
    .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu ul {
      padding: 0 0 5px; }
    .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu .menu-label-wrapper {
      padding-left: 30px; }
    .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu .icon-svg {
      position: absolute;
      right: 10px; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.abonnement-style.first-level {
  height: auto; }
  .main-header .nav-wrapper .main-nav .main-nav-inner li.abonnement-style.first-level > a {
    margin: 9px 0;
    padding: 4px 20px;
    background: black;
    border-radius: 20px; }
    .main-header .nav-wrapper .main-nav .main-nav-inner li.abonnement-style.first-level > a > .menu-label-wrapper {
      color: white;
      padding: 0; }
      .main-header .nav-wrapper .main-nav .main-nav-inner li.abonnement-style.first-level > a > .menu-label-wrapper::after {
        display: none !important; }
      .main-header .nav-wrapper .main-nav .main-nav-inner li.abonnement-style.first-level > a > .menu-label-wrapper > .menu-label {
        line-height: 1.2; }
  .main-header .nav-wrapper .main-nav .main-nav-inner li.abonnement-style.first-level:hover > a,
  .main-header .nav-wrapper .main-nav .main-nav-inner li.abonnement-style.first-level:hover > a > .menu-label-wrapper,
  .main-header .nav-wrapper .main-nav .main-nav-inner li.abonnement-style.first-level:hover > .menu-label-wrapper, .main-header .nav-wrapper .main-nav .main-nav-inner li.abonnement-style.first-level.active > a,
  .main-header .nav-wrapper .main-nav .main-nav-inner li.abonnement-style.first-level.active > a > .menu-label-wrapper,
  .main-header .nav-wrapper .main-nav .main-nav-inner li.abonnement-style.first-level.active > .menu-label-wrapper {
    color: white;
    background-color: black; }
.main-header .nav-wrapper .main-nav .social-nav {
  width: 180px; }
  .main-header .nav-wrapper .main-nav .social-nav ul {
    margin-right: 20px;
    padding: 0;
    border: none; }
  .main-header .nav-wrapper .main-nav .social-nav li a {
    width: 26px;
    height: 26px;
    border-radius: 50%; }
    .main-header .nav-wrapper .main-nav .social-nav li a .icon-svg {
      width: 14px;
      height: 14px; }
    .main-header .nav-wrapper .main-nav .social-nav li a:hover {
      fill: white;
      background: #EB8FA5; }
  .main-header .nav-wrapper .main-nav .social-nav li + li {
    margin-left: 5px; }
.main-header.header-style-1 .nav-wrapper .main-nav {
  border-top: none;
  border-bottom: 1px solid #c4c4c4; }
.main-header.sticky .nav-wrapper .main-nav .main-nav-inner li .menu-label {
  line-height: 60px; }
.main-header.sticky .nav-wrapper .main-nav .main-nav-inner li .submenu li .menu-label {
  line-height: 1.2; }

.menu-burger-toggle {
  width: 35px; }

.icon-patty.top {
  top: 2px; }
.icon-patty.middle {
  top: 10px; }
.icon-patty.bottom {
  top: 18px; }

.menu-burger-search-wrapper {
  border-bottom: 1px solid #c4c4c4; }

.menu-burger .nav-search-bar .wrapper-inner {
  padding: 20px; }
.menu-burger .nav-search-bar .type-text input {
  font-size: 1.4rem; }
.menu-burger .nav-search-bar .type-submit {
  width: auto;
  margin-left: 10px; }
  .menu-burger .nav-search-bar .type-submit button {
    display: flex;
    width: 36px;
    height: 36px;
    fill: black;
    padding: 0;
    background-color: transparent; }
    .menu-burger .nav-search-bar .type-submit button svg {
      width: 30px;
      height: 30px; }
    .menu-burger .nav-search-bar .type-submit button:hover {
      fill: white;
      background-color: #EB8FA5; }
.menu-burger .follow-us {
  padding: 20px 15px;
  background: black; }
  .menu-burger .follow-us .sidebar-subtitle {
    color: #EB8FA5;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px; }
    .menu-burger .follow-us .sidebar-subtitle span {
      display: none; }
  .menu-burger .follow-us .social a {
    fill: white;
    background-color: transparent; }
    .menu-burger .follow-us .social a > svg {
      max-width: 20px; }
    .menu-burger .follow-us .social a:hover {
      fill: white;
      background-color: #EB8FA5; }

.menu-burger .menu-burger-nav {
  padding: 0; }
  .menu-burger .menu-burger-nav li {
    border-bottom: 1px solid #ececec; }
    .menu-burger .menu-burger-nav li a {
      font-family: "Playfair Display", serif;
      font-size: 1.8rem;
      font-weight: bold;
      padding-top: 17px;
      padding-bottom: 17px; }
    .menu-burger .menu-burger-nav li .menu-label-wrapper {
      justify-content: space-between; }
    .menu-burger .menu-burger-nav li .icon-svg {
      width: 14px;
      height: 14px;
      position: absolute;
      right: 10px; }
  .menu-burger .menu-burger-nav li.has-submenu a {
    padding-right: 50px; }
  .menu-burger .menu-burger-nav .submenu li {
    background: none;
    border: none; }
    .menu-burger .menu-burger-nav .submenu li a {
      color: white;
      font-family: "Roboto", sans-serif;
      font-size: 1.7rem;
      font-weight: normal;
      padding-top: 12px;
      padding-bottom: 12px; }
      .menu-burger .menu-burger-nav .submenu li a:before {
        content: '';
        background: rgba(255, 255, 255, 0.1);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
  .menu-burger .menu-burger-nav li.active a,
  .menu-burger .menu-burger-nav li.submenu-opened a {
    color: white; }
  .menu-burger .menu-burger-nav li.active .icon-svg,
  .menu-burger .menu-burger-nav li.submenu-opened .icon-svg {
    fill: white !important; }
  .menu-burger .menu-burger-nav li.abonnement-style {
    padding: 15px 5px; }
    .menu-burger .menu-burger-nav li.abonnement-style > a {
      color: white;
      padding: 6px 40px 6px 15px;
      background: black;
      border-radius: 20px; }
    .menu-burger .menu-burger-nav li.abonnement-style .submenu {
      background: none; }
      .menu-burger .menu-burger-nav li.abonnement-style .submenu li a {
        color: black; }

.footer__img {
  max-width: 210px; }

.footer__nav li {
  padding-left: 22px;
  background: url("/static/images/arrow-right.svg") center left no-repeat; }
.footer__nav .footer__link {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: none; }
  @media screen and (max-width: 991px) {
    .footer__nav .footer__link {
      font-size: 1.8rem; } }
  @media screen and (max-width: 767px) {
    .footer__nav .footer__link {
      font-size: 1.6rem; } }

.footer__subNav:before {
  background-color: #EB8FA5; }

.footer__brandsTitle {
  font-weight: bold; }

.formatted-text {
  font-size: 2.2rem;
  line-height: 1.64;
  font-weight: 300; }
  .formatted-text a {
    color: #EB8FA5;
    text-decoration: underline; }
    .formatted-text a:hover {
      text-decoration: none; }

@media screen and (max-width: 1390px) {
  .formatted-text {
    font-size: 2rem; } }
@media screen and (max-width: 767px) {
  .formatted-text {
    font-size: 1.7rem; } }
.mosaic-section .story.md-w3-h2 .story-infos .story-title {
  font-weight: 600; }
.mosaic-section .story .story-img .story-tag {
  top: 10px;
  left: 10px; }
.mosaic-section .story .story-infos .story-tag {
  display: none;
  margin-bottom: 8px; }
.mosaic-section .story .story-infos .story-title,
.mosaic-section .story .story-infos .story-excerpt {
  z-index: 9; }
.mosaic-section .story .story-infos .story-title {
  font-weight: 500;
  text-transform: uppercase; }
  .mosaic-section .story .story-infos .story-title a {
    color: #FFFFFF; }
.mosaic-section .story .story-infos .story-excerpt {
  color: #FFFFFF; }
  @media screen and (max-width: 991px) {
    .mosaic-section .story .story-infos .story-excerpt {
      display: block; } }
  @media screen and (max-width: 767px) {
    .mosaic-section .story .story-infos .story-excerpt {
      display: none; } }
.mosaic-section .story .story-infos .story-author {
  display: none; }

.mosaic-section .story.type-article:hover .story-img a:before {
  opacity: 0.35; }
.mosaic-section .story.type-article.md-w1-h1 .story-wrapper .story-infos, .mosaic-section .story.type-article.md-w1-h2 .story-wrapper .story-infos, .mosaic-section .story.type-article.md-w1-h3 .story-wrapper .story-infos, .mosaic-section .story.type-article.md-w2-h2 .story-wrapper .story-infos {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent; }
  .mosaic-section .story.type-article.md-w1-h1 .story-wrapper .story-infos:after, .mosaic-section .story.type-article.md-w1-h2 .story-wrapper .story-infos:after, .mosaic-section .story.type-article.md-w1-h3 .story-wrapper .story-infos:after, .mosaic-section .story.type-article.md-w2-h2 .story-wrapper .story-infos:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 190px;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.64) 100%); }
.mosaic-section .story.type-article.md-w1-h1 .story-wrapper .story-title a, .mosaic-section .story.type-article.md-w1-h2 .story-wrapper .story-title a, .mosaic-section .story.type-article.md-w1-h3 .story-wrapper .story-title a, .mosaic-section .story.type-article.md-w2-h2 .story-wrapper .story-title a {
  color: #FFFFFF; }
.mosaic-section .story.type-article.md-w1-h1 .story-wrapper .story-infos {
  min-height: auto; }
  @media screen and (max-width: 767px) {
    .mosaic-section .story.type-article.md-w1-h1 .story-wrapper .story-infos {
      position: initial; } }
.mosaic-section .story.type-article.md-w1-h2 .story-title, .mosaic-section .story.type-article.md-w1-h3 .story-title {
  font-size: 2.2rem;
  line-height: 1.09; }
  @media screen and (max-width: 991px) {
    .mosaic-section .story.type-article.md-w1-h2 .story-title, .mosaic-section .story.type-article.md-w1-h3 .story-title {
      font-size: 2.1rem;
      line-height: 1.14; } }
@media screen and (max-width: 767px) {
  .mosaic-section .story.type-article.xs-w1-h1.md-w2-h1 .story-wrapper .story-infos {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent; }
    .mosaic-section .story.type-article.xs-w1-h1.md-w2-h1 .story-wrapper .story-infos:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 100%;
      height: 190px;
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.64) 100%); } }
.mosaic-section .story.type-article.xs-w1-h1.md-w2-h1 .story-wrapper .story-title a {
  color: #FFFFFF; }
.mosaic-section .story.type-article.md-w2-h1 .story-infos {
  padding: 50px; }
  .mosaic-section .story.type-article.md-w2-h1 .story-infos .story-title {
    font-size: 2.4rem;
    line-height: 1.16; }
@media screen and (max-width: 991px) {
  .mosaic-section .story.type-article.md-w3-h2 .story-img,
  .mosaic-section .story.type-article.md-w3-h2 .story-infos {
    width: 100% !important; } }
.mosaic-section .story.type-article.md-w3-h2 .story-infos {
  width: 320px;
  padding: 25px; }
  @media screen and (max-width: 767px) {
    .mosaic-section .story.type-article.md-w3-h2 .story-infos {
      padding: 15px; } }
  .mosaic-section .story.type-article.md-w3-h2 .story-infos .story-title {
    font-size: 4rem;
    line-height: 1.1; }
    @media screen and (max-width: 991px) {
      .mosaic-section .story.type-article.md-w3-h2 .story-infos .story-title {
        font-size: 3.2rem; } }
    @media screen and (max-width: 767px) {
      .mosaic-section .story.type-article.md-w3-h2 .story-infos .story-title {
        font-size: 2rem; } }
    @media screen and (max-width: 767px) {
      .mosaic-section .story.type-article.md-w3-h2 .story-infos .story-title a {
        color: #FFFFFF; } }
  .mosaic-section .story.type-article.md-w3-h2 .story-infos .story-excerpt {
    font-size: 1.7rem;
    line-height: 1.29; }
    @media screen and (max-width: 991px) {
      .mosaic-section .story.type-article.md-w3-h2 .story-infos .story-excerpt {
        line-height: 1.117; } }
.mosaic-section .story.type-video.md-w2-h2 .story-infos .story-title a, .mosaic-section .story.type-video.md-w3-h2 .story-infos .story-title a {
  color: #FFFFFF !important; }
.mosaic-section .story.type-video.md-w2-h2 .story-infos, .mosaic-section .story.type-video.md-w3-h2 .story-infos {
  padding: 25px 50px; }
@media screen and (max-width: 767px) {
  .mosaic-section .story.type-article.xs-w1-h1.md-w1-h1 .story-img .story-tag, .mosaic-section .story.type-video.xs-w1-h1.md-w1-h1 .story-img .story-tag {
    display: none; } }
@media screen and (max-width: 767px) {
  .mosaic-section .story.type-article.xs-w1-h1.md-w1-h1 .story-infos, .mosaic-section .story.type-video.xs-w1-h1.md-w1-h1 .story-infos {
    background-color: #FFFFFF !important; } }
@media screen and (max-width: 767px) {
  .mosaic-section .story.type-article.xs-w1-h1.md-w1-h1 .story-infos:after, .mosaic-section .story.type-video.xs-w1-h1.md-w1-h1 .story-infos:after {
    display: none; } }
@media screen and (max-width: 767px) {
  .mosaic-section .story.type-article.xs-w1-h1.md-w1-h1 .story-infos .story-tag, .mosaic-section .story.type-video.xs-w1-h1.md-w1-h1 .story-infos .story-tag {
    display: block; } }
.mosaic-section .story.type-article.xs-w1-h1.md-w1-h1 .story-infos .story-title, .mosaic-section .story.type-video.xs-w1-h1.md-w1-h1 .story-infos .story-title {
  font-size: 2.2rem;
  line-height: 1.09; }
  @media screen and (max-width: 767px) {
    .mosaic-section .story.type-article.xs-w1-h1.md-w1-h1 .story-infos .story-title a, .mosaic-section .story.type-video.xs-w1-h1.md-w1-h1 .story-infos .story-title a {
      color: #000000; } }
.mosaic-section .story.type-article.md-w2-h2 .story-infos .story-title, .mosaic-section .story.type-video.md-w2-h2 .story-infos .story-title {
  font-size: 3rem;
  line-height: 1.13; }

@media screen and (max-width: 767px) {
  .mosaic-section .story.type-article.xs-w1-h1.md-w1-h1 .story-infos .story-title, .mosaic-section .story.type-video.xs-w1-h1.md-w1-h1 .story-infos .story-title {
    font-size: 1.6rem;
    line-height: 1.18; }
  .mosaic-section .story.type-article.xs-w1-h1:not(.md-w1-h1) .story-img.no-main-img, .mosaic-section .story.type-video.xs-w1-h1:not(.md-w1-h1) .story-img.no-main-img {
    padding-bottom: 83%; }
  .mosaic-section .story.type-article.xs-w1-h1:not(.md-w1-h1):not(.md-w3-h2) .story-infos, .mosaic-section .story.type-video.xs-w1-h1:not(.md-w1-h1):not(.md-w3-h2) .story-infos {
    padding: 15px; }
    .mosaic-section .story.type-article.xs-w1-h1:not(.md-w1-h1):not(.md-w3-h2) .story-infos .story-title, .mosaic-section .story.type-video.xs-w1-h1:not(.md-w1-h1):not(.md-w3-h2) .story-infos .story-title {
      font-size: 2rem;
      line-height: 1.18; } }
.archives-listing .story {
  padding: 10px 0; }
  @media screen and (max-width: 767px) {
    .archives-listing .story {
      padding: 8px 0; } }
  .archives-listing .story .row {
    display: flex; }
  .archives-listing .story .story-img {
    width: 38%;
    padding-right: 20px; }
    @media screen and (max-width: 1199px) {
      .archives-listing .story .story-img {
        width: 45%; } }
    @media screen and (max-width: 767px) {
      .archives-listing .story .story-img {
        padding-right: 10px; } }
    .archives-listing .story .story-img .story-tag {
      display: none; }
  .archives-listing .story .story-infos {
    width: 62%;
    justify-content: center; }
    @media screen and (max-width: 1199px) {
      .archives-listing .story .story-infos {
        width: 55%; } }
  .archives-listing .story .story-tag {
    margin-bottom: 15px; }
    @media screen and (max-width: 991px) {
      .archives-listing .story .story-tag {
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .archives-listing .story .story-tag {
        margin-bottom: 7px; } }
  .archives-listing .story .story-title {
    font-size: 2.6rem;
    line-height: 1.15;
    font-weight: 500;
    text-transform: uppercase; }
    @media screen and (max-width: 1390px) {
      .archives-listing .story .story-title {
        font-size: 2.2rem; } }
    @media screen and (max-width: 767px) {
      .archives-listing .story .story-title {
        font-size: 1.5rem; } }
  .archives-listing .story .story-metas {
    margin: 10px 0 0; }
    @media screen and (max-width: 991px) {
      .archives-listing .story .story-metas {
        margin: 7px 0 0; } }
    @media screen and (max-width: 767px) {
      .archives-listing .story .story-metas {
        margin: 3px 0 0; } }
  .archives-listing .story .story-author {
    text-transform: capitalize; }
  .archives-listing .story .story-author,
  .archives-listing .story .story-date {
    color: #818181;
    font-size: 1.4rem;
    line-height: 1.2; }
    @media screen and (max-width: 767px) {
      .archives-listing .story .story-author,
      .archives-listing .story .story-date {
        font-size: 1.1rem;
        line-height: 1.1; } }
  .archives-listing .story.big-tile.type-article {
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4C4C4; }
    @media screen and (max-width: 767px) {
      .archives-listing .story.big-tile.type-article {
        margin-bottom: 8px;
        padding-bottom: 16px; } }
    .archives-listing .story.big-tile.type-article .row {
      display: block; }
    .archives-listing .story.big-tile.type-article .story-infos {
      padding-right: 0;
      padding-bottom: 0;
      padding-left: 0; }
      @media screen and (max-width: 767px) {
        .archives-listing .story.big-tile.type-article .story-infos {
          padding-top: 12px; } }
    .archives-listing .story.big-tile.type-article .story-title {
      font-size: 2.8rem;
      line-height: 1.1; }
      @media screen and (max-width: 991px) {
        .archives-listing .story.big-tile.type-article .story-title {
          font-size: 2.6rem; } }
      @media screen and (max-width: 767px) {
        .archives-listing .story.big-tile.type-article .story-title {
          font-size: 1.8rem; } }
  .archives-listing .story:hover .story-img a:before {
    opacity: 0.35; }
.archives-listing .load-more-btn a {
  display: inline-block;
  padding: 5px 45px;
  border: none;
  text-transform: none; }

.static-section .page-title {
  font-family: "Playfair Display", serif;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 25px; }
  @media (max-width: 1199px) {
    .static-section .page-title {
      font-size: 3rem; } }
  @media (max-width: 767px) {
    .static-section .page-title {
      font-size: 2.4rem;
      margin-bottom: 15px; } }
.static-section .page-subtitle {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5; }
  @media (max-width: 767px) {
    .static-section .page-subtitle {
      font-size: 1.6rem; } }

.informations-services-block {
  font-size: 2rem;
  line-height: 1.5; }
  @media screen and (max-width: 767px) {
    .informations-services-block {
      font-size: 1.6rem; } }
  .informations-services-block h3 {
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 1.14;
    text-transform: uppercase;
    margin: 35px 0 5px; }
    @media screen and (max-width: 767px) {
      .informations-services-block h3 {
        font-size: 2rem; } }
  .informations-services-block p {
    font-size: 2rem; }
    @media screen and (max-width: 767px) {
      .informations-services-block p {
        font-size: 1.7rem; } }

.author-section .page-header .author-img {
  width: 125px;
  height: 125px;
  min-width: 125px; }
  @media screen and (max-width: 991px) {
    .author-section .page-header .author-img {
      width: 95px;
      height: 95px;
      min-width: 95px; } }
  @media screen and (max-width: 767px) {
    .author-section .page-header .author-img {
      width: 60px;
      height: 60px;
      min-width: 60px; } }
.author-section .page-header .author-name {
  font-family: "Playfair Display", serif;
  font-size: 4.5rem;
  line-height: 1.1;
  text-transform: none; }
  @media screen and (max-width: 991px) {
    .author-section .page-header .author-name {
      font-size: 3.5rem; } }
  @media screen and (max-width: 767px) {
    .author-section .page-header .author-name {
      font-size: 2.6rem; } }
.author-section .page-header .author-first-name,
.author-section .page-header .author-last-name {
  display: block; }
.author-section .page-header .contact-links .contact-links__label {
  font-size: 1.4rem;
  line-height: 1.14;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .author-section .page-header .contact-links .contact-links__label {
      font-size: 1.2rem; } }
.author-section .page-header .contact-links li a .contact-links__social {
  margin-left: 40px; }
  @media screen and (max-width: 767px) {
    .author-section .page-header .contact-links li a .contact-links__social {
      margin-left: 20px; } }
  .author-section .page-header .contact-links li a .contact-links__social svg {
    width: 18px;
    height: 18px; }
.author-section .page-header .contact-links li .contact-links__label {
  margin-left: 6px; }
  @media screen and (max-width: 767px) {
    .author-section .page-header .contact-links li .contact-links__label {
      margin-left: 4px; } }
.author-section .page-header .contact-links li:first-child .contact-links__social {
  margin-left: 0; }
.author-section .page-header .author-biography .biography-title {
  font-family: "Playfair Display", serif;
  font-size: 3.6rem; }
  @media screen and (max-width: 991px) {
    .author-section .page-header .author-biography .biography-title {
      font-size: 3rem; } }
  @media screen and (max-width: 767px) {
    .author-section .page-header .author-biography .biography-title {
      font-size: 2.4rem; } }
.author-section .page-header .author-biography p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300; }
  @media screen and (max-width: 991px) {
    .author-section .page-header .author-biography p {
      font-size: 1.8rem; } }
  @media screen and (max-width: 767px) {
    .author-section .page-header .author-biography p {
      font-size: 1.6rem; } }

.author-wrapper {
  padding-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .author-wrapper {
      padding-bottom: 20px; } }

.full-search-form .type-text .search-input {
  font-size: 1.6rem;
  padding: 7px 0;
  background: none;
  border-bottom: 1px solid black; }
.full-search-form .type-submit {
  margin-left: 35px; }

.search-section .page-header {
  margin-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .search-section .page-header {
      margin-bottom: 20px; } }
.search-section .search-results .results-total {
  color: black;
  font-family: "Playfair Display", serif;
  font-size: 1.6rem; }
  .search-section .search-results .results-total strong {
    color: #EB8FA5; }
.search-section .search-results .search-result a {
  color: black; }
.search-section .search-results .search-result .result-infos .story-title em,
.search-section .search-results .search-result .result-infos .story-excerpt em {
  color: #EB8FA5;
  font-style: normal; }
.search-section .search-results .search-result .result-infos .story-metas {
  color: #818181;
  font-size: 1.2rem; }

.story-byline {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .story-byline {
      margin-bottom: 15px; } }
  .story-byline .byline-name {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .story-byline .byline-name {
        font-size: 1.7rem;
        margin-bottom: 5px; } }
  .story-byline .byline-img {
    display: none; }
  .story-byline .byline-dates .byline-date {
    color: #818181;
    font-size: 1.4rem;
    line-height: 1.2; }
    .story-byline .byline-dates .byline-date span {
      text-transform: none; }
    @media screen and (max-width: 767px) {
      .story-byline .byline-dates .byline-date {
        font-size: 1.1rem; } }
  .story-byline .byline-dates .byline-date + .byline-date {
    border-left: 1px solid #818181; }

.article-section .story-credits {
  color: #818181;
  font-size: 1.2rem;
  margin-top: 5px;
  padding: 0;
  background: none;
  position: static; }
.article-section .story-leading {
  margin-bottom: 34px; }
  @media screen and (max-width: 767px) {
    .article-section .story-leading {
      margin-bottom: 15px; } }
.article-section .story-titles .story-title {
  font-size: 5rem;
  letter-spacing: -0.65px;
  line-height: 1.08;
  text-transform: uppercase; }
  @media screen and (max-width: 1199px) {
    .article-section .story-titles .story-title {
      font-size: 4rem;
      margin-bottom: 26px; } }
  @media screen and (max-width: 767px) {
    .article-section .story-titles .story-title {
      font-size: 2.4rem;
      margin-bottom: 14px; } }
.article-section .story-titles .story-subtitle {
  color: #EB8FA5;
  font-family: "Playfair Display", serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.23;
  margin-bottom: 22px; }
  @media screen and (max-width: 1199px) {
    .article-section .story-titles .story-subtitle {
      font-size: 2.4rem;
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .article-section .story-titles .story-subtitle {
      font-size: 1.7rem;
      margin-bottom: 14px; } }
.article-section .story-content {
  padding: 0 75px; }
  @media screen and (max-width: 1390px) {
    .article-section .story-content {
      padding: 0; } }
  .article-section .story-content #product-component-endofarticle {
    display: none;
    margin: auto; }
    @media screen and (max-width: 991px) {
      .article-section .story-content #product-component-endofarticle {
        display: block; } }
.article-section .newsletter-widget {
  background: white;
  border: 2px solid black; }
  .article-section .newsletter-widget .newsletter-widget-icon {
    display: none; }
  .article-section .newsletter-widget .newsletter-widget-description {
    display: flex;
    font-size: small;
    padding-bottom: 11px;
    text-align: center;
    padding-top: 11px; }
  .article-section .newsletter-widget .newsletter-widget-intro {
    flex-direction: column; }
  .article-section .newsletter-widget .newsletter-widget-intro .title {
    width: auto;
    color: black;
    font-family: "Playfair Display", serif;
    font-size: 2.2rem;
    text-transform: none; }
  .article-section .newsletter-widget .field.type-checkbox input {
    margin-top: 3px; }
  .article-section .newsletter-widget .field.type-checkbox label {
    color: black;
    font-size: 1.2rem; }
  .article-section .newsletter-widget .field.type-text .textfield {
    background: white;
    border: 1px solid black; }
  .article-section .newsletter-widget .field.type-text .btn:hover {
    color: black;
    background-color: white;
    border: 1px solid black; }
  @media (max-width: 1390px) {
    .article-section .newsletter-widget .newsletter-widget-intro {
      flex-direction: column;
      width: 35%; }
      .article-section .newsletter-widget .newsletter-widget-intro .title {
        font-size: 1.8rem;
        width: auto; }
    .article-section .newsletter-widget .newsletter-widget-form {
      width: 65%; }
    .article-section .newsletter-widget .field.type-text .textfield {
      font-size: 1.2rem; }
    .article-section .newsletter-widget .field.type-text .btn {
      font-size: 1.4rem; } }
  @media (max-width: 767px) {
    .article-section .newsletter-widget .newsletter-widget-intro,
    .article-section .newsletter-widget .newsletter-widget-form {
      width: 100%; }
    .article-section .newsletter-widget .field.type-text .textfield {
      margin: 0; } }

.banc-essai-container {
  font-size: 1.9rem;
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0; }

.banc-essai-column {
  width: 50%;
  flex: auto;
  padding: 0 20px; }
  .banc-essai-column .element-embed.type-photo .photo-img img {
    min-width: auto;
    min-height: auto;
    max-width: none;
    max-height: none; }

.banc-essai-product-image {
  display: block;
  margin: auto; }

.banc-essai-result-table {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  line-height: 22px; }

.banc-essai-result-table-text {
  flex: auto; }

.banc-essai-result-table-links {
  flex: auto;
  text-align: end;
  font-size: 12px; }

.banc-essai-quantity {
  font-style: italic;
  font-size: 11px; }

.banc-essai-separator {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  border-bottom: 1px solid grey; }

@media screen and (max-width: 550px) {
  .banc-essai-container {
    flex-direction: column; }

  .banc-essai-column {
    width: 100%; }

  .banc-essai-product-image {
    margin-top: 20px; }

  .banc-essai-separator {
    margin: 20px 0; } }
.slideshow-widget {
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 37px 0 35px 0; }
  .slideshow-widget .widget__link-wrapper {
    margin-top: calc(30px - 2%); }
    .slideshow-widget .widget__link-wrapper .link__name {
      font-family: "Playfair Display", serif;
      font-style: normal;
      font-weight: bold;
      font-size: 22px;
      line-height: 26px;
      color: white;
      background-color: black; }
      @media screen and (max-width: 767px) {
        .slideshow-widget .widget__link-wrapper .link__name {
          font-size: 15px;
          line-height: 18px;
          padding-right: 5px; } }
    @media screen and (max-width: 767px) {
      .slideshow-widget .widget__link-wrapper {
        margin-top: 20px;
        padding-right: 9px; } }
    .slideshow-widget .widget__link-wrapper .link__arrow.-left:before {
      display: none; }
    .slideshow-widget .widget__link-wrapper .link__arrow.-left {
      width: 30px;
      background: url("/static/images/arrow-left.svg") center left no-repeat;
      background-size: cover; }
    .slideshow-widget .widget__link-wrapper .link__arrow.-right {
      width: 25px;
      height: 25px;
      background: url("/static/images/arrow-right.svg") bottom left no-repeat;
      background-size: cover; }
      @media screen and (max-width: 991px) {
        .slideshow-widget .widget__link-wrapper .link__arrow.-right {
          width: 18px;
          height: 17px;
          margin-top: 6px; } }
      @media screen and (max-width: 767px) {
        .slideshow-widget .widget__link-wrapper .link__arrow.-right {
          width: 15px;
          height: 15px;
          margin-top: 2px; } }
    .slideshow-widget .widget__link-wrapper .link__arrow.-right:before {
      display: none; }
    .slideshow-widget .widget__link-wrapper .link__arrow.-right:after {
      display: none; }
    .slideshow-widget .widget__link-wrapper .link__arrow:after {
      display: none; }
    .slideshow-widget .widget__link-wrapper .widget__link:hover .link__arrow.-right:before {
      display: none; }
  @media screen and (max-width: 767px) {
    .slideshow-widget .slider-container .slider-wrapper {
      margin: 0 10px !important; } }
  .slideshow-widget .slider-container .photo-gallery {
    padding-bottom: calc(41% + 120px); }
    @media screen and (max-width: 991px) {
      .slideshow-widget .slider-container .photo-gallery {
        padding-bottom: calc(41% + 100px); } }
    @media screen and (max-width: 767px) {
      .slideshow-widget .slider-container .photo-gallery {
        padding-bottom: calc(41% + 85px); } }
  .slideshow-widget .slider-container .slider-nav-btns .slider-btn {
    background: #e24f61;
    opacity: 1;
    top: -10%; }
    .slideshow-widget .slider-container .slider-nav-btns .slider-btn:hover {
      background: #EB8FA5; }
  .slideshow-widget .story:hover .story-infos .story-title a {
    color: black;
    text-decoration: underline; }
  .slideshow-widget .story .story-tag {
    border-radius: 30px;
    color: white;
    font-family: "Playfair Display", serif;
    letter-spacing: 0.5pt;
    padding: 0 0 3px;
    margin-bottom: 5px; }
    .slideshow-widget .story .story-tag .tag {
      font-weight: 700;
      font-size: 16px;
      line-height: 15px;
      background-color: #818181; }
      @media screen and (max-width: 767px) {
        .slideshow-widget .story .story-tag .tag {
          font-size: 13px;
          line-height: 13px; } }
  .slideshow-widget .story .story-infos {
    background: white;
    width: 80%;
    left: 10%;
    padding: 25px 55px 25px 55px;
    bottom: 4%; }
    .slideshow-widget .story .story-infos .story-title {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 30px;
      line-height: 34px; }
      @media (max-width: 991px) {
        .slideshow-widget .story .story-infos .story-title {
          font-size: 24px;
          line-height: 26px; } }
      @media (max-width: 767px) {
        .slideshow-widget .story .story-infos .story-title {
          font-size: 20px;
          line-height: 22px; } }
      @media (max-width: 480px) {
        .slideshow-widget .story .story-infos .story-title {
          font-size: 17px;
          line-height: 19px; } }
      .slideshow-widget .story .story-infos .story-title a {
        text-transform: uppercase; }

@media screen and (max-width: 991px) {
  .slideshow-widget {
    padding: 25px; }
    .slideshow-widget .container-wrapper {
      max-width: 100% !important; }
    .slideshow-widget .story .story-img {
      bottom: 0;
      position: inherit; }
      .slideshow-widget .story .story-img img {
        position: inherit; }
    .slideshow-widget .story .story-infos {
      left: 0 !important;
      width: 100% !important;
      padding: 20px 10px 18px !important;
      bottom: 0;
      position: inherit; }

  .slider-container .slider-nav-btns .slider-btn {
    top: -25%; } }
@media screen and (max-width: 767px) {
  .slideshow-widget {
    padding: 25px 0; }
    .slideshow-widget .story .story-infos {
      padding: 10px 10px 10px !important;
      bottom: 10px; }
      .slideshow-widget .story .story-infos .story-tag {
        display: block !important;
        padding: 0;
        margin-bottom: 1px; }
    .slideshow-widget .widget__link-wrapper {
      margin-top: 0; }
    .slideshow-widget .slider-container .slider-nav-btns .slider-btn {
      height: 40px;
      width: 40px;
      line-height: 40px;
      top: -40%; } }
.topic-section .topic-container .breadcrumb {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .topic-section .topic-container .breadcrumb {
      margin-bottom: 12px; } }
.topic-section .topic-container .breadcrumb > li > a {
  font-size: 13px; }
.topic-section .topic-container .page-subtitle {
  margin: 40px 0; }
  @media screen and (max-width: 991px) {
    .topic-section .topic-container .page-subtitle {
      margin: 30px 0; } }
.topic-section .topic-header-wrapper {
  padding-bottom: 45px; }
  @media screen and (max-width: 991px) {
    .topic-section .topic-header-wrapper {
      padding-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .topic-section .topic-header-wrapper {
      height: 235px; } }
@media screen and (max-width: 767px) {
  .topic-section .topic-header .topic-img {
    height: 200px !important; } }
.topic-section .topic-header .topic-infos {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  padding: 45px 45px 20px 45px;
  text-align: start; }
  @media screen and (max-width: 767px) {
    .topic-section .topic-header .topic-infos {
      padding: 20px 20px; } }
  .topic-section .topic-header .topic-infos .tag {
    background-color: #818181 !important;
    margin-bottom: 5px; }
  .topic-section .topic-header .topic-infos .topic-title {
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    line-height: 54px;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .topic-section .topic-header .topic-infos .topic-title {
        font-size: 34px;
        line-height: 40px; } }
    @media screen and (max-width: 767px) {
      .topic-section .topic-header .topic-infos .topic-title {
        font-size: 24px;
        line-height: 24px; } }
  .topic-section .topic-header .topic-infos .story .story-tag .tag {
    font-family: "Playfair Display", serif;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: white;
    width: auto;
    padding: 3px 11px;
    margin-left: 10px;
    display: inline-block; }
    @media screen and (max-width: 991px) {
      .topic-section .topic-header .topic-infos .story .story-tag .tag {
        font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .topic-section .topic-header .topic-infos {
      position: relative;
      padding: 10px;
      width: calc(100% - 20px);
      bottom: 40px; } }
.topic-section .topic-header .social-sharing-bar {
  text-align: center;
  padding: 0 0 60px 45px;
  border-bottom: 2px solid #4899B5; }
  @media screen and (max-width: 991px) {
    .topic-section .topic-header .social-sharing-bar {
      padding: 0 0 25px 20px; } }
  @media screen and (max-width: 767px) {
    .topic-section .topic-header .social-sharing-bar {
      padding: 0 20px 20px 20px;
      margin-bottom: 20px !important; } }
  .topic-section .topic-header .social-sharing-bar li a:hover {
    background: #EE5C4C; }
  .topic-section .topic-header .social-sharing-bar .sharebar__label {
    display: none; }
    @media screen and (max-width: 767px) {
      .topic-section .topic-header .social-sharing-bar .sharebar__label {
        width: 100%; } }
.topic-section .topic-header .topic-infos,
.topic-section .topic-header .social-sharing-bar,
.topic-section .topic-header .ad.superbanner,
.topic-section .topic-header .breadcrumb.block {
  margin: 0 auto;
  background-color: white; }
.topic-section .topic-intro {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #4899B5; }
  @media screen and (max-width: 767px) {
    .topic-section .topic-intro {
      font-size: 17px;
      line-height: 22px; } }
@media screen and (max-width: 767px) {
  .topic-section .topic-container {
    padding: 10px 0; } }

body[data-pagetype="topic"] .main-header .nav-wrapper .logo-bar {
  display: none; }
body[data-pagetype="topic"] .story .container-wrapper {
  background: white; }
  @media screen and (max-width: 767px) {
    body[data-pagetype="topic"] .story .container-wrapper {
      padding: 0 10px; } }

.dossiers .mosaic-section .mosaic {
  margin-bottom: 80px; }

.instagram-social-widget > .container-wrapper {
  display: none; }

.socials-section,
.instagram-social-widget {
  padding: 40px 20px;
  margin: 0 0 40px;
  background: #e24f61; }
  @media screen and (max-width: 767px) {
    .socials-section,
    .instagram-social-widget {
      padding: 25px 15px; } }
  .socials-section .sidebar-subtitle,
  .instagram-social-widget .sidebar-subtitle {
    color: white; }

.socials-section .container-wrapper {
  padding: 0; }
.socials-section .social a {
  width: 42px;
  height: 42px; }
  .socials-section .social a > svg {
    max-width: 20px; }
.socials-section .social li + li {
  margin-left: 20px; }

.instagram-social-widget .socials-section {
  margin-bottom: 0;
  padding: 0;
  background: none; }

@media screen and (max-width: 991px) {
  .socials-section .sidebar-subtitle {
    font-size: 3.2rem; } }
@media screen and (max-width: 767px) {
  .socials-section .sidebar-subtitle {
    font-size: 2.3rem; } }
.error-page .content-page .page-title .story-tag .tag {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.06;
  padding: 3px 24px; }
.error-page .content-page .page-intro {
  max-width: 540px;
  font-family: "Playfair Display", serif;
  font-size: 3.6rem;
  line-height: 1.22; }
  @media (max-width: 767px) {
    .error-page .content-page .page-intro {
      font-size: 2.5rem; } }

.error-search-bar {
  margin: 50px auto 0; }
  .error-search-bar .search-button {
    fill: #000000; }
  .error-search-bar .type-text input {
    border-color: #000000;
    border-width: 1px;
    font-size: 1.8rem; }

.breadcrumb {
  color: black;
  font-size: 1.3rem;
  padding: 0;
  background: none;
  border-radius: 0; }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      font-size: 1.2rem; } }
  .breadcrumb li > a,
  .breadcrumb li i span {
    display: inline-flex;
    text-decoration: none;
    vertical-align: middle;
    padding: 1px 8px;
    background: black; }
  .breadcrumb .current i span,
  .breadcrumb .current > a {
    color: white;
    background: #EB8FA5; }
  .breadcrumb .current i span {
    cursor: default; }
  .breadcrumb li + li::before {
    content: url("/static/images/breadcrumb-arrow.svg");
    vertical-align: middle;
    margin: 0 3px; }

.pagination-wrapper {
  color: white;
  font-size: 1.4rem;
  background: black; }
  .pagination-wrapper .results-pager .previous,
  .pagination-wrapper .results-pager .next {
    text-transform: uppercase; }
  .pagination-wrapper .results-pager li.is-current,
  .pagination-wrapper .results-pager li:hover button,
  .pagination-wrapper .results-pager .prev:not(.disabled):hover,
  .pagination-wrapper .results-pager .next:not(.disabled):hover {
    color: #EB8FA5; }
  .pagination-wrapper .return-to-top {
    color: white; }

.sidebar-section .sidebar-block .sidebar-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  text-align: left;
  text-transform: none; }
.sidebar-section .follow-us .sidebar-subtitle,
.sidebar-section .newsletter .sidebar-subtitle {
  text-align: center; }
.sidebar-section .follow-us {
  background: #e24f61; }
  .sidebar-section .follow-us .sidebar-subtitle {
    color: white;
    margin-bottom: 8px; }
  .sidebar-section .follow-us .social li + li {
    margin-left: 10px; }
.sidebar-section .newsletter {
  background: white;
  border: 2px solid black; }
  .sidebar-section .newsletter .sidebar-subtitle {
    color: black; }
    .sidebar-section .newsletter .sidebar-subtitle .newsletter-widget-icon {
      display: none; }
    .sidebar-section .newsletter .sidebar-subtitle .title {
      width: 100%;
      padding: 0; }
  .sidebar-section .newsletter .type-text .textfield {
    font-size: 1.4rem;
    background: white;
    border: 1px solid black; }
  .sidebar-section .newsletter .type-checkbox label {
    color: black; }
  .sidebar-section .newsletter .newsletter-widget-description {
    display: block;
    font-size: small;
    padding-bottom: 11px; }
  .sidebar-section .newsletter .type-submit {
    margin-top: 10px !important; }
    .sidebar-section .newsletter .type-submit .submit-btn:hover {
      color: black;
      background-color: white;
      border: 1px solid black; }
.sidebar-section .most-popular .story:hover .story-img a:before {
  opacity: 0.35; }
.sidebar-section .most-popular .story-img {
  width: 30%;
  position: relative; }
  .sidebar-section .most-popular .story-img.no-main-img a {
    padding-bottom: 83%; }
.sidebar-section .most-popular .story-infos {
  width: 70%; }
  .sidebar-section .most-popular .story-infos .story-title {
    font-size: 1.5rem;
    text-transform: uppercase; }
.sidebar-section .contest-block {
  position: relative; }
  .sidebar-section .contest-block .btn-wrapper {
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0; }

.social-sharing-bar.sharebar-style-2 {
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .social-sharing-bar.sharebar-style-2 {
      margin-bottom: 0; } }
  .social-sharing-bar.sharebar-style-2 ul {
    display: flex; }
  .social-sharing-bar.sharebar-style-2 li {
    display: block;
    flex: 1;
    max-width: 104px; }
    .social-sharing-bar.sharebar-style-2 li a {
      justify-content: flex-start;
      width: auto;
      height: auto;
      text-align: left;
      padding: 7px 7px 7px 12px;
      border-radius: 15px; }
      .social-sharing-bar.sharebar-style-2 li a svg {
        max-width: 17px;
        max-height: 17px; }
    .social-sharing-bar.sharebar-style-2 li.facebook a:hover {
      background: #3b5998; }
    .social-sharing-bar.sharebar-style-2 li.twitter a:hover {
      background: #1da1f2; }
    .social-sharing-bar.sharebar-style-2 li.pinterest a:hover {
      background: #bd081c; }
  @media (max-width: 767px) {
    .social-sharing-bar.sharebar-style-2 li + li {
      margin-left: 5px; } }

@media screen and (max-width: 767px) {
  .dynamic-reco-blocks .dynamic-recos .story:nth-child(n+2) {
    margin-top: 12px; } }
.dynamic-reco-blocks .dynamic-recos:nth-child(n+3) {
  background-color: #FAEFF2; }
.dynamic-reco-blocks .dynamic-recos .container-wrapper {
  padding-top: 0px; }
  .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner {
    padding: 40px 0px; }
    @media screen and (max-width: 767px) {
      .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner {
        padding: 20px 0px; } }
    .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .widget-title {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .widget-title {
          margin-bottom: 20px; } }
      .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .widget-title h3 {
        font-size: 36px;
        line-height: normal; }
        @media screen and (max-width: 767px) {
          .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .widget-title h3 {
            font-size: 30px; } }
        @media screen and (max-width: 480px) {
          .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .widget-title h3 {
            font-size: 24px; } }
    .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row {
      margin-right: -10px;
      margin-left: -10px; }
      @media screen and (max-width: 767px) {
        .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row {
          margin: 0; } }
      .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story {
        padding: 0 10px; }
        @media screen and (max-width: 767px) {
          .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story {
            height: inherit !important;
            padding: 0 0 12px; }
            .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story:not(:last-child) {
              border-bottom: 1px solid #DFDFDF; } }
        .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story:nth-child(n+5) {
          margin-top: 20px; }
          @media screen and (max-width: 767px) {
            .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story:nth-child(n+5) {
              margin-top: 12px; } }
        .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story:hover .story-img:after {
          opacity: 0.35; }
        .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story:hover .story-title {
          text-decoration: underline; }
        @media screen and (max-width: 767px) {
          .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story .story-wrapper {
            display: flex;
            gap: 8px;
            background: none; } }
        @media screen and (max-width: 767px) {
          .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story .story-wrapper .story-img {
            flex-basis: 100px;
            width: 100px;
            height: 80px;
            padding-bottom: 0; } }
        @media screen and (max-width: 767px) {
          .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story .story-wrapper .story-infos {
            flex-basis: calc(100% - 108px); } }
        .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story .story-wrapper .story-infos .story-title {
          font-family: "Roboto", sans-serif; }
          @media screen and (max-width: 767px) {
            .dynamic-reco-blocks .dynamic-recos .container-wrapper .widget-inner .stories .row .story .story-wrapper .story-infos .story-title {
              font-size: 16px;
              line-height: 20px; } }
.dynamic-reco-blocks .dynamic-recos.internal-recos-wrapper .container-wrapper {
  border-top: 1px solid #818181;
  border-bottom: 1px solid #818181; }
  .dynamic-reco-blocks .dynamic-recos.internal-recos-wrapper .container-wrapper .story .story-tag.section-tag {
    background: none;
    top: 10px;
    left: 10px;
    padding: 0px; }
    @media screen and (max-width: 767px) {
      .dynamic-reco-blocks .dynamic-recos.internal-recos-wrapper .container-wrapper .story .story-tag.section-tag {
        display: none; } }
  .dynamic-reco-blocks .dynamic-recos.internal-recos-wrapper .container-wrapper .story .story-infos {
    padding: 10px 0px; }
    @media screen and (max-width: 767px) {
      .dynamic-reco-blocks .dynamic-recos.internal-recos-wrapper .container-wrapper .story .story-infos {
        padding: 0px; } }
    .dynamic-reco-blocks .dynamic-recos.internal-recos-wrapper .container-wrapper .story .story-infos .tag {
      display: none; }
      @media screen and (max-width: 767px) {
        .dynamic-reco-blocks .dynamic-recos.internal-recos-wrapper .container-wrapper .story .story-infos .tag {
          display: inline-block;
          margin-bottom: 4px; } }
    .dynamic-reco-blocks .dynamic-recos.internal-recos-wrapper .container-wrapper .story .story-infos .story-title {
      font-size: 18px;
      line-height: 22px;
      font-weight: 500; }
.dynamic-reco-blocks .dynamic-recos.external-recos-wrapper .story .story-infos {
  padding: 10px 0px 0px; }
  @media screen and (max-width: 767px) {
    .dynamic-reco-blocks .dynamic-recos.external-recos-wrapper .story .story-infos {
      padding: 0px; } }
  .dynamic-reco-blocks .dynamic-recos.external-recos-wrapper .story .story-infos .story-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400; }
  .dynamic-reco-blocks .dynamic-recos.external-recos-wrapper .story .story-infos .story-source {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4px; }

.popup-adblocker__header {
  margin-bottom: 15px;
  content: '';
  background-image: url("/static/images/logo-footer.svg");
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 35px; }
  .popup-adblocker__header img {
    display: none !important; }

.popup-adblocker__title {
  font-family: inherit;
  text-transform: uppercase;
  font-size: 30px !important;
  font-weight: 500; }

.popup-adblocker__subtitle {
  font-size: 2rem;
  line-height: 1.4; }

.popup-adblocker__tutorial-btn {
  background: black;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  text-transform: none;
  border-radius: 20px;
  padding: 7px 25px;
  font-size: 1.8rem;
  transition: background-color 300ms; }
  .popup-adblocker__tutorial-btn:hover {
    background-color: #EB8FA5; }

.main-header .nav-wrapper .main-nav .main-nav-inner li svg {
  fill: #EB8FA5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.mode-style svg {
  fill: #988ce7; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.beaute-style svg {
  fill: #4899b5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.culture-style svg {
  fill: #bb83cf; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.style-de-vie-style svg {
  fill: #b8cf69; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.societe-style svg {
  fill: #77c6aa; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.stars-style svg {
  fill: #e24f61; }
.main-header .nav-wrapper .main-nav .main-nav-inner li > a .menu-label-wrapper::after {
  background-color: #EB8FA5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.mode-style > a .menu-label-wrapper::after {
  background-color: #988ce7; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.beaute-style > a .menu-label-wrapper::after {
  background-color: #4899b5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.culture-style > a .menu-label-wrapper::after {
  background-color: #bb83cf; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.style-de-vie-style > a .menu-label-wrapper::after {
  background-color: #b8cf69; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.societe-style > a .menu-label-wrapper::after {
  background-color: #77c6aa; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.stars-style > a .menu-label-wrapper::after {
  background-color: #e24f61; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover > a,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover > a > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active > a,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active > a > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active > .menu-label-wrapper {
  color: #EB8FA5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.mode-style > a,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.mode-style > a {
  color: #988ce7; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.beaute-style > a,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.beaute-style > a {
  color: #4899b5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.culture-style > a,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.culture-style > a {
  color: #bb83cf; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.style-de-vie-style > a,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.style-de-vie-style > a {
  color: #b8cf69; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.societe-style > a,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.societe-style > a {
  color: #77c6aa; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.stars-style > a,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.stars-style > a {
  color: #e24f61; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.mode-style > a > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.mode-style > a > .menu-label-wrapper {
  color: #988ce7; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.beaute-style > a > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.beaute-style > a > .menu-label-wrapper {
  color: #4899b5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.culture-style > a > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.culture-style > a > .menu-label-wrapper {
  color: #bb83cf; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.style-de-vie-style > a > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.style-de-vie-style > a > .menu-label-wrapper {
  color: #b8cf69; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.societe-style > a > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.societe-style > a > .menu-label-wrapper {
  color: #77c6aa; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.stars-style > a > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.stars-style > a > .menu-label-wrapper {
  color: #e24f61; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.mode-style > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.mode-style > .menu-label-wrapper {
  color: #988ce7; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.beaute-style > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.beaute-style > .menu-label-wrapper {
  color: #4899b5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.culture-style > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.culture-style > .menu-label-wrapper {
  color: #bb83cf; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.style-de-vie-style > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.style-de-vie-style > .menu-label-wrapper {
  color: #b8cf69; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.societe-style > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.societe-style > .menu-label-wrapper {
  color: #77c6aa; }
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li:hover.stars-style > .menu-label-wrapper,
.main-header .nav-wrapper .main-nav .main-nav-inner li .submenu li.active.stars-style > .menu-label-wrapper {
  color: #e24f61; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.mode-style .submenu li:hover > a {
  color: #988ce7; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.beaute-style .submenu li:hover > a {
  color: #4899b5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.culture-style .submenu li:hover > a {
  color: #bb83cf; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.style-de-vie-style .submenu li:hover > a {
  color: #b8cf69; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.societe-style .submenu li:hover > a {
  color: #77c6aa; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.stars-style .submenu li:hover > a {
  color: #e24f61; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.mode-style .submenu li:hover > a > .menu-label-wrapper {
  color: #988ce7; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.beaute-style .submenu li:hover > a > .menu-label-wrapper {
  color: #4899b5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.culture-style .submenu li:hover > a > .menu-label-wrapper {
  color: #bb83cf; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.style-de-vie-style .submenu li:hover > a > .menu-label-wrapper {
  color: #b8cf69; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.societe-style .submenu li:hover > a > .menu-label-wrapper {
  color: #77c6aa; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.stars-style .submenu li:hover > a > .menu-label-wrapper {
  color: #e24f61; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.mode-style .submenu li:hover > .menu-label-wrapper {
  color: #988ce7; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.beaute-style .submenu li:hover > .menu-label-wrapper {
  color: #4899b5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.culture-style .submenu li:hover > .menu-label-wrapper {
  color: #bb83cf; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.style-de-vie-style .submenu li:hover > .menu-label-wrapper {
  color: #b8cf69; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.societe-style .submenu li:hover > .menu-label-wrapper {
  color: #77c6aa; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.stars-style .submenu li:hover > .menu-label-wrapper {
  color: #e24f61; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.mode-style .submenu li.active > a {
  color: #988ce7; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.beaute-style .submenu li.active > a {
  color: #4899b5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.culture-style .submenu li.active > a {
  color: #bb83cf; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.style-de-vie-style .submenu li.active > a {
  color: #b8cf69; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.societe-style .submenu li.active > a {
  color: #77c6aa; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.stars-style .submenu li.active > a {
  color: #e24f61; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.mode-style .submenu li.active > a > .menu-label-wrapper {
  color: #988ce7; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.beaute-style .submenu li.active > a > .menu-label-wrapper {
  color: #4899b5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.culture-style .submenu li.active > a > .menu-label-wrapper {
  color: #bb83cf; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.style-de-vie-style .submenu li.active > a > .menu-label-wrapper {
  color: #b8cf69; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.societe-style .submenu li.active > a > .menu-label-wrapper {
  color: #77c6aa; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.stars-style .submenu li.active > a > .menu-label-wrapper {
  color: #e24f61; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.mode-style .submenu li.active > .menu-label-wrapper {
  color: #988ce7; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.beaute-style .submenu li.active > .menu-label-wrapper {
  color: #4899b5; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.culture-style .submenu li.active > .menu-label-wrapper {
  color: #bb83cf; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.style-de-vie-style .submenu li.active > .menu-label-wrapper {
  color: #b8cf69; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.societe-style .submenu li.active > .menu-label-wrapper {
  color: #77c6aa; }
.main-header .nav-wrapper .main-nav .main-nav-inner li.stars-style .submenu li.active > .menu-label-wrapper {
  color: #e24f61; }

.menu-burger .menu-burger-nav li a .icon-svg {
  fill: #EB8FA5; }
.menu-burger .menu-burger-nav li.mode-style a .icon-svg {
  fill: #988ce7; }
.menu-burger .menu-burger-nav li.beaute-style a .icon-svg {
  fill: #4899b5; }
.menu-burger .menu-burger-nav li.culture-style a .icon-svg {
  fill: #bb83cf; }
.menu-burger .menu-burger-nav li.style-de-vie-style a .icon-svg {
  fill: #b8cf69; }
.menu-burger .menu-burger-nav li.societe-style a .icon-svg {
  fill: #77c6aa; }
.menu-burger .menu-burger-nav li.stars-style a .icon-svg {
  fill: #e24f61; }
.menu-burger .menu-burger-nav li .submenu {
  background: #EB8FA5; }
.menu-burger .menu-burger-nav li.mode-style .submenu {
  background: #988ce7; }
.menu-burger .menu-burger-nav li.beaute-style .submenu {
  background: #4899b5; }
.menu-burger .menu-burger-nav li.culture-style .submenu {
  background: #bb83cf; }
.menu-burger .menu-burger-nav li.style-de-vie-style .submenu {
  background: #b8cf69; }
.menu-burger .menu-burger-nav li.societe-style .submenu {
  background: #77c6aa; }
.menu-burger .menu-burger-nav li.stars-style .submenu {
  background: #e24f61; }
.menu-burger .menu-burger-nav li.active > a, .menu-burger .menu-burger-nav li.submenu-opened > a {
  background: #EB8FA5; }
.menu-burger .menu-burger-nav li.active.mode-style > a, .menu-burger .menu-burger-nav li.submenu-opened.mode-style > a {
  background: #988ce7; }
.menu-burger .menu-burger-nav li.active.beaute-style > a, .menu-burger .menu-burger-nav li.submenu-opened.beaute-style > a {
  background: #4899b5; }
.menu-burger .menu-burger-nav li.active.culture-style > a, .menu-burger .menu-burger-nav li.submenu-opened.culture-style > a {
  background: #bb83cf; }
.menu-burger .menu-burger-nav li.active.style-de-vie-style > a, .menu-burger .menu-burger-nav li.submenu-opened.style-de-vie-style > a {
  background: #b8cf69; }
.menu-burger .menu-burger-nav li.active.societe-style > a, .menu-burger .menu-burger-nav li.submenu-opened.societe-style > a {
  background: #77c6aa; }
.menu-burger .menu-burger-nav li.active.stars-style > a, .menu-burger .menu-burger-nav li.submenu-opened.stars-style > a {
  background: #e24f61; }

.mosaic-section .story.type-article.md-w2-h1.mode-style .story-infos, .mosaic-section .story.type-article.md-w3-h1.mode-style .story-infos, .mosaic-section .story.type-article.md-w3-h2.mode-style .story-infos, .mosaic-section .story.type-video.md-w1-h1.mode-style .story-infos, .mosaic-section .story.type-video.md-w2-h1.mode-style .story-infos, .mosaic-section .story.type-video.md-w2-h2.mode-style .story-infos, .mosaic-section .story.type-video.md-w3-h2.mode-style .story-infos {
  background-color: #988ce7; }
.mosaic-section .story.type-article.md-w2-h1.beaute-style .story-infos, .mosaic-section .story.type-article.md-w3-h1.beaute-style .story-infos, .mosaic-section .story.type-article.md-w3-h2.beaute-style .story-infos, .mosaic-section .story.type-video.md-w1-h1.beaute-style .story-infos, .mosaic-section .story.type-video.md-w2-h1.beaute-style .story-infos, .mosaic-section .story.type-video.md-w2-h2.beaute-style .story-infos, .mosaic-section .story.type-video.md-w3-h2.beaute-style .story-infos {
  background-color: #4899b5; }
.mosaic-section .story.type-article.md-w2-h1.culture-style .story-infos, .mosaic-section .story.type-article.md-w3-h1.culture-style .story-infos, .mosaic-section .story.type-article.md-w3-h2.culture-style .story-infos, .mosaic-section .story.type-video.md-w1-h1.culture-style .story-infos, .mosaic-section .story.type-video.md-w2-h1.culture-style .story-infos, .mosaic-section .story.type-video.md-w2-h2.culture-style .story-infos, .mosaic-section .story.type-video.md-w3-h2.culture-style .story-infos {
  background-color: #bb83cf; }
.mosaic-section .story.type-article.md-w2-h1.style-de-vie-style .story-infos, .mosaic-section .story.type-article.md-w3-h1.style-de-vie-style .story-infos, .mosaic-section .story.type-article.md-w3-h2.style-de-vie-style .story-infos, .mosaic-section .story.type-video.md-w1-h1.style-de-vie-style .story-infos, .mosaic-section .story.type-video.md-w2-h1.style-de-vie-style .story-infos, .mosaic-section .story.type-video.md-w2-h2.style-de-vie-style .story-infos, .mosaic-section .story.type-video.md-w3-h2.style-de-vie-style .story-infos {
  background-color: #b8cf69; }
.mosaic-section .story.type-article.md-w2-h1.societe-style .story-infos, .mosaic-section .story.type-article.md-w3-h1.societe-style .story-infos, .mosaic-section .story.type-article.md-w3-h2.societe-style .story-infos, .mosaic-section .story.type-video.md-w1-h1.societe-style .story-infos, .mosaic-section .story.type-video.md-w2-h1.societe-style .story-infos, .mosaic-section .story.type-video.md-w2-h2.societe-style .story-infos, .mosaic-section .story.type-video.md-w3-h2.societe-style .story-infos {
  background-color: #77c6aa; }
.mosaic-section .story.type-article.md-w2-h1.stars-style .story-infos, .mosaic-section .story.type-article.md-w3-h1.stars-style .story-infos, .mosaic-section .story.type-article.md-w3-h2.stars-style .story-infos, .mosaic-section .story.type-video.md-w1-h1.stars-style .story-infos, .mosaic-section .story.type-video.md-w2-h1.stars-style .story-infos, .mosaic-section .story.type-video.md-w2-h2.stars-style .story-infos, .mosaic-section .story.type-video.md-w3-h2.stars-style .story-infos {
  background-color: #e24f61; }
.mosaic-section .story.type-article.md-w2-h1 .story-infos, .mosaic-section .story.type-article.md-w3-h1 .story-infos, .mosaic-section .story.type-article.md-w3-h2 .story-infos, .mosaic-section .story.type-video.md-w1-h1 .story-infos, .mosaic-section .story.type-video.md-w2-h1 .story-infos, .mosaic-section .story.type-video.md-w2-h2 .story-infos, .mosaic-section .story.type-video.md-w3-h2 .story-infos {
  background-color: #EB8FA5; }

body.mode-style .article-section .story-titles .story-subtitle {
  color: #988ce7; }
body.beaute-style .article-section .story-titles .story-subtitle {
  color: #4899b5; }
body.culture-style .article-section .story-titles .story-subtitle {
  color: #bb83cf; }
body.style-de-vie-style .article-section .story-titles .story-subtitle {
  color: #b8cf69; }
body.societe-style .article-section .story-titles .story-subtitle {
  color: #77c6aa; }
body.stars-style .article-section .story-titles .story-subtitle {
  color: #e24f61; }
body.mode-style .article-section .story-leading.full-width .story-header {
  border-color: #988ce7; }
body.beaute-style .article-section .story-leading.full-width .story-header {
  border-color: #4899b5; }
body.culture-style .article-section .story-leading.full-width .story-header {
  border-color: #bb83cf; }
body.style-de-vie-style .article-section .story-leading.full-width .story-header {
  border-color: #b8cf69; }
body.societe-style .article-section .story-leading.full-width .story-header {
  border-color: #77c6aa; }
body.stars-style .article-section .story-leading.full-width .story-header {
  border-color: #e24f61; }
body.mode-style .breadcrumb .current > span {
  background: #988ce7; }
body.beaute-style .breadcrumb .current > span {
  background: #4899b5; }
body.culture-style .breadcrumb .current > span {
  background: #bb83cf; }
body.style-de-vie-style .breadcrumb .current > span {
  background: #b8cf69; }
body.societe-style .breadcrumb .current > span {
  background: #77c6aa; }
body.stars-style .breadcrumb .current > span {
  background: #e24f61; }
body.mode-style .breadcrumb .current > a {
  background: #988ce7; }
body.beaute-style .breadcrumb .current > a {
  background: #4899b5; }
body.culture-style .breadcrumb .current > a {
  background: #bb83cf; }
body.style-de-vie-style .breadcrumb .current > a {
  background: #b8cf69; }
body.societe-style .breadcrumb .current > a {
  background: #77c6aa; }
body.stars-style .breadcrumb .current > a {
  background: #e24f61; }

.story.mode-style .story-tag .tag {
  background: #988ce7; }
.story.beaute-style .story-tag .tag {
  background: #4899b5; }
.story.culture-style .story-tag .tag {
  background: #bb83cf; }
.story.style-de-vie-style .story-tag .tag {
  background: #b8cf69; }
.story.societe-style .story-tag .tag {
  background: #77c6aa; }
.story.stars-style .story-tag .tag {
  background: #e24f61; }

body.dossiers .breadcrumb .current i span {
  background-color: #818181; }
body.dossiers .slideshow-widget {
  display: none; }
body.dossiers .instagram-social-widget {
  display: none; }
body.dossiers .archives-section {
  display: none; }

#qub-experience {
  font-family: "Barlow", sans-serif;
  background-image: url("https://m1.quebecormedia.com/emp/jdx-prod-images/photo/e2914792-6851-4705-9df5-24d0f18fded2_qub-experience-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: fixed;
  width: 100%;
  height: 89px;
  bottom: 0;
  z-index: 999999;
  display: none; }
  #qub-experience .qub-logo-back {
    background: white;
    border-radius: 6px;
    border-color: #c4c4c4;
    position: relative;
    flex-basis: 50px;
    padding: 10px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25)); }
  #qub-experience .qub-download-link {
    margin-top: 5px; }
  #qub-experience .qub-content {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #222222;
    flex-basis: 70%; }
  #qub-experience .qub-download-link a {
    border-radius: 16px;
    background-color: black;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 15px;
    color: white; }
  #qub-experience .qub-close-content {
    display: inline-block; }
  #qub-experience .qub-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px; }

.qub-container {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-evenly; }

.qub-connect-login-success {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  line-height: 17px;
  z-index: 3000007;
  background: white;
  position: absolute;
  top: 56px;
  right: 14px;
  width: 308px;
  height: 151px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 16px; }
  @media screen and (max-width: 375px) {
    .qub-connect-login-success {
      width: 264px;
      height: 146px; } }
  .qub-connect-login-success .qub-connect-as {
    margin: 0 0 16px;
    font-weight: 600;
    max-width: 260px; }
    @media screen and (max-width: 375px) {
      .qub-connect-login-success .qub-connect-as {
        max-width: 202px;
        margin: 0 0 8px; } }
  .qub-connect-login-success .qub-connect-close-button {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer; }
  .qub-connect-login-success .qub-connect-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #F8F8F8;
    border-radius: 6px; }
    .qub-connect-login-success .qub-connect-info img {
      width: 28px;
      height: 28px;
      margin: 10px 8px; }
  .qub-connect-login-success div {
    overflow: hidden; }
    .qub-connect-login-success div p {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .qub-connect-login-success div p.qub-connect-info-name {
        margin: 0;
        font-weight: 600; }
      .qub-connect-login-success div p.qub-connect-info-email {
        font-size: 11px;
        line-height: 14px;
        margin: 0;
        color: #222222;
        font-weight: 400; }
  .qub-connect-login-success .qub-connect-progress-bar {
    margin-top: 4px;
    height: 2px;
    width: 100%;
    background-color: #E7E7E7;
    position: relative; }
    .qub-connect-login-success .qub-connect-progress-bar .qub-connect-progress-status {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #0E80B5;
      animation: qub-progress-bar 8s linear; }
  .qub-connect-login-success .qub-connect-change-account {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 16px; }
    .qub-connect-login-success .qub-connect-change-account a {
      font-weight: 500;
      color: #222222;
      text-decoration: none; }
      .qub-connect-login-success .qub-connect-change-account a:hover {
        text-decoration: underline; }
    @media screen and (max-width: 375px) {
      .qub-connect-login-success .qub-connect-change-account {
        font-size: 12px;
        bottom: 12px; } }

@keyframes qub-progress-bar {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
