/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon/icomoon.eot?version=1.0.21");
  src: url("/fonts/icomoon/icomoon.eot?version=1.0.21#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.woff?version=1.0.21") format("woff"), url("/fonts/icomoon/icomoon.ttf?version=1.0.21") format("truetype"), url("/fonts/icomoon/icomoon.svg?version=1.0.21#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
  line-height: 1;
}

.icon-arrow-down {
  line-height: 2.2;
}

.icon-what:before {
  content: "\e000";
}

.icon-tv:before {
  content: "\e001";
}

.icon-tools:before {
  content: "\e002";
}

.icon-tick:before {
  content: "\e003";
}

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

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

.icon-postcheque:before {
  content: "\e006";
}

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

.icon-agenda:before {
  content: "\e008";
}

.icon-package:before {
  content: "\e009";
}

.icon-network:before {
  content: "\e00a";
}

.icon-mobile:before {
  content: "\e00b";
}

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

.icon-internet:before {
  content: "\e00d";
}

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

.icon-help:before {
  content: "\e00f";
}

.icon-directmail:before {
  content: "\e010";
}

.icon-cross:before {
  content: "\e011";
}

.icon-communication:before {
  content: "\e012";
}

.icon-cloud:before {
  content: "\e013";
}

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

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

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

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

.icon-phone:before {
  content: "\e018";
}

.icon-file-pdf:before {
  content: "\e019";
}

.icon-file-ppt:before {
  content: "\e01a";
}

.icon-file-jpg:before {
  content: "\e01b";
}

.icon-save:before {
  content: "\e01c";
}

.icon-mail2:before {
  content: "\e01d";
}

.icon-picture:before {
  content: "\e01e";
}

.icon-lock:before {
  content: "\e01f";
}

.icon-fax:before {
  content: "\e020";
}

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

.icon-map-pin:before {
  content: "\e022";
}

.icon-new:before {
  content: "\e023";
}

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

.icon-number:before {
  content: "\e025";
}

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

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

.icon-file-move:before {
  content: "\e028";
}

.icon-file:before {
  content: "\e029";
}

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

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

.icon-integral:before {
  content: "\e02c";
}

.icon-international:before {
  content: "\e02d";
}

.icon-internet-mobile:before {
  content: "\e02e";
}

.icon-cloud-2:before {
  content: "\e02f";
}

.icon-security:before {
  content: "\e030";
}

.icon-connectivity:before {
  content: "\e031";
}

.icon-mobility:before {
  content: "\e032";
}

.icon-telephony-collaboration:before {
  content: "\e033";
}

.icon-eshop:before {
  content: "\e034";
}

.icon-mengpost:before {
  content: "\e035";
}

.icon-postbox:before {
  content: "\e036";
}

.icon-clic-2-mail:before {
  content: "\e037";
}

.icon-garde-et-reexpedition:before {
  content: "\e038";
}

.icon-impression-etiquettes:before {
  content: "\e039";
}

.icon-packup:before {
  content: "\e03a";
}

.icon-timbres-en-ligne:before {
  content: "\e03b";
}

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

.icon-poids:before {
  content: "\e600";
}

.icon-XXL:before {
  content: "\e601";
}

.icon-europe:before {
  content: "\e602";
}

.icon-luxembourg:before {
  content: "\e603";
}

.icon-monde:before {
  content: "\e604";
}

.icon-aucune:before {
  content: "\e605";
}

.icon-XS:before {
  content: "\e606";
}

.icon-S:before {
  content: "\e607";
}

.icon-M:before {
  content: "\e608";
}

.icon-L:before {
  content: "\e609";
}

.icon-XL:before {
  content: "\e60a";
}

.icon-phonesms:before {
  content: "\e60b";
}

.icon-data:before {
  content: "\e60c";
}

.icon-garanti:before {
  content: "\e60d";
}

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

.icon-hour:before {
  content: "\e60f";
}

.icon-mobile-phone:before {
  content: "\e610";
}

.icon-XXS:before {
  content: "\e611";
}

