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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* color magritte 2015 */
/* offer colours */
/* =) */
/* Color product */
/* Nuance de gris */
/* HBO */
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
#infos {
  display: none; }

#buffer {
  background-color: #ef5400;
  height: 114px;
  width: 100%; }

@media (max-width: 890px) {
  .magasineBetv {
    display: none; } }

@media (min-width: 890px) {
  .cal {
    display: none; } }

#epgApp .innerContainer {
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 890px) {
    #epgApp .innerContainer {
      max-width: 100%;
      padding: 0; } }

.legaleProgramme {
  font-size: 50% !important;
  top: -1.3em !important; }

.icon {
  background: url("/static/assets/images/epg/icons.png") no-repeat;
  display: inline-block; }
  .icon.downArrow {
    background: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f2f2f2;
    background-image: url(/static/assets/images/icons/arrow-bottom-grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px; }
  .icon.downArrowV2 {
    background-position: 0 -8px;
    width: 11px;
    height: 7px; }
  .icon.upArrow {
    width: 10px;
    height: 7px;
    background: none;
    background-image: url(/static/assets/images/icons/arrow-bottom-grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    transform: rotate(180deg); }
  .icon.upArrowV2 {
    background-position: 0 -44px;
    width: 24px;
    height: 24px;
    background: none;
    border-radius: 50%;
    background-color: #f2f2f2;
    background-image: url(/static/assets/images/icons/arrow-bottom-grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    transform: rotate(180deg); }
  .icon.check_on {
    width: 18px;
    height: 18px;
    background-color: #f17a00;
    background-image: url(/static/assets/images/icons/icon-check-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    border-radius: 50%; }
  .icon.check_off {
    background-position: -66px -1px;
    width: 18px;
    height: 18px; }
    .icon.check_off.check_off_white {
      background-position: -46px -1px;
      margin: 0; }
  .icon.check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: none;
    background-color: #F4F4F4; }
    .icon.check.on {
      background-color: #f17a00;
      background-image: url(/static/assets/images/icons/icon-check-white.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px; }
  .icon.pdf {
    width: 38px;
    height: 16px;
    vertical-align: middle;
    background: none;
    background-image: url(/static/assets/images/icons/pdf.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 35px;
    margin-right: 5px; }
  .icon.forwardArrow {
    width: 7px;
    height: 10px;
    background-image: url(/static/assets/images/icons/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg); }
  .icon.backwardArrow {
    width: 7px;
    height: 10px;
    background-image: url(/static/assets/images/icons/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center; }
  .icon.iconChannelOpener {
    background-position: 0px -20px;
    width: 24px;
    height: 24px; }
    .icon.iconChannelOpener.active {
      background-position: 0px -20px; }
    @media (max-width: 890px) {
      .icon.iconChannelOpener {
        background-position: -89px -2px;
        width: 24px;
        height: 24px;
        background: none;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/static/assets/images/icons/rond-orange-fleche-bas.svg); } }
  .icon.iconDateOpener {
    display: none; }
    @media (max-width: 890px) {
      .icon.iconDateOpener {
        display: inline-block;
        background-position: -89px -2px;
        width: 24px;
        height: 24px;
        background: none;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/static/assets/images/icons/rond-orange-fleche-bas.svg); }
        .icon.iconDateOpener.active {
          background-position: 0px -20px; } }
  .icon.info {
    width: 24px;
    height: 24px;
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/assets/images/icons/info.svg);
    background-size: 22px; }
  .icon.favourite {
    background-position: -91px -29px;
    width: 13px;
    height: 13px; }
    .icon.favourite.on {
      background-position: -105px -29px; }
  .icon.live {
    background: none;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/assets/images/icons/live.svg);
    width: 51px;
    height: 26px; }

.actualDate {
  display: none; }
  @media (max-width: 890px) {
    .actualDate {
      display: inline-block; } }
  .actualDate .desk {
    display: inline-block; }
  .actualDate .mobile {
    display: none; }

#epgApp {
  min-height: 622px;
  z-index: 0;
  padding-top: 0;
  background: #f7f7f7 url("/static/assets/images/loader.gif") 50% 50% no-repeat;
  position: relative; }
  @media (max-width: 890px) {
    #epgApp {
      background: transparent url("/static/assets/images/loader.gif") 50% 50% no-repeat;
      margin-top: -55px; } }
  @media (min-width: 890px) {
    #epgApp .ember-view > section {
      background: #f7f7f7; } }
  #epgApp #epg {
    background: #f7f7f7;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 510px; }
    @media (max-width: 890px) {
      #epgApp #epg {
        background: transparent; } }
    #epgApp #epg .ddList {
      position: relative; }
      #epgApp #epg .ddList ul {
        display: none; }
      #epgApp #epg .ddList.opened {
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 2px 10px 0px #8f8f8f;
        -moz-box-shadow: 0px 2px 10px 0px #8f8f8f;
        box-shadow: 0px 2px 10px 0px #8f8f8f; }
        #epgApp #epg .ddList.opened ul {
          display: inline-block;
          z-index: 1;
          position: absolute;
          background: #fff;
          margin: 0;
          padding: 0;
          width: 100%;
          float: left;
          left: 0;
          top: 35px;
          list-style-type: none;
          padding: 12px 25px; }
          #epgApp #epg .ddList.opened ul li {
            text-align: left;
            line-height: 1.8rem;
            border-bottom: 1px solid #e6e6e6; }
            #epgApp #epg .ddList.opened ul li a {
              text-decoration: none;
              color: #8c8c8c;
              display: block; }
            #epgApp #epg .ddList.opened ul li:last-child {
              border: none; }
    #epgApp #epg .tabDays {
      background: #f7f7f7;
      height: 100px;
      padding-left: 63px;
      text-transform: uppercase;
      position: relative; }
      @media (max-width: 890px) {
        #epgApp #epg .tabDays {
          height: 0px; } }
      #epgApp #epg .tabDays .list {
        margin: 39px 0 19px 0;
        height: 22px;
        padding: 0;
        position: relative; }
        #epgApp #epg .tabDays .list .ddList {
          text-align: left;
          padding: 0px 24px;
          z-index: 1000; }
          #epgApp #epg .tabDays .list .ddList .icon {
            float: none; }
          #epgApp #epg .tabDays .list .ddList.opened {
            position: absolute;
            top: -2px;
            padding-top: 14px;
            padding-left: 24px;
            color: #000;
            font-weight: 700;
            letter-spacing: 0.05rem; }
            #epgApp #epg .tabDays .list .ddList.opened .icon {
              float: right; }
            #epgApp #epg .tabDays .list .ddList.opened ul {
              top: 16px;
              border-top: 1px solid #e5e5e5;
              position: relative;
              background: transparent;
              padding: 20px 0 0 0; }
              #epgApp #epg .tabDays .list .ddList.opened ul li {
                line-height: 2.35rem;
                border-bottom: none;
                color: #8c8c8c; }
                #epgApp #epg .tabDays .list .ddList.opened ul li .icon_container {
                  float: left;
                  padding-top: 9px; }
                  #epgApp #epg .tabDays .list .ddList.opened ul li .icon_container .icon {
                    margin: 0 20px 0 0; }
      #epgApp #epg .tabDays > div, #epgApp #epg .tabDays > a, #epgApp #epg .tabDays > span {
        position: relative;
        font-size: 0.75rem;
        text-decoration: none;
        font-weight: 500;
        cursor: pointer;
        float: left;
        color: #8c8c8c;
        text-align: center;
        padding: 0 24px;
        height: 22px;
        margin: 39px 0;
        line-height: 22px;
        border-right: 1px solid #dfdfdf; }
        #epgApp #epg .tabDays > div:last-child, #epgApp #epg .tabDays > a:last-child, #epgApp #epg .tabDays > span:last-child {
          position: absolute;
          right: 0;
          display: inline-block;
          margin: 27px 8px 25px 0;
          padding: 12px 25px;
          border-right: 0;
          z-index: 1; }
          @media (max-width: 890px) {
            #epgApp #epg .tabDays > div:last-child, #epgApp #epg .tabDays > a:last-child, #epgApp #epg .tabDays > span:last-child {
              display: none; } }
        #epgApp #epg .tabDays > div .icon, #epgApp #epg .tabDays > a .icon, #epgApp #epg .tabDays > span .icon {
          margin-left: 12px; }
          #epgApp #epg .tabDays > div .icon.pdf, #epgApp #epg .tabDays > a .icon.pdf, #epgApp #epg .tabDays > span .icon.pdf {
            margin-left: 0; }
        #epgApp #epg .tabDays > div .tabLink, #epgApp #epg .tabDays > a .tabLink, #epgApp #epg .tabDays > span .tabLink {
          text-decoration: none;
          color: #8c8c8c; }
        #epgApp #epg .tabDays > div.tabLink.date, #epgApp #epg .tabDays > a.tabLink.date, #epgApp #epg .tabDays > span.tabLink.date {
          cursor: auto;
          color: #000;
          padding-left: 0; }
        #epgApp #epg .tabDays > div.actual, #epgApp #epg .tabDays > a.actual, #epgApp #epg .tabDays > span.actual {
          color: #ff6000; }
        #epgApp #epg .tabDays > div .white, #epgApp #epg .tabDays > a .white, #epgApp #epg .tabDays > span .white {
          background: #fff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        #epgApp #epg .tabDays > div #hiddenDate, #epgApp #epg .tabDays > a #hiddenDate, #epgApp #epg .tabDays > span #hiddenDate {
          display: none;
          position: absolute;
          z-index: 10000;
          top: -14px; }
          #epgApp #epg .tabDays > div #hiddenDate h2, #epgApp #epg .tabDays > a #hiddenDate h2, #epgApp #epg .tabDays > span #hiddenDate h2 {
            text-align: left; }
          @media (max-width: 890px) {
            #epgApp #epg .tabDays > div #hiddenDate, #epgApp #epg .tabDays > a #hiddenDate, #epgApp #epg .tabDays > span #hiddenDate {
              left: 0;
              right: 0;
              top: 55px; } }
      #epgApp #epg .tabDays #information {
        text-transform: none;
        display: block;
        padding: 0;
        margin: 35px 20px;
        font-family: Georgia;
        cursor: default;
        font-style: italic;
        font-weight: bold;
        font-size: 0.9rem;
        color: #EF7C00;
        display: inline-block;
        border: 1px solid #DCDCDC;
        border-radius: 50%;
        line-height: 30px;
        width: 30px;
        height: 30px;
        vertical-align: text-bottom;
        box-sizing: border-box;
        text-align: center; }
      #epgApp #epg .tabDays .cal, #epgApp #epg .tabDays #CalendarOpener {
        display: none; }
      @media (max-width: 890px) {
        #epgApp #epg .tabDays {
          background: transparent;
          padding-left: 19px; }
          #epgApp #epg .tabDays #information {
            display: none; }
          #epgApp #epg .tabDays > div {
            display: none;
            height: 55px;
            line-height: 55px;
            margin: 0; }
          #epgApp #epg .tabDays #CalendarOpener {
            color: #fff;
            display: block;
            width: 100%;
            text-align: left;
            padding-left: 0;
            padding-top: 43px; } }
    @media (max-width: 890px) and (max-width: 890px) {
      #epgApp #epg .tabDays #CalendarOpener {
        padding-top: 0; } }
      @media (max-width: 890px) {
            #epgApp #epg .tabDays #CalendarOpener #calendarLink .cal {
              display: none; }
            #epgApp #epg .tabDays #CalendarOpener #calendarLink .icon {
              float: left; }
            #epgApp #epg .tabDays #CalendarOpener #calendarLink .iconDateOpener {
              float: left;
              margin-top: 14px;
              margin-left: 0;
              margin-right: 23px; }
            #epgApp #epg .tabDays #CalendarOpener #calendarLink .actualDate {
              color: #fff;
              font-size: 12px; }
              #epgApp #epg .tabDays #CalendarOpener #calendarLink .actualDate .desk {
                display: none; }
              #epgApp #epg .tabDays #CalendarOpener #calendarLink .actualDate .mobile {
                display: inline-block;
                text-transform: capitalize;
                font-size: 16px;
                font-weight: 300;
                letter-spacing: 0.01rem; } }
    #epgApp #epg .bannerHour {
      background: #1d1d1d;
      height: 58px;
      width: 100%;
      position: relative;
      font-size: 12px;
      text-transform: uppercase; }
      @media (max-width: 890px) {
        #epgApp #epg .bannerHour {
          display: none; } }
      #epgApp #epg .bannerHour > div, #epgApp #epg .bannerHour > a {
        background: #2b2b2b;
        width: 14%;
        height: 58px;
        line-height: 58px;
        color: #fff;
        float: left; }
        #epgApp #epg .bannerHour > div:first-child, #epgApp #epg .bannerHour > a:first-child {
          text-decoration: none;
          position: relative;
          text-align: center;
          z-index: 10;
          font-weight: 700;
          cursor: pointer; }
          #epgApp #epg .bannerHour > div:first-child .iconContainer, #epgApp #epg .bannerHour > a:first-child .iconContainer {
            height: 100%;
            line-height: 26px;
            margin-left: 9px;
            display: inline-block; }
          #epgApp #epg .bannerHour > div:first-child h2, #epgApp #epg .bannerHour > a:first-child h2 {
            line-height: 56px;
            margin-top: 0;
            margin-left: 0;
            padding-bottom: 0;
            text-align: left;
            color: #fff;
            font-size: 12px;
            width: initial;
            position: inherit;
            text-align: center; }
          #epgApp #epg .bannerHour > div:first-child #channelList, #epgApp #epg .bannerHour > a:first-child #channelList {
            background: #fff;
            padding: 0 26px 0 26px;
            margin-left: 26px;
            display: none;
            width: 1440px;
            top: 0;
            color: #8c8c8c; }
            #epgApp #epg .bannerHour > div:first-child #channelList .clear, #epgApp #epg .bannerHour > a:first-child #channelList .clear {
              clear: both;
              width: 100%;
              height: 1px; }
            #epgApp #epg .bannerHour > div:first-child #channelList ul, #epgApp #epg .bannerHour > a:first-child #channelList ul {
              text-align: left;
              display: none;
              list-style-type: none;
              margin: 73px 0 0 0;
              padding: 0 0 40px 0;
              float: left;
              min-width: 235px; }
              #epgApp #epg .bannerHour > div:first-child #channelList ul .title, #epgApp #epg .bannerHour > div:first-child #channelList ul .icon, #epgApp #epg .bannerHour > a:first-child #channelList ul .title, #epgApp #epg .bannerHour > a:first-child #channelList ul .icon {
                float: left; }
              #epgApp #epg .bannerHour > div:first-child #channelList ul li, #epgApp #epg .bannerHour > a:first-child #channelList ul li {
                line-height: 3.2rem;
                text-align: left;
                text-transform: uppercase;
                clear: both;
                font-size: 0.75rem;
                line-height: 1.5rem; }
                #epgApp #epg .bannerHour > div:first-child #channelList ul li:first-child, #epgApp #epg .bannerHour > a:first-child #channelList ul li:first-child {
                  font-size: 1.125rem;
                  padding-bottom: 0;
                  text-transform: none;
                  line-height: 4rem; }
                #epgApp #epg .bannerHour > div:first-child #channelList ul li .favourite, #epgApp #epg .bannerHour > a:first-child #channelList ul li .favourite {
                  display: none; }
                #epgApp #epg .bannerHour > div:first-child #channelList ul li label, #epgApp #epg .bannerHour > div:first-child #channelList ul li a, #epgApp #epg .bannerHour > a:first-child #channelList ul li label, #epgApp #epg .bannerHour > a:first-child #channelList ul li a {
                  display: inline-block;
                  line-height: 2rem;
                  text-decoration: none;
                  color: #8c8c8c; }
                  #epgApp #epg .bannerHour > div:first-child #channelList ul li label .icon_container, #epgApp #epg .bannerHour > div:first-child #channelList ul li a .icon_container, #epgApp #epg .bannerHour > a:first-child #channelList ul li label .icon_container, #epgApp #epg .bannerHour > a:first-child #channelList ul li a .icon_container {
                    display: block;
                    float: left;
                    line-height: 2rem; }
                    #epgApp #epg .bannerHour > div:first-child #channelList ul li label .icon_container .icon, #epgApp #epg .bannerHour > div:first-child #channelList ul li a .icon_container .icon, #epgApp #epg .bannerHour > a:first-child #channelList ul li label .icon_container .icon, #epgApp #epg .bannerHour > a:first-child #channelList ul li a .icon_container .icon {
                      margin: 6px 1rem 0 0; }
              @media (max-width: 890px) {
                #epgApp #epg .bannerHour > div:first-child #channelList ul, #epgApp #epg .bannerHour > a:first-child #channelList ul {
                  padding: 0 0 34px 0; }
                  #epgApp #epg .bannerHour > div:first-child #channelList ul:nth-child(2) li, #epgApp #epg .bannerHour > a:first-child #channelList ul:nth-child(2) li {
                    display: inline-block; }
                  #epgApp #epg .bannerHour > div:first-child #channelList ul li, #epgApp #epg .bannerHour > a:first-child #channelList ul li {
                    display: none; }
                    #epgApp #epg .bannerHour > div:first-child #channelList ul li:first-child .info, #epgApp #epg .bannerHour > a:first-child #channelList ul li:first-child .info {
                      background: none;
                      color: #8c8c8c;
                      margin-left: 19px;
                      width: 100%;
                      margin-top: 1px;
                      font-size: 15.5px; }
                    #epgApp #epg .bannerHour > div:first-child #channelList ul li:nth-child(2), #epgApp #epg .bannerHour > a:first-child #channelList ul li:nth-child(2) {
                      margin-top: -4px; }
                    #epgApp #epg .bannerHour > div:first-child #channelList ul li .favourite, #epgApp #epg .bannerHour > a:first-child #channelList ul li .favourite {
                      display: inline-block;
                      margin-right: 19px; } }
            #epgApp #epg .bannerHour > div:first-child #channelList .all, #epgApp #epg .bannerHour > a:first-child #channelList .all {
              background: #f2f2f2;
              width: 100%;
              clear: both;
              padding: 25px 28px;
              border-radius: 0 0 5px 5px;
              -webkit-border-radius: 0 0 5px 5px;
              -moz-border-radius: 0 0 5px 5px; }
              #epgApp #epg .bannerHour > div:first-child #channelList .all label, #epgApp #epg .bannerHour > a:first-child #channelList .all label {
                float: left; }
                #epgApp #epg .bannerHour > div:first-child #channelList .all label .icon_container, #epgApp #epg .bannerHour > a:first-child #channelList .all label .icon_container {
                  display: block;
                  float: left;
                  margin-top: 3px; }
                  #epgApp #epg .bannerHour > div:first-child #channelList .all label .icon_container .icon, #epgApp #epg .bannerHour > a:first-child #channelList .all label .icon_container .icon {
                    margin: 0px 10px 0 0; }
          #epgApp #epg .bannerHour > div:first-child.opened h2, #epgApp #epg .bannerHour > a:first-child.opened h2 {
            border-bottom: 1px solid #e5e5e5;
            color: #282828; }
          #epgApp #epg .bannerHour > div:first-child.opened #channelList, #epgApp #epg .bannerHour > a:first-child.opened #channelList {
            -webkit-box-shadow: 0px 2px 10px 0px #8f8f8f;
            -moz-box-shadow: 0px 2px 10px 0px #8f8f8f;
            box-shadow: 0px 2px 10px 0px #8f8f8f;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px; }
            #epgApp #epg .bannerHour > div:first-child.opened #channelList ul, #epgApp #epg .bannerHour > a:first-child.opened #channelList ul {
              display: inline-block; }
        #epgApp #epg .bannerHour > div.timer, #epgApp #epg .bannerHour > a.timer {
          width: 1%;
          height: 50px;
          background-color: #1d1d1d; }
          #epgApp #epg .bannerHour > div.timer .epgTrackedTimer, #epgApp #epg .bannerHour > a.timer .epgTrackedTimer {
            height: 58px;
            width: 4320px; }
            #epgApp #epg .bannerHour > div.timer .epgTrackedTimer > div, #epgApp #epg .bannerHour > a.timer .epgTrackedTimer > div {
              height: 56px;
              width: 180px;
              float: left;
              font-family: 'museo';
              font-size: 12px;
              font-weight: 300; }
      #epgApp #epg .bannerHour .backward,
      #epgApp #epg .bannerHour .forward {
        cursor: pointer;
        position: absolute;
        right: 0;
        height: 58px;
        width: 55px;
        background: #ef7c00;
        text-align: center; }
        #epgApp #epg .bannerHour .backward:hover,
        #epgApp #epg .bannerHour .forward:hover {
          background: #ef5400; }
      #epgApp #epg .bannerHour .backward {
        right: 55px;
        border-right: 1px solid #FF931F; }
    #epgApp #epg .mainContainer {
      clear: both;
      position: relative; }
      @media (max-width: 890px) {
        #epgApp #epg .mainContainer {
          width: 100%;
          overflow: hidden; } }
      #epgApp #epg .mainContainer .pointer {
        background: #ef7c00;
        width: 2px;
        position: absolute;
        height: 1000px;
        z-index: 1;
        display: block;
        top: -38px; }
        @media (max-width: 890px) {
          #epgApp #epg .mainContainer .pointer {
            display: none; } }
        #epgApp #epg .mainContainer .pointer span {
          color: #fff;
          font-size: 12px;
          line-height: 26px;
          display: inline-block;
          position: absolute;
          padding: 0 12px;
          margin: 0 0 0 -24px;
          top: -1px; }
    @media (max-width: 890px) {
      #epgApp #epg .mainContainer .pointer {
        display: none; } }
    #epgApp #epg .channels,
    #epgApp #epg .grid {
      float: left; }
      #epgApp #epg .channels.loading,
      #epgApp #epg .grid.loading {
        background: url("/static/assets/images/epg/ajax-loader.gif") 50% 50% no-repeat; }
        #epgApp #epg .channels.loading .epgTracked,
        #epgApp #epg .grid.loading .epgTracked {
          opacity: 0.2; }
    #epgApp #epg #tonightBlock {
      display: none;
      background: url("/static/assets/images/tests/bgMobileEnAvantClean.jpg") no-repeat; }
      #epgApp #epg #tonightBlock .block {
        padding: 22px 19px;
        position: relative;
        background-size: cover;
        display: none;
        margin-top: 75px;
        height: 210px;
        background: #cdcdcd; }
        #epgApp #epg #tonightBlock .block:first-child, #epgApp #epg #tonightBlock .block.active {
          display: block; }
        #epgApp #epg #tonightBlock .block.inactive {
          display: none; }
        #epgApp #epg #tonightBlock .block img {
          position: absolute;
          top: 0;
          height: 100%; }
        #epgApp #epg #tonightBlock .block span, #epgApp #epg #tonightBlock .block p, #epgApp #epg #tonightBlock .block h2 {
          position: relative;
          z-index: 1000;
          color: #fff; }
        #epgApp #epg #tonightBlock .block span {
          font-size: 14px; }
        #epgApp #epg #tonightBlock .block span.hour {
          font-size: 15px;
          font-weight: 600;
          color: #ef7c00; }
        #epgApp #epg #tonightBlock .block h2 {
          font-size: 19px;
          font-weight: 500;
          margin: 16px 0 0 0;
          padding: 0;
          display: inline-block; }
        @media (min-width: 890px) {
          #epgApp #epg #tonightBlock .block {
            display: none; } }
    #epgApp #epg #isPremium {
      display: inline-block;
      background: #f2f2f2; }
      #epgApp #epg #isPremium h2 {
        color: #ef7c00;
        font-size: 15px;
        padding-left: 20px;
        padding-top: 1px; }
      @media (min-width: 890px) {
        #epgApp #epg #isPremium {
          display: none; } }
    #epgApp #epg .channels {
      overflow: hidden;
      width: 14%;
      position: absolute;
      z-index: 9;
      background: #fff;
      border-left: 1px solid #e6e6e6; }
      #epgApp #epg .channels .channelOpener {
        display: none; }
      @media (max-width: 890px) {
        #epgApp #epg .channels .channelLogoBox {
          height: 95px; } }
      #epgApp #epg .channels .row {
        margin: 0;
        padding: 0;
        width: 100%; }
        #epgApp #epg .channels .row.channelLogo {
          position: relative;
          height: 116px;
          text-align: center; }
          @media (min-width: 890px) {
            #epgApp #epg .channels .row.channelLogo:hover {
              display: inline-block; }
              #epgApp #epg .channels .row.channelLogo:hover .starred {
                display: inline-block; } }
          #epgApp #epg .channels .row.channelLogo .starred {
            display: none;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 50px 50px 0 0;
            border-color: #f7f7f7 transparent transparent transparent;
            left: 0;
            top: 0;
            position: absolute; }
            #epgApp #epg .channels .row.channelLogo .starred span {
              display: inline-block;
              position: absolute;
              top: -46px;
              left: 6px;
              width: 16px;
              height: 16px;
              background: url("/static/assets/images/icons/etoile-gris.svg") no-repeat; }
            #epgApp #epg .channels .row.channelLogo .starred.starred_on {
              display: block;
              border-color: #fff transparent transparent transparent; }
              #epgApp #epg .channels .row.channelLogo .starred.starred_on span {
                background: url("/static/assets/images/icons/etoile-orange.svg") no-repeat; }
          #epgApp #epg .channels .row.channelLogo img {
            margin-top: 26px;
            -webkit-backface-visibility: hidden; }
            #epgApp #epg .channels .row.channelLogo img.soixante {
              display: none; }
              @media (max-width: 890px) {
                #epgApp #epg .channels .row.channelLogo img.soixante {
                  display: inline-block; } }
            #epgApp #epg .channels .row.channelLogo img.nonante {
              display: none; }
              @media (min-width: 890px) {
                #epgApp #epg .channels .row.channelLogo img.nonante {
                  display: inline-block; } }
      @media (max-width: 890px) {
        #epgApp #epg .channels {
          width: 100%;
          height: 75px;
          position: relative; }
          #epgApp #epg .channels .channelOpener {
            display: block;
            width: 60px;
            height: 75px;
            float: left; }
            #epgApp #epg .channels .channelOpener .iconContainer {
              display: block;
              width: 100%;
              height: 100%;
              text-align: center;
              line-height: 95px; }
              #epgApp #epg .channels .channelOpener .iconContainer .icon {
                margin-top: 0; }
          #epgApp #epg .channels .row {
            margin: 0;
            padding: 0; }
            #epgApp #epg .channels .row.channelLogo {
              position: relative;
              height: 75px;
              text-align: center;
              width: 100px;
              float: left; }
              #epgApp #epg .channels .row.channelLogo .lighter.on {
                position: absolute;
                left: 2px;
                top: 20px;
                right: 2px;
                bottom: 16px; }
              #epgApp #epg .channels .row.channelLogo > div, #epgApp #epg .channels .row.channelLogo > a {
                position: relative; } }
      @media (max-width: 890px) and (min-width: 890px) {
        #epgApp #epg .channels .row.channelLogo:hover {
          display: none; } }
      @media (max-width: 890px) {
              #epgApp #epg .channels .row.channelLogo img {
                margin: 12px 0 0 0; } }
    #epgApp #epg .vShadow {
      min-height: 95px;
      width: 10px;
      position: absolute;
      left: 14%;
      background: url("/static/assets/images/epg/shadow.png") repeat-y;
      z-index: 1; }
      @media (max-width: 890px) {
        #epgApp #epg .vShadow {
          display: none; } }
    #epgApp #epg .grid {
      width: 100%;
      overflow: hidden;
      cursor: pointer;
      border-right: 1px solid #e6e6e6; }
      #epgApp #epg .grid .epgTracked {
        padding-left: 14%; }
        @media (max-width: 890px) {
          #epgApp #epg .grid .epgTracked {
            padding-left: 0; } }
      #epgApp #epg .grid .row {
        position: relative;
        cursor: pointer; }
        @media (max-width: 890px) {
          #epgApp #epg .grid .row {
            height: 100%;
            display: none; }
            #epgApp #epg .grid .row:nth-child(2) {
              display: block; }
            #epgApp #epg .grid .row .imgContainer {
              width: 39%;
              height: 96px;
              float: left; } }
        #epgApp #epg .grid .row > div, #epgApp #epg .grid .row > a {
          display: block;
          height: 115px;
          cursor: pointer;
          text-align: center;
          background: #fff;
          border-left: 1px solid #e6e6e6;
          border-right: 1px solid #e6e6e6;
          position: absolute;
          text-align: left;
          padding: 0;
          overflow: hidden; }
          @media (max-width: 890px) {
            #epgApp #epg .grid .row > div, #epgApp #epg .grid .row > a {
              height: 96px; } }
          #epgApp #epg .grid .row > div.small > a, #epgApp #epg .grid .row > div.small > div, #epgApp #epg .grid .row > a.small > a, #epgApp #epg .grid .row > a.small > div {
            background: url("/static/assets/images/icons/plus-v2.svg") center no-repeat;
            background-size: 20px; }
            #epgApp #epg .grid .row > div.small > a *, #epgApp #epg .grid .row > div.small > div *, #epgApp #epg .grid .row > a.small > a *, #epgApp #epg .grid .row > a.small > div * {
              display: none; }
          #epgApp #epg .grid .row > div > div, #epgApp #epg .grid .row > div > a, #epgApp #epg .grid .row > a > div, #epgApp #epg .grid .row > a > a {
            display: inline-block;
            height: 100%;
            width: 100%;
            padding: 2.5rem 0 0 1rem;
            text-decoration: none; }
            #epgApp #epg .grid .row > div > div h3, #epgApp #epg .grid .row > div > div a, #epgApp #epg .grid .row > div > a h3, #epgApp #epg .grid .row > div > a a, #epgApp #epg .grid .row > a > div h3, #epgApp #epg .grid .row > a > div a, #epgApp #epg .grid .row > a > a h3, #epgApp #epg .grid .row > a > a a {
              text-transform: uppercase;
              font-family: "Avenir Next W04";
              font-size: 0.81rem;
              font-weight: 500;
              line-height: 1.5rem;
              margin: 0;
              padding: 0;
              color: #8c8c8c;
              width: 100%;
              overflow: hidden;
              max-height: 50px; }
            #epgApp #epg .grid .row > div > div span, #epgApp #epg .grid .row > div > a span, #epgApp #epg .grid .row > a > div span, #epgApp #epg .grid .row > a > a span {
              font-size: 0.81rem;
              color: #bfbfbf; }
            #epgApp #epg .grid .row > div > div p, #epgApp #epg .grid .row > div > a p, #epgApp #epg .grid .row > a > div p, #epgApp #epg .grid .row > a > a p {
              display: none; }
          @media (max-width: 890px) {
            #epgApp #epg .grid .row > div, #epgApp #epg .grid .row > a {
              position: relative; }
              #epgApp #epg .grid .row > div > div, #epgApp #epg .grid .row > div > a, #epgApp #epg .grid .row > a > div, #epgApp #epg .grid .row > a > a {
                padding: 0; }
                #epgApp #epg .grid .row > div > div:first-child, #epgApp #epg .grid .row > div > a:first-child, #epgApp #epg .grid .row > a > div:first-child, #epgApp #epg .grid .row > a > a:first-child {
                  height: 75px;
                  width: 100%; }
                #epgApp #epg .grid .row > div > div h3, #epgApp #epg .grid .row > div > a h3, #epgApp #epg .grid .row > a > div h3, #epgApp #epg .grid .row > a > a h3 {
                  display: none;
                  color: #ef7c00; }
                #epgApp #epg .grid .row > div > div .imgContainer, #epgApp #epg .grid .row > div > a .imgContainer, #epgApp #epg .grid .row > a > div .imgContainer, #epgApp #epg .grid .row > a > a .imgContainer {
                  height: 96px; }
                #epgApp #epg .grid .row > div > div .content, #epgApp #epg .grid .row > div > a .content, #epgApp #epg .grid .row > a > div .content, #epgApp #epg .grid .row > a > a .content {
                  float: left;
                  display: block;
                  height: 96px;
                  width: 61%;
                  padding: 10px 18px 0 18px;
                  border-bottom: 1px solid #e5e5e5; }
                  #epgApp #epg .grid .row > div > div .content span, #epgApp #epg .grid .row > div > a .content span, #epgApp #epg .grid .row > a > div .content span, #epgApp #epg .grid .row > a > a .content span {
                    padding: 0 0 10px 0;
                    color: #ef7c00;
                    letter-spacing: 0.12em; }
                  #epgApp #epg .grid .row > div > div .content p, #epgApp #epg .grid .row > div > a .content p, #epgApp #epg .grid .row > a > div .content p, #epgApp #epg .grid .row > a > a .content p {
                    font-size: 14px;
                    line-height: 19px;
                    display: block;
                    margin: 0;
                    padding: 3px 0 0 0;
                    color: #8c8c8c; } }
          @media (min-width: 890px) {
            #epgApp #epg .grid .row > div, #epgApp #epg .grid .row > a {
              float: left; }
              #epgApp #epg .grid .row > div .vignette, #epgApp #epg .grid .row > a .vignette {
                display: none; } }
          #epgApp #epg .grid .row > div.now, #epgApp #epg .grid .row > a.now {
            background: #f7f7f7; }
            #epgApp #epg .grid .row > div.now h3, #epgApp #epg .grid .row > a.now h3 {
              color: #ef7c00; }
    #epgApp #epg .row {
      height: 116px;
      border-bottom: 1px solid #e6e6e6; }
      @media (max-width: 890px) {
        #epgApp #epg .row {
          border-bottom: none; } }

