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 {
  width: 100%;
  max-width: calc(1200px + ((4 - 1) * 20px));
  margin-left: auto;
  margin-right: auto; }
  .large.container-wrapper {
    max-width: calc((1200px + 200px) + ((4 - 1) * 20px)); }
  @media screen and (max-width: 1390px) {
    .container-wrapper {
      max-width: calc(900px + ((3 - 1) * 20px)); }
      .large.container-wrapper {
        max-width: calc(900px + 150px + ((3 - 1) * 20px)); } }
  @media screen and (max-width: 991px) {
    .container-wrapper {
      max-width: calc(600px + ((2 - 1) * 20px)); }
      .large.container-wrapper {
        max-width: calc(600px + 100px + ((3 - 1) * 20px)); } }
  @media screen and (max-width: 767px) {
    .container-wrapper {
      width: 100%;
      padding: 0 15px; }
      .large.container-wrapper {
        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: #FF7F00;
    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: #FF7F00; }
  .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: 70px;
        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: 70px;
    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: 70px; }
      .main-header .nav-wrapper .main-nav .main-nav-inner li .icon-svg {
        display: inline-block;
        font-size: 0.9rem;
        line-height: calc(70px - 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(70px + 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: #FF7F00;
    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.nativo-block {
  visibility: hidden; }
.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: "Montserrat", sans-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: #FF7F00; }
    .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: "Montserrat", sans-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: "Montserrat", sans-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 #FF7F00;
  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: "Montserrat", sans-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: "Montserrat", sans-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: "Montserrat", sans-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: "Montserrat", sans-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: "Montserrat", sans-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: #FF7F00; }
  .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: 25%; }
  .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(25% - 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: #FF7F00; }
  .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: #FF7F00; }

@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: #FF7F00; }
    @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; } }
body.stickyVideoPlayerA,
body.stickyVideoPlayerB {
  --dockedVideoHeight: 225px;
  --dockedVideoWidth: calc((var(--dockedVideoHeight) * 16) / 9); }
  @media screen and (max-width: 991px) {
    body.stickyVideoPlayerA,
    body.stickyVideoPlayerB {
      --dockedVideoHeight: 142px; } }

body.stickyVideoPlayerA .story-main-element .docked-video .video-inline {
  transition: none; }

body.stickyVideoPlayerB .story-main-element .docked-video .video-inline {
  transition: none; }
@media screen and (max-width: 480px) {
  body.stickyVideoPlayerB .article-section .story-main-element .video-inline {
    bottom: auto;
    top: 70px; } }
@media screen and (max-width: 480px) {
  body.stickyVideoPlayerB .article-section .story-main-element .docked-video .video-inline {
    left: 0;
    width: 100%;
    max-width: none; } }
@media screen and (max-width: 480px) {
  body.stickyVideoPlayerB .article-section .story-main-element .docked-video-close {
    opacity: 1; } }
@media screen and (max-width: 480px) {
  body.stickyVideoPlayerB .article-section .story-main-element.docked-video-opened .video-inline {
    top: 70px; } }
@media screen and (max-width: 480px) {
  .catfish-displayed body.stickyVideoPlayerB .article-section .story-main-element.docked-video-opened .video-inline {
    bottom: auto; } }

.mosaic-section .story .story-img .story-tag, .archives-listing .story.type-article.big-tile .story-img .story-tag, .dynamic-recos .story .story-img .story-tag {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0; }
  .mosaic-section .story .story-img .story-tag .tag, .archives-listing .story.type-article.big-tile .story-img .story-tag .tag, .dynamic-recos .story .story-img .story-tag .tag {
    width: auto;
    color: black;
    background: #FF7F00;
    border: none;
    padding: 6px 10px; }

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0KEwA.ttf) format("truetype"); }
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0O6tKA.ttf) format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf) format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf) format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHtv4kjgoGqM7E_CfNYwHo.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfP04Vop.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOQ4lop.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E_Ccs8.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPI41op.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfPk5Fop.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOA5Vop.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfOc5lop.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHsv4kjgoGqM7E_CfO451op.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHrv4kjgoGqM7E3b8s8.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3w-oc4A.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-kc4A.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7EPCw.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3_-gc4A.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8c4A.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4c4A.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3q-0c4A.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3j-wc4A.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxzL3I-JCGChYJ8VI-L6OO_au7B6xTru1H2.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrF3DWvA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrc3PWvA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B6xTT3w.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrK3LWvA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrB3XWvA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrY3TWvA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrf3fWvA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxyL3I-JCGChYJ8VI-L6OO_au7B6xTrW3bWvA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxxL3I-JCGChYJ8VI-L6OO_au7B43LT3w.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B497y_3E.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47rx_3E.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTx3L3I-JCGChYJ8VI-L6OO_au7B2xY.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4-Lw_3E.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B4873_3E.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B46r2_3E.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B47b1_3E.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowcondensed/v12/HTxwL3I-JCGChYJ8VI-L6OO_au7B45L0_3E.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpjgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbLLIEs.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJnAWsg.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIDAmsg.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfYqv.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJbA2sg.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbJ3BGsg.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbITBWsg.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIPBmsg.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpkgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRXfbIrB2sg.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlphgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfG4qv.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRft6uPAA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf06iPAA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpvgxjLBV1hqnzfr-F8sEYMB0Yybp0mudRnfw.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfi6mPAA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfp66PAA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRfw6-PAA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf36yPAA.ttf) format("truetype"); }
@font-face {
  font-family: 'Barlow Semi Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlowsemicondensed/v15/wlpigxjLBV1hqnzfr-F8sEYMB0Yybp0mudRf-62PAA.ttf) format("truetype"); }
.ad.top {
  padding-top: 35px;
  padding-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .ad.top {
      padding: 20px 0; } }

.story .story-tag {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.025em;
  color: black;
  margin-bottom: 4px; }
  @media screen and (max-width: 767px) {
    .story .story-tag {
      font-size: 11px;
      line-height: 13px;
      margin-bottom: 4px; } }
  .story .story-tag .tag {
    display: block;
    margin: 0 auto; }
.story .story-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .story .story-title {
      font-size: 17px;
      line-height: 19px; } }

.main-header.header-style-1 .sb_sticky_logo {
  display: none; }
.main-header.header-style-1.sticky .sb_normal_logo {
  display: none; }
  @media screen and (max-width: 767px) {
    .main-header.header-style-1.sticky .sb_normal_logo {
      display: block; } }
.main-header.header-style-1.sticky .sb_sticky_logo {
  display: block; }
  @media screen and (max-width: 767px) {
    .main-header.header-style-1.sticky .sb_sticky_logo {
      display: none; } }
.main-header.header-style-1.sticky .nav-wrapper .logo-bar {
  display: block; }
@media screen and (max-width: 767px) {
  .main-header.header-style-1.sticky .nav-wrapper {
    padding: 10px 0; } }
.main-header.header-style-1.sticky .nav-wrapper .main-nav .wrapper-inner {
  align-items: center; }
  .main-header.header-style-1.sticky .nav-wrapper .main-nav .wrapper-inner .logo {
    display: block;
    padding-left: 20px;
    padding-right: 0px;
    width: unset; }
    .main-header.header-style-1.sticky .nav-wrapper .main-nav .wrapper-inner .logo svg {
      max-height: 36px; }
  .main-header.header-style-1.sticky .nav-wrapper .main-nav .wrapper-inner .menu-burger-toggle .icon-burger .icon-patty {
    background-color: black; }
  .main-header.header-style-1.sticky .nav-wrapper .main-nav .wrapper-inner .menu-burger-toggle .icon-burger .menu-burger-toggle__title {
    display: none; }
.main-header.header-style-1 .nav-wrapper .main-nav {
  background: #F5F4F2;
  border-top: 0px; }
  .main-header.header-style-1 .nav-wrapper .main-nav .logo {
    display: none;
    padding: 0;
    width: 0; }
.main-header .nav-wrapper .logo-bar > .wrapper-inner, .main-header .nav-wrapper .main-nav > .wrapper-inner {
  max-width: none; }