.icon-service-online:before {
  content: "\e612";
}

.icon-edit:before {
  content: "\e613";
}

.icon-delete:before {
  content: "\e614";
}

.icon-offer:before {
  content: "\e615";
}

.icon-products:before {
  content: "\e616";
}

.icon-wizard:before {
  content: "\e617";
}

.icon-creator:before {
  content: "\e618";
}

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

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

.icon-data-sans-tel:before {
  content: "\e902";
}

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

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

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

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

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

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

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

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

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

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

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

.icon-picto-sms:before {
  content: "\e90e";
}

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

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

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

.icon-Video2:before {
  content: "\e913";
}

.icon-calculatrice:before {
  content: "\e914";
}

.icon-destinataires:before {
  content: "\e915";
}

.icon-doc:before {
  content: "\e916";
}

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

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

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

.icon-options:before {
  content: "\e91a";
}

.icon-weight:before {
  content: "\e91b";
}

.icon-psf:before {
  content: "\f100";
}

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

.icon-truck:before {
  content: "\e91c";
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon/icomoon.ttf?3oo126") format("truetype"), url("/fonts/icomoon/icomoon.woff?3oo126") format("woff"), url("/fonts/icomoon/icomoon.svg?3oo126#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body,
* {
  font-family: "MuseoSans", sans-serif;
  font-weight: 300;
}

body {
  background-color: #f7f7f7;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

strong {
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
}

.container {
  width: 1240px;
  max-width: 90%;
  margin: 0 auto;
  color: white;
}
@media (max-width: 768px) {
  .container.mobile-full-width {
    width: 100%;
    max-width: 100%;
  }
}

#tele-nav {
  background: #383838;
  color: white;
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  position: sticky;
}
#tele-nav.rounded-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
#tele-nav.rounded-bottom {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#tele-nav.rounded-full {
  border-radius: 1rem;
}
#tele-nav nav ul {
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 1140px) {
  #tele-nav nav ul li {
    margin-right: 40px;
  }
  #tele-nav nav ul li:first-child {
    margin-left: 0;
  }
}
#tele-nav nav ul li a {
  display: block;
  box-sizing: border-box;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 80px;
  transition: color 300ms;
}
#tele-nav nav ul li a:hover {
  color: #fabc0b;
  transition: color 300ms;
}
#tele-nav nav ul li.active a {
  color: #fabc0b;
}
@media (max-width: 1140px) {
  #tele-nav nav ul {
    flex-wrap: wrap;
  }
  #tele-nav nav ul li {
    width: 24%;
    text-align: center;
  }
  #tele-nav nav ul li a {
    line-height: 60px;
  }
}
@media (max-width: 1140px) and (max-width: 768px) {
  #tele-nav nav ul li {
    width: 50%;
    text-align: center;
  }
}