#popin-details {
  text-decoration: none;
  color: #000;
  display: none;
  border: 1px solid #dedede;
  position: absolute;
  padding: 1rem;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.5);
  width: 236px;
  z-index: 1000000; }
  #popin-details .cover {
    width: 204px;
    height: 136px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 15px; }
    #popin-details .cover img {
      height: 100%; }
  #popin-details.show {
    display: block; }
    @media (max-width: 1023px) {
      #popin-details.show {
        display: none; } }
  #popin-details .arrow {
    width: 15px;
    height: 31px;
    background: url("/static/assets/images/epg/leftArrow.png") no-repeat;
    display: inline-block;
    position: absolute;
    top: 120px; }
  #popin-details.left .arrow {
    left: initial;
    right: -15px;
    background: url("/static/assets/images/epg/rightArrow.png") no-repeat; }
  #popin-details.right .arrow {
    right: initial;
    left: -15px;
    background: url("/static/assets/images/epg/leftArrow.png") no-repeat; }
  #popin-details h3, #popin-details span {
    font-size: 15px; }
  #popin-details h3 {
    margin: 0 0 8px 0;
    font-weight: bold;
    padding: 0; }

/*Calendar*/
/*! jQuery UI - v1.11.4 - 2016-03-08
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
#hiddenDate {
  display: none;
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 55px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 10px 0px #8f8f8f;
  -moz-box-shadow: 0px 2px 10px 0px #8f8f8f;
  box-shadow: 0px 2px 10px 0px #8f8f8f; }
  #hiddenDate h2 {
    color: #000;
    display: none;
    width: 350px;
    cursor: pointer; }
    #hiddenDate h2 .icon {
      float: right; }
  @media (min-width: 890px) {
    #hiddenDate {
      width: 373px;
      background: #fff; }
      #hiddenDate h2 {
        display: inline-block;
        font-size: 13px;
        text-transform: uppercase;
        padding: 17px 11px 11px 12px;
        letter-spacing: 0.2px; }
      #hiddenDate .ui-datepicker {
        width: 100%; } }

.ui-helper-hidden {
  display: none; }

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-datepicker {
  width: 17em;
  padding: 0;
  display: none;
  position: relative;
  z-index: 1000; }
  @media (max-width: 890px) {
    .ui-datepicker {
      width: 100%;
      padding: .2em .2em 0; } }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 23px;
  height: 23px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  @media (min-width: 890px) {
    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
      top: 19px;
      right: 20px; } }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }
  @media (min-width: 890px) {
    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
      top: 19px;
      right: 20px; } }

.ui-datepicker .ui-datepicker-prev {
  right: 52px; }
  .ui-datepicker .ui-datepicker-prev span {
    margin-left: -4px;
    background: url("/static/assets/images/icons/rond-blanc-fleche-gauche.svg") center no-repeat;
    background-size: 23px;
    width: 100%;
    height: 100%; }

.ui-datepicker .ui-datepicker-next {
  right: 20px; }
  .ui-datepicker .ui-datepicker-next span {
    background: url("/static/assets/images/icons/rond-blanc-fleche-droite.svg") center no-repeat;
    background-size: 23px;
    width: 100%;
    height: 100%; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -10px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 1.2em;
  line-height: 1.8em;
  text-align: left; }
  @media (min-width: 890px) {
    .ui-datepicker .ui-datepicker-title {
      background: #f2f2f2;
      margin: 0;
      line-height: 1.8em;
      text-align: left;
      padding-top: 15px;
      font-weight: 500;
      padding-left: 24px;
      font-size: 18px;
      font-family: "Avenir next W01";
      height: 60px;
      color: #8c8c8c; } }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }
  @media (min-width: 890px) {
    .ui-datepicker table {
      width: 333px;
      margin: 0 20px; } }

.ui-datepicker thead th {
  background: #f5f5f5; }
  @media (min-width: 890px) {
    .ui-datepicker thead th {
      padding-top: 30px;
      background: transparent; } }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }
  @media (min-width: 890px) {
    .ui-datepicker th {
      font-weight: 300; } }

.ui-datepicker td {
  border: 0;
  padding: 1px;
  text-align: center;
  background: #f5f5f5; }
  @media (min-width: 890px) {
    .ui-datepicker td {
      background: transparent;
      height: 40px;
      color: #8c8c8c;
      width: 14%; } }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }
  @media (min-width: 890px) {
    .ui-widget-content {
      border: none;
      background: transparent; } }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }
  @media (min-width: 890px) {
    .ui-widget-header {
      border: none;
      background: transparent; } }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #fff;
  font-weight: normal;
  color: #8c8c8c; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #8c8c8c;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none; }

.ui-widget-content .ui-datepicker-today .ui-state-default,
.ui-widget-content .ui-datepicker-today .ui-state-highlight {
  background: #f2f2f2;
  color: #8c8c8c; }

.ui-widget-content .ui-datepicker-current-day .ui-state-active {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff6000;
  font-weight: normal;
  color: #ffffff;
  width: 28px;
  height: 28px;
  line-height: 23px;
  display: inline-block; }
  @media (max-width: 890px) {
    .ui-widget-content .ui-datepicker-current-day .ui-state-active {
      line-height: 29px;
      padding-top: 0;
      padding: 0;
      margin: 0; } }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff6000;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 23px;
  color: #fff; }
  @media (max-width: 890px) {
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
      display: inline-block;
      width: 28px;
      height: 28px;
      padding-top: 0;
      line-height: 29px;
      padding: 0;
      margin: 0; } }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-widget-header .ui-icon {
  background-image: url("/static/assets/images/epg/icons.png");
  background-position: 0 0; }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.shadowModal,
.shadowModal_calendar {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1002; }
  .shadowModal #channelModal ul li:first-child,
  .shadowModal_calendar #channelModal ul li:first-child {
    display: inline-block;
    font-size: 1.125rem;
    padding-bottom: 30px;
    text-transform: none; }
    .shadowModal #channelModal ul li:first-child .icon,
    .shadowModal_calendar #channelModal ul li:first-child .icon {
      width: 22px;
      margin-left: 10px;
      text-indent: -9999px; }
    .shadowModal #channelModal ul li:first-child .brk,
    .shadowModal_calendar #channelModal ul li:first-child .brk {
      display: none; }
  .shadowModal.active,
  .shadowModal_calendar.active {
    display: block; }
  .shadowModal .modal,
  .shadowModal_calendar .modal {
    display: none;
    color: #8c8c8c;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0px 2px 10px 0px #8f8f8f;
    -moz-box-shadow: 0px 2px 10px 0px #8f8f8f;
    box-shadow: 0px 2px 10px 0px #8f8f8f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 10000; }
    .shadowModal .modal.active,
    .shadowModal_calendar .modal.active {
      display: block; }
    .shadowModal .modal .container,
    .shadowModal_calendar .modal .container {
      padding: 35px 25px; }
      .shadowModal .modal .container h3, .shadowModal .modal .container a,
      .shadowModal_calendar .modal .container h3,
      .shadowModal_calendar .modal .container a {
        display: block;
        padding: 0 0 25px 0;
        margin: 0 0 25px 0;
        border-bottom: 1px solid #e5e5e5;
        color: #000;
        text-transform: uppercase;
        font-size: 0.81rem;
        cursor: pointer; }
        .shadowModal .modal .container h3 .icon, .shadowModal .modal .container a .icon,
        .shadowModal_calendar .modal .container h3 .icon,
        .shadowModal_calendar .modal .container a .icon {
          float: right; }
      .shadowModal .modal .container ul,
      .shadowModal_calendar .modal .container ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 40px 0;
        min-width: 235px;
        display: inline-block;
        vertical-align: top; }
        .shadowModal .modal .container ul .title, .shadowModal .modal .container ul .icon,
        .shadowModal_calendar .modal .container ul .title,
        .shadowModal_calendar .modal .container ul .icon {
          float: left; }
        .shadowModal .modal .container ul li,
        .shadowModal_calendar .modal .container ul li {
          text-transform: uppercase;
          clear: both;
          font-size: 0.75rem; }
          .shadowModal .modal .container ul li .favourite,
          .shadowModal_calendar .modal .container ul li .favourite {
            display: none; }
          .shadowModal .modal .container ul li label, .shadowModal .modal .container ul li a,
          .shadowModal_calendar .modal .container ul li label,
          .shadowModal_calendar .modal .container ul li a {
            display: inline-block;
            line-height: 2rem;
            text-decoration: none;
            color: #8c8c8c;
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none; }
            @media (max-width: 890px) {
              .shadowModal .modal .container ul li label, .shadowModal .modal .container ul li a,
              .shadowModal_calendar .modal .container ul li label,
              .shadowModal_calendar .modal .container ul li a {
                line-height: 75px;
                width: 100%; }
                .shadowModal .modal .container ul li label span.icon_container.right, .shadowModal .modal .container ul li a span.icon_container.right,
                .shadowModal_calendar .modal .container ul li label span.icon_container.right,
                .shadowModal_calendar .modal .container ul li a span.icon_container.right {
                  float: right; }
                .shadowModal .modal .container ul li label span.icon_container .icon.favourite, .shadowModal .modal .container ul li a span.icon_container .icon.favourite,
                .shadowModal_calendar .modal .container ul li label span.icon_container .icon.favourite,
                .shadowModal_calendar .modal .container ul li a span.icon_container .icon.favourite {
                  margin: 28px 19px 0 0; } }
            .shadowModal .modal .container ul li label .icon_container, .shadowModal .modal .container ul li a .icon_container,
            .shadowModal_calendar .modal .container ul li label .icon_container,
            .shadowModal_calendar .modal .container ul li a .icon_container {
              display: block;
              float: left;
              line-height: 2rem; }
              .shadowModal .modal .container ul li label .icon_container .icon, .shadowModal .modal .container ul li a .icon_container .icon,
              .shadowModal_calendar .modal .container ul li label .icon_container .icon,
              .shadowModal_calendar .modal .container ul li a .icon_container .icon {
                margin: 6px 1rem 0 0; }
        @media (max-width: 890px) {
          .shadowModal .modal .container ul,
          .shadowModal_calendar .modal .container ul {
            padding: 0 0 34px 0; }
            .shadowModal .modal .container ul:nth-child(2) li,
            .shadowModal_calendar .modal .container ul:nth-child(2) li {
              display: inline-block; }
            .shadowModal .modal .container ul li,
            .shadowModal_calendar .modal .container ul li {
              display: none; }
              .shadowModal .modal .container ul li:first-child .info,
              .shadowModal_calendar .modal .container ul li:first-child .info {
                background: none;
                color: #8c8c8c;
                margin-left: 19px;
                width: 100%;
                margin-top: 1px;
                font-size: 15.5px; }
              .shadowModal .modal .container ul li:nth-child(2),
              .shadowModal_calendar .modal .container ul li:nth-child(2) {
                margin-top: -4px; }
              .shadowModal .modal .container ul li .favourite,
              .shadowModal_calendar .modal .container ul li .favourite {
                display: inline-block;
                margin-right: 19px; } }
    @media (max-width: 890px) {
      .shadowModal .modal,
      .shadowModal_calendar .modal {
        bottom: 0; } }
    .shadowModal .modal .all,
    .shadowModal_calendar .modal .all {
      background: #f2f2f2;
      width: 100%;
      clear: both;
      padding: 25px 20px;
      height: 70px;
      border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px; }
      @media (min-width: 890px) {
        .shadowModal .modal .all,
        .shadowModal_calendar .modal .all {
          padding: 25px 28px; } }
      @media (max-width: 890px) {
        .shadowModal .modal .all,
        .shadowModal_calendar .modal .all {
          height: 100px; } }
      .shadowModal .modal .all label,
      .shadowModal_calendar .modal .all label {
        float: left; }
        .shadowModal .modal .all label:first-child,
        .shadowModal_calendar .modal .all label:first-child {
          margin-right: 60px; }
        .shadowModal .modal .all label .icon_container,
        .shadowModal_calendar .modal .all label .icon_container {
          display: block;
          float: left;
          margin-top: 3px; }
          .shadowModal .modal .all label .icon_container .icon,
          .shadowModal_calendar .modal .all label .icon_container .icon {
            margin: 0px 10px 0 0; }
  .shadowModal .hasDatepicker .ui-datepicker .ui-datepicker-calendar,
  .shadowModal_calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar {
    text-transform: uppercase;
    color: #8c8c8c;
    font-weight: normal;
    margin-bottom: 20px; }
  @media (max-width: 890px) {
    .shadowModal,
    .shadowModal_calendar {
      top: 0; }
      .shadowModal .hasDatepicker,
      .shadowModal_calendar .hasDatepicker {
        position: absolute;
        left: 0;
        right: 0;
        top: -75px;
        background: transparent; }
        .shadowModal .hasDatepicker .ui-datepicker,
        .shadowModal_calendar .hasDatepicker .ui-datepicker {
          background: #fff;
          border-radius: 0; }
          .shadowModal .hasDatepicker .ui-datepicker td,
          .shadowModal_calendar .hasDatepicker .ui-datepicker td {
            padding: 0; }
          .shadowModal .hasDatepicker .ui-datepicker .ui-datepicker-calendar,
          .shadowModal_calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar {
            font-family: "Avenir next W01";
            background: transparent;
            margin: 0; }
            .shadowModal .hasDatepicker .ui-datepicker .ui-datepicker-calendar thead,
            .shadowModal_calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar thead {
              background: #f5f5f5; }
              .shadowModal .hasDatepicker .ui-datepicker .ui-datepicker-calendar thead tr th,
              .shadowModal_calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar thead tr th {
                padding: 1em .3em;
                background: transparent;
                text-transform: uppercase;
                font-size: 11px;
                font-weight: 500;
                color: #8c8c8c; }
            .shadowModal .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr,
            .shadowModal_calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr {
              height: 53px; }
              .shadowModal .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td,
              .shadowModal_calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td {
                background: transparent;
                color: #8c8c8c;
                font-size: 11px;
                border-right: 1px solid #ececec;
                border-bottom: 1px solid #ececec; }
                .shadowModal .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a,
                .shadowModal_calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a {
                  background: transparent; }
                .shadowModal .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day,
                .shadowModal_calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
                  background: #f5f5f5; }
                  .shadowModal .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a,
                  .shadowModal_calendar .hasDatepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    background: #ef7c00; }
      .shadowModal .modal,
      .shadowModal_calendar .modal {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 0; }
        .shadowModal .modal .container,
        .shadowModal_calendar .modal .container {
          padding: 17px 0 0 0; }
          .shadowModal .modal .container > h3, .shadowModal .modal .container > a,
          .shadowModal_calendar .modal .container > h3,
          .shadowModal_calendar .modal .container > a {
            display: none; }
          .shadowModal .modal .container ul,
          .shadowModal_calendar .modal .container ul {
            width: 100%;
            background: #fff; }
            .shadowModal .modal .container ul li,
            .shadowModal_calendar .modal .container ul li {
              width: 100%;
              position: relative;
              background: #fff;
              height: 75px;
              border-bottom: 1px solid #ececec; }
              .shadowModal .modal .container ul li:first-child,
              .shadowModal_calendar .modal .container ul li:first-child {
                height: 30px;
                color: #000000;
                padding-bottom: 30px;
                border-bottom: 1px solid #ececec;
                margin-bottom: 0; }
                .shadowModal .modal .container ul li:first-child span,
                .shadowModal_calendar .modal .container ul li:first-child span {
                  font-size: 17px; }
              .shadowModal .modal .container ul li span,
              .shadowModal_calendar .modal .container ul li span {
                margin-left: 20px; }
                .shadowModal .modal .container ul li span.icon_container .icon,
                .shadowModal_calendar .modal .container ul li span.icon_container .icon {
                  margin: 28px 19px 0 0; }
                  .shadowModal .modal .container ul li span.icon_container .icon.favourite,
                  .shadowModal_calendar .modal .container ul li span.icon_container .icon.favourite {
                    margin: 9px 19px 0 0; }
                .shadowModal .modal .container ul li span.icon_container.right,
                .shadowModal_calendar .modal .container ul li span.icon_container.right {
                  float: right; }
              .shadowModal .modal .container ul li > div, .shadowModal .modal .container ul li > a,
              .shadowModal_calendar .modal .container ul li > div,
              .shadowModal_calendar .modal .container ul li > a {
                height: 100%; }
                .shadowModal .modal .container ul li > div.active, .shadowModal .modal .container ul li > a.active,
                .shadowModal_calendar .modal .container ul li > div.active,
                .shadowModal_calendar .modal .container ul li > a.active {
                  background: #f5f5f5; }
              .shadowModal .modal .container ul li label,
              .shadowModal_calendar .modal .container ul li label {
                padding-top: 21px;
                width: 100%;
                height: 100%; } }

.channelLogoBox {
  overflow: scroll; }
  @media (min-width: 890px) {
    .channelLogoBox {
      overflow: hidden; } }
  .channelLogoBox .swiper-wrapper {
    width: 100%; }
    .channelLogoBox .swiper-wrapper .swiper-slide {
      opacity: 0.2; }
      .channelLogoBox .swiper-wrapper .swiper-slide.active {
        opacity: 1; }
    @media (min-width: 890px) {
      .channelLogoBox .swiper-wrapper {
        display: inline-block; }
        .channelLogoBox .swiper-wrapper .swiper-slide {
          opacity: 1; }
          .channelLogoBox .swiper-wrapper .swiper-slide.active {
            opacity: 1; } }
  .channelLogoBox .swiper-scrollbar {
    display: none; }

.loader {
  margin: 0 auto;
  text-align: center; }

.magasineBetv .innerContainer {
  max-width: 1440px;
  float: none;
  margin-left: auto;
  margin-right: auto; }

.forward, .backward {
  overflow: hidden; }