.main-header .nav-wrapper .logo-bar .logo {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media screen and (max-width: 991px) {
    .main-header .nav-wrapper .logo-bar .logo {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .main-header .nav-wrapper .logo-bar .logo {
      padding: 0; } }
  .main-header .nav-wrapper .logo-bar .logo a {
    display: inline-block;
    vertical-align: middle; }
  .main-header .nav-wrapper .logo-bar .logo img, .main-header .nav-wrapper .logo-bar .logo svg {
    max-width: 232px; }
    @media screen and (max-width: 991px) {
      .main-header .nav-wrapper .logo-bar .logo img, .main-header .nav-wrapper .logo-bar .logo svg {
        max-width: 156px;
        max-height: none; } }
    @media screen and (max-width: 767px) {
      .main-header .nav-wrapper .logo-bar .logo img, .main-header .nav-wrapper .logo-bar .logo svg {
        max-height: 26px; } }
  .main-header .nav-wrapper .logo-bar .logo svg path {
    fill: black; }
  .main-header .nav-wrapper .logo-bar .logo.section-is-displayed {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .main-header .nav-wrapper .logo-bar .logo.section-is-displayed {
        justify-content: flex-start; } }
.main-header .nav-wrapper .logo-bar .section-displayed {
  margin-left: 35px;
  padding: 20px 20px 20px 35px;
  border-left: 3px solid black; }
.main-header .nav-wrapper .logo-bar .header-section-icon {
  max-height: 42px !important; }
  @media screen and (max-width: 991px) {
    .main-header .nav-wrapper .logo-bar .header-section-icon {
      margin-top: -20px !important;
      max-height: 25px !important; } }
.main-header .nav-wrapper .logo-bar .logo-tva {
  width: 60px;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .main-header .nav-wrapper .logo-bar .logo-tva {
      width: 37px;
      display: inline-block;
      margin: 0 0 0 30px;
      padding: 7px 0 7px 30px;
      position: static;
      transform: none; } }
  @media screen and (max-width: 480px) {
    .main-header .nav-wrapper .logo-bar .logo-tva {
      margin-left: 0px;
      padding-left: 20px; } }
.main-header .nav-wrapper .main-nav .logo {
  padding-right: 25px;
  padding-left: 25px; }
  .main-header .nav-wrapper .main-nav .logo img,
  .main-header .nav-wrapper .main-nav .logo svg {
    width: 100px; }
  .main-header .nav-wrapper .main-nav .logo .section-displayed {
    display: none; }
.main-header .nav-wrapper .main-nav .social-nav {
  width: inherit; }
.main-header .nav-search-bar {
  background: white;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 767px) {
    .main-header .nav-search-bar {
      box-shadow: none; } }
  .main-header .nav-search-bar .type-text {
    margin-right: 20px; }
    @media screen and (max-width: 991px) {
      .main-header .nav-search-bar .type-text {
        margin-right: 40px; } }
    @media screen and (max-width: 767px) {
      .main-header .nav-search-bar .type-text {
        margin-right: 0px; } }
    .main-header .nav-search-bar .type-text input {
      font-family: "Montserrat", sans-serif;
      font-size: 18px;
      padding: 10px 0px; }
      @media screen and (max-width: 991px) {
        .main-header .nav-search-bar .type-text input {
          margin-left: 20px; } }
      @media screen and (max-width: 767px) {
        .main-header .nav-search-bar .type-text input {
          background: #F5F4F2;
          font-size: 16px;
          margin-left: 0px;
          border-bottom: 1px solid black;
          padding: 4px 0px; } }
      .main-header .nav-search-bar .type-text input::placeholder {
        text-transform: uppercase; }
  .main-header .nav-search-bar .type-submit button {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .main-header .nav-search-bar .type-submit button {
        background: #F5F4F2;
        fill: black;
        align-items: center; } }
.main-header.search-bar-opened .nav-search-bar-button button {
  fill: #333; }

body.sbprivileges-style .main-header .nav-wrapper .logo-bar .section-displayed {
  padding: 0px 20px 0px 35px; }
  body.sbprivileges-style .main-header .nav-wrapper .logo-bar .section-displayed img {
    max-height: 75px !important; }
    @media screen and (max-width: 991px) {
      body.sbprivileges-style .main-header .nav-wrapper .logo-bar .section-displayed img {
        max-height: 55px !important; } }
@media screen and (max-width: 991px) {
  body.sbprivileges-style .main-header .nav-wrapper .logo-bar .header-section-icon {
    margin-top: 0px !important; } }

@media screen and (max-width: 991px) {
  .main-header .nav-wrapper .logo-bar .section-displayed {
    font-size: 2.5rem; } }
@media screen and (min-width: 768px) {
  .main-header.sticky .main-nav .wrapper-inner, .main-header.no-logo-banner .main-nav .wrapper-inner {
    padding-left: 0; } }
@media screen and (max-width: 767px) {
  .main-header .nav-wrapper .logo-bar .logo.section-is-displayed > a {
    margin-right: 0;
    padding-right: 0;
    border: none; }
  .main-header .nav-wrapper .logo-bar .section-displayed {
    display: none; }
  .main-header .nav-wrapper .submenu li:not(.has-submenu) .menu-label-wrapper .menu-label {
    padding-left: 28px; } }
.main-header .nav-wrapper .main-nav {
  border-top: none;
  border-bottom: 1px solid #979797; }
  @media screen and (max-width: 991px) {
    .main-header .nav-wrapper .main-nav #main-nav-inner-detector {
      height: 53px; } }
  .main-header .nav-wrapper .main-nav .logo-tva {
    display: none; }
  .main-header .nav-wrapper .main-nav .main-nav-inner li a {
    text-decoration: none; }
  .main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label-wrapper {
    padding: 0 30px; }
    @media screen and (max-width: 991px) {
      .main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label-wrapper {
        padding: 0 20px; } }
    .main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label-wrapper .menu-label {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: -0.025em; }
  .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,
  .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 {
    background: none; }
  .main-header .nav-wrapper .main-nav .main-nav-inner .more {
    display: inline-block; }
  .main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
    background: white;
    border: 1px solid #979797;
    border-top: 2px solid #FF7F00; }
    .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .menu-label {
      text-transform: none; }
    .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level {
      border-bottom: 1px solid #979797; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level:last-child {
        border-bottom: 0px; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level:hover {
        background: #FFEEDE; }
    .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li a,
    .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li .menu-label-wrapper {
      color: black; }
    .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li a {
      padding: 8px 0; }
    .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 {
      color: #FF7F00;
      background: none; }
    .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu {
      width: 100%;
      text-align: center;
      padding: 0 0 5px;
      background: none;
      position: static; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu ul {
        padding: 0; }
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu li .menu-label-wrapper {
        padding-left: 35px; }
      .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,
      .main-header .nav-wrapper .main-nav .main-nav-inner .submenu .submenu li:hover > .menu-label-wrapper {
        color: #FF7F00;
        background: none; }
.main-header .nav-wrapper .search-bar .type-text input {
  border-bottom-color: #FF7F00; }
.main-header.search-bar-opened .nav-search-bar {
  border-top: 1px solid #979797; }

@media screen and (max-width: 991px) {
  .main-header {
    border-bottom: 1px solid #979797; }
    .main-header .nav-wrapper .main-nav .main-nav-inner li {
      position: static; } }
@media screen and (max-width: 480px) {
  .main-header .nav-wrapper .main-nav .wrapper-inner {
    padding: 0 10px; }
  .main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label {
    font-size: 1rem; }
  .main-header .nav-wrapper .main-nav .main-nav-inner li .menu-label-wrapper {
    padding-right: 5px;
    padding-left: 5px; } }
.menu-burger {
  top: 53px; }
  .menu-burger-toggle {
    color: #FFFFFF; }
  .menu-burger-toggle__title {
    display: block; }
  .menu-burger-nav {
    padding: 0; }
    .menu-burger-nav li a {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      padding: 16px 20px; }
    .menu-burger-nav li .icon-svg {
      width: 12px;
      height: 12px;
      padding: 0;
      margin-right: 14px; }
    .menu-burger-nav li.submenu-opened .icon-svg {
      transform: rotate(90deg); }
    .menu-burger-nav li.submenu-opened .submenu a {
      margin-left: 24px;
      padding: 6px 20px;
      text-transform: none; }
    .menu-burger-nav .submenu li {
      border-bottom: 0px; }
      .menu-burger-nav .submenu li:last-child {
        border-bottom: none;
        padding-bottom: 16px; }
  .menu-burger-search-wrapper {
    border-bottom: none;
    padding: 20px 14px;
    background: #F5F4F2; }
  .menu-burger .nav-search-bar .wrapper-inner {
    padding: 0; }
  .menu-burger .nav-search-bar .search-submit-icon svg {
    width: 28px;
    height: 28px; }
  .menu-burger .story-brand-logo {
    display: none; }
  .menu-burger .follow-us {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px;
    border: none;
    background: black; }
    .menu-burger .follow-us .sidebar-subtitle {
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-width: 500;
      text-transform: uppercase;
      color: white; }
      .menu-burger .follow-us .sidebar-subtitle.subtitle-long {
        display: none; }
    .menu-burger .follow-us .social a {
      width: 36px;
      height: 36px;
      background-color: white;
      fill: black; }
      .menu-burger .follow-us .social a > svg {
        max-width: 21px; }

.menu-burger-toggle {
  width: 22px; }
  .menu-burger-toggle .icon-burger {
    height: 100%; }
  .menu-burger-toggle .icon-patty {
    background-color: black; }
    .menu-burger-toggle .icon-patty.top {
      top: 0px; }
    .menu-burger-toggle .icon-patty.middle {
      top: 8px; }
    .menu-burger-toggle .icon-patty.bottom {
      top: 16px; }

.footer__top {
  background-color: #F5F4F2;
  color: #000000; }

@media (max-width: 767px) {
  .footer__topContent {
    padding-bottom: 15px; } }

.footer__nav {
  letter-spacing: -0.025em; }

.footer__nav ul li {
  max-width: 21ch; }
@media (max-width: 767px) {
  .footer__nav ul {
    column-count: 1; }
    .footer__nav ul li {
      margin: auto;
      max-width: 50ch;
      padding: 15px; } }

.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .footer__logo {
      flex-direction: row; } }
  @media (max-width: 767px) {
    .footer__logo {
      align-items: center;
      flex-direction: column;
      margin-bottom: 24px; } }

.footer__subNav {
  padding-left: 50px;
  color: #878684; }
  .footer__subNav:before {
    background-color: #FF7F00; }
  @media (max-width: 991px) {
    .footer__subNav {
      padding-left: 0px; } }
  @media (max-width: 767px) {
    .footer__subNav {
      margin-top: 20px;
      padding-top: 30px; } }

.footer__img {
  position: relative;
  left: 5px;
  max-width: 210px; }
  @media (max-width: 767px) {
    .footer__img {
      max-width: 175px; } }

.footer__logo-extra {
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .footer__logo-extra {
      flex: 1;
      justify-content: flex-end;
      align-items: center; } }
  @media (max-width: 767px) {
    .footer__logo-extra {
      width: 100%;
      margin-top: 38px;
      justify-content: center; } }

.footer__logo-link {
  display: inline-block;
  width: 50%;
  max-width: 80px;
  margin-left: 30px; }
  .footer__logo-link.footer__logo-tva {
    fill: white; }
  .footer__logo-link:first-child {
    margin-left: 0; }
  .footer__logo-link img {
    max-width: 110%; }

.footer__link {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px; }
  .footer__link:hover {
    color: #000000;
    text-decoration: underline; }
  .footer__link.--menu_footer2 {
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px; }

.footer__bottom {
  background-color: #000000;
  padding: 12px; }

@media (max-width: 991px) {
  .footer__bottomContent {
    display: block;
    padding: 0 55px; } }
@media (max-width: 767px) {
  .footer__bottomContent {
    padding: 0px; } }

.footer__brandsTitle {
  line-height: 20px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-family: "Montserrat", sans-serif; }
  @media (max-width: 991px) {
    .footer__brandsTitle {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    .footer__brandsTitle {
      margin-top: 8px;
      max-width: none; } }

.copyrights {
  color: #878684; }

.formatted-text {
  font-size: 2rem; }

@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 .section-header {
  margin-top: 30px; }
.mosaic-section .story .story-wrapper::before {
  content: '';
  position: absolute;
  inset: 15px 15px 0 15px;
  z-index: 5;
  border: 1px solid #FF7F00; }
  @media screen and (max-width: 767px) {
    .mosaic-section .story .story-wrapper::before {
      inset: 15px; } }
.mosaic-section .story.type-video .story-wrapper::before, .mosaic-section .story.type-ad .story-wrapper::before {
  display: none; }
.mosaic-section .story.type-video.md-w2-h1 .story-infos {
  width: 205px;
  padding: 0 25px; }
  .mosaic-section .story.type-video.md-w2-h1 .story-infos .story-title {
    font-size: 17px !important;
    line-height: 19px; }
.mosaic-section .story .story-wrapper:hover .story-img .story-tag {
  opacity: 1; }
.mosaic-section .story .story-infos {
  text-align: center;
  z-index: 3;
  padding: 15px 25px; }
  .mosaic-section .story .story-infos .story-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 17px; }
    @media screen and (max-width: 767px) {
      .mosaic-section .story .story-infos .story-title {
        font-size: 14px;
        line-height: 17px; } }
  .mosaic-section .story .story-infos .story-author {
    display: none !important; }
  .mosaic-section .story .story-infos .story-excerpt {
    display: none; }
.mosaic-section .story.md-w2-h1 .story-wrapper::before {
  inset: 15px; }
.mosaic-section .story.md-w1-h2 .story-infos, .mosaic-section .story.md-w1-h3 .story-infos {
  width: auto; }
.mosaic-section .story.md-w2-h1 .story-img .story-tag, .mosaic-section .story.md-w3-h1 .story-img .story-tag {
  bottom: 0; }
.mosaic-section .story.md-w2-h1 .story-img::after, .mosaic-section .story.md-w3-h1 .story-img::after {
  height: 100%;
  top: 0;
  right: -1px;
  left: auto; }
.mosaic-section .story.md-w2-h2 .story-img::after, .mosaic-section .story.md-w3-h2 .story-img::after {
  display: none; }
.mosaic-section .story.md-w2-h2 .story-infos, .mosaic-section .story.md-w3-h2 .story-infos {
  padding-top: 25px;
  padding-bottom: 25px; }
.mosaic-section .story.md-w3-h2 .story-img .story-tag {
  bottom: 0; }
.mosaic-section .story.md-w3-h2 .story-infos {
  z-index: 3; }
.mosaic-section .story.md-w2-h2 .story-infos .story-title, .mosaic-section .story.md-w1-h3 .story-infos .story-title, .mosaic-section .story.md-w2-h1 .story-infos .story-title {
  font-size: 22px;
  line-height: 26px; }
  @media screen and (max-width: 767px) {
    .mosaic-section .story.md-w2-h2 .story-infos .story-title, .mosaic-section .story.md-w1-h3 .story-infos .story-title, .mosaic-section .story.md-w2-h1 .story-infos .story-title {
      font-size: 14px !important;
      line-height: 17px; } }
.mosaic-section .main-story .story .story-img .story-tag {
  font-size: 3rem; }
.mosaic-section .main-story .story .story-infos {
  width: calc(100% - (35px * 2));
  padding: 45px; }
  .mosaic-section .main-story .story .story-infos .story-title {
    font-size: 4rem;
    font-weight: normal;
    line-height: 1; }
.mosaic-section .main-story .story.type-video .story-infos {
  max-width: 650px;
  padding: 45px; }

@media screen and (max-width: 991px) {
  .mosaic-section .story.md-w3-h2 .story-img .story-tag {
    bottom: 45px; }
  .mosaic-section .main-story .story .story-infos {
    padding: 35px; } }
@media screen and (max-width: 767px) {
  .mosaic-section .dfp-ad {
    min-height: 1px; }
  .mosaic-section .story.xs-w1-h1.md-w1-h1 .story-img::after, .mosaic-section .story.xs-w1-h1:not(.md-w1-h1) .story-img::after {
    display: none; }
  .mosaic-section .story.xs-w1-h1.md-w1-h1 .story-infos, .mosaic-section .story.xs-w1-h1:not(.md-w1-h1) .story-infos {
    right: 0; }
  .mosaic-section .story.xs-w1-h1.md-w1-h1 .story-wrapper {
    display: flex;
    align-items: center; }
    .mosaic-section .story.xs-w1-h1.md-w1-h1 .story-wrapper .story-img {
      width: 40%;
      float: none; }
      .mosaic-section .story.xs-w1-h1.md-w1-h1 .story-wrapper .story-img img {
        margin-left: -8%; }
    .mosaic-section .story.xs-w1-h1.md-w1-h1 .story-wrapper .story-infos {
      text-align: left;
      width: 60%;
      padding: 15px 25px; }
  .mosaic-section .story.xs-w1-h1:not(.md-w1-h1) .story-img .story-tag {
    display: none; }
  .mosaic-section .story.xs-w1-h1:not(.md-w1-h1) .story-infos {
    padding: 20px;
    right: 0;
    bottom: 0;
    left: 0; }
  .mosaic-section .video-js .vjs-poster {
    background-size: cover; } }
.mosaic-section .story.type-article .story-wrapper:hover .story-title a,
.mosaic-section .story.type-article .story-wrapper:hover .story-author a {
  text-decoration: none; }
.mosaic-section .story.type-article .story-infos {
  min-height: 0; }
.mosaic-section .story.type-article.md-w1-h1 .story-img {
  bottom: 0; }
.mosaic-section .story.type-article.md-w1-h1 .story-infos {
  justify-content: center; }
  .mosaic-section .story.type-article.md-w1-h1 .story-infos > * {
    margin-right: 10px; }
.mosaic-section .story.type-article.md-w2-h1 .story-img {
  width: 300px;
  height: 100%; }
.mosaic-section .story.type-article.md-w2-h1 .story-infos {
  width: calc(100% - 300px);
  height: 100%;
  background-color: #FFEEDE;
  padding-right: 36px; }
  @media screen and (max-width: 767px) {
    .mosaic-section .story.type-article.md-w2-h1 .story-infos {
      background-color: white; } }
@media screen and (max-width: 767px) {
  .mosaic-section .story.type-ad .story-wrapper {
    justify-content: center; } }
.mosaic-section .story.type-video .story-wrapper {
  background: none; }
.mosaic-section .story.type-video .story-infos .story-title a:hover {
  color: #999;
  text-decoration: none; }
@media screen and (max-width: 767px) {
  .mosaic-section .story.type-video.xs-w1-h1.md-w1-h1 .story-infos {
    width: 50% !important; } }
.mosaic-section .story.type-video.md-w2-h1 .video-inline, .mosaic-section .story.type-video.md-w3-h1 .video-inline {
  right: calc(180px + 4%); }

.archives-section .page-subtitle {
  display: none; }

.archives-listing .story {
  padding: 0;
  margin-bottom: 40px; }
  .archives-listing .story.big-tile .story-img {
    max-width: none; }
  .archives-listing .story .row {
    display: flex;
    align-items: center;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .archives-listing .story .row {
        align-items: flex-start; } }
  .archives-listing .story .story-img {
    flex-basis: 50%;
    max-width: 340px;
    padding: 0; }
    @media screen and (max-width: 991px) {
      .archives-listing .story .story-img {
        max-width: 235px; } }
    @media screen and (max-width: 767px) {
      .archives-listing .story .story-img {
        flex-basis: 45%;
        padding: 0; } }
    .archives-listing .story .story-img .story-tag {
      display: none;
      margin: 0;
      padding: 0;
      background: none;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0; }
      .archives-listing .story .story-img .story-tag .tag {
        display: block;
        width: 70%;
        color: black;
        line-height: 1;
        text-align: center;
        margin: 0 auto;
        padding: 10px 15px;
        background: white;
        border-bottom: 3px solid black; }
  .archives-listing .story .story-infos {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    padding-left: 20px; }
    @media screen and (max-width: 991px) {
      .archives-listing .story .story-infos {
        width: 80%;
        padding-left: 10px; } }
    @media screen and (max-width: 767px) {
      .archives-listing .story .story-infos {
        width: 55%; } }
    .archives-listing .story .story-infos .story-tag {
      position: relative;
      background: none;
      font-weight: 500;
      color: black;
      padding: 0;
      margin-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .archives-listing .story .story-infos .story-tag {
          margin-bottom: 3px; } }
      .archives-listing .story .story-infos .story-tag.strapline-tag {
        display: none; }
      .archives-listing .story .story-infos .story-tag .tag {
        display: inline-block;
        background-color: #FFEEDE;
        padding: 6px 10px; }
        @media screen and (max-width: 767px) {
          .archives-listing .story .story-infos .story-tag .tag {
            padding: 3px 4px; } }
    .archives-listing .story .story-infos .story-title {
      font-size: 22px;
      line-height: 26px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .archives-listing .story .story-infos .story-title {
          font-size: 14px;
          line-height: 17px; } }
  .archives-listing .story .story-title {
    font-size: 2.4rem; }
.archives-listing .load-more-btn a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  background: black;
  color: white;
  border: none;
  padding: 10px; }
  @media screen and (max-width: 767px) {
    .archives-listing .load-more-btn a {
      font-size: 15px;
      padding: 6px; } }
  .archives-listing .load-more-btn a:hover {
    background: #FF7F00;
    color: black; }

@media screen and (max-width: 991px) {
  .archives-listing .story .story-img.no-main-img a {
    padding-bottom: calc(56.25% + 35px); } }
@media screen and (max-width: 767px) {
  .archives-listing .story .story-img .story-img-inner::after {
    display: none; }
  .archives-listing .story .story-img .story-img-play-wrapper {
    position: relative; }
  .archives-listing .story .story-img .story-tag {
    position: relative; }
    .archives-listing .story .story-img .story-tag .tag {
      width: 100%; }
  .archives-listing .story .no-main-img .story-tag {
    position: absolute; }
  .archives-listing .story .story-metas {
    display: block !important;
    margin-top: 5px; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .archives-listing .story .story-metas {
      margin-top: 3px; } }
@media screen and (max-width: 767px) {
    .archives-listing .story .story-metas .story-author,
    .archives-listing .story .story-metas .story-date {
      display: block; }
    .archives-listing .story .story-metas .story-author {
      margin: 0 0 5px;
      padding: 0;
      border: none; }
  .archives-listing .story .story-infos .story-tag .tag {
    font-size: 1.1rem; } }
.archives-listing .story.type-article.big-tile.recettes-style .story-img .story-tag .tag {
  background: #32B34C !important;
  color: black !important; }
.archives-listing .story.type-article.big-tile.mode-beaute-style .story-img .story-tag .tag {
  background: #ff847c !important;
  color: black !important; }
.archives-listing .story.type-article.big-tile.maison-famille-style .story-img .story-tag .tag {
  background: #4259C9 !important;
  color: white !important; }
.archives-listing .story.type-article.big-tile.sports-voyages-style .story-img .story-tag .tag {
  background: #08997A !important;
  color: white !important; }
.archives-listing .story.type-article.big-tile.mieux-etre-style .story-img .story-tag .tag {
  background: #FF6B61 !important;
  color: black !important; }
.archives-listing .story.type-article.big-tile.arts-divertissements-style .story-img .story-tag .tag {
  background: #AB0327 !important;
  color: white !important; }
.archives-listing .story.type-article.big-tile.magazines-style .story-img .story-tag .tag {
  background: #4259C9 !important;
  color: black !important; }
.archives-listing .story.type-article.big-tile.consommation-style .story-img .story-tag .tag {
  background: #00ABC2 !important;
  color: black !important; }
.archives-listing .story.type-article.big-tile.bonasavoir-style .story-img .story-tag .tag {
  background: #81807E !important;
  color: white !important; }
.archives-listing .story.type-article.big-tile.sbprivileges-style .story-img .story-tag .tag {
  background: #5D276D !important;
  color: white !important; }
.archives-listing .story.type-article.big-tile .story-wrapper::before {
  content: '';
  position: absolute;
  inset: 15px;
  z-index: 5;
  border: 1px solid #FF7F00; }
  @media screen and (max-width: 767px) {
    .archives-listing .story.type-article.big-tile .story-wrapper::before {
      inset: 8px; } }
.archives-listing .story.type-article.big-tile .story-wrapper:hover .story-img .story-tag {
  opacity: 1; }
.archives-listing .story.type-article.big-tile .row {
  flex-wrap: wrap; }
.archives-listing .story.type-article.big-tile .story-img .story-img-inner::after {
  height: 45px; }
.archives-listing .story.type-article.big-tile .story-infos {
  width: 100%;
  text-align: center;
  margin-top: -45px; }
  .archives-listing .story.type-article.big-tile .story-infos .story-tag {
    display: block; }
    .archives-listing .story.type-article.big-tile .story-infos .story-tag.section-tag {
      display: none; }
    .archives-listing .story.type-article.big-tile .story-infos .story-tag .tag {
      color: #525251;
      background: none !important;
      padding: 0; }
  .archives-listing .story.type-article.big-tile .story-infos .story-metas {
    text-align: center; }
.archives-listing .story.type-article.big-tile .play-icon {
  bottom: 45px; }
.archives-listing .story.type-article .story-wrapper:hover .story-title a {
  color: #999;
  text-decoration: none; }

@media screen and (max-width: 767px) {
  .archives-listing .story.type-article.big-tile .story-img .story-tag {
    bottom: 0; }
  .archives-listing .story.type-article.big-tile .story-infos {
    width: 100%;
    max-width: none;
    position: static; }
  .archives-listing .story.type-article.big-tile .play-icon {
    bottom: 0; }
  .archives-listing .video-js .vjs-poster {
    background-size: cover; } }
.static-section .page-subtitle {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  color: black;
  background: #F5F4F2;
  margin: 30px 0 15px;
  padding: 20px; }
.static-section .partners-listing .partner {
  text-align: center; }
  .static-section .partners-listing .partner a {
    display: inline-block; }
  .static-section .partners-listing .partner:nth-child(n+4) {
    margin-top: 35px; }
.static-section .credits-listing ul {
  margin: 0;
  padding: 0; }
  .static-section .credits-listing ul li {
    list-style-type: none; }
  .static-section .credits-listing ul li + li {
    margin-top: 2px; }
.static-section .credits-listing .credit-group .credit-group-title {
  font-weight: 700; }
.static-section .credits-listing .credits-group-title {
  clear: both; }
.static-section .credits-listing .credit-group + .credit-group {
  margin-top: 25px; }
.static-section .credits-listing .credit-group-title {
  color: black;
  font-size: 2.2rem;
  margin: 0 0 8px; }
.static-section .teams-listing .page-subtitle {
  margin-top: 0; }
.static-section .teams-listing .team {
  margin-top: 30px; }
.static-section .teams-listing .team + .team {
  margin-top: 45px; }
.static-section .teams-listing .member .member-img {
  width: 100%;
  margin-bottom: 15px; }
  .static-section .teams-listing .member .member-img.team-img {
    margin-bottom: -9px; }
  .static-section .teams-listing .member .member-img img {
    width: 100%; }
.static-section .teams-listing .member .member-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0; }
  @media screen and (max-width: 767px) {
    .static-section .teams-listing .member .member-name {
      font-size: 22px;
      line-height: 34px; } }
.static-section .teams-listing .member .member-role {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700 !important; }
.static-section .teams-listing .member .member-social {
  margin: 5px 0 0;
  padding: 0; }
  .static-section .teams-listing .member .member-social li {
    display: inline-block;
    list-style-type: none; }
  .static-section .teams-listing .member .member-social li + li {
    margin: 0 0 0 20px; }
  .static-section .teams-listing .member .member-social a {
    color: black;
    text-decoration: none; }
  .static-section .teams-listing .member .member-social i {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: center;
    background: black;
    border-radius: 50%; }
  .static-section .teams-listing .member .member-social span {
    display: inline-block;
    color: black;
    font-size: 1.5rem;
    font-weight: normal;
    margin-left: 5px; }
.static-section .teams-listing .member.col-sm-6 .member-infos + .member-infos {
  margin-top: 20px; }
.static-section .teams-listing .member:nth-child(even) {
  clear: both; }
.static-section .teams-listing .member + .member {
  margin-top: 25px; }

@media screen and (max-width: 991px) {
  .static-section .teams-listing .member .member-social li + li {
    margin-left: 5px; }
  .static-section .teams-listing .member .member-social span {
    display: none; } }
@media screen and (max-width: 767px) {
  .static-section .partners-listing .partner:nth-child(n+3) {
    margin-top: 25px; }
  .static-section .credits-listing .credits-groups + .credits-groups,
  .static-section .credits-listing .credit-group + .credit-group {
    margin-top: 15px; }
  .static-section .credits-listing .credit-group-title {
    font-size: 1.8rem; }
  .static-section .teams-listing .member .member-infos + .member-infos {
    margin-top: 20px; } }
.static-section .page-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase; }

.static-section .credits-listing .credit-group, .static-section .teams-listing .member .member-bio {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #525251; }

.section-header .section-title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 15px; }
  @media screen and (max-width: 991px) {
    .section-header .section-title {
      font-size: 3.3rem; } }
  @media screen and (max-width: 767px) {
    .section-header .section-title {
      font-size: 2.4rem; } }
.section-header .section-desc {
  font-size: 2rem;
  line-height: 1.4; }
  @media screen and (max-width: 991px) {
    .section-header .section-desc {
      font-size: 1.7rem; } }
  @media screen and (max-width: 767px) {
    .section-header .section-desc {
      font-size: 1.6rem; } }

@font-face {
  font-family: 'fontello';
  src: url("/static/fonts/fontello.eot?80303615");
  src: url("/static/fonts/fontello.eot?80303615#iefix") format("embedded-opentype"), url("/static/fonts/fontello.woff2?80303615") format("woff2"), url("/static/fonts/fontello.woff?80303615") format("woff"), url("/static/fonts/fontello.ttf?80303615") format("truetype"), url("/static/fonts/fontello.svg?80303615#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
.serviceContentEcoles [class^="icon-"]:not(.icomoon):before,
.serviceContentEcoles [class*=" icon-"]:not(.icomoon):before,
.serviceContentEcoles-mobile [class^="icon-"]:not(.icomoon):before,
.serviceContentEcoles-mobile [class*=" icon-"]:not(.icomoon):before {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.serviceContentEcoles,
.serviceContentEcoles-mobile {
  background: #fff;
  padding: 0;
  margin: 0;
  border: 0;
  min-height: 560px; }

.serviceContentEcoles article,
.serviceContentEcoles aside,
.serviceContentEcoles details,
.serviceContentEcoles figcaption,
.serviceContentEcoles figure,
.serviceContentEcoles footer,
.serviceContentEcoles header,
.serviceContentEcoles hgroup,
.serviceContentEcoles main,
.serviceContentEcoles nav,
.serviceContentEcoles section,
.serviceContentEcoles summary,
.serviceContentEcoles-mobile article,
.serviceContentEcoles-mobile aside,
.serviceContentEcoles-mobile details,
.serviceContentEcoles-mobile figcaption,
.serviceContentEcoles-mobile figure,
.serviceContentEcoles-mobile footer,
.serviceContentEcoles-mobile header,
.serviceContentEcoles-mobile hgroup,
.serviceContentEcoles-mobile main,
.serviceContentEcoles-mobile nav,
.serviceContentEcoles-mobile section,
.serviceContentEcoles-mobile summary {
  display: block; }

.serviceContentEcoles .close {
  float: left;
  opacity: 1; }

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

.serviceContentEcoles audio:not([controls]),
.serviceContentEcoles-mobile audio:not([controls]) {
  display: none;
  height: 0; }

.serviceContentEcoles [hidden],
.serviceContentEcoles-mobile [hidden] {
  display: none; }

.serviceContentEcoles button,
.serviceContentEcoles input,
.serviceContentEcoles select,
.serviceContentEcoles textarea,
.serviceContentEcoles-mobile button,
.serviceContentEcoles-mobile input,
.serviceContentEcoles-mobile select,
.serviceContentEcoles-mobile textarea {
  font-family: sans-serif; }

.serviceContentEcoles a:focus,
.serviceContentEcoles-mobile a:focus {
  outline: thin dotted; }

.serviceContentEcoles a:active,
.serviceContentEcoles a:hover,
.serviceContentEcoles-mobile a:active,
.serviceContentEcoles-mobile a:hover {
  outline: 0; }

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

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

.serviceContentEcoles h3,
.serviceContentEcoles-mobile h3 {
  font-size: 1.17em;
  margin: 1em 0; }

.serviceContentEcoles h4,
.serviceContentEcoles-mobile h4 {
  font-size: 1em;
  margin: 1.33em 0; }

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

.serviceContentEcoles h6,
.serviceContentEcoles-mobile h6 {
  font-size: .67em;
  margin: 2.33em 0; }

.serviceContentEcoles abbr[title],
.serviceContentEcoles-mobile abbr[title] {
  border-bottom: 1px dotted; }

.serviceContentEcoles b,
.serviceContentEcoles strong,
.serviceContentEcoles-mobile b,
.serviceContentEcoles-mobile strong {
  font-weight: bold; }

.serviceContentEcoles blockquote,
.serviceContentEcoles-mobile blockquote {
  margin: 1em 40px; }

.serviceContentEcoles dfn,
.serviceContentEcoles-mobile dfn {
  font-style: italic; }

.serviceContentEcoles hr,
.serviceContentEcoles-mobile hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

.serviceContentEcoles mark,
.serviceContentEcoles-mobile mark {
  background: #ff0;
  color: #000; }

.serviceContentEcoles p,
.serviceContentEcoles pre,
.serviceContentEcoles-mobile p,
.serviceContentEcoles-mobile pre {
  margin: 1em 0; }

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

.serviceContentEcoles pre,
.serviceContentEcoles-mobile pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

.serviceContentEcoles q,
.serviceContentEcoles-mobile q {
  quotes: none; }

.serviceContentEcoles q:before,
.serviceContentEcoles q:after,
.serviceContentEcoles-mobile q:before,
.serviceContentEcoles-mobile q:after {
  content: '';
  content: none; }

.serviceContentEcoles small,
.serviceContentEcoles-mobile small {
  font-size: 80%; }

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

.serviceContentEcoles sup,
.serviceContentEcoles-mobile sup {
  top: -0.5em; }

.serviceContentEcoles sub,
.serviceContentEcoles-mobile sub {
  bottom: -0.25em; }

.serviceContentEcoles dl,
.serviceContentEcoles menu,
.serviceContentEcoles ol,
.serviceContentEcoles ul,
.serviceContentEcoles-mobile dl,
.serviceContentEcoles-mobile menu,
.serviceContentEcoles-mobile ol,
.serviceContentEcoles-mobile ul {
  margin: 1em 0; }

.serviceContentEcoles dd,
.serviceContentEcoles-mobile dd {
  margin: 0 0 0 40px; }

.serviceContentEcoles menu,
.serviceContentEcoles ol,
.serviceContentEcoles ul,
.serviceContentEcoles-mobile menu,
.serviceContentEcoles-mobile ol,
.serviceContentEcoles-mobile ul {
  padding: 0 0 0 40px; }

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

.serviceContentEcoles img,
.serviceContentEcoles-mobile img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

.serviceContentEcoles svg:not(:root),
.serviceContentEcoles-mobile svg:not(:root) {
  overflow: hidden; }

.serviceContentEcoles figure,
.serviceContentEcoles-mobile figure {
  margin: 0; }

.serviceContentEcoles form,
.serviceContentEcoles-mobile form {
  margin: 0; }

.serviceContentEcoles fieldset,
.serviceContentEcoles-mobile fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

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

.serviceContentEcoles button,
.serviceContentEcoles input,
.serviceContentEcoles-mobile button,
.serviceContentEcoles-mobile input {
  line-height: normal; }

.serviceContentEcoles button,
.serviceContentEcoles select,
.serviceContentEcoles-mobile button,
.serviceContentEcoles-mobile select {
  text-transform: none; }

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

.serviceContentEcoles button[disabled],
.serviceContentEcoles html input[disabled],
.serviceContentEcoles-mobile button[disabled],
.serviceContentEcoles-mobile html input[disabled] {
  cursor: default; }

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

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

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

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

.serviceContentEcoles textarea,
.serviceContentEcoles-mobile textarea {
  overflow: auto;
  vertical-align: top; }

.serviceContentEcoles table,
.serviceContentEcoles-mobile table {
  border-collapse: collapse;
  border-spacing: 0; }

.serviceContentEcoles div,
.serviceContentEcoles span,
.serviceContentEcoles object,
.serviceContentEcoles iframe,
.serviceContentEcoles h1,
.serviceContentEcoles h2,
.serviceContentEcoles h3,
.serviceContentEcoles p,
.serviceContentEcoles img,
.serviceContentEcoles ol,
.serviceContentEcoles ul,
.serviceContentEcoles li,
.serviceContentEcoles fieldset,
.serviceContentEcoles form,
.serviceContentEcoles label,
.serviceContentEcoles article,
.serviceContentEcoles aside,
.serviceContentEcoles footer,
.serviceContentEcoles header,
.serviceContentEcoles hgroup,
.serviceContentEcoles menu,
.serviceContentEcoles nav,
.serviceContentEcoles section,
.serviceContentEcoles audio,
.serviceContentEcoles video,
.serviceContentEcoles-mobile div,
.serviceContentEcoles-mobile span,
.serviceContentEcoles-mobile object,
.serviceContentEcoles-mobile iframe,
.serviceContentEcoles-mobile h1,
.serviceContentEcoles-mobile h2,
.serviceContentEcoles-mobile h3,
.serviceContentEcoles-mobile p,
.serviceContentEcoles-mobile img,
.serviceContentEcoles-mobile ol,
.serviceContentEcoles-mobile ul,
.serviceContentEcoles-mobile li,
.serviceContentEcoles-mobile fieldset,
.serviceContentEcoles-mobile form,
.serviceContentEcoles-mobile label,
.serviceContentEcoles-mobile article,
.serviceContentEcoles-mobile aside,
.serviceContentEcoles-mobile footer,
.serviceContentEcoles-mobile header,
.serviceContentEcoles-mobile hgroup,
.serviceContentEcoles-mobile menu,
.serviceContentEcoles-mobile nav,
.serviceContentEcoles-mobile section,
.serviceContentEcoles-mobile audio,
.serviceContentEcoles-mobile video {
  margin: 0;
  padding: 0;
  border: 0; }

.serviceContentEcoles article,
.serviceContentEcoles aside,
.serviceContentEcoles details,
.serviceContentEcoles figcaption,
.serviceContentEcoles figure,
.serviceContentEcoles footer,
.serviceContentEcoles header,
.serviceContentEcoles hgroup,
.serviceContentEcoles menu,
.serviceContentEcoles nav,
.serviceContentEcoles section,
.serviceContentEcoles-mobile article,
.serviceContentEcoles-mobile aside,
.serviceContentEcoles-mobile details,
.serviceContentEcoles-mobile figcaption,
.serviceContentEcoles-mobile figure,
.serviceContentEcoles-mobile footer,
.serviceContentEcoles-mobile header,
.serviceContentEcoles-mobile hgroup,
.serviceContentEcoles-mobile menu,
.serviceContentEcoles-mobile nav,
.serviceContentEcoles-mobile section {
  display: block; }

.serviceContentEcoles a,
.serviceContentEcoles a:hover,
.serviceContentEcoles a:active,
.serviceContentEcoles-mobile a,
.serviceContentEcoles-mobile a:hover,
.serviceContentEcoles-mobile a:active {
  outline: none;
  text-decoration: none; }

.serviceContentEcoles ul,
.serviceContentEcoles li,
.serviceContentEcoles-mobile ul,
.serviceContentEcoles-mobile li {
  list-style: none; }

.serviceContentEcoles li:before,
.serviceContentEcoles li:after {
  content: "" !important; }

.serviceContentEcoles .no-road {
  font-size: 21px;
  padding-top: 10px; }

.serviceContentEcoles .top-info-text {
  padding: 20px 0; }

.serviceContentEcoles .label-commission {
  padding: 18px 0 18px 0;
  font: bold 16px/18px arial, sans-serif;
  color: #e46306; }

.serviceContentEcoles .schoolList-img-loder {
  display: block;
  margin: 0 auto; }

.serviceContentEcoles .customize {
  display: block;
  margin-bottom: 25px;
  overflow: hidden; }

.serviceContentEcoles .customize .loading {
  position: absolute;
  top: 36px;
  left: 320px;
  z-index: 15; }

.serviceContentEcoles .customize label {
  float: left;
  display: block;
  font: normal 19px/28px "Roboto", sans-serif, Arial, sans-serif;
  color: #253d48; }

.serviceContentEcoles .customize .btnBase {
  float: left;
  margin-left: 4px;
  background: black;
  color: white; }

.serviceContentEcoles .customize .btnBase:hover {
  background: #FF7F00;
  color: black; }

.serviceContentEcoles .customize .select2-container {
  float: right;
  margin-left: 5px;
  font-family: sans-serif; }

.serviceContentEcoles .customize.ecole .select2-container {
  float: left; }

.serviceContentEcoles .customize .magicSelect {
  float: right; }

.serviceContentEcoles .customize .magicSelect.meteo {
  width: 320px; }

.serviceContentEcoles .customize .magicSelect.route {
  width: 370px; }

.serviceContentEcoles .customize .magicSelect.ecole {
  width: 300px;
  float: left; }

.serviceContentEcoles .customize .magicSelect.transport {
  width: 230px; }

.serviceContentEcoles .customize .magicSelect.localite {
  width: 150px; }

.serviceContentEcoles .customize .magicSelect.rayon {
  width: 80px; }

.serviceContentEcoles .customize .magicSelect.essence {
  width: 120px; }

.serviceContentEcoles .customize .error-message {
  display: none;
  color: red;
  font: bold 12px/12px Arial, sans-serif;
  clear: both;
  padding-top: 10px; }

.serviceContentEcoles h2.alerte {
  margin-bottom: 6px;
  font: normal 18px/18px Dosissemibold, Arial, sans-serif;
  text-transform: uppercase;
  color: #e46306; }

.serviceContentEcoles h2.alerte.transport {
  margin-bottom: 25px; }

.serviceContentEcoles h2.alerte .road-title-specification {
  font: normal 14px/14px Dosissemibold, Arial, sans-serif;
  color: #7a7a7a;
  text-transform: none; }

.serviceContentEcoles .btnBase {
  display: block;
  width: 102px;
  height: 25px;
  padding: 0;
  border: none;
  font: normal 15px/25px "Montserrat", sans-serif, Arial, sans-serif;
  color: #fff;
  text-align: center;
  background: #8b8b8a;
  background: -moz-linear-gradient(top, #8b8b8a 0%, #656565 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8b8b8a), color-stop(100%, #656565));
  background: -webkit-linear-gradient(top, #8b8b8a 0%, #656565 100%);
  background: -o-linear-gradient(top, #8b8b8a 0%, #656565 100%);
  background: -ms-linear-gradient(top, #8b8b8a 0%, #656565 100%);
  background: linear-gradient(to bottom, #8b8b8a 0%, #656565 100%); }

.serviceContentEcoles .btnBase:hover {
  background: #656565;
  background: -moz-linear-gradient(top, #656565 0%, #8b8b8a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656565), color-stop(100%, #8b8b8a));
  background: -webkit-linear-gradient(top, #656565 0%, #8b8b8a 100%);
  background: -o-linear-gradient(top, #656565 0%, #8b8b8a 100%);
  background: -ms-linear-gradient(top, #656565 0%, #8b8b8a 100%);
  background: linear-gradient(to bottom, #656565 0%, #8b8b8a 100%); }

.serviceContentEcoles .lastUpdate {
  font: normal 14px/14px Arial, sans-serif;
  color: #808080;
  margin-bottom: 8px; }

.serviceContentEcoles .lastUpdate.transport {
  padding-bottom: 8px;
  border-bottom: 1px solid #2f4f5f;
  margin-bottom: 19px; }

.serviceContentEcoles .load-closed-institution-list {
  position: relative;
  width: 304px;
  height: 36px;
  margin: 0 auto;
  display: block;
  background-color: #000;
  text-align: center;
  color: #fff;
  font: 15px/36px Arial, sans-serif;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

.serviceContentEcoles .load-closed-institution-list .icon-commission {
  position: absolute;
  top: 10px;
  right: 13px;
  line-height: 1; }

.serviceContentEcoles .load-closed-institution-list .icon-commission:before,
.serviceContentEcoles .load-closed-institution-list .icon-commission:after {
  margin: 0;
  width: auto; }

.serviceContentEcoles .commission-bloc {
  position: relative; }

.serviceContentEcoles .commission-bloc + .commission-bloc {
  margin-top: 7px; }

.serviceContentEcoles .commission-bloc .commission-tab-anchor {
  position: absolute;
  top: -100px;
  left: 0;
  display: block;
  width: 1px;
  height: 1px; }

.serviceContentEcoles .commission-bloc .schoolListInCommission {
  background-color: #f1f1f1;
  display: none; }

.serviceContentEcoles .commission-tab {
  box-sizing: content-box;
  position: relative;
  display: block;
  min-height: 41px;
  padding: 10px 60px 10px 20px;
  background-color: #f3f3f3;
  cursor: pointer; }

.serviceContentEcoles .commission-tab.opened,
.serviceContentEcoles .commission-tab:hover {
  background-color: #d9d9d9; }

.serviceContentEcoles .commission-tab-title {
  display: block;
  font: bold 14px/17px Arial, sans-serif;
  color: #545454;
  padding-left: 2px; }

.serviceContentEcoles .commission-tab-count {
  display: block;
  font: bold 13px/16px Arial, sans-serif;
  color: #e46306;
  margin-top: 3px; }

.serviceContentEcoles .commission-tab-count-nb {
  display: inline-block;
  box-sizing: content-box;
  min-width: 16px;
  padding: 0 4px;
  height: 24px;
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  line-height: 24px;
  margin-right: 2px; }

.serviceContentEcoles .icon-drop {
  display: block;
  position: absolute;
  top: 11px;
  right: 4px;
  width: 47px;
  height: 39px;
  color: #e46306;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border-left: 1px solid #b7b7b7; }

.serviceContentEcoles .icon-drop:before,
.serviceContentEcoles .icon-drop:after {
  margin: 0;
  width: auto; }

.serviceContentEcoles .bottom-messages {
  margin: 40px 0 0; }

.serviceContentEcoles .bottom-messages .message {
  font: normal 14px/16px Arial, sans-serif;
  color: #666;
  padding: 0 0 0 22px;
  clear: both; }

.serviceContentEcoles .bottom-messages .message-link {
  color: #e46306; }

.serviceContentEcoles .bottom-messages .message-link:hover {
  text-decoration: underline; }

.serviceContentEcoles .faq-teaser {
  position: relative;
  margin-top: 15px;
  border-top: 1px solid #e7e7e7;
  padding: 9px 0 0 23px; }

.serviceContentEcoles .faq-teaser .faq-teaser-text {
  font: normal 12px/14px Arial, sans-serif;
  color: #666; }

.serviceContentEcoles .faq-teaser .faq-link {
  position: absolute;
  top: 12px;
  right: 0;
  background: black;
  color: white; }

.serviceContentEcoles .faq-teaser .faq-link:hover {
  background: #FF7F00;
  color: black; }

.serviceContentEcoles h2.meteo {
  font: normal 16px/16px Dosissemibold, Arial, sans-serif;
  color: #253d48;
  text-transform: uppercase;
  padding-top: 19px;
  border-top: 1px solid #2f4f5f; }

.serviceContentEcoles .alertes {
  font: normal 14px/14px Arial, sans-serif;
  color: #7a7a7a;
  margin-bottom: 22px; }

.serviceContentEcoles .alertes li {
  padding: 17px 20px 19px; }

.serviceContentEcoles .alertes .bold {
  font-weight: bold; }

.serviceContentEcoles .dayForcast {
  position: relative;
  padding: 19px 0 15px;
  border-top: 1px solid #2f4f5f;
  overflow: hidden; }

.serviceContentEcoles .dayForcast h2 {
  position: absolute;
  top: 19px;
  left: 0;
  font: normal 16px/16px Dosissemibold, Arial, sans-serif;
  color: #253d48;
  text-transform: uppercase; }

.serviceContentEcoles .dayForcast .currentTemp,
.serviceContentEcoles .dayForcast .minmaxTemp {
  float: right;
  text-align: center; }

.serviceContentEcoles .dayForcast .currentTemp .temp,
.serviceContentEcoles .dayForcast .minmaxTemp .temp {
  vertical-align: middle;
  font: 50px/50px Dosissemibold, Arial, sans-serif;
  color: #305262; }

.serviceContentEcoles .dayForcast .currentTemp .tag,
.serviceContentEcoles .dayForcast .minmaxTemp .tag {
  margin-top: 5px;
  font: 18px/18px Arial, sans-serif;
  color: #808080; }

.serviceContentEcoles .dayForcast .currentTemp img,
.serviceContentEcoles .dayForcast .minmaxTemp img {
  vertical-align: middle; }

.serviceContentEcoles .dayForcast .currentTemp {
  margin-right: 15px; }

.serviceContentEcoles .dayForcast .minmaxTemp {
  padding-top: 31px;
  padding-left: 9px;
  padding-right: 9px; }

.serviceContentEcoles .dayForcast .minmaxTemp .temp {
  display: inline-block;
  font: 33px/48px Dosissemibold, Arial, sans-serif; }

.serviceContentEcoles .dayForcast .minmaxTemp .tag {
  font: 12px/12px Arial, sans-serif; }

.serviceContentEcoles .dayForcast .minmaxTemp img {
  display: inline-block;
  width: 54px;
  height: 48px; }

.serviceContentEcoles .dayForcast .minmaxTemp.border {
  position: relative; }

.serviceContentEcoles .dayForcast .minmaxTemp.border:before {
  content: " ";
  background: #bfbfbf;
  width: 1px;
  height: 48px;
  position: absolute;
  top: 31px;
  left: 0; }

.serviceContentEcoles .dayStats {
  margin-bottom: 22px;
  overflow: hidden; }

.serviceContentEcoles .dayStats li {
  box-sizing: border-box;
  height: 33px;
  width: 50%;
  float: left;
  border-right: 2px solid #fff;
  padding: 11px 20px 0;
  margin-bottom: 3px;
  background: #ebebeb;
  font: normal 14px/14px Arial, sans-serif;
  color: #305262; }

.serviceContentEcoles .dayStats li.even {
  border-right: 0;
  border-left: 2px solid #fff; }

.serviceContentEcoles .dayStats li span {
  font-weight: bold; }

.serviceContentEcoles .fiveDays {
  padding: 10px 0 14px;
  overflow: hidden;
  border-bottom: 1px solid #2f4f5f; }

.serviceContentEcoles .fiveDays li {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 20%;
  height: 88px;
  text-align: center;
  color: #808080; }

.serviceContentEcoles .fiveDays li:first-child .topInfo {
  border-left: none; }

.serviceContentEcoles .fiveDays .topInfo {
  border-left: 1px solid #bfbfbf;
  text-align: center;
  height: 76px; }

.serviceContentEcoles .fiveDays .temp {
  display: block;
  font: normal 28px/28px Dosissemibold, Arial, sans-serif;
  color: #305262;
  position: absolute;
  top: 48px;
  width: 100%; }

.serviceContentEcoles .fiveDays img {
  width: 54px;
  height: 48px; }

.serviceContentEcoles .fiveDays .dayMeteo {
  font: bold 12px/12px Arial, sans-serif;
  color: #808080;
  position: absolute;
  bottom: 0;
  width: 100%; }

.serviceContentEcoles .customize {
  zoom: 1;
  overflow: visible;
  margin: 0px;
  padding: 13px 0;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac; }

.serviceContentEcoles .customize:before {
  content: '';
  display: block; }

.serviceContentEcoles .customize:after {
  content: '';
  display: table;
  clear: both; }

.serviceContentEcoles .ecoles-search-panel {
  position: relative;
  float: left;
  width: 240px;
  height: 25px;
  margin-left: 5px; }

.serviceContentEcoles #ecoles-search-term {
  box-sizing: content-box;
  height: 23px;
  display: block;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #aaa;
  padding: 0 10px;
  font: 13px/23px arial;
  background: #fff;
  color: #999;
  overflow: hidden;
  white-space: nowrap; }

.serviceContentEcoles #ecoles-search-term:hover {
  cursor: pointer; }

.serviceContentEcoles #ecoles-search-term.ecoles-search-term-added {
  background: #fff;
  color: #333; }

.serviceContentEcoles #ecoles-search-add-btn {
  width: 70px;
  height: 22px;
  float: right;
  font: normal 14px/22px Arial, sans-serif;
  color: #fff;
  background: #e46306;
  border-radius: 3px;
  text-align: center;
  cursor: pointer; }

.serviceContentEcoles .ecoles-search-panel-list {
  box-sizing: content-box;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-radius: 0 0 3px 3px;
  z-index: 1;
  display: none; }

.serviceContentEcoles #ecoles-input-text {
  box-sizing: content-box;
  display: block;
  width: 90%;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  padding: 0 4px; }

.serviceContentEcoles #ecoles-search-feed {
  max-height: 220px;
  overflow: auto; }

.serviceContentEcoles .ecoles-search-entry {
  display: block;
  color: #313131;
  font: 15px/20px arial;
  padding: 6px 2%;
  border-top: 1px solid #dadada; }

.serviceContentEcoles .ecoles-search-entry:first-child {
  border-top: 0 none;
  margin-top: 10px; }

.serviceContentEcoles .ecoles-search-entry:hover {
  background: #eee;
  color: #111;
  cursor: pointer; }

.serviceContentEcoles #ecoles-search-feedback {
  box-sizing: content-box;
  display: block;
  color: #313131;
  font: 15px/20px arial;
  padding: 5px 5px 0; }

.serviceContentEcoles .ecoles-search-panel.open #ecoles-search-term {
  border-radius: 3px 3px 0 0; }

.serviceContentEcoles .ecoles-search-panel.open .ecoles-search-panel-list {
  display: block; }

.serviceContentEcoles .schoolList,
.serviceContentEcoles .schoolListInCommission {
  margin-bottom: 39px;
  padding: 0 20px; }

.serviceContentEcoles .schoolList li,
.serviceContentEcoles .schoolListInCommission li {
  position: relative;
  padding: 10px 0 20px;
  border-top: 1px solid #bababa; }

.serviceContentEcoles .schoolList li .btnBase,
.serviceContentEcoles .schoolListInCommission li .btnBase {
  position: absolute;
  right: 0;
  top: 15px; }

.serviceContentEcoles .schoolList li .btnBase.ajouter,
.serviceContentEcoles .schoolListInCommission li .btnBase.ajouter {
  background: #ee9726;
  background: -ms-linear-gradient(top, #ee9726 0%, #c65516 100%);
  background: linear-gradient(to bottom, #ee9726 0%, #c65516 100%); }

.serviceContentEcoles .schoolList li .btnBase.ajouter:hover,
.serviceContentEcoles .schoolListInCommission li .btnBase.ajouter:hover {
  background: #c65516;
  background: -ms-linear-gradient(top, #c65516 0%, #ee9726 100%);
  background: linear-gradient(to bottom, #c65516 0%, #ee9726 100%); }

.serviceContentEcoles .schoolList li:first-child,
.serviceContentEcoles .schoolListInCommission li:first-child {
  border-top: 0; }

.serviceContentEcoles .schoolList li.commission-tab-close,
.serviceContentEcoles .schoolListInCommission li.commission-tab-close {
  position: relative;
  height: 29px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  left: -20px;
  cursor: pointer;
  box-sizing: content-box;
  border-top: 0; }

.serviceContentEcoles .schoolList li.commission-tab-close:before,
.serviceContentEcoles .schoolListInCommission li.commission-tab-close:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #bababa; }

.serviceContentEcoles .schoolList li.commission-tab-close:hover,
.serviceContentEcoles .schoolListInCommission li.commission-tab-close:hover {
  background-color: #d9d9d9; }

.serviceContentEcoles .schoolList li.commission-tab-close .icon-drop,
.serviceContentEcoles .schoolListInCommission li.commission-tab-close .icon-drop {
  position: absolute;
  top: 5px;
  right: 10px;
  border-left: 0; }

.serviceContentEcoles .schoolList .closure-infos-title,
.serviceContentEcoles .schoolListInCommission .closure-infos-title {
  font: bold 12px/14px Arial, sans-serif;
  padding: 9px 0 7px 12px;
  clear: both; }

.serviceContentEcoles .schoolList .closure-informations-list,
.serviceContentEcoles .schoolList .closure-message,
.serviceContentEcoles .schoolListInCommission .closure-informations-list,
.serviceContentEcoles .schoolListInCommission .closure-message {
  font: 12px/14px Arial, sans-serif;
  padding: 0 0 9px 12px; }

.serviceContentEcoles .schoolList .name,
.serviceContentEcoles .schoolListInCommission .name {
  font: bold 14px/14px Arial, sans-serif;
  color: #7a7a7a;
  max-width: 400px; }

.serviceContentEcoles .schoolList .address,
.serviceContentEcoles .schoolListInCommission .address {
  margin-bottom: 7px;
  font: normal 14px/14px Arial, sans-serif;
  color: #7a7a7a; }

.serviceContentEcoles .schoolList .status,
.serviceContentEcoles .schoolListInCommission .status {
  position: relative;
  padding-left: 22px;
  font: bold 15px/19px Arial, sans-serif;
  color: #fff; }

.serviceContentEcoles .schoolList .status.close,
.serviceContentEcoles .schoolListInCommission .status.close {
  color: #cb1818; }

.serviceContentEcoles .schoolList .status.close:before,
.serviceContentEcoles .schoolListInCommission .status.close:before {
  content: " ";
  position: absolute;
  width: 15px;
  height: 18px;
  left: 2px;
  top: 0px;
  background: url("/static/images/spt-icons-ecoles.png") no-repeat -16px 0; }

.serviceContentEcoles .schoolList .status.open,
.serviceContentEcoles .schoolListInCommission .status.open {
  color: #10ad3c; }

.serviceContentEcoles .schoolList .status.open:before,
.serviceContentEcoles .schoolListInCommission .status.open:before {
  content: " ";
  position: absolute;
  width: 21px;
  height: 15px;
  left: -3px;
  top: 2px;
  background: url("/static/images/spt-icons-ecoles.png") no-repeat -31px 0; }

.serviceContentEcoles .schoolList .status.warning,
.serviceContentEcoles .schoolListInCommission .status.warning {
  color: #ffc237; }

.serviceContentEcoles .schoolList .status.warning:before,
.serviceContentEcoles .schoolListInCommission .status.warning:before {
  content: " ";
  position: absolute;
  width: 16px;
  height: 19px;
  left: 1px;
  top: -1px;
  background: url("/static/images/spt-icons-ecoles.png") no-repeat 0 0; }

.serviceContentEcoles .schoolListInCommission {
  margin-bottom: 0; }

.serviceContentEcoles .gasList li {
  position: relative;
  padding: 12px 90px 13px 138px; }

.serviceContentEcoles .gasList .price {
  position: absolute;
  top: 20px;
  left: 18px;
  font: bold 28px/28px Arial, sans-serif;
  color: #e46306; }

.serviceContentEcoles .gasList .station {
  font: normal 14px/14px Arial, sans-serif;
  color: #7a7a7a; }

.serviceContentEcoles .gasList .station span {
  font-weight: bold; }

.serviceContentEcoles .gasList .update {
  margin-top: 6px;
  font: normal 11px/11px Arial, sans-serif;
  color: #808080; }

.serviceContentEcoles .gasList .update span {
  font-weight: bold; }

.serviceContentEcoles .gasList .btnMap {
  position: absolute;
  top: 8px;
  right: 24px;
  width: 54px;
  height: 54px;
  text-indent: -9999px;
  background: #ee9726;
  background: -ms-linear-gradient(top, #ee9726 0%, #c65516 100%);
  background: linear-gradient(to bottom, #ee9726 0%, #c65516 100%);
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.serviceContentEcoles .gasList .btnMap:before {
  content: " ";
  position: absolute;
  width: 35px;
  height: 42px;
  left: 10px;
  top: 6px;
  background: url("/media/bundles/tvaialertbar/images/sprite_alertes.png") no-repeat 0 0; }

.serviceContentEcoles .gasList .btnMap:after {
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -16px;
  bottom: 0;
  background: url("/media/bundles/tvaialertbar/images/sprite_alertes.png") no-repeat -20px -80px; }

.serviceContentEcoles .gasList .btnMap:hover {
  background: #c65516;
  background: -ms-linear-gradient(top, #c65516 0%, #ee9726 100%);
  background: linear-gradient(to bottom, #c65516 0%, #ee9726 100%); }

.serviceContentEcoles .routeList li {
  position: relative;
  box-sizing: border-box;
  min-height: 57px;
  padding: 13px 20px 10px 70px;
  color: #7a7a7a; }

.serviceContentEcoles .routeList p {
  font: normal 14px/14px Arial, sans-serif;
  padding-bottom: 14px; }

.serviceContentEcoles .routeList p span {
  font-weight: bold; }

.serviceContentEcoles .routeList .icon {
  position: absolute;
  width: 33px;
  height: 44px;
  left: 20px;
  top: 6px;
  box-sizing: border-box;
  padding-top: 17px;
  font: bold 15px/15px Arial, sans-serif;
  color: #fff;
  text-align: center; }

.serviceContentEcoles .routeList .icon.route {
  background: url("/media/bundles/tvaialertbar/images/sprite_alertes.png") no-repeat -110px 0; }

.serviceContentEcoles .routeList .icon.autoroute {
  background: url("/media/bundles/tvaialertbar/images/sprite_alertes.png") no-repeat -110px -45px; }

.serviceContentEcoles .transportHeader {
  position: relative; }

.serviceContentEcoles .transportHeader h3 {
  position: relative;
  height: 51px;
  padding: 8px 110px 0 65px;
  margin-bottom: 7px;
  border-bottom: 1px solid #a9a9a9;
  font: normal 20px/20px Dosissemibold, Arial, sans-serif;
  text-transform: uppercase;
  color: #305262; }

.serviceContentEcoles .transportHeader h3 .feedImage {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #a9a9a9; }

.serviceContentEcoles .transportHeader h3 span {
  display: block;
  font: bold 15px/15px Arial, sans-serif;
  color: #5d5d5d; }

.serviceContentEcoles .transportHeader .btnBase {
  position: absolute;
  top: 0;
  right: 0; }

.serviceContentEcoles .transportList {
  margin-bottom: 50px; }

.serviceContentEcoles .transportList li {
  min-height: 73px;
  box-sizing: border-box;
  padding: 20px;
  font: normal 14px/14px Arial, sans-serif;
  color: #7a7a7a; }

.serviceContentEcoles .transportList li span {
  font-weight: bold; }

.serviceContentEcoles .transportList li a {
  color: #e46306; }

.serviceContentEcoles .faq {
  padding: 31px 0 39px; }

.serviceContentEcoles .faq h2,
.serviceContentEcoles .faq h3,
.serviceContentEcoles .faq ul {
  margin: 0 39px; }

.serviceContentEcoles .faq h2,
.serviceContentEcoles .faq h3 {
  color: #e46306; }

.serviceContentEcoles .faq h2 {
  margin-bottom: 25px;
  font: normal 28px/28px Dosissemibold, Arial, sans-serif; }

.serviceContentEcoles .faq h3 {
  margin-bottom: 16px;
  font: normal 18px/18px Dosissemibold, Arial, sans-serif;
  text-transform: uppercase; }

.serviceContentEcoles .faq #video,
.serviceContentEcoles .faq .inline-video-player {
  width: 635px;
  height: 357px; }

.serviceContentEcoles .faq #video {
  margin-bottom: 50px; }

.serviceContentEcoles .faq li {
  padding: 13px 27px 14px; }

.serviceContentEcoles .faq li.odd {
  background: #f3f3f3; }

.serviceContentEcoles .faq .question {
  font: bold 14px/14px Arial, sans-serif; }

.serviceContentEcoles .faq .reponse {
  font: normal 14px/14px Arial, sans-serif; }

.serviceContentEcoles .faq .faq-link {
  color: #e46306; }

.serviceContentEcoles .faq .vjs-big-play-button {
  width: 29% !important;
  height: 33% !important;
  border-radius: 5px !important;
  position: relative !important;
  margin: 15% 35.5% !important;
  top: 0 !important;
  left: 0 !important; }

.serviceContentEcoles .faq .vjs-big-play-button:before {
  font-size: 30px;
  position: relative;
  top: 39%;
  margin-top: -15px; }

.serviceContentEcoles .select2-container {
  font-family: sans-serif; }

.serviceContentEcoles-mobile {
  margin: 10px 10px;
  background: #fff; }

#VerticalBarreAlerteTVA .serviceContentEcoles-mobile {
  margin: 0; }

.serviceContentEcoles-mobile .serviceSection {
  padding: 0;
  background: #eae7e4; }

.serviceContentEcoles-mobile .serviceSection .content {
  padding: 12px 0;
  position: relative;
  background: #fff; }

.serviceContentEcoles-mobile .serviceSection .content:not(.faq) {
  min-height: 341px; }

.serviceContentEcoles-mobile .serviceSection .top-info-text {
  padding: 20px 20px;
  font: 12px/14px arial, sans-serif;
  color: #7a7a7a; }

.serviceContentEcoles-mobile .serviceSection h1 {
  margin: 0 12px 5px;
  font: normal 16px/16px Dosissemibold, Arial, sans-serif;
  color: #253d48;
  text-transform: uppercase; }

.serviceContentEcoles-mobile .serviceSection .lastUpdate {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 50%;
  text-align: right;
  font: normal 8px/8px Arial, sans-serif;
  color: #808080; }

.serviceContentEcoles-mobile .serviceSection .lastUpdate .data {
  font-weight: bold; }

.serviceContentEcoles-mobile .serviceSection h2 {
  margin: 0 12px;
  font: normal 12px/12px "Roboto", sans-serif, Arial, sans-serif;
  color: #253d48;
  text-transform: uppercase; }

.serviceContentEcoles-mobile .serviceSection h2.alerte {
  margin-bottom: 3px;
  font: normal 14px/14px "Roboto", sans-serif, Arial, sans-serif;
  color: #e46306; }

.serviceContentEcoles-mobile .serviceSection h2.alerte.transport {
  margin-bottom: 18px; }

.serviceContentEcoles-mobile .serviceSection .customize {
  margin: 0 12px 12px; }

.serviceContentEcoles-mobile .serviceSection .customize label {
  display: block;
  margin: 0 0 5px;
  font: normal 14px/14px "Roboto", sans-serif, Arial, sans-serif;
  color: #253d48; }

.serviceContentEcoles-mobile .serviceSection .customize .selectWrap {
  position: relative;
  margin-bottom: 6px; }

.serviceContentEcoles-mobile .serviceSection .customize .selectWrap.withBtn {
  padding-right: 95px; }

.serviceContentEcoles-mobile .serviceSection .customize .selectWrap .loading {
  position: absolute;
  top: 0;
  left: 50%; }

.serviceContentEcoles-mobile .serviceSection .customize .btnBase {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  background: #e46306; }

.serviceContentEcoles-mobile .serviceSection .customize .magicSelect {
  width: 100%; }

.serviceContentEcoles-mobile .serviceSection .customize .ecoles-search-wrapper {
  position: relative;
  height: 28px;
  width: 100%; }

.serviceContentEcoles-mobile .serviceSection .customize .ecoles-search-panel {
  position: relative;
  height: 27px;
  position: absolute;
  top: 0;
  left: 0;
  right: 75px; }

.serviceContentEcoles-mobile .serviceSection .customize #ecoles-search-term {
  box-sizing: content-box;
  height: 25px;
  display: block;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #aaa;
  padding: 0 10px;
  font: 13px/25px arial;
  background: #fff;
  color: #999;
  overflow: hidden;
  white-space: nowrap; }

.serviceContentEcoles-mobile .serviceSection .customize #ecoles-search-term:hover {
  cursor: pointer; }

.serviceContentEcoles-mobile .serviceSection .customize #ecoles-search-term.ecoles-search-term-added {
  background: #fff;
  color: #333; }

.serviceContentEcoles-mobile .serviceSection .customize #ecoles-search-add-btn {
  width: 70px;
  height: 22px;
  float: right;
  font: normal 14px/22px Arial, sans-serif;
  color: #fff;
  background: #e46306;
  border-radius: 3px;
  text-align: center;
  cursor: pointer; }

.serviceContentEcoles-mobile .serviceSection .customize .ecoles-search-panel-list {
  box-sizing: content-box;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 256px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-radius: 0 0 3px 3px;
  z-index: 1;
  display: none; }

.serviceContentEcoles-mobile .serviceSection .customize #ecoles-input-text {
  box-sizing: content-box;
  display: block;
  width: 90%;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  padding: 0 4px; }

.serviceContentEcoles-mobile .serviceSection .customize #ecoles-search-feed {
  max-height: 220px;
  overflow: auto; }

.serviceContentEcoles-mobile .serviceSection .customize .ecoles-search-entry {
  display: block;
  color: #313131;
  font: 15px/20px arial;
  padding: 6px 2%;
  border-top: 1px solid #dadada; }

.serviceContentEcoles-mobile .serviceSection .customize .ecoles-search-entry:first-child {
  border-top: 0 none;
  margin-top: 10px; }

.serviceContentEcoles-mobile .serviceSection .customize .ecoles-search-entry:hover {
  background: #eee;
  color: #111;
  cursor: pointer; }

.serviceContentEcoles-mobile .serviceSection .customize #ecoles-search-feedback {
  box-sizing: content-box;
  display: block;
  color: #313131;
  font: 15px/20px arial;
  padding: 5px 0 0;
  margin: 0 auto;
  width: 90%; }

.serviceContentEcoles-mobile .serviceSection .customize .ecoles-search-panel.open #ecoles-search-term {
  border-radius: 3px 3px 0 0; }

.serviceContentEcoles-mobile .serviceSection .customize .ecoles-search-panel.open .ecoles-search-panel-list {
  display: block; }

.serviceContentEcoles-mobile .serviceSection .customize .error-message {
  display: none;
  color: red;
  font: bold 12px/12px Arial, sans-serif;
  margin-top: 8px; }

.serviceContentEcoles-mobile .serviceSection .alternate li {
  padding: 0 12px; }

.serviceContentEcoles-mobile .serviceSection .alternate li:nth-child(odd) {
  background: #f3f3f3; }

.serviceContentEcoles-mobile .serviceSection .btnBase {
  display: block;
  width: 70px;
  height: 20px;
  padding: 0;
  font: normal 11px/20px Dosissemibold, Arial, sans-serif;
  color: #fff;
  text-align: center;
  background: #8b8b8a;
  background: -ms-linear-gradient(top, #8b8b8a 0%, #656565 100%);
  background: linear-gradient(to bottom, #8b8b8a 0%, #656565 100%);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.serviceContentEcoles-mobile .serviceSection h2.meteo {
  padding: 12px 0 8px;
  border-top: 1px solid #2f4f5f; }

.serviceContentEcoles-mobile .serviceSection .alertes {
  font: normal 12px/12px Arial, sans-serif;
  color: #7a7a7a; }

.serviceContentEcoles-mobile .serviceSection .alertes li {
  padding: 10px 12px 14px; }

.serviceContentEcoles-mobile .serviceSection .alertes .bold {
  font-weight: bold; }

.serviceContentEcoles-mobile .serviceSection .dayForcast {
  position: relative;
  margin: 0 12px 16px;
  overflow: hidden; }

.serviceContentEcoles-mobile .serviceSection .dayForcast .currentTemp,
.serviceContentEcoles-mobile .serviceSection .dayForcast .minmaxTemp {
  float: left;
  text-align: center;
  position: relative;
  height: 72px; }

.serviceContentEcoles-mobile .serviceSection .dayForcast .currentTemp .temp,
.serviceContentEcoles-mobile .serviceSection .dayForcast .minmaxTemp .temp {
  vertical-align: middle;
  font: 34px/34px Dosissemibold, Arial, sans-serif;
  color: #305262; }

.serviceContentEcoles-mobile .serviceSection .dayForcast .currentTemp .tag,
.serviceContentEcoles-mobile .serviceSection .dayForcast .minmaxTemp .tag {
  margin-top: 7px;
  font: 16px/16px Arial, sans-serif;
  color: #808080; }

.serviceContentEcoles-mobile .serviceSection .dayForcast .currentTemp img,
.serviceContentEcoles-mobile .serviceSection .dayForcast .minmaxTemp img {
  vertical-align: middle;
  display: inline-block;
  width: 55px;
  height: 49px; }

.serviceContentEcoles-mobile .serviceSection .dayForcast .minmaxTemp {
  float: right;
  position: relative;
  height: 72px;
  width: 55px; }

.serviceContentEcoles-mobile .serviceSection .dayForcast .minmaxTemp.first {
  margin-left: 8px; }

.serviceContentEcoles-mobile .serviceSection .dayForcast .minmaxTemp.first .tag {
  padding-left: 8px; }

.serviceContentEcoles-mobile .serviceSection .dayForcast .minmaxTemp .topPart {
  padding-left: 8px;
  width: 47px; }

.serviceContentEcoles-mobile .serviceSection .dayForcast .minmaxTemp .topPart:before {
  content: " ";
  background: #bfbfbf;
  width: 1px;
  height: 38px;
  position: absolute;
  top: 0;
  left: 0; }

.serviceContentEcoles-mobile .serviceSection .dayForcast .minmaxTemp .temp {
  display: block;
  margin: 0 auto;
  font: 20px/20px Dosissemibold, Arial, sans-serif;
  position: absolute;
  width: 100%;
  bottom: 14px; }

.serviceContentEcoles-mobile .serviceSection .dayForcast .minmaxTemp .tag {
  margin-top: 2px;
  font: 11px/11px Arial, sans-serif;
  position: absolute;
  bottom: 0; }

.serviceContentEcoles-mobile .serviceSection .dayForcast .minmaxTemp img {
  display: block;
  margin: 0 auto 2px;
  width: 42px;
  height: 37px; }

.serviceContentEcoles-mobile .serviceSection .dayStats {
  margin: 0 12px 16px; }

.serviceContentEcoles-mobile .serviceSection .dayStats li {
  padding: 0 12px;
  margin-bottom: 3px;
  background: #ebebeb;
  font: normal 12px/20px Arial, sans-serif;
  color: #305262; }

.serviceContentEcoles-mobile .serviceSection .dayStats li span {
  font-weight: bold; }

.serviceContentEcoles-mobile .serviceSection .fiveDays {
  margin: 0 12px;
  overflow: hidden;
  border-bottom: 1px solid #2f4f5f;
  font: normal 11px/11px Arial, sans-serif;
  text-align: justify; }

.serviceContentEcoles-mobile .serviceSection .fiveDays:after {
  content: " ";
  position: relative;
  display: inline-block;
  width: 100%;
  line-height: 0;
  height: 11px; }

.serviceContentEcoles-mobile .serviceSection .fiveDays li {
  display: inline-block;
  width: 50px;
  height: 72px;
  text-align: center;
  position: relative;
  vertical-align: top; }

.serviceContentEcoles-mobile .serviceSection .fiveDays img {
  display: block;
  width: 42px;
  height: 37px;
  margin: 0 auto 2px; }

.serviceContentEcoles-mobile .serviceSection .fiveDays .temp {
  font: normal 20px/20px Dosissemibold, Arial, sans-serif;
  color: #305262;
  margin-bottom: 2px;
  width: 100%;
  top: 39px;
  position: absolute; }

.serviceContentEcoles-mobile .serviceSection .fiveDays .dayMeteo {
  color: #808080;
  width: 100%;
  bottom: 0;
  position: absolute; }

.serviceContentEcoles-mobile .serviceSection .fiveDays .dayMeteo.indisponible {
  font-size: 10px; }

.serviceContentEcoles-mobile .serviceSection .schoolList {
  margin-bottom: 12px; }

.serviceContentEcoles-mobile .serviceSection .schoolList li {
  position: relative;
  padding: 10px 12px 12px; }

.serviceContentEcoles-mobile .serviceSection .schoolList li .btnBase {
  position: absolute;
  right: 12px;
  top: 12px; }

.serviceContentEcoles-mobile .serviceSection .schoolList li.no-school-message {
  background: none; }

.serviceContentEcoles-mobile .serviceSection .schoolList .closure-infos-title {
  font: bold 10px/10px Arial, sans-serif;
  padding: 6px 0 6px 9px; }

.serviceContentEcoles-mobile .serviceSection .schoolList .closure-informations-list,
.serviceContentEcoles-mobile .serviceSection .schoolList .closure-message {
  font: 10px/12px Arial, sans-serif;
  padding: 0 0 9px 9px; }

.serviceContentEcoles-mobile .serviceSection .schoolList .schoolList-img-loder {
  margin: 0 auto;
  display: block; }

.serviceContentEcoles-mobile .serviceSection .schoolList .name {
  padding-right: 82px;
  font: bold 11px/11px Arial, sans-serif;
  color: #7a7a7a; }

.serviceContentEcoles-mobile .serviceSection .schoolList .address {
  padding-right: 82px;
  margin-bottom: 4px;
  font: normal 11px/11px Arial, sans-serif;
  color: #7a7a7a; }

.serviceContentEcoles-mobile .serviceSection .schoolList .status {
  position: relative;
  width: 175px;
  padding-left: 24px;
  font: bold 10px/22px Arial, sans-serif;
  color: #cb1818; }

.serviceContentEcoles-mobile .serviceSection .schoolList .status.close:before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 12px;
  left: 9px;
  top: 4px;
  background: url("/media/bundles/tvaialertbar/images/mobile/spt-icons-ecoles.png") no-repeat -11px 0; }

.serviceContentEcoles-mobile .serviceSection .schoolList .status.open {
  color: #10ad3c; }

.serviceContentEcoles-mobile .serviceSection .schoolList .status.open:before {
  content: " ";
  position: absolute;
  width: 14px;
  height: 10px;
  left: 5px;
  top: 6px;
  background: url("/media/bundles/tvaialertbar/images/mobile/spt-icons-ecoles.png") no-repeat -21px 0; }

.serviceContentEcoles-mobile .serviceSection .schoolList .status.warning {
  color: #ffc237; }

.serviceContentEcoles-mobile .serviceSection .schoolList .status.warning:before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 13px;
  left: 10px;
  top: 3px;
  background: url("/media/bundles/tvaialertbar/images/mobile/spt-icons-ecoles.png") no-repeat 0 0; }

.serviceContentEcoles-mobile .serviceSection .gasList li {
  position: relative;
  padding: 6px 58px 10px 80px; }

.serviceContentEcoles-mobile .serviceSection .gasList .price {
  position: absolute;
  top: 6px;
  left: 12px;
  font: bold 17px/17px Arial, sans-serif;
  color: #e46306; }

.serviceContentEcoles-mobile .serviceSection .gasList .station {
  font: bold 11px/11px Arial, sans-serif;
  color: #7a7a7a; }

.serviceContentEcoles-mobile .serviceSection .gasList .address {
  margin-bottom: 3px;
  font: normal 11px/11px Arial, sans-serif;
  color: #7a7a7a; }

.serviceContentEcoles-mobile .serviceSection .gasList .address span {
  display: block; }

.serviceContentEcoles-mobile .serviceSection .gasList .update {
  font: normal 8px/8px Arial, sans-serif;
  color: #808080; }

.serviceContentEcoles-mobile .serviceSection .gasList .update span {
  display: block;
  font-weight: bold; }

.serviceContentEcoles-mobile .serviceSection .gasList .btnMap {
  position: absolute;
  top: 6px;
  right: 12px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: #ee9726;
  background: -ms-linear-gradient(top, #ee9726 0%, #c65516 100%);
  background: linear-gradient(to bottom, #ee9726 0%, #c65516 100%);
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.serviceContentEcoles-mobile .serviceSection .gasList .btnMap:before {
  content: " ";
  position: absolute;
  width: 29px;
  height: 34px;
  left: 6px;
  top: 3px;
  background: url("/media/bundles/tvaialertbar/images/mobile/sprite_alertes.png") no-repeat -141px 0;
  background-size: 213px; }

.serviceContentEcoles-mobile .serviceSection .routeList li {
  box-sizing: border-box;
  min-height: 68px;
  padding: 10px 12px 10px 53px;
  color: #7a7a7a;
  position: relative; }

.serviceContentEcoles-mobile .serviceSection .routeList .title {
  font: normal 12px/12px Arial, sans-serif; }

.serviceContentEcoles-mobile .serviceSection .routeList .title span {
  font-weight: bold; }

.serviceContentEcoles-mobile .serviceSection .routeList .info {
  font: normal 11px/11px Arial, sans-serif; }

.serviceContentEcoles-mobile .serviceSection .routeList .icon {
  position: absolute;
  width: 29px;
  height: 41px;
  left: 14px;
  top: 11px;
  box-sizing: border-box;
  padding-top: 15px;
  font: bold 13px/13px Arial, sans-serif;
  color: #fff;
  text-align: center; }

.serviceContentEcoles-mobile .serviceSection .routeList .icon.route {
  background: url("/media/bundles/tvaialertbar/images/mobile/sprite_alertes.png") no-repeat -284px 0;
  background-size: 315px; }

.serviceContentEcoles-mobile .serviceSection .routeList .icon.autoroute {
  background: url("/media/bundles/tvaialertbar/images/mobile/sprite_alertes.png") no-repeat -253px 0;
  background-size: 315px; }

.serviceContentEcoles-mobile .serviceSection .transportHeader {
  position: relative;
  margin: 0 12px; }

.serviceContentEcoles-mobile .serviceSection .transportHeader h3 {
  position: relative;
  height: 36px;
  padding: 6px 95px 0 42px;
  margin-bottom: 5px;
  border-bottom: 1px solid #a9a9a9;
  font: normal 14px/14px Dosissemibold, Arial, sans-serif;
  text-transform: uppercase;
  color: #305262; }

.serviceContentEcoles-mobile .serviceSection .transportHeader h3 .feedImage {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #a9a9a9; }

.serviceContentEcoles-mobile .serviceSection .transportHeader h3 span {
  display: block;
  font: normal 11px/11px Arial, sans-serif;
  color: #5d5d5d; }

.serviceContentEcoles-mobile .serviceSection .transportHeader .btnBase {
  position: absolute;
  top: 0;
  right: 0; }

.serviceContentEcoles-mobile .serviceSection .transportList {
  margin-bottom: 30px; }

.serviceContentEcoles-mobile .serviceSection .transportList li {
  padding: 12px;
  font: normal 12px/12px Arial, sans-serif;
  color: #7a7a7a; }

.serviceContentEcoles-mobile .serviceSection .transportList li span {
  font-weight: bold; }

.serviceContentEcoles-mobile .serviceSection .transportList a {
  color: #e46306; }

.serviceContentEcoles-mobile .serviceSection .no-school-message {
  padding: 0 12px; }

.serviceContentEcoles-mobile .serviceSection .bottom-messages {
  margin: 20px 12px 10px; }

.serviceContentEcoles-mobile .serviceSection .bottom-messages .message {
  font: normal 12px/12px Arial, sans-serif;
  color: #666;
  padding: 0 23px;
  clear: both; }

.serviceContentEcoles-mobile .serviceSection .bottom-messages .message-link {
  color: #e46306; }

.serviceContentEcoles-mobile .serviceSection .bottom-messages .message-link:hover {
  text-decoration: underline; }

.serviceContentEcoles-mobile .serviceSection .faq-teaser {
  position: relative;
  margin: 15px 12px 0;
  border-top: 1px solid #e7e7e7;
  padding: 9px 0 0 23px; }

.serviceContentEcoles-mobile .serviceSection .faq-teaser .faq-teaser-text {
  font: normal 12px/14px Arial, sans-serif;
  color: #666;
  padding-right: 82px; }

.serviceContentEcoles-mobile .serviceSection .faq-teaser .faq-link {
  position: absolute;
  top: 12px;
  right: 0;
  background: #ee9726;
  background: -ms-linear-gradient(top, #ee9726 0%, #c65516 100%);
  background: linear-gradient(to bottom, #ee9726 0%, #c65516 100%); }

.serviceContentEcoles-mobile .serviceSection .faq-teaser .faq-link:hover {
  background: #c65516;
  background: -ms-linear-gradient(top, #c65516 0%, #ee9726 100%);
  background: linear-gradient(to bottom, #c65516 0%, #ee9726 100%); }

.serviceContentEcoles-mobile .serviceSection.faq {
  padding-top: 0; }

.serviceContentEcoles-mobile .serviceSection.faq .faq {
  padding-top: 20px; }

.serviceContentEcoles-mobile .serviceSection.faq h2 {
  margin-bottom: 12px; }

.serviceContentEcoles-mobile .serviceSection .faq h1 {
  margin-bottom: 12px; }

.serviceContentEcoles-mobile .serviceSection .faq li {
  padding: 8px 12px;
  color: #7a7a7a; }

.serviceContentEcoles-mobile .serviceSection .faq .question {
  margin-bottom: 4px;
  font: bold 12px/12px Arial, sans-serif; }

.serviceContentEcoles-mobile .serviceSection .faq .reponse {
  font: normal 12px/12px Arial, sans-serif; }

.serviceContentEcoles-mobile .serviceSection .faq .faq-link {
  color: #e46306; }

.serviceContentEcoles-mobile .faqVideo .video-player-wrapper {
  width: 100%;
  height: 55vw; }

.serviceContentEcoles-mobile .faqVideo #video,
.serviceContentEcoles-mobile .faqVideo .inline-video-player {
  width: 100%;
  height: 100%; }

.serviceContentEcoles-mobile .faqVideo .vjs-big-play-button {
  width: 29% !important;
  height: 33% !important;
  border-radius: 5px !important;
  position: relative !important;
  margin: 15% 35.5% !important;
  top: 0 !important;
  left: 0 !important; }

.serviceContentEcoles-mobile .faqVideo .vjs-big-play-button:before {
  font-size: 30px;
  position: relative;
  top: 50%;
  margin-top: -15px; }

@media (max-width: 767px) {
  .serviceContentEcoles .customize .btnBase {
    width: 70px;
    height: 25px;
    font: normal 11px/25px Dosissemibold, Arial, sans-serif;
    position: absolute;
    bottom: 13px;
    right: 0; }

  .serviceContentEcoles .customize label {
    font: normal 16px/28px "Roboto", sans-serif, Arial, sans-serif; }

  .serviceContentEcoles .ecoles-search-panel {
    margin-left: 0;
    width: 72%;
    clear: both; }

  .serviceContentEcoles .customize {
    position: relative; }

  .serviceContentEcoles .schoolList {
    padding: 0; }

  .serviceContentEcoles .schoolList .name {
    font-size: 12px;
    padding-right: 75px; }

  .serviceContentEcoles .schoolList .address {
    font-size: 11px;
    padding-right: 75px; }

  .serviceContentEcoles .schoolList .status {
    font-size: 13px; }

  .serviceContentEcoles .btnBase {
    width: 70px;
    font: normal 11px/25px Dosissemibold, Arial, sans-serif; }

  .serviceContentEcoles .load-closed-institution-list {
    width: 270px; }

  .serviceContentEcoles .bottom-messages .message {
    font: normal 12px/14px Arial, sans-serif;
    padding: 0; }

  .serviceContentEcoles .faq-teaser {
    padding-left: 0; }

  .serviceContentEcoles .faq-teaser .faq-teaser-text {
    padding-right: 75px; }

  .serviceContentEcoles .label-commission {
    font: bold 14px/16px arial, sans-serif; }

  .serviceContentEcoles .commission-tab {
    padding-left: 10px; }

  .serviceContentEcoles .commission-tab-title {
    font: bold 14px/17px Arial, sans-serif; }

  .serviceContentEcoles .commission-tab-count {
    font: bold 13px/16px Arial, sans-serif; }

  .serviceContentEcoles .schoolListInCommission {
    padding: 0 10px; }

  .serviceContentEcoles .schoolListInCommission .name {
    font: bold 12px/12px Arial, sans-serif;
    padding-right: 75px; }

  .serviceContentEcoles .schoolListInCommission .address {
    font: normal 12px/12px Arial, sans-serif;
    padding-right: 75px; }

  .serviceContentEcoles .schoolListInCommission .status {
    font: bold 13px/17px Arial, sans-serif; }

  .serviceContentEcoles .schoolListInCommission .closure-infos-title,
  .serviceContentEcoles .schoolListInCommission .closure-informations-list {
    font-size: 11px; } }
.serviceContentEcoles .slick-slider,
.tvai-ab-barre-div .slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.serviceContentEcoles .slick-list,
.tvai-ab-barre-div .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.serviceContentEcoles .slick-list:focus,
.tvai-ab-barre-div .slick-list:focus {
  outline: none; }

.serviceContentEcoles .slick-list.dragging,
.tvai-ab-barre-div .slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.serviceContentEcoles .slick-slider .slick-track,
.serviceContentEcoles .slick-slider .slick-list,
.tvai-ab-barre-div .slick-slider .slick-track,
.tvai-ab-barre-div .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.serviceContentEcoles .slick-track,
.tvai-ab-barre-div .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.serviceContentEcoles .slick-track:before,
.serviceContentEcoles .slick-track:after,
.tvai-ab-barre-div .slick-track:before,
.tvai-ab-barre-div .slick-track:after {
  display: table;
  content: ''; }

.serviceContentEcoles .slick-track:after,
.tvai-ab-barre-div .slick-track:after {
  clear: both; }

.serviceContentEcoles .slick-loading .slick-track,
.tvai-ab-barre-div .slick-loading .slick-track {
  visibility: hidden; }

.serviceContentEcoles .slick-slide,
.tvai-ab-barre-div .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

.serviceContentEcoles [dir='rtl'] .slick-slide,
.tvai-ab-barre-div [dir='rtl'] .slick-slide {
  float: right; }

.serviceContentEcoles .slick-slide img,
.tvai-ab-barre-div .slick-slide img {
  display: block; }

.serviceContentEcoles .slick-slide.slick-loading img,
.tvai-ab-barre-div .slick-slide.slick-loading img {
  display: none; }

.serviceContentEcoles .slick-slide.dragging img,
.tvai-ab-barre-div .slick-slide.dragging img {
  pointer-events: none; }

.serviceContentEcoles .slick-initialized .slick-slide,
.tvai-ab-barre-div .slick-initialized .slick-slide {
  display: block; }

.serviceContentEcoles .slick-loading .slick-slide,
.tvai-ab-barre-div .slick-loading .slick-slide {
  visibility: hidden; }

.serviceContentEcoles .slick-vertical .slick-slide,
.tvai-ab-barre-div .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

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

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

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

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

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

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

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

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

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

.select2-results {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.topic-section .topic-header .topic-img::after {
  content: '';
  height: 45px;
  background: white;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0; }
.topic-section .topic-header .topic-infos {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
  padding: 45px;
  border: none;
  border-bottom: 1px solid black;
  right: 35px;
  left: 35px;
  width: 100%; }
  .topic-section .topic-header .topic-infos .topic-title {
    font-size: 34px;
    font-weight: 300;
    line-height: 36px;
    color: black; }
.topic-section .topic-header .topic-img + .topic-infos {
  position: absolute;
  bottom: 0; }
.topic-section .topic-header .social-sharing-bar {
  max-width: 650px; }
.topic-section story .story-tag {
  font-size: 15px;
  color: #525251; }
.topic-section .topic-container .topic-intro {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px; }
.topic-section .topic-container .page-subtitle {
  margin: 40px 0px; }
  .topic-section .topic-container .page-subtitle h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px; }
    @media screen and (max-width: 767px) {
      .topic-section .topic-container .page-subtitle h3 {
        font-size: 20px; } }

@media screen and (max-width: 991px) {
  .topic-section .topic-header .topic-infos {
    padding: 25px; }
    .topic-section .topic-header .topic-infos .topic-title {
      font-size: 1.8rem; } }
@media screen and (max-width: 767px) {
  .topic-section .topic-header .topic-infos {
    left: 0;
    max-width: none;
    right: 0; } }
.author-section .page-header {
  margin-bottom: 90px; }
  .author-section .page-header .author-presentation-wrapper {
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .author-section .page-header .author-presentation-wrapper {
        align-items: center;
        flex-direction: column; } }
    .author-section .page-header .author-presentation-wrapper .author-img {
      border: 1px solid black; }
      @media screen and (max-width: 767px) {
        .author-section .page-header .author-presentation-wrapper .author-img {
          width: 100px;
          height: 100px;
          max-width: 100px;
          margin-right: 0; } }
    .author-section .page-header .author-presentation-wrapper .author-name {
      font-family: "Montserrat", sans-serif;
      font-weight: 300;
      font-size: 40px;
      line-height: 46px;
      letter-spacing: -0.02em; }
      @media screen and (max-width: 991px) {
        .author-section .page-header .author-presentation-wrapper .author-name {
          font-size: 34px;
          line-height: 40px; } }
      @media screen and (max-width: 767px) {
        .author-section .page-header .author-presentation-wrapper .author-name {
          font-size: 24px;
          line-height: 26px;
          text-align: center;
          padding-top: 15px; } }
    .author-section .page-header .author-presentation-wrapper .contact-links {
      padding: 0;
      background: none;
      margin-top: 20px;
      justify-content: flex-start; }
      @media screen and (max-width: 767px) {
        .author-section .page-header .author-presentation-wrapper .contact-links {
          justify-content: center; } }
      .author-section .page-header .author-presentation-wrapper .contact-links .contact-links__top-label {
        display: block;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #878684;
        margin-right: 10px; }
      .author-section .page-header .author-presentation-wrapper .contact-links li + li {
        margin-left: 10px; }
      .author-section .page-header .author-presentation-wrapper .contact-links li a .contact-links__social {
        width: 36px;
        height: 36px;
        color: white;
        text-align: center;
        background: black; }
        .author-section .page-header .author-presentation-wrapper .contact-links li a .contact-links__social svg {
          max-width: 21px; }
  .author-section .page-header .contact-links li a span {
    font-size: 1.6rem;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .author-section .page-header .contact-links li a span {
        display: none; } }
  .author-section .page-header .author-biography {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #525251; }
    @media screen and (max-width: 767px) {
      .author-section .page-header .author-biography {
        font-size: 17px;
        line-height: 26px; } }
    .author-section .page-header .author-biography .biography-title {
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: black; }
      @media screen and (max-width: 767px) {
        .author-section .page-header .author-biography .biography-title {
          font-size: 20px;
          line-height: 22px; } }
.author-section .page-subtitle h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.02em; }
  @media screen and (max-width: 767px) {
    .author-section .page-subtitle h3 {
      font-size: 20px;
      line-height: 22px; } }
.author-section .container-wrapper {
  padding-bottom: 90px; }

.magazines-brand-section .sidebar-section {
  top: calc(70px + 20px); }
  @media screen and (max-width: 767px) {
    .magazines-brand-section .sidebar-section {
      top: 70px;
      right: 0px;
      left: 0px;
      position: sticky;
      position: -webkit-sticky; } }

@media screen and (max-width: 328px) {
  .sidebar-section .follow-us-brand .social ul li {
    margin-left: 7px; } }
.article-section .story-titles .story-title {
  font-size: 6rem;
  font-weight: normal;
  line-height: 1; }
  @media screen and (max-width: 991px) {
    .article-section .story-titles .story-title {
      font-size: 4rem; } }
  @media screen and (max-width: 767px) {
    .article-section .story-titles .story-title {
      font-size: 2.8rem; } }
.article-section .story-titles .story-subtitle {
  color: #878684;
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .article-section .story-titles .story-subtitle {
      font-size: 1.6rem; } }
.article-section .content-text .story-content .formatted-text, .article-section .author-section .page-header .header-left .story-content .formatted-text, .author-section .page-header .article-section .header-left .story-content .formatted-text, .article-section .story-header .story-content .formatted-text {
  padding: 0 75px; }
.article-section .newsletter-widget {
  background: no-repeat center;
  background-image: url("/static/images/Bck_Dossier_SB_refonte.png") !important;
  background-color: #F5F4F2;
  background-size: cover;
  border: none;
  padding: 15px; }
  .article-section .newsletter-widget .field-wrapper {
    display: none; }
  .article-section .newsletter-widget .newsletter-widget-intro .title {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500; }
  .article-section .newsletter-widget .newsletter-widget-intro .icon-email {
    background: #FF7F00; }
  .article-section .newsletter-widget .field.type-text .textfield {
    background: #FFFFFF;
    border: 1px solid #878684;
    border-radius: 4px; }
    @media screen and (max-width: 767px) {
      .article-section .newsletter-widget .field.type-text .textfield {
        padding: 12px 10px; } }
  .article-section .newsletter-widget .newsletter-widget-form {
    padding-bottom: 10px; }
    .article-section .newsletter-widget .newsletter-widget-form .type-text .btn {
      background: #000000;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 15px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .article-section .newsletter-widget .newsletter-widget-form .type-text .btn {
          padding: 7px 15px; } }
  .article-section .newsletter-widget .newsletter-widget-icon {
    background-color: transparent;
    padding-bottom: 5px;
    width: 50px; }
    .article-section .newsletter-widget .newsletter-widget-icon svg {
      width: 100%;
      max-width: 60px;
      height: auto; }
  @media screen and (max-width: 767px) {
    .article-section .newsletter-widget {
      background-image: url("/static/images/bg-newsletter-refonte.png") !important; } }

@media screen and (max-width: 1390px) {
  .article-section .content-text .story-content .formatted-text, .article-section .author-section .page-header .header-left .story-content .formatted-text, .author-section .page-header .article-section .header-left .story-content .formatted-text, .article-section .story-header .story-content .formatted-text {
    padding: 0; } }
@media screen and (max-width: 480px) {
  .article-section .content-text .breadcrumb, .article-section .author-section .page-header .header-left .breadcrumb, .author-section .page-header .article-section .header-left .breadcrumb, .article-section .story-header .breadcrumb {
    margin-bottom: 20px; } }
.fixed-bottom-bar {
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 999;
  opacity: 0; }
  .fixed-bottom-bar .container-wrapper {
    display: flex;
    align-items: center; }
  .fixed-bottom-bar .text-block {
    display: flex;
    flex-grow: 1;
    flex-direction: row-reverse;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding-left: 17px; }
    .fixed-bottom-bar .text-block .extend-bar {
      display: inline-block;
      color: #ddd;
      text-decoration: none;
      padding: 8px 10px;
      background: #4A4A4A;
      position: relative;
      cursor: pointer; }
      .fixed-bottom-bar .text-block .extend-bar::before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 17px 17px 17px 0;
        border-color: transparent #4A4A4A transparent transparent;
        position: absolute;
        top: 0;
        left: -17px; }
      .fixed-bottom-bar .text-block .extend-bar:hover {
        background: #575757; }
      .fixed-bottom-bar .text-block .extend-bar:hover::before {
        border-right-color: #575757; }
    .fixed-bottom-bar .text-block i {
      font-size: 0.7rem; }
  .fixed-bottom-bar .logos-block {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 0;
    overflow: hidden;
    background: #eee;
    transition: max-width 500ms ease-out; }
    .fixed-bottom-bar .logos-block ul {
      align-items: center;
      display: flex;
      padding: 0 15px 0 calc(17px + 10px); }
    .fixed-bottom-bar .logos-block li {
      display: inline-block;
      flex-shrink: 0; }
      .fixed-bottom-bar .logos-block li img {
        max-height: 22px;
        vertical-align: middle; }
    .fixed-bottom-bar .logos-block li + li {
      margin-left: calc(4px + 6px);
      padding-left: 10px;
      border-left: 1px solid #d8d8d8; }
    .fixed-bottom-bar .logos-block .qub img {
      max-height: 28px; }
  .fixed-bottom-bar .actions {
    display: flex;
    flex-direction: column;
    background: #4A4A4A; }
    .fixed-bottom-bar .actions a {
      display: flex;
      flex: 50%;
      align-items: center;
      justify-content: center;
      max-height: 50%;
      color: #ddd;
      text-decoration: none; }
    .fixed-bottom-bar .actions a + a {
      border-top: 1px solid #eee; }
    .fixed-bottom-bar .actions .hide-bar {
      background: black; }
      .fixed-bottom-bar .actions .hide-bar:hover {
        background: #0d0d0d; }
    .fixed-bottom-bar .actions .extend-bar {
      display: flex;
      font-size: 0.9rem;
      background: #4A4A4A;
      opacity: 0;
      visibility: hidden;
      transition: visibility 0s, opacity 0.2s linear; }
      .fixed-bottom-bar .actions .extend-bar:hover {
        background: #575757; }
  .fixed-bottom-bar.opened .text-block {
    padding: 0; }
    .fixed-bottom-bar.opened .text-block .extend-bar::before {
      border-width: 17px 0 17px 17px;
      border-color: transparent transparent transparent #4A4A4A;
      right: -17px;
      left: auto; }
    .fixed-bottom-bar.opened .text-block .extend-bar:hover::before {
      border-left-color: #575757; }
  .fixed-bottom-bar.opened .logos-block {
    max-width: 2000px; }
  .fixed-bottom-bar.opened .actions .extend-bar {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s, opacity 0.2s linear; }

@media screen and (max-width: 991px) {
  .fixed-bottom-bar {
    display: none; } }
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .fixed-bottom-bar {
    right: 20px; } }
.error-page .content-page {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 0 25px 75px 25px; }
  @media screen and (max-width: 767px) {
    .error-page .content-page {
      padding: 0; } }
  .error-page .content-page .page-title {
    max-width: none;
    padding: 0;
    border: none;
    margin-bottom: 35px; }
    .error-page .content-page .page-title .tag {
      display: inline-block;
      padding: 6px 10px;
      background: #FF7F00;
      font-weight: 300;
      font-size: 22px;
      line-height: 26px;
      color: black; }
  .error-page .content-page .page-intro {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px; }
    @media screen and (max-width: 767px) {
      .error-page .content-page .page-intro {
        font-size: 20px;
        line-height: 22px; } }
  @media screen and (max-width: 767px) {
    .error-page .content-page .error-search-bar {
      margin: 35px auto 0; } }
  .error-page .content-page .error-search-bar .type-text input {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    border-bottom-color: #878684; }
.error-page .dynamic-recos.internal-recos-wrapper {
  margin-top: 0; }

.socials-section,
.instagram-social-widget {
  margin: 65px 0; }
  .socials-section .follow-us .story-brand-logo,
  .instagram-social-widget .follow-us .story-brand-logo {
    display: none; }
  .socials-section .follow-us h3,
  .instagram-social-widget .follow-us h3 {
    padding-top: 1px; }
  @media screen and (max-width: 767px) {
    .socials-section,
    .instagram-social-widget {
      margin: 25px 0; } }

.socials-section .container-wrapper {
  background: none;
  border-bottom: 1px solid #000000;
  padding: 35px 10px; }
.socials-section .sidebar-subtitle {
  color: #000000;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 46px;
  text-transform: uppercase;
  margin-right: 25px; }
  .socials-section .sidebar-subtitle.subtitle-long {
    display: none; }
  @media screen and (max-width: 991px) {
    .socials-section .sidebar-subtitle {
      font-size: 34px;
      line-height: 40px; } }
  @media screen and (max-width: 767px) {
    .socials-section .sidebar-subtitle {
      font-size: 24px;
      line-height: 26px;
      margin-right: 0px; } }
.socials-section .social {
  margin-top: 0px; }
  @media screen and (max-width: 767px) {
    .socials-section .social {
      margin-top: 25px; }
      .socials-section .social li {
        margin-left: 10px;
        margin-right: 10px; } }
  .socials-section .social a,
  .socials-section .social a:hover {
    fill: white;
    background: #000000; }
.socials-section .follow-us {
  display: inline-flex; }
  @media screen and (max-width: 767px) {
    .socials-section .follow-us {
      display: block; } }

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

.slideshow-widget {
  margin-bottom: 65px;
  padding-top: 75px;
  padding-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    .slideshow-widget {
      margin-bottom: 50px;
      padding: 50px 75px 20px 75px; } }
  @media screen and (max-width: 767px) {
    .slideshow-widget {
      margin-bottom: 35px;
      padding: 25px 20px 20px 20px; } }
  @media screen and (max-width: 767px) {
    .slideshow-widget .widget__link-wrapper {
      margin-top: 20px; } }
  .slideshow-widget .widget__link .link__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px; }
    @media screen and (max-width: 991px) {
      .slideshow-widget .widget__link .link__name {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .slideshow-widget .widget__link .link__name {
        font-size: 13px;
        line-height: 15.85px; } }
  .slideshow-widget .widget__link .link__arrow:before {
    background-color: #FF7F00; }
  .slideshow-widget .widget__link .link__arrow:after {
    border-top: 3px solid #FF7F00;
    border-right: 3px solid #FF7F00; }
  .slideshow-widget .widget__link .link__arrow.-right:before {
    display: block;
    transform: translate(5px, -0.5px) scale(3, 1.5); }
  @media screen and (max-width: 991px) {
    .slideshow-widget .widget__link {
      right: -15px; } }
  @media screen and (max-width: 991px) {
    .slideshow-widget .slider-wrapper {
      margin: 0px; } }
  .slideshow-widget .slider-container .slider-nav-btns .slider-control {
    width: 70px; }
    .slideshow-widget .slider-container .slider-nav-btns .slider-control.next {
      right: -35px; }
    .slideshow-widget .slider-container .slider-nav-btns .slider-control.prev {
      left: -35px; }
  .slideshow-widget .slider-container .slider-nav-btns .slider-btn {
    width: 70px;
    height: 70px;
    opacity: 1; }
    @media screen and (max-width: 991px) {
      .slideshow-widget .slider-container .slider-nav-btns .slider-btn {
        width: 46.66667px;
        height: 46.66667px;
        position: relative;
        top: 95px; } }
    @media screen and (max-width: 767px) {
      .slideshow-widget .slider-container .slider-nav-btns .slider-btn {
        width: 35px;
        height: 35px;
        position: relative;
        top: 65px; } }
  .slideshow-widget .story-tag {
    font-size: 15px;
    line-height: 17px;
    font-weight: 500; }
  .slideshow-widget .story .story-infos {
    right: 35px;
    left: 35px;
    width: calc(100% - (35px * 2));
    max-width: 650px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 30px 45px; }
    @media screen and (max-width: 991px) {
      .slideshow-widget .story .story-infos {
        right: 0px;
        left: 0px;
        width: 100%;
        padding: 20px 45px; } }
    @media screen and (max-width: 767px) {
      .slideshow-widget .story .story-infos {
        padding: 10px 45px; } }
    @media screen and (max-width: 991px) {
      .slideshow-widget .story .story-infos .story-tag {
        font-size: 15px;
        line-height: 12px; } }
    @media screen and (max-width: 767px) {
      .slideshow-widget .story .story-infos .story-tag {
        display: block;
        font-size: 11px; } }
    .slideshow-widget .story .story-infos .story-title {
      font-size: 34px;
      line-height: 36px;
      font-weight: 300; }
      @media screen and (max-width: 991px) {
        .slideshow-widget .story .story-infos .story-title {
          font-size: 22px;
          line-height: 36px; } }
      @media screen and (max-width: 767px) {
        .slideshow-widget .story .story-infos .story-title {
          font-size: 14px;
          line-height: 17px; } }

.breadcrumb {
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }
  .breadcrumb li {
    padding-right: 6px; }
    @media screen and (max-width: 767px) {
      .breadcrumb li {
        padding-right: 2px; } }
    .breadcrumb li::before {
      padding-right: 6px !important; }
      @media screen and (max-width: 767px) {
        .breadcrumb li::before {
          padding-right: 2px !important; } }
  .breadcrumb ol {
    display: block; }
  .breadcrumb a {
    color: #878684; }
  .breadcrumb li + li:before {
    content: url("/static/images/icon-breadcrumb.svg");
    color: black; }
  .breadcrumb .current i span,
  .breadcrumb .current > a {
    color: black; }

@media screen and (max-width: 991px) {
  .breadcrumb {
    font-size: 1.8rem; } }
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 1.6rem; } }
.newsletter-form-wrapper .field .textfield {
  color: #666;
  padding: 8px 10px;
  background: white;
  border: none;
  border-radius: 0;
  font-size: 14px; }
  .newsletter-form-wrapper .field .textfield::placeholder {
    color: #666;
    opacity: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 400; }
  .newsletter-form-wrapper .field .textfield:-ms-input-placeholder {
    color: #666; }
.newsletter-form-wrapper .field.type-checkbox label {
  color: white; }
.newsletter-form-wrapper .field.type-submit .submit-btn {
  width: 75%;
  background: white; }

.sidebar-section .follow-us,
.sidebar-section .newsletter {
  padding: 0; }
  .sidebar-section .follow-us .sidebar-subtitle,
  .sidebar-section .newsletter .sidebar-subtitle {
    color: white;
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0;
    padding: 12px 15px; }
  .sidebar-section .follow-us .field-wrapper,
  .sidebar-section .newsletter .field-wrapper {
    display: none; }
.sidebar-section .follow-us {
  padding: 15px; }
  .sidebar-section .follow-us .sidebar-subtitle {
    display: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 0; }
    .sidebar-section .follow-us .sidebar-subtitle.subtitle-short {
      display: none; }
  .sidebar-section .follow-us .story-brand-logo {
    display: block;
    margin-right: 20px; }
  .sidebar-section .follow-us .sidebar-content-block {
    margin-top: 20px; }
  .sidebar-section .follow-us .social a,
  .sidebar-section .follow-us .social a:hover {
    fill: #FF7F00;
    background: white; }
.sidebar-section .sidebar-block-zeste {
  background: #2C9942 !important; }
  .sidebar-section .sidebar-block-zeste .social .story-brand-logo {
    margin-left: 10px !important; }
  .sidebar-section .sidebar-block-zeste .social ul {
    margin-left: 40px !important; }
  .sidebar-section .sidebar-block-zeste .social a {
    background: black !important; }
    .sidebar-section .sidebar-block-zeste .social a svg {
      fill: #2C9942 !important; }
    .sidebar-section .sidebar-block-zeste .social a:hover {
      background: white !important; }
.sidebar-section .follow-us-brand {
  display: flex;
  background: #000000;
  padding: 15px; }
  .sidebar-section .follow-us-brand .sidebar-content-block {
    margin: 4px; }
  .sidebar-section .follow-us-brand .social {
    display: flex; }
    .sidebar-section .follow-us-brand .social li + li {
      margin-left: 0px; }
    .sidebar-section .follow-us-brand .social ul {
      justify-content: center;
      margin-left: 20px; }
      .sidebar-section .follow-us-brand .social ul li:nth-child(2) {
        margin-left: 15px;
        margin-right: 15px; }
    .sidebar-section .follow-us-brand .social a {
      background: white;
      width: 36px;
      height: 36px;
      border-radius: 100px; }
      .sidebar-section .follow-us-brand .social a svg {
        max-width: 20px;
        fill: black; }
      .sidebar-section .follow-us-brand .social a:hover {
        background: #FF7F00; }
.sidebar-section .promo-subscription .subscription-text .sidebar-subtitle {
  text-align: left; }
.sidebar-section .newsletter {
  background: no-repeat center;
  background-image: url("/static/images/bg-newsletter-refonte.png") !important;
  background-color: #F5F4F2;
  background-size: cover; }
  .sidebar-section .newsletter .sidebar-subtitle {
    display: flex;
    align-items: center; }
    .sidebar-section .newsletter .sidebar-subtitle .newsletter-widget-icon {
      background-color: transparent; }
    .sidebar-section .newsletter .sidebar-subtitle .title {
      color: #000000;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 16px;
      padding-top: 5px; }
    .sidebar-section .newsletter .sidebar-subtitle .icon-email {
      color: #FF7F00;
      background: white; }
  .sidebar-section .newsletter .field.type-text .textfield {
    background: #FFFFFF;
    border: 1px solid #878684;
    border-radius: 4px;
    padding: 12px 10px; }
  .sidebar-section .newsletter .sidebar-content-block {
    padding: 5px 15px 15px; }
    .sidebar-section .newsletter .sidebar-content-block .intro {
      color: white;
      font-size: 1.3rem; }
  .sidebar-section .newsletter .field.type-checkbox label {
    text-align: justify; }
.sidebar-section .newsletter .field.type-submit .submit-btn,
.sidebar-section .sb-privileges .btn-wrapper .btn {
  width: 100%;
  max-width: 150px;
  background: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0;
  line-height: 25px; }
.sidebar-section .most-popular .story .story-img {
  width: 35%; }
  .sidebar-section .most-popular .story .story-img.no-main-img a {
    padding-bottom: 83%; }
.sidebar-section .most-popular .story .story-infos {
  width: 65%; }
  .sidebar-section .most-popular .story .story-infos .story-tag {
    display: block;
    margin-bottom: 5px; }
  .sidebar-section .most-popular .story .story-infos .story-title {
    font-size: 1.6rem;
    line-height: 1.1; }
.sidebar-section .most-popular .story:hover .story-infos .story-title a {
  color: #999;
  text-decoration: none; }
.sidebar-section .sb-privileges {
  text-align: center;
  padding: 30px 0;
  background: url("/static/images/bg-sb-privileges-refonte.png") bottom center;
  background-size: cover; }
  .sidebar-section .sb-privileges p {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0 15px;
    margin: 15px auto 20px; }
  .sidebar-section .sb-privileges .btn-wrapper {
    text-align: center;
    margin-top: 10px; }
    .sidebar-section .sb-privileges .btn-wrapper .btn {
      width: 100%;
      max-width: 150px;
      font-size: 15px;
      font-weight: 600;
      color: #000000;
      background: #FFFFFF;
      border-radius: 0;
      text-transform: uppercase; }

.dynamic-recos {
  font-family: "Montserrat", sans-serif; }
  .dynamic-recos .container-wrapper {
    padding: 0; }
  .dynamic-recos .story:nth-child(n+5) {
    margin-top: 20px; }
  .dynamic-recos .widget-title {
    margin-bottom: 20px; }
    .dynamic-recos .widget-title h3 {
      font-weight: 500;
      font-size: 24px;
      line-height: 30px; }
  .dynamic-recos .story {
    padding: 0 10px; }
    .dynamic-recos .story .row {
      margin-right: -10px;
      margin-left: -10px; }
    @media screen and (max-width: 767px) {
      .dynamic-recos .story .story-img {
        background-size: contain;
        background-position: top; } }
    .dynamic-recos .story .story-img .story-tag {
      padding-right: 30px;
      padding-left: 30px;
      bottom: 0; }
    .dynamic-recos .story .story-wrapper {
      background: none;
      border: none;
      position: relative;
      display: block; }
      @media screen and (max-width: 767px) {
        .dynamic-recos .story .story-wrapper {
          display: flex; } }
      .dynamic-recos .story .story-wrapper:hover {
        background: none; }
        .dynamic-recos .story .story-wrapper:hover .story-img .story-tag {
          opacity: 0; }
        .dynamic-recos .story .story-wrapper:hover .story-infos .story-title a {
          color: #999;
          text-decoration: none; }
    .dynamic-recos .story .story-infos {
      display: block;
      text-transform: uppercase;
      border-bottom: none;
      padding: 15px 25px 30px 25px; }
      .dynamic-recos .story .story-infos .story-tag {
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        margin-top: 0;
        display: block; }
      .dynamic-recos .story .story-infos .story-title {
        display: block;
        font-weight: 300;
        font-size: 17px;
        line-height: 19px;
        text-transform: uppercase; }
  .dynamic-recos.internal-recos-wrapper {
    margin-top: 35px; }
    .dynamic-recos.internal-recos-wrapper .widget-inner {
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      padding: 20px 0;
      margin: 20px 0; }
      @media screen and (max-width: 767px) {
        .dynamic-recos.internal-recos-wrapper .widget-inner {
          padding: 20px 0 50px;
          margin: 20px 0 0px; } }
    @media screen and (max-width: 767px) {
      .dynamic-recos.internal-recos-wrapper {
        margin-top: 0; } }
    .dynamic-recos.internal-recos-wrapper .widget-title h3 {
      color: black; }
    .dynamic-recos.internal-recos-wrapper .story .story-infos {
      text-align: center; }
      .dynamic-recos.internal-recos-wrapper .story .story-infos .story-title {
        font-size: 1.8rem; }
    .dynamic-recos.internal-recos-wrapper .story-wrapper::before {
      content: '';
      position: absolute;
      inset: 15px;
      z-index: 5;
      border: 1px solid #FF7F00; }
      @media screen and (max-width: 767px) {
        .dynamic-recos.internal-recos-wrapper .story-wrapper::before {
          inset: 8px; } }
  .dynamic-recos.external-recos-wrapper {
    padding-bottom: 20px; }
    .dynamic-recos.external-recos-wrapper .widget-inner {
      padding: 0 0 20px; }
      @media screen and (max-width: 767px) {
        .dynamic-recos.external-recos-wrapper .widget-inner {
          padding: 20px 0 30px; } }
    .dynamic-recos.external-recos-wrapper .story .story-img {
      margin-bottom: 0; }
    .dynamic-recos.external-recos-wrapper .story .story-infos {
      position: relative;
      background: none;
      padding: 0;
      margin-top: 10px; }
      @media screen and (max-width: 767px) {
        .dynamic-recos.external-recos-wrapper .story .story-infos {
          margin-top: 0; } }
      .dynamic-recos.external-recos-wrapper .story .story-infos .story-title {
        text-transform: none; }
      .dynamic-recos.external-recos-wrapper .story .story-infos .story-source {
        display: block;
        font-size: 12px;
        line-height: 15px;
        margin-top: 4px; }
  .dynamic-recos.external-recos-wrapper ~ .dynamic-recos.external-recos-wrapper {
    background: black;
    padding-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .dynamic-recos.external-recos-wrapper ~ .dynamic-recos.external-recos-wrapper {
        padding-bottom: 40px; } }
    .dynamic-recos.external-recos-wrapper ~ .dynamic-recos.external-recos-wrapper .widget-inner {
      padding: 60px 0 20px; }
    .dynamic-recos.external-recos-wrapper ~ .dynamic-recos.external-recos-wrapper .widget-title h3 {
      color: white; }
    .dynamic-recos.external-recos-wrapper ~ .dynamic-recos.external-recos-wrapper .story .story-infos {
      color: white; }
      .dynamic-recos.external-recos-wrapper ~ .dynamic-recos.external-recos-wrapper .story .story-infos .story-source {
        color: white; }

@media screen and (max-width: 767px) {
  .internal-recos-wrapper,
  .external-recos-wrapper {
    padding-right: 10px;
    padding-left: 10px; }
    .internal-recos-wrapper .story .story-wrapper,
    .external-recos-wrapper .story .story-wrapper {
      display: flex;
      background: transparent;
      border-bottom: solid 1px #FF7F00;
      margin: 8px 0;
      position: inherit; }
      .internal-recos-wrapper .story .story-wrapper::before,
      .external-recos-wrapper .story .story-wrapper::before {
        content: none; }
      .internal-recos-wrapper .story .story-wrapper .story-img,
      .external-recos-wrapper .story .story-wrapper .story-img {
        width: 105px;
        height: 78.75px;
        padding-bottom: 0;
        margin-bottom: 0; }
      .internal-recos-wrapper .story .story-wrapper .story-infos,
      .external-recos-wrapper .story .story-wrapper .story-infos {
        text-align: start;
        width: 80%;
        padding: 0 8px;
        position: inherit; }
    .internal-recos-wrapper .container-wrapper,
    .external-recos-wrapper .container-wrapper {
      padding: 0;
      margin: auto; }
    .internal-recos-wrapper .widget-inner,
    .external-recos-wrapper .widget-inner {
      padding: 0 10px 30px; }
    .internal-recos-wrapper .story:nth-child(n+2),
    .external-recos-wrapper .story:nth-child(n+2) {
      margin-top: 15px; } }
.live-player-story .container-wrapper {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: none; }

.popup-adblocker__header {
  margin-bottom: 15px; }

.popup-adblocker__title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

.popup-adblocker__tutorial-btn {
  background: linear-gradient(133.56deg, #FDA910 2.45%, #FC6E10 55.34%); }

body .main-header .nav-wrapper .logo-bar {
  background: white; }
body .main-header .nav-wrapper .main-nav .main-nav-inner li:hover > a,
body .main-header .nav-wrapper .main-nav .main-nav-inner li:hover > a > .menu-label-wrapper,
body .main-header .nav-wrapper .main-nav .main-nav-inner li:hover > .menu-label-wrapper,
body .main-header .nav-wrapper .main-nav .main-nav-inner li.active > a,
body .main-header .nav-wrapper .main-nav .main-nav-inner li.active > a > .menu-label-wrapper,
body .main-header .nav-wrapper .main-nav .main-nav-inner li.active > .menu-label-wrapper {
  color: black !important; }
body .main-header .nav-wrapper .main-nav .main-nav-inner li:hover path,
body .main-header .nav-wrapper .main-nav .main-nav-inner li.active path {
  fill: #FF7F00 !important; }
body .main-header .nav-wrapper .main-nav li.active {
  border-bottom: 2px solid transparent; }
body .main-header .nav-wrapper .main-nav li:hover svg {
  transform: rotate(90deg); }
body .main-header .nav-wrapper .main-nav .main-nav-inner li .icon-svg {
  padding: 0px;
  margin-right: 10px; }
  body .main-header .nav-wrapper .main-nav .main-nav-inner li .icon-svg path {
    fill: black; }
body.recettes-style .main-header .nav-wrapper .main-nav li.active {
  border-bottom-color: #32B34C !important;
  color: black !important; }
body.mode-beaute-style .main-header .nav-wrapper .main-nav li.active {
  border-bottom-color: #ff847c !important;
  color: black !important; }
body.maison-famille-style .main-header .nav-wrapper .main-nav li.active {
  border-bottom-color: #4259C9 !important;
  color: white !important; }
body.sports-voyages-style .main-header .nav-wrapper .main-nav li.active {
  border-bottom-color: #08997A !important;
  color: white !important; }
body.mieux-etre-style .main-header .nav-wrapper .main-nav li.active {
  border-bottom-color: #FF6B61 !important;
  color: black !important; }
body.arts-divertissements-style .main-header .nav-wrapper .main-nav li.active {
  border-bottom-color: #AB0327 !important;
  color: white !important; }
body.magazines-style .main-header .nav-wrapper .main-nav li.active {
  border-bottom-color: #4259C9 !important;
  color: black !important; }
body.consommation-style .main-header .nav-wrapper .main-nav li.active {
  border-bottom-color: #00ABC2 !important;
  color: black !important; }
body.bonasavoir-style .main-header .nav-wrapper .main-nav li.active {
  border-bottom-color: #81807E !important;
  color: white !important; }
body.sbprivileges-style .main-header .nav-wrapper .main-nav li.active {
  border-bottom-color: #5D276D !important;
  color: white !important; }
body.recettes-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
  border-top-color: #32B34C !important;
  color: black !important; }
body.mode-beaute-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
  border-top-color: #ff847c !important;
  color: black !important; }
body.maison-famille-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
  border-top-color: #4259C9 !important;
  color: white !important; }
body.sports-voyages-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
  border-top-color: #08997A !important;
  color: white !important; }
body.mieux-etre-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
  border-top-color: #FF6B61 !important;
  color: black !important; }
body.arts-divertissements-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
  border-top-color: #AB0327 !important;
  color: white !important; }
body.magazines-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
  border-top-color: #4259C9 !important;
  color: black !important; }
body.consommation-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
  border-top-color: #00ABC2 !important;
  color: black !important; }
body.bonasavoir-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
  border-top-color: #81807E !important;
  color: white !important; }
body.sbprivileges-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu {
  border-top-color: #5D276D !important;
  color: white !important; }
body.recettes-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level:hover {
  background: #EEFFE8 !important;
  color: black !important; }
body.mode-beaute-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level:hover {
  background: #FFE7E3 !important;
  color: black !important; }
body.maison-famille-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level:hover {
  background: #EEF3FF !important;
  color: black !important; }
body.sports-voyages-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level:hover {
  background: #D9FFF3 !important;
  color: black !important; }
body.mieux-etre-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level:hover {
  background: #FFE7E3 !important;
  color: black !important; }
body.arts-divertissements-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level:hover {
  background: #FAE3E9 !important;
  color: black !important; }
body.magazines-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level:hover {
  background: #EEF3FF !important;
  color: black !important; }
body.consommation-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level:hover {
  background: #E0F6FF !important;
  color: black !important; }
body.bonasavoir-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level:hover {
  background: #EBEBEA !important;
  color: black !important; }
body.sbprivileges-style .main-header .nav-wrapper .main-nav .main-nav-inner .submenu li.second-level:hover {
  background: #F9E5FF !important;
  color: black !important; }
body.recettes-style .main-header .nav-wrapper .main-nav .main-nav-inner li:hover path {
  fill: #32B34C !important;
  color: black !important; }
body.mode-beaute-style .main-header .nav-wrapper .main-nav .main-nav-inner li:hover path {
  fill: #ff847c !important;
  color: black !important; }
body.maison-famille-style .main-header .nav-wrapper .main-nav .main-nav-inner li:hover path {
  fill: #4259C9 !important;
  color: white !important; }
body.sports-voyages-style .main-header .nav-wrapper .main-nav .main-nav-inner li:hover path {
  fill: #08997A !important;
  color: white !important; }
body.mieux-etre-style .main-header .nav-wrapper .main-nav .main-nav-inner li:hover path {
  fill: #FF6B61 !important;
  color: black !important; }
body.arts-divertissements-style .main-header .nav-wrapper .main-nav .main-nav-inner li:hover path {
  fill: #AB0327 !important;
  color: white !important; }
body.magazines-style .main-header .nav-wrapper .main-nav .main-nav-inner li:hover path {
  fill: #4259C9 !important;
  color: black !important; }
body.consommation-style .main-header .nav-wrapper .main-nav .main-nav-inner li:hover path {
  fill: #00ABC2 !important;
  color: black !important; }
body.bonasavoir-style .main-header .nav-wrapper .main-nav .main-nav-inner li:hover path {
  fill: #81807E !important;
  color: white !important; }
body.sbprivileges-style .main-header .nav-wrapper .main-nav .main-nav-inner li:hover path {
  fill: #5D276D !important;
  color: white !important; }
body.recettes-style .main-header .nav-wrapper .main-nav .main-nav-inner li.active path {
  fill: #32B34C !important;
  color: black !important; }
body.mode-beaute-style .main-header .nav-wrapper .main-nav .main-nav-inner li.active path {
  fill: #ff847c !important;
  color: black !important; }
body.maison-famille-style .main-header .nav-wrapper .main-nav .main-nav-inner li.active path {
  fill: #4259C9 !important;
  color: white !important; }
body.sports-voyages-style .main-header .nav-wrapper .main-nav .main-nav-inner li.active path {
  fill: #08997A !important;
  color: white !important; }
body.mieux-etre-style .main-header .nav-wrapper .main-nav .main-nav-inner li.active path {
  fill: #FF6B61 !important;
  color: black !important; }
body.arts-divertissements-style .main-header .nav-wrapper .main-nav .main-nav-inner li.active path {
  fill: #AB0327 !important;
  color: white !important; }
body.magazines-style .main-header .nav-wrapper .main-nav .main-nav-inner li.active path {
  fill: #4259C9 !important;
  color: black !important; }
body.consommation-style .main-header .nav-wrapper .main-nav .main-nav-inner li.active path {
  fill: #00ABC2 !important;
  color: black !important; }
body.bonasavoir-style .main-header .nav-wrapper .main-nav .main-nav-inner li.active path {
  fill: #81807E !important;
  color: white !important; }
body.sbprivileges-style .main-header .nav-wrapper .main-nav .main-nav-inner li.active path {
  fill: #5D276D !important;
  color: white !important; }

.menu-burger-nav li.submenu-opened.recettes-style > a .icon-svg path {
  fill: #32B34C !important;
  color: black !important; }
.menu-burger-nav li.submenu-opened.mode-beaute-style > a .icon-svg path {
  fill: #ff847c !important;
  color: black !important; }
.menu-burger-nav li.submenu-opened.maison-famille-style > a .icon-svg path {
  fill: #4259C9 !important;
  color: white !important; }
.menu-burger-nav li.submenu-opened.sports-voyages-style > a .icon-svg path {
  fill: #08997A !important;
  color: white !important; }
.menu-burger-nav li.submenu-opened.mieux-etre-style > a .icon-svg path {
  fill: #FF6B61 !important;
  color: black !important; }
.menu-burger-nav li.submenu-opened.arts-divertissements-style > a .icon-svg path {
  fill: #AB0327 !important;
  color: white !important; }
.menu-burger-nav li.submenu-opened.magazines-style > a .icon-svg path {
  fill: #4259C9 !important;
  color: black !important; }
.menu-burger-nav li.submenu-opened.consommation-style > a .icon-svg path {
  fill: #00ABC2 !important;
  color: black !important; }
.menu-burger-nav li.submenu-opened.bonasavoir-style > a .icon-svg path {
  fill: #81807E !important;
  color: white !important; }
.menu-burger-nav li.submenu-opened.sbprivileges-style > a .icon-svg path {
  fill: #5D276D !important;
  color: white !important; }

.mosaic-section .story.type-video .story-infos {
  border-bottom: 1px solid black;
  border-color: #FF7F00;
  padding: 0; }

body.recettes-style .mosaic-section .story .story-wrapper::before {
  border-color: #32B34C !important;
  color: black !important; }
body.mode-beaute-style .mosaic-section .story .story-wrapper::before {
  border-color: #ff847c !important;
  color: black !important; }
body.maison-famille-style .mosaic-section .story .story-wrapper::before {
  border-color: #4259C9 !important;
  color: white !important; }
body.sports-voyages-style .mosaic-section .story .story-wrapper::before {
  border-color: #08997A !important;
  color: white !important; }
body.mieux-etre-style .mosaic-section .story .story-wrapper::before {
  border-color: #FF6B61 !important;
  color: black !important; }
body.arts-divertissements-style .mosaic-section .story .story-wrapper::before {
  border-color: #AB0327 !important;
  color: white !important; }
body.magazines-style .mosaic-section .story .story-wrapper::before {
  border-color: #4259C9 !important;
  color: black !important; }
body.consommation-style .mosaic-section .story .story-wrapper::before {
  border-color: #00ABC2 !important;
  color: black !important; }
body.bonasavoir-style .mosaic-section .story .story-wrapper::before {
  border-color: #81807E !important;
  color: white !important; }
body.sbprivileges-style .mosaic-section .story .story-wrapper::before {
  border-color: #5D276D !important;
  color: white !important; }
body.recettes-style .archives-listing .story .story-wrapper::before {
  border-color: #32B34C !important;
  color: black !important; }
body.mode-beaute-style .archives-listing .story .story-wrapper::before {
  border-color: #ff847c !important;
  color: black !important; }
body.maison-famille-style .archives-listing .story .story-wrapper::before {
  border-color: #4259C9 !important;
  color: white !important; }
body.sports-voyages-style .archives-listing .story .story-wrapper::before {
  border-color: #08997A !important;
  color: white !important; }
body.mieux-etre-style .archives-listing .story .story-wrapper::before {
  border-color: #FF6B61 !important;
  color: black !important; }
body.arts-divertissements-style .archives-listing .story .story-wrapper::before {
  border-color: #AB0327 !important;
  color: white !important; }
body.magazines-style .archives-listing .story .story-wrapper::before {
  border-color: #4259C9 !important;
  color: black !important; }
body.consommation-style .archives-listing .story .story-wrapper::before {
  border-color: #00ABC2 !important;
  color: black !important; }
body.bonasavoir-style .archives-listing .story .story-wrapper::before {
  border-color: #81807E !important;
  color: white !important; }
body.sbprivileges-style .archives-listing .story .story-wrapper::before {
  border-color: #5D276D !important;
  color: white !important; }
body.recettes-style .mosaic-section .story.type-video .story-infos {
  border-color: #32B34C !important;
  color: black !important; }
body.mode-beaute-style .mosaic-section .story.type-video .story-infos {
  border-color: #ff847c !important;
  color: black !important; }
body.maison-famille-style .mosaic-section .story.type-video .story-infos {
  border-color: #4259C9 !important;
  color: white !important; }
body.sports-voyages-style .mosaic-section .story.type-video .story-infos {
  border-color: #08997A !important;
  color: white !important; }
body.mieux-etre-style .mosaic-section .story.type-video .story-infos {
  border-color: #FF6B61 !important;
  color: black !important; }
body.arts-divertissements-style .mosaic-section .story.type-video .story-infos {
  border-color: #AB0327 !important;
  color: white !important; }
body.magazines-style .mosaic-section .story.type-video .story-infos {
  border-color: #4259C9 !important;
  color: black !important; }
body.consommation-style .mosaic-section .story.type-video .story-infos {
  border-color: #00ABC2 !important;
  color: black !important; }
body.bonasavoir-style .mosaic-section .story.type-video .story-infos {
  border-color: #81807E !important;
  color: white !important; }
body.sbprivileges-style .mosaic-section .story.type-video .story-infos {
  border-color: #5D276D !important;
  color: white !important; }
body.recettes-style .mosaic-section .story.type-article.md-w2-h1 .story-infos {
  background: #EEFFE8 !important;
  color: black !important; }
body.mode-beaute-style .mosaic-section .story.type-article.md-w2-h1 .story-infos {
  background: #FFE7E3 !important;
  color: black !important; }
body.maison-famille-style .mosaic-section .story.type-article.md-w2-h1 .story-infos {
  background: #EEF3FF !important;
  color: black !important; }
body.sports-voyages-style .mosaic-section .story.type-article.md-w2-h1 .story-infos {
  background: #D9FFF3 !important;
  color: black !important; }
body.mieux-etre-style .mosaic-section .story.type-article.md-w2-h1 .story-infos {
  background: #FFE7E3 !important;
  color: black !important; }
body.arts-divertissements-style .mosaic-section .story.type-article.md-w2-h1 .story-infos {
  background: #FAE3E9 !important;
  color: black !important; }
body.magazines-style .mosaic-section .story.type-article.md-w2-h1 .story-infos {
  background: #EEF3FF !important;
  color: black !important; }
body.consommation-style .mosaic-section .story.type-article.md-w2-h1 .story-infos {
  background: #E0F6FF !important;
  color: black !important; }
body.bonasavoir-style .mosaic-section .story.type-article.md-w2-h1 .story-infos {
  background: #EBEBEA !important;
  color: black !important; }
body.sbprivileges-style .mosaic-section .story.type-article.md-w2-h1 .story-infos {
  background: #F9E5FF !important;
  color: black !important; }
body.recettes-style .archives-listing .story .story-infos .story-tag .tag {
  background: #EEFFE8 !important;
  color: black !important; }
body.mode-beaute-style .archives-listing .story .story-infos .story-tag .tag {
  background: #FFE7E3 !important;
  color: black !important; }
body.maison-famille-style .archives-listing .story .story-infos .story-tag .tag {
  background: #EEF3FF !important;
  color: black !important; }
body.sports-voyages-style .archives-listing .story .story-infos .story-tag .tag {
  background: #D9FFF3 !important;
  color: black !important; }
body.mieux-etre-style .archives-listing .story .story-infos .story-tag .tag {
  background: #FFE7E3 !important;
  color: black !important; }
body.arts-divertissements-style .archives-listing .story .story-infos .story-tag .tag {
  background: #FAE3E9 !important;
  color: black !important; }
body.magazines-style .archives-listing .story .story-infos .story-tag .tag {
  background: #EEF3FF !important;
  color: black !important; }
body.consommation-style .archives-listing .story .story-infos .story-tag .tag {
  background: #E0F6FF !important;
  color: black !important; }
body.bonasavoir-style .archives-listing .story .story-infos .story-tag .tag {
  background: #EBEBEA !important;
  color: black !important; }
body.sbprivileges-style .archives-listing .story .story-infos .story-tag .tag {
  background: #F9E5FF !important;
  color: black !important; }
body.recettes-style .story-img .story-tag .tag {
  background: #32B34C !important;
  color: black !important; }
body.mode-beaute-style .story-img .story-tag .tag {
  background: #ff847c !important;
  color: black !important; }
body.maison-famille-style .story-img .story-tag .tag {
  background: #4259C9 !important;
  color: white !important; }
body.sports-voyages-style .story-img .story-tag .tag {
  background: #08997A !important;
  color: white !important; }
body.mieux-etre-style .story-img .story-tag .tag {
  background: #FF6B61 !important;
  color: black !important; }
body.arts-divertissements-style .story-img .story-tag .tag {
  background: #AB0327 !important;
  color: white !important; }
body.magazines-style .story-img .story-tag .tag {
  background: #4259C9 !important;
  color: black !important; }
body.consommation-style .story-img .story-tag .tag {
  background: #00ABC2 !important;
  color: black !important; }
body.bonasavoir-style .story-img .story-tag .tag {
  background: #81807E !important;
  color: white !important; }
body.sbprivileges-style .story-img .story-tag .tag {
  background: #5D276D !important;
  color: white !important; }
body.sbprivileges-style .archives-section.homepage-section.content-section {
  display: none; }

body .topics-slideshow {
  background: no-repeat center;
  background-image: url("/static/images/Bck_Dossier_SB_refonte.png") !important;
  background-color: #F5F4F2;
  background-size: cover; }
body .topics-slideshow .slider-nav-btns .slider-btn {
  background-color: #000000 !important;
  color: #FFFFFF; }
body .topics-slideshow .story .story-infos {
  border-color: #000000 !important; }

.topic-section .story .topic-header .topic-infos {
  border-color: #FF7F00 !important; }
.topic-section .story.recettes-style .topic-infos {
  border-color: #32B34C !important;
  color: black !important; }
.topic-section .story.mode-beaute-style .topic-infos {
  border-color: #ff847c !important;
  color: black !important; }
.topic-section .story.maison-famille-style .topic-infos {
  border-color: #4259C9 !important;
  color: white !important; }
.topic-section .story.sports-voyages-style .topic-infos {
  border-color: #08997A !important;
  color: white !important; }
.topic-section .story.mieux-etre-style .topic-infos {
  border-color: #FF6B61 !important;
  color: black !important; }
.topic-section .story.arts-divertissements-style .topic-infos {
  border-color: #AB0327 !important;
  color: white !important; }
.topic-section .story.magazines-style .topic-infos {
  border-color: #4259C9 !important;
  color: black !important; }
.topic-section .story.consommation-style .topic-infos {
  border-color: #00ABC2 !important;
  color: black !important; }
.topic-section .story.bonasavoir-style .topic-infos {
  border-color: #81807E !important;
  color: white !important; }
.topic-section .story.sbprivileges-style .topic-infos {
  border-color: #5D276D !important;
  color: white !important; }

.search-section .full-search-form .input-group {
  display: flex;
  align-items: center; }
.search-section .full-search-form .type-text {
  margin-right: 20px; }
  @media screen and (max-width: 767px) {
    .search-section .full-search-form .type-text {
      margin-right: 10px; } }
  .search-section .full-search-form .type-text input {
    background: none;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase; }
.search-section .full-search-form .type-submit .search-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 10px 27px; }
  @media screen and (max-width: 767px) {
    .search-section .full-search-form .type-submit .search-button {
      font-size: 14px;
      line-height: 17px;
      padding: 10px; } }
.search-section .search-results .results-total {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #878684;
  text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .search-section .search-results .results-total {
      font-size: 14px;
      line-height: 17px; } }
  .search-section .search-results .results-total strong {
    font-weight: 300;
    color: black; }
.search-section .search-results .search-result a {
  display: flex;
  align-items: flex-start;
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .search-section .search-results .search-result a {
      display: block; } }
.search-section .search-results .search-result .result-infos {
  font-family: "Montserrat", sans-serif; }
  .search-section .search-results .search-result .result-infos .story .story-tag .tag {
    font-weight: 500;
    font-size: 13px;
    line-height: 17px; }
  .search-section .search-results .search-result .result-infos .story-title {
    font-weight: 300;
    font-size: 17px;
    line-height: 19px; }
    .search-section .search-results .search-result .result-infos .story-title em {
      font-weight: 700;
      color: black;
      font-style: normal; }
  .search-section .search-results .search-result .result-infos .story-metas {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #878684; }
  .search-section .search-results .search-result .result-infos .story-excerpt {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    color: #878684; }
    .search-section .search-results .search-result .result-infos .story-excerpt em {
      font-weight: 700;
      color: black;
      font-style: normal; }
.search-section .pagination-wrapper {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #878684;
  background: #F5F4F2;
  padding: 9px 13px; }
  .search-section .pagination-wrapper .results-pager {
    color: black; }
    .search-section .pagination-wrapper .results-pager .disabled {
      color: #878684; }
    .search-section .pagination-wrapper .results-pager li {
      padding: 0 6px; }
      .search-section .pagination-wrapper .results-pager li.is-current {
        color: #FF7F00;
        font-weight: 700; }

body .story-container .story-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: black; }
  body .story-container .story-header .breadcrumb {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      body .story-container .story-header .breadcrumb {
        font-size: 13px;
        line-height: 16px; } }
    body .story-container .story-header .breadcrumb a {
      color: #878684; }
    body .story-container .story-header .breadcrumb li + li::before {
      content: url("/static/images/icon-breadcrumb.svg"); }
    body .story-container .story-header .breadcrumb .current > a {
      color: black; }
  body .story-container .story-header .story-titles {
    margin-bottom: 30px; }
    body .story-container .story-header .story-titles .story-title {
      font-weight: 300;
      font-size: 40px;
      line-height: 46px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        body .story-container .story-header .story-titles .story-title {
          font-size: 24px;
          line-height: 26px; } }
  body .story-container .story-header .story-byline .byline-name a {
    font-weight: 300;
    font-size: 17px;
    line-height: 19px;
    text-transform: uppercase; }
  body .story-container .story-header .story-byline .byline-dates .byline-date {
    font-size: 12px;
    line-height: 15px;
    color: #878684; }
body .article-section .story-credits {
  position: relative;
  background: none;
  text-transform: uppercase; }
body .formatted-text {
  line-height: 1.6; }
  body .formatted-text .element-embed {
    margin: 40px 0; }
    @media screen and (max-width: 767px) {
      body .formatted-text .element-embed {
        margin: 30px 0; } }

body .article-section .story-credits, body .article-section .story-desc,
body .article-section .photo-credit,
body .article-section .photo-desc {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 15px !important;
  color: #878684; }

body .sidebar-section .most-popular {
  font-family: "Montserrat", sans-serif; }
  body .sidebar-section .most-popular .sidebar-subtitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: left; }
  body .sidebar-section .most-popular .story .story-infos {
    padding: 8px 16px; }
    body .sidebar-section .most-popular .story .story-infos .story-title {
      font-size: 14px;
      line-height: 17px;
      font-weight: 000; }

@media (max-width: 1390px) {
  .qub_profile_subscription_prompt {
    display: block;
    max-width: 500px; } }
@media (max-width: 1390px) {
  .qub_profile_subscription_prompt .connectez_vous_content {
    text-align: center;
    margin: auto;
    padding: 20px 25px; } }
.qub_profile_subscription_prompt .connectez_vous {
  width: 80%; }
  @media (max-width: 1390px) {
    .qub_profile_subscription_prompt .connectez_vous {
      width: 100%;
      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: 426px) {
  .qub_profile_subscription_prompt .link_inscription {
    margin-bottom: 10px !important; }
    .qub_profile_subscription_prompt .link_inscription span {
      display: block; } }
.qub_profile_subscription_prompt .btn_connecter {
  margin: 25px 0 !important;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 15px; }
  @media (max-width: 1390px) {
    .qub_profile_subscription_prompt .btn_connecter {
      margin: 20px auto !important; } }
  .qub_profile_subscription_prompt .btn_connecter:hover {
    background-color: #FF7F00 !important;
    color: black;
    box-shadow: none; }
@media (max-width: 1390px) {
  .qub_profile_subscription_prompt .logo {
    border-radius: 5px 5px 0px 0px; } }
@media (max-width: 1390px) {
  .qub_profile_subscription_prompt .logo img {
    content: url("https://m1.quebecormedia.com/emp/tvanouvelles_prod/photo/ec2be2fc-e771-4aaa-ae25-33f046c89f56_profil-qub-prompt-mobile.svg");
    margin: 20px; } }
@media (max-width: 1390px) {
  .qub_profile_subscription_prompt h1 {
    font-size: 20px !important;
    line-height: 22px; } }
@media (max-width: 1390px) {
  .qub_profile_subscription_prompt p {
    font-size: 16px;
    line-height: 23px; } }

#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%; } }
.qualifio_iframe_wrapper {
  text-align: center; }

.qualifio-content {
  background-color: #052a3d;
  color: #FFF;
  margin: 0;
  padding: 2rem; }

.qualifio-content h1 {
  margin: 0;
  text-transform: uppercase; }