.content-box {
  margin: 50px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  width: 100%;
  background: white;
  display: flex;
  color: #383838;
  border-radius: 1rem;
}
.content-box > div {
  width: 50%;
  overflow: hidden;
}
.content-box > div.w-30 {
  width: 30%;
}
@media (max-width: 768px) {
  .content-box > div.w-30 {
    width: 100%;
  }
}
.content-box > div.w-70 {
  width: 70%;
}
@media (max-width: 768px) {
  .content-box > div.w-70 {
    width: 100%;
  }
}
.content-box > div.full-width {
  width: 100%;
}
.content-box > div.image {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
.content-box > div.content {
  padding: 30px;
  box-sizing: border-box;
}
.content-box .sport-leagues .sport-type .title {
  font-size: 20px;
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
  padding-left: 10px;
  line-height: 40px;
  transition: color 200ms;
}
.content-box .sport-leagues .sport-type .title:hover {
  cursor: pointer;
  color: #fabc0b;
  transition: color 200ms;
}
.content-box .sport-leagues .sport-type .leagues-list {
  display: flex;
  margin-left: 20px;
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.content-box .sport-leagues .sport-type .leagues-list ::-webkit-scrollbar {
  width: 0px;
}
.content-box .sport-leagues .sport-type .leagues-list ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.content-box .sport-leagues .sport-type .leagues-list ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.content-box .sport-leagues .sport-type .leagues-list ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.content-box .sport-leagues .sport-type .leagues-list .league {
  padding: 20px;
  box-sizing: border-box;
}
.content-box .sport-leagues .sport-type .leagues-list .league.active {
  background-color: #f2f2f2;
}
.content-box .sport-leagues .sport-type .leagues-list .league .logo {
  transition: transform 200ms;
  width: 96px;
  height: 96px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.content-box .sport-leagues .sport-type .leagues-list .league:hover:not(.active) {
  cursor: pointer;
}
.content-box .sport-leagues .sport-type .leagues-list .league:hover:not(.active) .logo {
  transform: scale(1.05);
  transition: transform 200ms;
}
@media (max-width: 768px) {
  .content-box .sport-leagues .sport-type .leagues-list .league .logo {
    width: 48px;
    height: 48px;
  }
}
.content-box .sport-leagues .sport-type .channels-for-league {
  background-color: #f2f2f2;
  margin-left: 20px;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .content-box .sport-leagues .sport-type .channels-for-league h2 {
    display: none;
  }
}
.content-box .sport-leagues .sport-type .channels-for-league .channel-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-box .sport-leagues .sport-type .channels-for-league .channel-list .channel {
  text-decoration: none;
  width: 28%;
  margin-bottom: 30px;
}
.content-box .sport-leagues .sport-type .channels-for-league .channel-list .channel .title {
  color: #383838;
}
.content-box .sport-leagues .sport-type .channels-for-league .channel-list .channel .logo-wrapper {
  transition: transform 200ms;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: white;
  height: 200px;
  width: 100%;
  position: relative;
}
.content-box .sport-leagues .sport-type .channels-for-league .channel-list .channel .logo-wrapper .top-bar {
  color: #b3b3b3;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  box-sizing: border-box;
}
.content-box .sport-leagues .sport-type .channels-for-league .channel-list .channel .logo-wrapper .bottom-bar {
  color: #b3b3b3;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  top: 0;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
}
.content-box .sport-leagues .sport-type .channels-for-league .channel-list .channel .logo-wrapper .bottom-bar > div {
  width: 50%;
}
.content-box .sport-leagues .sport-type .channels-for-league .channel-list .channel .logo-wrapper .bottom-bar > div:last-child {
  text-align: right;
}
.content-box .sport-leagues .sport-type .channels-for-league .channel-list .channel .logo-wrapper .logo {
  margin: 0 auto;
  width: 80%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.content-box .sport-leagues .sport-type .channels-for-league .channel-list .channel:hover .logo-wrapper {
  transform: scale(1.05);
  transition: transform 200ms;
  cursor: pointer;
}
@media (max-width: 768px) {
  .content-box .sport-leagues .sport-type .channels-for-league .channel-list {
    overflow: hidden;
  }
  .content-box .sport-leagues .sport-type .channels-for-league .channel-list .channel {
    width: 48%;
  }
  .content-box .sport-leagues .sport-type .channels-for-league .channel-list .channel .logo-wrapper {
    height: 150px;
    width: 100%;
  }
}
.content-box .movie-listing {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  align-items: stretch;
}
.content-box .movie-listing.loading {
  background: url("https://teleluassets.b-cdn.net/images/loading.gif") no-repeat center center;
  min-height: 300px;
}
@media (max-width: 1140px) {
  .content-box .movie-listing {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 960px) {
  .content-box .movie-listing {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .content-box .movie-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .content-box .movie-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
.content-box p {
  line-height: 20px;
}
.content-box a.button {
  margin: 15px 0;
  background: #fabc0b;
  color: #383838;
  border-radius: 1rem;
  padding: 15px 30px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 200ms;
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.content-box a.button:hover {
  background-color: #fbc324;
  transition: background-color 200ms;
}
.content-box h1,
.content-box h2,
.content-box h3 {
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
}
.content-box h1 {
  font-size: 32px;
  line-height: 64px;
}
.content-box h2 {
  font-size: 24px;
  line-height: 48px;
}
.content-box h2.large {
  font-size: 32px;
  line-height: 64px;
}

.tv-channel-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tv-channel-list .channel {
  width: 18%;
  margin-bottom: 30px;
  transition: transform 350ms;
  text-decoration: none;
}
@media (max-width: 768px) {
  .tv-channel-list .channel {
    width: 48%;
  }
}
.tv-channel-list .channel:hover {
  transform: scale(1.05);
  transition: transform 350ms;
  cursor: pointer;
}
.tv-channel-list .channel:hover .logo-wrapper {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.tv-channel-list .channel .logo-wrapper {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  padding: 50px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .tv-channel-list .channel .logo-wrapper {
    padding: 50px 30px;
  }
}
.tv-channel-list .channel .logo-wrapper .logo {
  background-position: center center;
  background-repeat: no-repeat;
  height: 110px;
  width: 100%;
  background-size: contain;
}
.tv-channel-list .channel .logo-wrapper .top-bar,
.tv-channel-list .channel .logo-wrapper .bottom-bar {
  font-size: 11px;
  color: #cccccc;
  font-size: 12px;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 10px;
  box-sizing: border-box;
}
.tv-channel-list .channel .logo-wrapper .top-bar.top-bar,
.tv-channel-list .channel .logo-wrapper .bottom-bar.top-bar {
  top: 0;
}
.tv-channel-list .channel .logo-wrapper .top-bar.bottom-bar,
.tv-channel-list .channel .logo-wrapper .bottom-bar.bottom-bar {
  bottom: 0;
  display: flex;
}
.tv-channel-list .channel .logo-wrapper .top-bar.bottom-bar > div,
.tv-channel-list .channel .logo-wrapper .bottom-bar.bottom-bar > div {
  width: 50%;
}
.tv-channel-list .channel .logo-wrapper .top-bar.bottom-bar > div:last-child,
.tv-channel-list .channel .logo-wrapper .bottom-bar.bottom-bar > div:last-child {
  text-align: right;
}
.tv-channel-list .channel .channel-data .title {
  color: #525252;
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0 5px 0;
}
.tv-channel-list .channel .channel-data .packages {
  color: #999999;
  font-size: 13px;
}

.page-filter {
  margin: 50px 0;
  border-radius: 1rem;
}
.page-filter > form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-evenly;
  gap: 20px;
}
.page-filter > form.epg-filter {
  grid-template-columns: 1fr;
  border: 1px solid #888;
  border-radius: 3px;
}
.page-filter > form > div {
  text-align: center;
  transition: width 250ms;
}
.page-filter > form > div select,
.page-filter > form > div input[type=search] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 100%;
  padding: 15px 18px;
  color: #383838;
  border: 1px solid #888;
  border-radius: 3px;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 10px;
}
.page-filter > form > div select:focus, .page-filter > form > div select:active,
.page-filter > form > div input[type=search]:focus,
.page-filter > form > div input[type=search]:active {
  border: 2px solid #fabc0b;
}
.page-filter > form > div select {
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat, repeat;
  background-position: right 20px top 50%, 0 0;
  background-size: 20px auto;
}
.page-filter > form > div input[type=search] {
  background: url("https://teleluassets.b-cdn.net/images/search.svg") no-repeat right 18px center white;
  background-size: 16px auto;
}
.page-filter > form > div.expand-on-focus:focus-within {
  width: 25%;
  transition: width 250ms;
}
.epg-bar-channels {
  background: white;
  padding-left: 80px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  white-space: nowrap;
}
.epg-bar-channels .epg-channel {
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  text-align: center;
}
.epg-bar-channels .epg-channel .logo {
  margin-right: 15px;
  width: 36px;
  height: 36px;
  background: white;
  background-size: 70% auto;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.epg-wrapper {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23f2f2f2' fill-opacity='0.86'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-wrap: nowrap;
  height: 700px;
  position: relative;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 768px) {
  .epg-wrapper {
    overflow-x: scroll;
  }
}
.epg-wrapper::-webkit-scrollbar {
  width: 8px;
}
.epg-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.epg-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}
.epg-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.epg-wrapper .epg-bar-hours-listing {
  color: #383838;
  display: flex;
  flex-direction: column;
  height: 426.6666666667px;
}
.epg-wrapper .epg-bar-hours-listing .hour {
  background: white;
  display: inline-block;
  height: 17.7777777778px;
  width: 80px;
  text-align: center;
  font-size: 18px;
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
  padding: 10px;
  box-sizing: border-box;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  flex: 1;
}
.epg-wrapper .epg-bar-hours-listing .hour:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.epg-wrapper .epg-current-time {
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #fabc0b;
  width: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
.epg-wrapper .epg-current-time .time-dislay-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.epg-wrapper .epg-current-time .time-dislay-wrapper .current-time {
  background: #fabc0b;
  color: #383838;
  box-sizing: border-box;
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 5px;
  bottom: -34px;
  padding: 8px 15px;
  border-radius: 0 0 5px 5px;
}
.epg-wrapper .epg-bar {
  position: relative;
  width: 20%;
  min-height: 426.6666666667px;
}
@media (max-width: 768px) {
  .epg-wrapper .epg-bar {
    min-width: 35%;
  }
}
.epg-wrapper .epg-bar .programme {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  height: 17.7777777778;
  font-size: 11px;
  box-sizing: border-box;
  border-radius: 3px;
  width: 98%;
  margin-left: 1%;
  margin-bottom: 1%;
  margin-top: 2px;
  margin-bottom: 2px;
  background: #f7f7f7;
  border: 1px solid #ededed;
  padding: 15px;
  box-sizing: border-box;
  height: 100%;
  transition: background-color, height 100ms;
  z-index: 1;
}
.epg-wrapper .epg-bar .programme .contents {
  position: relative;
  height: 100%;
  width: 100%;
}
.epg-wrapper .epg-bar .programme .contents .title {
  font-size: 15px;
  color: #525252;
  font-family: "MuseoSans", sans-serif;
  font-weight: 300;
  line-height: 20px;
}
.epg-wrapper .epg-bar .programme .contents .time {
  font-size: 12px;
  color: #9e9e9e;
}
.epg-wrapper .epg-bar .programme.expand-on-hover {
  transition: height 350ms;
}
.epg-wrapper .epg-bar .programme:hover {
  cursor: pointer;
  background: #fabc0b;
  transition: background-color, width 200ms;
  z-index: 10;
}
.epg-wrapper .epg-bar .programme:hover.expand-on-hover {
  height: 300px !important;
  transition: height 350ms;
}
.thebox-content-style a {
  color: #fabc0b;
}
.thebox-content-style ul {
  list-style-type: square;
  margin-left: 20px;
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}
.large-banner {
  min-height: 300px;
}
@media (max-width: 991px) {
  .large-banner {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .large-banner {
    margin-top: 60px !important;
  }
}
@media (min-width: 1241px) {
  .large-banner {
    margin-top: 80px !important;
  }
}

.outdated-browser {
  display: none;
  font-family: "MuseoSans", sans-serif;
  font-weight: 700;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: 13px;
  border-bottom: 1px solid #383838;
  background-color: #fabc0b;
  color: #383838;
}
.outdated-browser > .container {
  color: #383838;
  line-height: 18px;
}

html[data-agent*=Trident] .outdated-browser {
  display: block !important;
}

.left-yellow-border {
  border-left: 10px solid #fabc0b;
  padding-left: 25px;
  box-sizing: border-box;
  margin-left: -30px;
}

.no-underline {
  text-decoration: none !important;
}

#post-website {
  margin-top: 60px;
}
@media (min-width: 991px) {
  #post-website {
    margin-top: 0;
  }
}

div.loading {
  background: url("https://teleluassets.b-cdn.net/images/loading.gif") no-repeat center center;
  height: 100px;
  width: 100px;
}/*# sourceMappingURL=global.css.map */