@-webkit-keyframes wubble {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
  100% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); } }

@keyframes wubble {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px); }
  100% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px); } }

@-webkit-keyframes wubbleReversed {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); } }

@keyframes wubbleReversed {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  10% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px); } }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes pulseMirror {
  from {
    -webkit-transform: rotateY(180deg) scale3d(1, 1, 1);
            transform: rotateY(180deg) scale3d(1, 1, 1); }
  50% {
    -webkit-transform: rotateY(180deg) scale3d(1.1, 1.1, 1.1);
            transform: rotateY(180deg) scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: rotateY(180deg) scale3d(1, 1, 1);
            transform: rotateY(180deg) scale3d(1, 1, 1); } }

@keyframes pulseMirror {
  from {
    -webkit-transform: rotateY(180deg) scale3d(1, 1, 1);
            transform: rotateY(180deg) scale3d(1, 1, 1); }
  50% {
    -webkit-transform: rotateY(180deg) scale3d(1.1, 1.1, 1.1);
            transform: rotateY(180deg) scale3d(1.1, 1.1, 1.1); }
  to {
    -webkit-transform: rotateY(180deg) scale3d(1, 1, 1);
            transform: rotateY(180deg) scale3d(1, 1, 1); } }

@-webkit-keyframes pulseIntense {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes pulseIntense {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@-webkit-keyframes pulseMirrorIntense {
  from {
    -webkit-transform: rotateY(180deg) scale3d(1, 1, 1);
            transform: rotateY(180deg) scale3d(1, 1, 1); }
  50% {
    -webkit-transform: rotateY(180deg) scale3d(1.3, 1.3, 1.3);
            transform: rotateY(180deg) scale3d(1.3, 1.3, 1.3); }
  to {
    -webkit-transform: rotateY(180deg) scale3d(1, 1, 1);
            transform: rotateY(180deg) scale3d(1, 1, 1); } }

@keyframes pulseMirrorIntense {
  from {
    -webkit-transform: rotateY(180deg) scale3d(1, 1, 1);
            transform: rotateY(180deg) scale3d(1, 1, 1); }
  50% {
    -webkit-transform: rotateY(180deg) scale3d(1.3, 1.3, 1.3);
            transform: rotateY(180deg) scale3d(1.3, 1.3, 1.3); }
  to {
    -webkit-transform: rotateY(180deg) scale3d(1, 1, 1);
            transform: rotateY(180deg) scale3d(1, 1, 1); } }

@-webkit-keyframes wheelSpin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes wheelSpin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Used when the channel choices are added. */
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg); }
  50% {
    -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg); } }
@keyframes pop {
  0% {
    -webkit-transform: scale(0) rotate(0deg);
            transform: scale(0) rotate(0deg); }
  50% {
    -webkit-transform: scale(1.2) rotate(5deg);
            transform: scale(1.2) rotate(5deg); } }

@-webkit-keyframes expand {
  from {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%); }
  to {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%); } }

@keyframes expand {
  from {
    -webkit-clip-path: circle(0% at 50% 50%);
            clip-path: circle(0% at 50% 50%); }
  to {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%); } }

@-webkit-keyframes tilt {
  0% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  15% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg); }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes tilt {
  0% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg); }
  15% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg); }
  30% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes arrowRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); } }

@keyframes arrowRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); } }

@-moz-document url-prefix() {
  body {
    font-weight: 400 !important; } }

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400; }

@font-face {
  font-family: 'BrandonGrotesque', sans-serif;
  src: url(../fonts/brandongrotesque-light-webfont.woff2) format("woff2"), url(../fonts/brandongrotesque-light-webfont.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'BrandonGrotesque', sans-serif;
  src: url(../fonts/brandongrotesque-thin-webfont.woff2) format("woff2"), url(../fonts/brandongrotesque-thin-webfont.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'BrandonGrotesque', sans-serif;
  src: url(../fonts/brandongrotesque-regular-webfont.woff2) format("woff2"), url(../fonts/brandongrotesque-regular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'BrandonGrotesque', sans-serif;
  src: url(../fonts/brandongrotesque-medium-webfont.woff2) format("woff2"), url(../fonts/brandongrotesque-medium-webfont.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'BrandonGrotesque', sans-serif;
  src: url(../fonts/brandongrotesque-bold-webfont.woff2) format("woff2"), url(../fonts/brandongrotesque-bold-webfont.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'BrandonGrotesque', sans-serif;
  src: url(../fonts/brandongrotesque-black-webfont.woff2) format("woff2"), url(../fonts/brandongrotesque-black-webfont.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* gloria-hallelujah-regular - latin */
@font-face {
  font-family: 'Gloria Hallelujah';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/gloria-hallelujah-v8-latin-regular.eot);
  /* IE9 Compat Modes */
  src: local("Gloria Hallelujah"), local("GloriaHallelujah"), url(../fonts/gloria-hallelujah-v8-latin-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/gloria-hallelujah-v8-latin-regular.woff2) format("woff2"), url(../fonts/gloria-hallelujah-v8-latin-regular.woff) format("woff"), url(../fonts/gloria-hallelujah-v8-latin-regular.ttf) format("truetype");
  /* Legacy iOS */ }

.eboxtv__page {
  position: relative;
  display: inline-block;
  width: 100%; }

.underlined {
  display: inline-block;
  position: relative; }
  .underlined:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: currentColor;
    border-radius: 2px; }
  @media (max-width: 1024px) {
    .underlined {
      display: inline; }
      .underlined:after {
        content: none; } }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

.page-title, h1, h2 {
  text-transform: uppercase; }

.ebtv-color--black {
  color: #1F1F1F; }

.ebtv-color--red {
  color: #BE2323; }

.ebtv-color--grey {
  color: #C7C7C7; }

.ebtv-color--white {
  color: #FFF; }

.page-title {
  font: 900 70px/76px "BrandonGrotesque", sans-serif; }

h1 {
  font: 900 50px/55px "BrandonGrotesque", sans-serif; }

h2 {
  font: 900 45px/50px "BrandonGrotesque", sans-serif; }

h3 {
  font: 700 35px/40px "BrandonGrotesque", sans-serif; }

h4 {
  font: 700 25px/30px "BrandonGrotesque", sans-serif; }

h5 {
  font: 700 20px/24px "BrandonGrotesque", sans-serif; }

h6 {
  font: 700 18px/20px "BrandonGrotesque", sans-serif; }

p {
  font: 400 16px/22px "BrandonGrotesque", sans-serif; }

.italic {
  font-weight: 100;
  font-style: italic; }

.bold {
  font-weight: 700; }

.small {
  font: 400 12px/16px "BrandonGrotesque", sans-serif; }

.highlight {
  font: 400 20px/30px "Gloria Hallelujah"; }

/******** MEDIA QUERIES ********/
@media (max-width: 768px) {
  .page-title {
    font: 900 42px/46px "BrandonGrotesque", sans-serif; }
  h1 {
    font: 900 30px/34px "BrandonGrotesque", sans-serif; }
  h2 {
    font: 900 26px/32px "BrandonGrotesque", sans-serif; }
  h3 {
    font: 700 26px/32px "BrandonGrotesque", sans-serif; }
  h4 {
    font: 700 22px/26px "BrandonGrotesque", sans-serif; } }

@media (max-width: 450px) {
  .page-title {
    font: 900 36px/40px "BrandonGrotesque", sans-serif; }
  h1 {
    font: 900 26px/32px "BrandonGrotesque", sans-serif; }
  h2 {
    font: 900 22px/24px "BrandonGrotesque", sans-serif; }
  h3 {
    font: 700 24px/26px "BrandonGrotesque", sans-serif; } }

.textured-bg {
  background-size: initial; }
  .textured-bg--black {
    background-image: url(../img/ebox-texture-background--black.jpg);
    color: #FFF; }
  .textured-bg--black-dark {
    background-image: url(../img/Body.png);
    color: #FFF; }
  .textured-bg--red {
    background-image: url(../img/ebox-texture-background--red.jpg);
    color: #1F1F1F; }

template, .template {
  display: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.bs-container.bs-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .bs-container.bs-container {
      padding-right: 15px !important;
      padding-left: 15px !important; } }
  @media (max-width: 450px) {
    .bs-container.bs-container {
      padding-right: 15px !important;
      padding-left: 15px !important; } }

@media (min-width: 992px) {
  .container-lg {
    width: 100%;
    max-width: 1200px; } }

body.parent-pageid-4577 #sdrn_bar, body.page-id-4685 #sdrn_bar {
  z-index: 100 !important; }

.Banner {
  position: relative;
  left: -14px;
  display: block;
  width: calc(100% + 14px);
  padding-bottom: 14px;
  -webkit-animation: unveil 0.3s cubic-bezier(0.55, 0, 0.1, 1) forwards;
          animation: unveil 0.3s cubic-bezier(0.55, 0, 0.1, 1) forwards; }
  .Banner__wrapper {
    position: relative;
    background: #BE2323;
    padding: 11px 34px 11px 34px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
    .Banner__wrapper:before {
      content: '';
      position: absolute;
      display: block;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      top: 100%;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 14px 14px 0;
      border-color: transparent #661618 transparent transparent; }
  .Banner__title-container {
    position: relative; }
  .Banner__title {
    position: relative;
    font: 400 18px/1.2 "BrandonGrotesque", sans-serif;
    text-align: center; }
  .Banner__count {
    display: inline-block;
    will-change: transform;
    -webkit-animation: pulse 0.25s cubic-bezier(0.55, 0, 0.1, 1);
            animation: pulse 0.25s cubic-bezier(0.55, 0, 0.1, 1); }
  .Banner__price {
    position: relative;
    vertical-align: middle; }
    .Banner__price.is-doodled--underlined {
      margin-bottom: 7px; }
      .Banner__price.is-doodled--underlined:after {
        top: 100%;
        height: 20%;
        background-image: url(../img/svg/line-white.svg); }
  .Banner__icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    fill: currentColor;
    bottom: 2px;
    margin-right: 5px;
    -webkit-animation: pulse 1s steps(2) infinite;
            animation: pulse 1s steps(2) infinite; }
  .Banner__splash {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 100%;
    stroke: #FFF;
    right: 100%;
    top: 2px;
    -webkit-animation: pulseIntense 1s steps(2) infinite;
            animation: pulseIntense 1s steps(2) infinite; }
    .Banner__splash--right {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
      right: auto;
      left: 100%;
      -webkit-animation-name: pulseMirrorIntense;
              animation-name: pulseMirrorIntense; }

.Bubble {
  padding-bottom: 13px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: 0px;
  opacity: 0;
  will-change: transform, opacity;
  z-index: 10; }
  .Bubble--always-show-closer .Bubble__wrapper {
    padding-top: 40px; }
  .Bubble--always-show-closer .Bubble__close-btn {
    display: block !important; }
  .Bubble--always-show-closer .Bubble__content {
    margin-bottom: 0;
    max-height: none;
    overflow: visible; }
  .Bubble--step-up {
    margin-bottom: 30px; }
  .Bubble--small .Bubble__bubble {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 275px;
    max-height: 150px;
    overflow: hidden;
    padding: 8px; }
  .Bubble--small .Bubble__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow: auto; }
  .Bubble--small .Bubble__content {
    font: 400 13px/16px "BrandonGrotesque", sans-serif;
    margin-bottom: 0;
    overflow: visible; }
  .Bubble--small .Bubble__close-btn {
    display: none; }
  .Bubble--small.Bubble.Bubble:after {
    margin-left: -13px;
    margin-top: -13px;
    width: 26px;
    height: 8px; }
  .Bubble--is-bottom.Bubble.Bubble:after {
    top: auto;
    bottom: 100%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .Bubble__bubble {
    position: relative;
    width: 400px;
    max-width: 100%;
    padding: 18px 20px;
    background: #FFF;
    color: #1F1F1F;
    font-family: "BrandonGrotesque", sans-serif;
    text-align: left;
    cursor: initial;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
    z-index: 1; }
    @media (max-width: 1024px) {
      .Bubble__bubble {
        padding-top: 30px;
        width: 300px; } }
    @media (max-width: 500px) {
      .Bubble__bubble {
        width: 180px;
        left: 5px !important;
        right: 0 !important; } }
  .Bubble:after {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    margin-left: -18px;
    margin-top: -13px;
    width: 36px;
    height: 13px;
    overflow: hidden;
    background-image: url(../img/svg/arrow_pop-up.svg);
    background-position: center -4px;
    background-size: cover;
    z-index: 1; }
    @media (max-width: 1024px) {
      .Bubble:after {
        content: none; } }
  @media (max-width: 1024px) {
    .Bubble--is-tooltip:after {
      content: ''; } }
  .Bubble__wrapper {
    position: relative; }
    @media (max-width: 1024px) {
      .Bubble__wrapper {
        position: static; } }
  .Bubble__corner-container {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .Bubble__origin-flag {
    display: inline-block;
    width: 28px;
    height: 20px; }
    .Bubble__origin-flag--mobile {
      display: none; }
    @media (max-width: 1024px) {
      .Bubble__origin-flag {
        display: none; }
        .Bubble__origin-flag--mobile {
          display: inline-block; } }
  .Bubble__position {
    display: inline-block;
    margin: 0 5px;
    padding: 2px 5px;
    color: #8E8E8E;
    border-left: 1px solid currentColor;
    font: 400 16px/18px "BrandonGrotesque", sans-serif; }
  .Bubble__title {
    font: 700 20px/24px "BrandonGrotesque", sans-serif;
    margin: 0 0 5px; }
  .Bubble__pricing-container {
    margin-bottom: 8px; }
  .Bubble__content-title, .Bubble__features-title {
    font: 700 14px/20px "BrandonGrotesque", sans-serif;
    color: #595959; }
  .Bubble__features {
    margin-bottom: 30px; }
  .Bubble__features-list {
    list-style: none;
    padding: 0;
    margin: -2px; }
  .Bubble__feature-item {
    display: inline-block;
    font: 400 14px/20px "BrandonGrotesque", sans-serif;
    color: #595959;
    padding: 2px; }
    .Bubble__feature-item:after {
      content: '';
      position: relative;
      display: inline-block;
      height: 20px;
      width: 1px;
      background-color: currentColor;
      font-size: 20px;
      vertical-align: middle;
      color: currentColor;
      margin: 0 5px;
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }
    .Bubble__feature-item:last-child:after {
      content: none; }
  .Bubble__feature-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: currentColor;
    vertical-align: middle; }
  .Bubble__feature-title {
    vertical-align: middle; }
  .Bubble__content-container {
    font: 400 14px/20px "BrandonGrotesque", sans-serif;
    overflow: auto;
    margin-bottom: 6px; }
    .Bubble__content-container p {
      font: 400 14px/20px "BrandonGrotesque", sans-serif;
      margin: 0 0 10px; }
  .Bubble__close-btn, .Bubble__add-btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none;
    padding: 0; }
  .Bubble__close-btn {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    background: #1F1F1F;
    color: #FFF;
    border-radius: 0; }
    @media (max-width: 1024px) {
      .Bubble__close-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .Bubble__close-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: currentColor;
    margin: auto; }
  .Bubble__add-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    color: #BE2323;
    font: 700 14px/20px "BrandonGrotesque", sans-serif;
    height: 39px;
    padding: 0 24px;
    background: #BE2323;
    color: #FFF;
    border-radius: 6px;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    text-transform: uppercase;
    z-index: auto; }
    .Bubble__add-btn:before {
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      background: #FFF;
      opacity: 1;
      -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
    .Bubble__add-btn:after {
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
      background: #343434;
      -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
    .Bubble__add-btn:hover {
      background: #343434;
      color: #FFF;
      -webkit-box-shadow: 5px 5px 5px rgba(52, 52, 52, 0.5);
              box-shadow: 5px 5px 5px rgba(52, 52, 52, 0.5); }
      .Bubble__add-btn:hover:after {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      .Bubble__add-btn:hover:before {
        opacity: 0; }
  .Bubble__add-btn-title, .Bubble__add-icon {
    position: relative;
    z-index: 1; }
  .Bubble__add-icon {
    display: inline-block;
    position: relative;
    bottom: 2px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
    fill: currentColor; }
  .Bubble__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.ToolTip {
  position: relative;
  vertical-align: super; }
  .ToolTip__icon-container {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer; }
  .ToolTip__icon {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    fill: #BE2323; }

.TabButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  border-radius: 6px 0 0 6px;
  font-size: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.76);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.76); }
  .TabButton__content {
    background: #1F1F1F;
    padding: 14px 6px 12px 8px; }
  .TabButton__title {
    font: 100 8px/11px "BrandonGrotesque", sans-serif;
    margin-bottom: 3px;
    color: #FFF; }
  .TabButton__price {
    font: 900 22px/16px "BrandonGrotesque", sans-serif;
    white-space: nowrap;
    color: #FFF; }
    .TabButton__price sup {
      position: relative;
      display: inline-block;
      font: 900 10px/8px "BrandonGrotesque", sans-serif;
      top: -0.7em;
      margin-left: 2px; }
      .TabButton__price sup:after {
        content: 'par mois';
        position: absolute;
        display: block;
        left: 2px;
        top: 100%;
        font: 400 4px/1 "Gloria Hallelujah"; }
    .TabButton__price:lang(en) sup:after {
      content: 'per month'; }
  .TabButton__foot {
    background: #BE2323;
    padding: 7px 6px 7px 8px;
    color: #FFF;
    white-space: nowrap; }
  .TabButton__foot-title, .TabButton__foot-icon {
    display: inline-block;
    vertical-align: middle; }
  .TabButton__foot-title {
    font-size: 10px;
    line-height: 1;
    margin-right: 3px; }
  .TabButton__foot-icon {
    width: 10px;
    height: 10px;
    fill: currentColor;
    -webkit-animation: arrowRight 0.9s steps(3) infinite;
            animation: arrowRight 0.9s steps(3) infinite; }

.TVForfaitItem {
  display: block; }
  .TVForfaitItem--is-recommended .TVForfaitItem__row--title {
    background: url(../img/ebox-texture-background--red.jpg); }
  .TVForfaitItem--is-recommended .TVForfaitItem__promo-banner {
    background-image: url(../img/svg/banner-bg.svg); }
  .TVForfaitItem__wrapper {
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6); }
  .TVForfaitItem__main-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #FFF;
    border-radius: 12px 12px 0 0; }
  .TVForfaitItem__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 26px 0; }
    .TVForfaitItem__row--title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-top-left-radius: 12px;
      color: #FFF;
      background: url(../img/ebox-texture-background--black.jpg); }
    .TVForfaitItem__row--title-special {
      background: #626262; }
    .TVForfaitItem__row--content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%; }
    @media (max-width: 991px) {
      .TVForfaitItem__row {
        padding: 20px 0; }
        .TVForfaitItem__row--title {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          border-radius: 12px 12px 0 0;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          padding: 8px 0; }
        .TVForfaitItem__row--content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
    @media (max-width: 699px) {
      .TVForfaitItem__row--content {
        padding: 0 20px; } }
    @media (max-width: 460px) {
      .TVForfaitItem__row--title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 991px) {
    .TVForfaitItem__channels {
      margin-right: 18px; } }
  @media (max-width: 460px) {
    .TVForfaitItem__channels {
      margin-right: 0; } }
  .TVForfaitItem__channel-count, .TVForfaitItem__channel-word {
    vertical-align: middle; }
  .TVForfaitItem__channel-count {
    font: 600 40px/48px "BrandonGrotesque", sans-serif; }
    @media (max-width: 991px) {
      .TVForfaitItem__channel-count {
        font: 600 30px/40px "BrandonGrotesque", sans-serif; } }
    @media (max-width: 359px) {
      .TVForfaitItem__channel-count {
        font: 600 24px/32px "BrandonGrotesque", sans-serif; } }
  .TVForfaitItem__channel-word {
    font: 400 16px/24px "BrandonGrotesque", sans-serif; }
  .TVForfaitItem__title {
    font: 600 18px/20px "BrandonGrotesque", sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 0 10px; }
    @media (max-width: 991px) {
      .TVForfaitItem__title {
        position: relative;
        top: 2px;
        font: 600 14px/16px "BrandonGrotesque", sans-serif; } }
    @media (max-width: 359px) {
      .TVForfaitItem__title {
        font: 600 12px/14px "BrandonGrotesque", sans-serif; } }
  .TVForfaitItem__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    list-style: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74%;
            flex: 0 0 74%; }
    @media (max-width: 699px) {
      .TVForfaitItem__features {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 20px 0; } }
  .TVForfaitItem__feature {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    text-align: center;
    padding: 0 5%;
    border-right: 1px solid #C7C7C7; }
    @media (max-width: 1100px) {
      .TVForfaitItem__feature {
        padding: 0 15px; } }
    .TVForfaitItem__feature:last-child {
      border-right: none; }
      .TVForfaitItem__feature:last-child .TVForfaitItem__feature-plus-icon {
        display: none; }
    .TVForfaitItem__feature--is-single {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      text-align: left;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .TVForfaitItem__feature--full-flex {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.3333%;
              flex: 1 1 33.3333%; }
    .TVForfaitItem__feature-title {
      font: 700 20px/24px "BrandonGrotesque", sans-serif; }
    .TVForfaitItem__feature-sub-title {
      font: 400 12px/16px "BrandonGrotesque", sans-serif;
      color: #343434; }
    .TVForfaitItem__feature-icon {
      display: block;
      margin: 0 auto 15px;
      width: 50px;
      height: 50px; }
    .TVForfaitItem__feature-channels {
      margin: 15px 0 0;
      font-size: 0; }
    .TVForfaitItem__feature-channel-item {
      display: inline-block;
      margin-right: 16px; }
      .TVForfaitItem__feature-channel-item:last-child {
        margin-right: 0; }
    .TVForfaitItem__feature-channel-img {
      display: inline-block;
      width: 32px;
      height: 32px; }
    .TVForfaitItem__feature-plus-icon {
      position: absolute;
      display: inline-block;
      width: 24px;
      height: 24px;
      fill: #BE2323;
      top: 50%;
      right: 0;
      margin: -22px -14px 0 0;
      background: #FFF;
      padding: 10px 0;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    @media (max-width: 991px) {
      .TVForfaitItem__feature-title {
        font: 700 16px/22px "BrandonGrotesque", sans-serif; }
      .TVForfaitItem__feature-sub-title {
        font: 400 12px/16px "BrandonGrotesque", sans-serif;
        color: #343434; }
      .TVForfaitItem__feature-plus-icon {
        width: 16px;
        height: 16px;
        margin: -13px -9px 0 0;
        padding: 4px 0; } }
    @media (max-width: 699px) {
      .TVForfaitItem__feature {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
        .TVForfaitItem__feature:nth-child(1):nth-last-child(3) {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          border: none;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          text-align: left;
          padding: 0 0 20px; }
          .TVForfaitItem__feature:nth-child(1):nth-last-child(3) .TVForfaitItem__feature-plus-icon {
            display: none; }
        .TVForfaitItem__feature-channel-item:nth-child(2):nth-last-child(2) {
          margin-right: 0; }
        .TVForfaitItem__feature-channel-item:nth-child(n+3) {
          display: none; }
        .TVForfaitItem__feature--is-single {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          padding: 0; }
          .TVForfaitItem__feature--is-single .TVForfaitItem__feature-channel-item {
            display: inline-block; }
            .TVForfaitItem__feature--is-single .TVForfaitItem__feature-channel-item:nth-child(n+7) {
              display: none; } }
    @media (max-width: 399px) {
      .TVForfaitItem__feature:not(.TVForfaitItem__feature--full-flex).TVForfaitItem__feature--is-single .TVForfaitItem__feature-channel-item:nth-child(n+5) {
        display: none; } }
  .TVForfaitItem__pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
            flex: 0 0 26%;
    height: 100%;
    margin-left: auto;
    border-left: 1px solid #C7C7C7; }
    @media (max-width: 767px) {
      .TVForfaitItem__pricing {
        height: auto; } }
    html:lang(en-CA) .TVForfaitItem__pricing .ItemRecap:not(.ItemRecap--has-special-promo-image) span {
      right: -13px;
      top: 31px; }
    @media (max-width: 699px) {
      .TVForfaitItem__pricing {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        border-top: 1px solid #C7C7C7;
        border-left: none;
        padding: 22px 0; } }
  .TVForfaitItem__promo-banner {
    position: absolute;
    right: -25px;
    top: 10px;
    width: 109px;
    height: 27px;
    text-align: center;
    background-image: url(../img/svg/banner-bg--red.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #FFF;
    -webkit-transform: rotate(41deg);
            transform: rotate(41deg);
    font: 600 12px/27px "BrandonGrotesque", sans-serif; }
  .TVForfaitItem__toggle {
    position: relative;
    color: #FFF;
    border-radius: 0 0 12px 12px;
    height: 36px;
    overflow: hidden;
    background: url(../img/ebox-texture-background--black.jpg); }
    .TVForfaitItem__toggle--opened .TVForfaitItem__toggle-title-icon {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .TVForfaitItem__toggle-head {
      position: relative;
      background: url(../img/black-pattern.png);
      text-align: center;
      padding: 9px 0;
      cursor: pointer;
      border-radius: 0 0 12px 12px;
      z-index: 1; }
    .TVForfaitItem__toggle-title, .TVForfaitItem__toggle-title-icon {
      display: inline-block;
      vertical-align: middle;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .TVForfaitItem__toggle-title-icon {
      display: inline-block;
      width: 20px;
      height: 20px;
      fill: currentColor;
      margin-left: 5px; }
    .TVForfaitItem__toggle-body {
      margin-top: -36px;
      padding: 96px 40px 60px;
      border-radius: 0 0 12px 12px;
      -webkit-box-shadow: inset 0 1px 26px 0 rgba(0, 0, 0, 0.6);
              box-shadow: inset 0 1px 26px 0 rgba(0, 0, 0, 0.6); }
      @media (max-width: 768px) {
        .TVForfaitItem__toggle-body {
          padding: 76px 40px 60px; } }
      @media (max-width: 500px) {
        .TVForfaitItem__toggle-body {
          padding: 66px 20px 30px; } }
  .TVForfaitItem__recap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 991px) {
      .TVForfaitItem__recap {
        border-top: none; } }
    .TVForfaitItem__recap .Listing__apartir {
      margin-left: 0; }
    .TVForfaitItem__recap .Listing__prix {
      color: #BE2323;
      margin: 0; }
      .TVForfaitItem__recap .Listing__prix--promo {
        color: #1F1F1F;
        display: block;
        margin-right: 6px; }
        .TVForfaitItem__recap .Listing__prix--promo:after {
          opacity: 1; }
      .TVForfaitItem__recap .Listing__prix--no-promo {
        display: none; }
        .TVForfaitItem__recap .Listing__prix--no-promo + .Listing__prix {
          color: #1F1F1F; }
  .TVForfaitItem__channel-list-container {
    margin-bottom: 70px; }
    .TVForfaitItem__channel-list-container:last-child {
      margin-bottom: 0; }
  .TVForfaitItem__channel-list.TVForfaitItem__channel-list {
    margin: -20px; }
    @media (max-width: 400px) {
      .TVForfaitItem__channel-list.TVForfaitItem__channel-list {
        margin: -10px; } }
  .TVForfaitItem__channel-list-title {
    margin-bottom: 20px; }
  .TVForfaitItem__channel-list-item.TVForfaitItem__channel-list-item {
    margin: 20px !important;
    width: auto !important;
    padding-bottom: 0; }
    @media (max-width: 400px) {
      .TVForfaitItem__channel-list-item.TVForfaitItem__channel-list-item {
        margin: 10px !important; } }
    .TVForfaitItem__channel-list-item.TVForfaitItem__channel-list-item .channel {
      padding-bottom: 0; }
      .TVForfaitItem__channel-list-item.TVForfaitItem__channel-list-item .channel__logo-container {
        width: 65px;
        height: 65px; }
      .TVForfaitItem__channel-list-item.TVForfaitItem__channel-list-item .channel__add-overlay {
        display: none; }
  .TVForfaitItem__specific-note {
    margin-top: 15px; }
  .TVForfaitItem .ItemRecap__price-wrapper {
    min-width: 155px; }

.page-template-commande-tv-forfait-tele .TVForfaitItem .ItemRecap__from,
.page-template-commande-tv-forfait-tele .TVForfaitItem .ButtonEffect {
  display: none; }

@media (min-width: 1024px) and (max-width: 1200px) {
  .tv-container .TVForfaitItem__wrapper .TVForfaitItem__main-container .TVForfaitItem__row--content .radioTV > .TVForfaitItem__row--content {
    padding: 0; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  .tv-container .TVForfaitItem__wrapper .TVForfaitItem__main-container .TVForfaitItem__row--content .radioTV > .TVForfaitItem__row--content .radio__radio {
    display: none; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  .tv-container .TVForfaitItem__wrapper .TVForfaitItem__main-container .TVForfaitItem__row--content .radioTV > .TVForfaitItem__row--content .TVForfaitItem__features {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 20px 0; } }

@media (min-width: 1024px) {
  .tv-container .TVForfaitItem__wrapper .TVForfaitItem__main-container .TVForfaitItem__row--content .radioTV > .TVForfaitItem__row--content .TVForfaitItem__feature:last-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  .tv-container .TVForfaitItem__wrapper .TVForfaitItem__main-container .TVForfaitItem__row--content .radioTV > .TVForfaitItem__row--content .TVForfaitItem__pricing {
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-left: none;
    border-top: 1px solid #C7C7C7;
    padding: 20px 0 0 0; } }

@media (min-width: 1024px) and (max-width: 1200px) {
  .tv-container .TVForfaitItem__wrapper .TVForfaitItem__main-container .TVForfaitItem__row--content .radioTV > .TVForfaitItem__row--content .TVForfaitItem__pricing .ButtonEffect {
    display: block; } }

.TVForfaitItem__active {
  border: 2px solid #BE2323 !important; }

.eboxtv-button {
  display: inline-block;
  color: #FFF;
  border: 2px solid #FFF;
  background: #343434;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  text-transform: uppercase;
  font: 700 16px/22px "BrandonGrotesque", sans-serif;
  text-align: center;
  padding: 12px 10px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer; }
  @media (min-width: 1025px) {
    .eboxtv-button:hover, .eboxtv-button:focus {
      color: #343434;
      background: #FFF; } }

.eboxtv-navbutton {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  height: 60px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
  .eboxtv-navbutton__title {
    font: 700 16px/22px "BrandonGrotesque", sans-serif;
    text-transform: uppercase;
    padding: 0 30px 0 0; }
  .eboxtv-navbutton__icon-container, .eboxtv-navbutton__title {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .eboxtv-navbutton__icon-container {
    padding: 0 0 0 15px;
    border-left: 1px solid #D89C99;
    -webkit-transition: border 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: border 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
  .eboxtv-navbutton__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: currentColor; }
  .eboxtv-navbutton:hover, .eboxtv-navbutton:focus {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px); }
    .eboxtv-navbutton:hover .eboxtv-navbutton__icon-container, .eboxtv-navbutton:focus .eboxtv-navbutton__icon-container {
      border-color: #FFF; }
  .eboxtv-navbutton--float-right {
    float: right; }

.channel {
  position: relative;
  display: inline-block;
  padding-bottom: 10px; }
  .channel--unavailable {
    cursor: default; }
    .channel--unavailable .channel__logo-container {
      cursor: default;
      opacity: 0.6 !important;
      -webkit-filter: saturate(0) !important;
              filter: saturate(0) !important; }
    .channel--unavailable .Bubble__add-btn {
      display: none; }
  .channel .Bubble__add-container--add {
    display: block; }
  .channel .Bubble__add-container--remove {
    display: none; }
  .channel.channel-select--dummy .Bubble__add-btn {
    display: none !important; }
  .channel--selected .channel__logo-container {
    border: 4px solid #BE2323; }
  .channel--selected .channel__add-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #BE2323;
    left: auto;
    width: 17px;
    height: 17px;
    left: auto;
    top: 0;
    right: 0;
    opacity: 1;
    border-radius: 0 0 0 5px;
    -webkit-transition: none;
    transition: none; }
  .channel--selected .channel__action-icon--add {
    display: none; }
  .channel--selected .channel__action-icon--check {
    display: block; }
  .channel--selected .channel__add-title {
    display: none; }
  .channel--selected .channel-list__link-icon {
    margin-left: 5%; }
  .channel--selected .Bubble__add-container--add {
    display: none; }
  .channel--selected .Bubble__add-container--remove {
    display: block; }
  .channel--disabled {
    cursor: default; }
    .channel--disabled .channel__logo-container {
      cursor: default;
      pointer-events: none; }
      .channel--disabled .channel__logo-container:hover .channel__add-overlay {
        opacity: 0; }
  .channel__logo-container {
    position: relative;
    border: 1px solid #8E8E8E;
    border-radius: 8px;
    background: #FFF;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    width: 90px;
    height: 90px;
    cursor: pointer;
    margin-bottom: 10px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .channel__logo-container:hover {
      border-color: #BE2323; }
      .channel__logo-container:hover .channel__add-overlay {
        opacity: 1; }
    .channel:not(.channel--selected) .channel__logo-container--has-price .channel__logo-wrapper {
      height: 68%;
      position: static;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .channel:not(.channel--selected) .channel__logo-container--has-price .channel__logo {
      position: relative;
      left: auto;
      top: auto;
      -webkit-transform: none;
              transform: none; }
    .channel:not(.channel--selected) .channel__logo-container--has-price .channel__price-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .channel__logo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .channel__banner {
    position: absolute;
    top: 7px;
    left: -6px;
    width: 100%;
    z-index: 2;
    color: #FFF; }
    .channel__banner--premium .channel__banner-wrapper {
      background: #BE2323; }
  .channel__banner-wrapper {
    position: relative;
    width: 100%;
    padding: 3px 6px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    background: #343434;
    font: 600 14px/20px "BrandonGrotesque", sans-serif;
    text-align: center; }
    .channel__banner-wrapper:before, .channel__banner-wrapper:after {
      content: '';
      position: absolute;
      display: block;
      top: 100%;
      width: 0;
      height: 0;
      border-style: solid; }
    .channel__banner-wrapper:before {
      left: 0;
      border-width: 0 6px 6px 0;
      border-color: transparent #1F1F1F transparent transparent; }
    .channel__banner-wrapper:after {
      right: 0;
      border-width: 6px 6px 0 0;
      border-color: #1F1F1F transparent transparent transparent; }
  .channel__logo {
    position: absolute;
    width: 60%;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: none;
    transition: none;
    font-size: 10px;
    color: #000; }
  .channel__add-overlay {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #BE2323;
    color: #FFF;
    opacity: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 1px;
    border-radius: 7px;
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear; }
    @media (max-width: 1024px) {
      .channel__add-overlay {
        width: 17px;
        height: 17px;
        left: auto;
        top: 0;
        right: 0;
        opacity: 1;
        border-radius: 0 6px 0 8px;
        background: #8E8E8E;
        -webkit-transition: none;
        transition: none; } }
  .channel__action-icon {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    fill: currentColor;
    z-index: 0;
    width: 10px;
    height: 10px; }
    .channel__action-icon--check {
      display: none; }
  .channel__add-title {
    font-family: "BrandonGrotesque", sans-serif;
    font-size: 12px;
    color: currentColor;
    font-weight: 400;
    margin: 0; }
    @media (max-width: 1024px) {
      .channel__add-title {
        display: none; } }
  .channel__add-checkbox {
    position: absolute;
    visibility: hidden; }
  .channel__price-container {
    position: absolute;
    display: none;
    bottom: -1px;
    left: -1px;
    background: #1F1F1F;
    width: 100%;
    height: 32%;
    text-align: center;
    border-radius: 0 0 8px 8px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 1px 1px; }
  .channel__price {
    display: table-cell;
    vertical-align: middle;
    font: 400 16px/22px "BrandonGrotesque", sans-serif;
    color: #FFF; }
  .channel__details {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: 30px;
    opacity: 0;
    will-change: transform, opacity;
    z-index: 10; }
    @media (max-width: 1024px) {
      .channel__details {
        margin-bottom: 10px; } }
    @media (max-width: 500px) {
      .channel__details {
        left: 0;
        -webkit-transform: translate(0) !important;
                transform: translate(0) !important; } }
  .channel__details-btn {
    font: 700 18px/20px "BrandonGrotesque", sans-serif;
    color: #C7C7C7;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    z-index: 2; }
    @media (min-width: 1025px) {
      .channel__details-btn:hover {
        color: #BE2323; } }
    @media (max-width: 450px) {
      .channel__details-btn {
        font: 700 14px/20px "BrandonGrotesque", sans-serif; } }
  .channel__details-btn-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    fill: currentColor;
    bottom: 2px; }
  @media (max-width: 500px) {
    .channel {
      position: inherit; } }

.order {
  position: relative;
  display: block;
  width: 100%; }
  .order--has-tabs {
    padding-top: 72px; }
    @media (max-width: 768px) {
      .order--has-tabs {
        padding-top: 66px; } }
    @media (max-width: 600px) {
      .order--has-tabs {
        padding-top: 52px; } }
    @media (max-width: 450px) {
      .order--has-tabs {
        padding-top: 44px; } }
  .order__main-title {
    margin-bottom: 60px; }
  .order__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .order__channels {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .order__tabs {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 600px) {
      .order__tabs {
        left: 15px;
        -webkit-transform: none;
                transform: none; } }
  .order__summary {
    position: relative; }
  .order__content {
    padding: 100px 160px 145px; }
    @media (max-width: 1700px) {
      .order__content {
        padding: 100px 60px 145px; } }
    @media (max-width: 1440px) {
      .order__content {
        padding: 60px 60px 145px; } }
    @media (max-width: 1200px) {
      .order__content {
        padding: 74px 30px 145px; } }
    @media (max-width: 1024px) {
      .order__content {
        padding: 74px 30px 115px; } }
    @media (max-width: 600px) {
      .order__content {
        padding: 70px 15px 70px; } }

.order-tabs {
  display: table;
  margin: 0 auto;
  font-size: 0; }
  .order-tabs__tab-detail {
    display: block;
    font: 400 12px/14px "BrandonGrotesque", sans-serif; }
  .order-tabs__tab {
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    padding: 15px 30px;
    border-radius: 6px 6px 0 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background: #595959;
    color: #FFF;
    vertical-align: bottom;
    font: 700 20px/24px "BrandonGrotesque", sans-serif; }
    .order-tabs__tab:last-child {
      margin-right: 0; }
    .order-tabs__tab--left {
      text-align: left; }
    .order-tabs__tab--active {
      padding: 24px 56px;
      background-image: url(../img/ebox-texture-background--black.jpg); }
    .order-tabs__tab--red {
      background-color: #BE2323; }
    @media (max-width: 768px) {
      .order-tabs__tab {
        padding: 15px 20px; }
        .order-tabs__tab--active {
          padding: 21px 34px; } }
    @media (max-width: 600px) {
      .order-tabs__tab {
        padding: 10px 12px; }
        .order-tabs__tab--active {
          padding: 14px 20px; } }
    @media (max-width: 450px) {
      .order-tabs__tab {
        padding: 7px 10px;
        font-size: 14px !important;
        margin-right: 5px; }
        .order-tabs__tab--active {
          padding: 10px 15px; } }
  .order-tabs__footer {
    display: none; }
    @media (max-width: 1024px) {
      .order-tabs__footer {
        display: block;
        padding: 70px 0 0; } }
  .order-tabs__navbutton {
    display: inline-block; }

.order-tab-container {
  min-height: 100vh; }
  .order-tab-container__content--hidden {
    display: none; }

@-webkit-keyframes unveil {
  from {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
  to {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }

@keyframes unveil {
  from {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%); }
  to {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); } }

.order-summary {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 300px;
  min-width: 300px;
  z-index: 5;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px; }
  .order-summary__SectionLoading {
    text-align: center;
    padding: 20px; }
    .order-summary__SectionLoading .SectionLoading__Loading {
      color: #FFF; }
  .order-summary--show-banner .order-summary__tab-button .Banner, .order-summary--show-banner .order-summary__body .Banner {
    display: block; }
  .order-summary__close-btn {
    position: absolute;
    display: none;
    top: 29px;
    right: 12px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    line-height: 1;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 1; }
    .order-summary__close-btn:hover .order-summary__close-icon {
      fill: #C7C7C7; }
    @media (max-width: 1024px) {
      .order-summary__close-btn {
        display: inline-block;
        top: 19px; } }
  .order-summary__close-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: #FFF;
    cursor: inherit; }
  .order-summary__tab-button {
    position: absolute;
    display: inline-block;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
    transition: -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
    transition: transform 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.2s;
    transition: transform 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1) 0.2s; }
    .order-summary__tab-button .Banner {
      position: absolute;
      top: 10px;
      left: -8px;
      width: calc(100% + 8px);
      display: none; }
      .order-summary__tab-button .Banner__wrapper {
        padding: 1px 5px;
        text-align: right; }
        .order-summary__tab-button .Banner__wrapper:before {
          border-width: 0 8px 8px 0; }
      .order-summary__tab-button .Banner__title, .order-summary__tab-button .Banner__icon {
        display: inline-block;
        vertical-align: middle; }
      .order-summary__tab-button .Banner__title {
        font: 400 8px/16px "BrandonGrotesque", sans-serif; }
    @media (min-width: 1025px) {
      .order-summary__tab-button {
        display: none; } }
    @media (max-width: 450px) {
      body.is-search-results-opened .order-summary__tab-button, body.is-search-input-focused .order-summary__tab-button {
        display: none; } }
  .order-summary__tab-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    fill: currentColor;
    margin-bottom: 5px; }
  .order-summary__tab-count {
    font: 700 12px/18px "BrandonGrotesque", sans-serif;
    margin: 0; }
  .order-summary__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    z-index: 0;
    width: 100%; }
  .order-summary__sticky-track, .order-summary__sticky-wrapper {
    width: 100%; }
  .order-summary__sticky-wrapper {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    max-height: 100vh; }
  .order-summary__sticky-track {
    position: absolute;
    background: #343434;
    height: 100%;
    right: 0; }
  .order-summary__head {
    position: relative;
    padding: 12px 20px 12px;
    margin-bottom: -15px;
    overflow: hidden;
    background-image: url(../img/svg/triangle-bottom-bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 102%;
    z-index: 1; }
    .order-summary__head:before {
      content: '';
      position: absolute;
      display: block;
      top: -30px;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: 0; }
    @media (max-width: 1024px) {
      .order-summary__head {
        margin-bottom: 0;
        padding: 18px 20px 35px; } }
  .order-summary__title {
    position: relative;
    font: 700 16px/22px "BrandonGrotesque", sans-serif;
    color: #FFF;
    z-index: 1;
    text-align: center; }
    @media (max-width: 1024px) {
      .order-summary__title {
        font-size: 20px;
        line-height: 30px; } }
  .order-summary__title-summary {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #FFF; }
    .order-summary__title-summary strong {
      font-size: 22px;
      line-height: 26px; }
  .order-summary__body {
    padding: 25px 0 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    right: 20px;
    position: relative;
    overflow: auto; }
    .order-summary__body .Banner {
      top: 0;
      display: none; }
  .order-summary__footer {
    position: relative;
    width: 100%;
    margin-top: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 20px 0;
    background: #1F1F1F;
    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .order-summary__footer-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 15px; }
      .order-summary__footer-wrapper:before, .order-summary__footer-wrapper:after {
        content: " ";
        display: table; }
      .order-summary__footer-wrapper:after {
        clear: both; }
    .order-summary__footer > .row {
      width: 100%; }
    .order-summary__footer-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      float: left;
      padding: 15px;
      padding: 4px 0;
      border-right: 1px solid #FFF;
      text-align: center; }
      .order-summary__footer-section:first-child {
        width: 39%; }
      .order-summary__footer-section:last-child {
        width: 61%;
        border: none; }
    .order-summary__sticky-track.is-affixed .order-summary__body .Banner {
      display: none !important; }
    .order-summary__sticky-track.is-affixed .order-summary__footer .order-summary__footer-banner-container {
      display: block; }
    @media (min-width: 1025px) {
      .order-summary__footer .order-summary__footer-banner-container {
        display: block; } }
    @media (max-width: 1024px) {
      .order-summary__footer .Banner {
        opacity: 0;
        -webkit-transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
        transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1); }
      .order-summary--opened .order-summary__footer .Banner {
        opacity: 1; } }
  .order-summary__section {
    position: relative;
    padding-right: 20px;
    padding-left: 20px; }
    .order-summary__section--nolist {
      padding-bottom: 30px; }
    .order-summary__section--continue-btn {
      position: absolute; }
    @media (max-width: 600px) {
      .order-summary__section {
        padding-right: 15px;
        padding-left: 15px; } }
    .order-summary__section--a-la-carte {
      padding-top: 0;
      padding-bottom: 15px; }
  .order-summary__count-container {
    color: #FFF;
    font-family: "BrandonGrotesque", sans-serif;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px; }
    .order-summary__count-container--black {
      color: #626262;
      border-bottom: none; }
      .order-summary__count-container--black .order-summary__count-title {
        color: currentColor; }
    .order-summary__count-container--forfaits {
      border-color: #C7C7C7; }
    .order-summary__count-container--last {
      border-bottom: 3px solid #000 !important;
      padding-bottom: 10px; }
    .order-summary__count-container--child {
      padding-left: 24px; }
      .order-summary__count-container--child .order-summary__count-title {
        font: 600 12px/18px "BrandonGrotesque", sans-serif; }
  .order-summary__count-title, .order-summary__count {
    display: inline-block; }
  .order-summary__count-title {
    position: relative;
    font: 700 16px/20px "BrandonGrotesque", sans-serif;
    display: inline-block;
    font-family: inherit;
    color: #C7C7C7;
    margin: 0; }
    .order-summary__count-title--long {
      font-size: 14px; }
    @media (max-width: 992px) {
      .order-summary__count-title {
        padding-bottom: 0; } }
  .order-summary__count {
    font: 700 14px/16px "BrandonGrotesque", sans-serif; }
    @media (max-width: 992px) {
      .order-summary__count {
        margin-top: 0; } }
  @media (max-width: 992px) {
    .order-summary__count, .order-summary__count-title {
      display: inline-block; }
    .order-summary__count-title {
      margin-right: 2px; }
    .order-summary__count-container {
      text-align: left; } }
  .order-summary__choice-list-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition: height 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: height 0.25s cubic-bezier(0.55, 0, 0.1, 1); }
    .order-summary__choice-list-container--forfaits {
      padding: 17px 0; }
    @media (max-width: 1024px) {
      .order-summary__choice-list-container {
        padding-bottom: 30px; } }
    .order-summary__choice-list-container .order-summary__see-more-btn {
      display: none; }
    .order-summary__choice-list-container .order-summary__choice-list-wrapper {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .order-summary__choice-list-container--long {
      padding-bottom: 50px;
      max-height: 195px; }
      .order-summary__choice-list-container--long .order-summary__choice-list-wrapper {
        overflow: hidden;
        padding-bottom: 65px; }
        .order-summary__choice-list-container--long .order-summary__choice-list-wrapper:after {
          content: '';
          position: absolute;
          display: block;
          width: 100%;
          height: 50%;
          bottom: -2px;
          background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #343434), color-stop(40%, rgba(52, 52, 52, 0.9)), to(rgba(52, 52, 52, 0)));
          background: linear-gradient(0deg, #343434 5%, rgba(52, 52, 52, 0.9) 40%, rgba(52, 52, 52, 0));
          pointer-events: none;
          z-index: 1; }
      .order-summary__choice-list-container--long .order-summary__choice-list {
        padding-bottom: 0; }
      .order-summary__choice-list-container--long .order-summary__see-more-btn {
        display: block; }
        .order-summary__choice-list-container--long .order-summary__see-more-btn .eboxtv-button-title {
          display: inline-block;
          padding: 5px;
          border: 1px solid #FFF;
          border-radius: 100%;
          font-size: 0;
          -webkit-transition: background 0.1s linear;
          transition: background 0.1s linear; }
          .order-summary__choice-list-container--long .order-summary__see-more-btn .eboxtv-button-title:hover {
            background: #FFF; }
            .order-summary__choice-list-container--long .order-summary__see-more-btn .eboxtv-button-title:hover .order-summary__see-more-icon {
              fill: #343434; }
          .order-summary__choice-list-container--long .order-summary__see-more-btn .eboxtv-button-title--opened {
            display: none; }
    .order-summary__choice-list-container--show-all {
      max-height: 400px;
      padding-bottom: 60px; }
      .order-summary__choice-list-container--show-all .order-summary__choice-list-wrapper {
        padding-bottom: 0; }
        .order-summary__choice-list-container--show-all .order-summary__choice-list-wrapper:after {
          height: 50px;
          bottom: 0; }
      .order-summary__choice-list-container--show-all .order-summary__choice-list {
        overflow: auto;
        padding-bottom: 40px; }
        .order-summary__choice-list-container--show-all .order-summary__choice-list.is-children-list {
          overflow: visible; }
      .order-summary__choice-list-container--show-all .order-summary__see-more-btn .eboxtv-button-title {
        display: none; }
        .order-summary__choice-list-container--show-all .order-summary__see-more-btn .eboxtv-button-title--opened {
          display: inline-block; }
  .order-summary__choice-list {
    margin: -3%;
    font-size: 0; }
    .order-summary__choice-list .choice-list__item--no-result {
      position: absolute;
      display: block;
      width: 100%;
      margin: 0; }
    .order-summary__choice-list .is-children-list {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 1920px) {
      .order-summary__choice-list {
        margin: 0 -3% -10px; } }
  .order-summary__empty-list-message {
    font: 400 12px/14px "BrandonGrotesque", sans-serif; }
    @media (max-width: 1024px) {
      .order-summary__empty-list-message {
        font: 400 14px/16px "BrandonGrotesque", sans-serif; } }
  .order-summary__choice-item {
    position: relative;
    display: inline-block;
    margin: 3%;
    width: 14%;
    float: left;
    will-change: transform, opacity; }
    .order-summary__choice-item.choice-list__item--is-children {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 100%;
      pointer-events: none;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
      .order-summary__choice-item.choice-list__item--is-children:nth-child(1) {
        -webkit-transform: translate(3px, 3px);
                transform: translate(3px, 3px);
        opacity: 0.75;
        -webkit-transition-delay: 0s;
                transition-delay: 0s; }
      .order-summary__choice-item.choice-list__item--is-children:nth-child(2) {
        -webkit-transform: translate(6px, 6px);
                transform: translate(6px, 6px);
        opacity: 0.5;
        -webkit-transition-delay: 0.025s;
                transition-delay: 0.025s; }
      .order-summary__choice-item.choice-list__item--is-children:nth-child(3) {
        -webkit-transform: translate(9px, 9px);
                transform: translate(9px, 9px);
        opacity: 0.25;
        -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s; }
      .order-summary__choice-item.choice-list__item--is-children:nth-child(4) {
        -webkit-transform: translate(12px, 12px);
                transform: translate(12px, 12px);
        opacity: 0;
        -webkit-transition-delay: 0.075s;
                transition-delay: 0.075s; }
      .order-summary__choice-item.choice-list__item--is-children:nth-child(5) {
        -webkit-transform: translate(15px, 15px);
                transform: translate(15px, 15px);
        opacity: -0.25;
        -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      .order-summary__choice-item.choice-list__item--is-children:nth-child(6) {
        -webkit-transform: translate(18px, 18px);
                transform: translate(18px, 18px);
        opacity: -0.5;
        -webkit-transition-delay: 0.125s;
                transition-delay: 0.125s; }
    .order-summary__choice-item .chosen-channel {
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      will-change: transform;
      -webkit-animation: pop 0.35s cubic-bezier(0.55, 0, 0.1, 1);
              animation: pop 0.35s cubic-bezier(0.55, 0, 0.1, 1); }
      .order-summary__choice-item .chosen-channel:after {
        content: '';
        position: relative;
        display: block;
        width: 100%;
        padding-top: 100%;
        z-index: -1; }
      .order-summary__choice-item .chosen-channel:hover + .is-children-list .choice-list__item--is-children .chosen-channel__delete-button {
        opacity: 0.9; }
    @media (max-width: 1920px) {
      .order-summary__choice-item {
        width: 19%;
        margin: 0 3% 10px; } }
  .order-summary__see-more-btn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    width: 100%;
    z-index: 1;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: none;
    border: none; }
  .order-summary__see-more-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    fill: #FFF;
    -webkit-transition: fill 0.1s linear;
    transition: fill 0.1s linear; }
  .order-summary__navbutton {
    text-align: center; }
    .order-summary__navbutton:hover {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
              transform: none; }
    @media (max-width: 1024px) {
      .order-summary__navbutton:before, .order-summary__navbutton:after {
        content: none; }
      .order-summary__navbutton:hover {
        background: #FFF;
        color: #BE2323; }
        .order-summary__navbutton:hover .eboxtv-navbutton__icon-container {
          border-color: #D89C99; } }
  .order-summary .inner-wrapper-sticky {
    height: 100%;
    max-height: 100vh;
    top: 0 !important; }
  @media (max-width: 1024px) {
    .order-summary {
      position: fixed;
      right: 0;
      top: 0;
      height: 100vh;
      width: 320px;
      min-width: 320px;
      -webkit-transform: translateX(320px);
              transform: translateX(320px);
      padding-top: 0;
      z-index: 100;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      padding-left: 20px; }
      .order-summary__wrapper {
        position: relative; }
      .order-summary__sticky-track, .order-summary__sticky-wrapper {
        height: 100vh; }
      .order-summary .inner-wrapper-sticky {
        height: auto;
        background: #343434; }
      .order-summary--opened .order-summary__wrapper {
        -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
                box-shadow: 0 2px 14px rgba(0, 0, 0, 0.7); }
      .order-summary--opened .order-summary__body .Banner {
        opacity: 1; }
      .order-summary--tab-closed .order-summary__tab-button, .order-summary--opened .order-summary__tab-button {
        -webkit-transform: translate(150%, -50%);
                transform: translate(150%, -50%); }
      .order-summary__section .Banner {
        display: none; }
      .order-summary .inner-wrapper-sticky {
        padding-bottom: 42px; } }
  @media (max-width: 450px) {
    .order-summary {
      width: 320px;
      min-width: 320px; } }

#wrapper-footer-top, #wrapper-footer-bottom {
  position: relative;
  z-index: 5; }

a.disabled, a.disabled > * {
  opacity: 0.5;
  color: lightgray;
  pointer-events: none;
  cursor: default; }

.noticeRed {
  color: #BE2325; }

.surMesure {
  margin-bottom: 40px; }

.voip {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .voip {
      margin-bottom: 70px; } }

.btnSubmit .ButtonEffect--mention:active,
.btnSubmit .ButtonEffect--mention:focus {
  color: #C7C7C7 !important;
  background-color: #BE2325 !important; }

.channel-list {
  position: relative;
  margin-bottom: 80px;
  padding: 0;
  font-size: 0; }
  .channel-list:last-of-type {
    margin-bottom: 0; }
  .channel-list--row20 {
    margin: 0 -30px -30px; }
    .channel-list--row20 .channel-list__item {
      margin: 0 30px 30px; }
  .channel-list--all-clickable {
    cursor: pointer;
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear; }
    .channel-list--all-clickable:hover, .channel-list--all-clickable:focus {
      background: rgba(255, 255, 255, 0.05); }
  .channel-list--print {
    display: none; }
    @media print {
      .channel-list--print {
        display: inline-block; } }
  .channel-list--resume .choice-list__item {
    position: relative;
    display: inline-block;
    margin-bottom: 9px;
    margin: 0 30px 30px; }
    .channel-list--resume .choice-list__item .chosen-channel {
      position: relative;
      display: inline-block;
      background-size: 50px;
      border-radius: 8px;
      width: 90px;
      height: auto;
      cursor: pointer; }
      .channel-list--resume .choice-list__item .chosen-channel:after {
        content: '';
        display: block;
        width: 100%;
        padding-top: 100%; }
    .channel-list--resume .choice-list__item .channel-list.is-children-list {
      display: inline-block;
      margin-left: 30px; }
    @media (max-width: 450px) {
      .channel-list--resume .choice-list__item {
        margin: 0 4.2% 4%;
        width: 24.9%; }
        .channel-list--resume .choice-list__item .chosen-channel {
          background-size: 50%; } }
  .channel-list--transparent.channel-list--opened .channel-list__header {
    background: none; }
  .channel-list__header {
    padding: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #FFF;
    margin-bottom: 40px;
    height: 40px;
    color: #FFF;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .channel-list__header--no-border {
      border: none;
      padding-bottom: 0; }
    @media (max-width: 600px) {
      .channel-list__header {
        padding: 6px 20px;
        margin-bottom: 0; } }
  @media (max-width: 600px) {
    .channel-list:not(.channel-list--plain) .channel-list__body {
      padding: 30px 60px 30px 20px; } }
  .channel-list__title {
    line-height: 1; }
  .channel-list__title-count {
    display: inline-block;
    font: 400 16px/22px "BrandonGrotesque", sans-serif;
    margin-left: 10px; }
  .channel-list__title, .channel-list__select-all-title {
    color: currentColor; }
  .channel-list__checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px !important; }
  .channel-list__list {
    margin: 0 -30px -30px -30px; }
    .channel-list__list--sub {
      display: inline-block;
      margin: 0 0 0 30px; }
      .channel-list__list--sub .channel-list__item:last-child {
        margin-right: 0; }
    @media (max-width: 1024px) {
      .channel-list__list {
        margin: 0 -15px -30px; } }
    @media (max-width: 450px) {
      .channel-list__list {
        margin: 0 -4.6% -30px;
        font-size: 0;
        cursor: pointer; }
        .channel-list__list--sub {
          margin: 0 0 0 15px; } }
  .channel-list__item {
    display: inline-block;
    margin: 0 30px 30px; }
    @media (max-width: 1024px) {
      .channel-list__item {
        margin: 0 15px 30px; }
        .channel-list__item .channel__logo-container {
          width: 81px;
          height: 81px; } }
    @media (max-width: 450px) {
      .channel-list__item {
        margin: 0 4.2% 4.2% !important;
        width: 24.9%; }
        .channel-list__item .channel {
          width: 100%; }
          .channel-list__item .channel__logo-container {
            width: 100%;
            height: auto;
            padding: 0; }
            .channel-list__item .channel__logo-container:after {
              content: '';
              display: block;
              width: 100%;
              padding-top: 100%; }
          .channel-list__item .channel__logo {
            width: 60%;
            max-height: none; }
          .channel-list__item .channel .channel__details-btn-icon {
            display: none; } }
  .channel-list__toggle-btn {
    display: none;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    background: none;
    border: none;
    padding: 0;
    font-size: 0 !important;
    line-height: 1; }
    @media (max-width: 600px) {
      .channel-list__toggle-btn {
        display: inline-block; } }
  .channel-list__toggle-icon {
    display: inline-block;
    fill: currentColor;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  .channel-list__select-all-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 0;
    font: 700 16px/22px "BrandonGrotesque", sans-serif; }
    .channel-list__select-all-label--bundle {
      position: absolute;
      bottom: -2px;
      right: -2px;
      color: #BE2323;
      font-family: "BrandonGrotesque", sans-serif;
      vertical-align: middle;
      background: #FFF;
      padding: 10px 30px 8px;
      margin: 0;
      border-radius: 8px 0;
      cursor: pointer;
      -webkit-transition: all 0.1s linear;
      transition: all 0.1s linear; }
    .channel-list__select-all-label--premium {
      background: #FFF;
      color: #BE2323; }
    @media (max-width: 600px) {
      .channel-list__select-all-label:not(.channel-list__select-all-label--bundle), .channel-list__select-all-label:not(.channel-list__select-all-label--bundle) {
        display: none !important; } }
  .channel-list__select-all-title {
    display: inline-block; }
    .channel-list__select-all-title--selected {
      display: none; }
  .channel-list__logo-container {
    position: relative; }
  .channel-list__link-icon {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    fill: #C7C7C7;
    top: 50%;
    left: 100%;
    margin: 0;
    -webkit-transform: translate(55%, -50%);
            transform: translate(55%, -50%); }
    .channel-list__link-icon--red {
      fill: #BE2323; }
    @media (max-width: 1024px) {
      .channel-list__link-icon {
        width: 30%;
        height: 30%;
        -webkit-transform: translate(30%, -50%);
                transform: translate(30%, -50%); } }
    @media (max-width: 600px) {
      .channel-list__link-icon {
        left: 95%; } }
  .channel-list--bundle {
    padding: 40px 40px 60px;
    -webkit-box-shadow: 0 0 0 2px #FFF;
            box-shadow: 0 0 0 2px #FFF;
    border-radius: 8px; }
    @media (max-width: 1200px) {
      .channel-list--bundle {
        padding: 30px 30px 60px; } }
    @media (max-width: 600px) {
      .channel-list--bundle {
        padding: 30px 20px; } }
    .channel-list--bundle .channel-list__header {
      border-bottom: none;
      padding-bottom: 0;
      height: 30px; }
      @media (max-width: 1024px) {
        .channel-list--bundle .channel-list__header {
          margin-bottom: 30px; } }
      @media (max-width: 600px) {
        .channel-list--bundle .channel-list__header {
          padding: 0; } }
    .channel-list--bundle .channel-list__checkbox {
      position: absolute;
      visibility: hidden;
      width: 1px;
      height: 1px; }
    @media (max-width: 600px) {
      .channel-list--bundle .channel-list__list {
        padding: 0 0 50px; } }
    .channel-list--bundle .channel-list__select-all-icon {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      bottom: 2px;
      fill: currentColor;
      margin-right: 3px; }
      .channel-list--bundle .channel-list__select-all-icon--selected {
        display: none; }
    @media (max-width: 600px) {
      .channel-list--bundle .channel-list__title {
        padding: 0; } }
    .channel-list--bundle.channel-list--selected {
      -webkit-box-shadow: 0 0 0 2px #BE2323;
              box-shadow: 0 0 0 2px #BE2323; }
      .channel-list--bundle.channel-list--selected .channel-list__select-all-label--bundle {
        background: #BE2323;
        color: #FFF; }
      .channel-list--bundle.channel-list--selected .channel-list__select-all-title {
        display: none; }
        .channel-list--bundle.channel-list--selected .channel-list__select-all-title--selected {
          display: inline-block; }
      .channel-list--bundle.channel-list--selected .channel-list__select-all-icon {
        display: none; }
        .channel-list--bundle.channel-list--selected .channel-list__select-all-icon--selected {
          display: inline-block; }
  .channel-list--premium {
    -webkit-box-shadow: 0 0 0 2px #FFF;
            box-shadow: 0 0 0 2px #FFF; }
    .channel-list--premium.channel-list--selected .channel-list__select-all-label--bundle {
      color: #FFF; }
    .channel-list--premium.channel-list--selected .channel-list__select-all-title {
      display: inline-block; }
      .channel-list--premium.channel-list--selected .channel-list__select-all-title--selected {
        display: none; }
  @media (max-width: 600px) {
    .channel-list {
      -webkit-box-shadow: 0 0 0 1px #FFF;
              box-shadow: 0 0 0 1px #FFF;
      border-radius: 5px;
      margin-bottom: 40px; }
      .channel-list--opened {
        border-width: 2px; }
        .channel-list--opened .channel-list__header {
          background: #FFF;
          border-radius: 0;
          color: #1F1F1F; }
        .channel-list--opened .channel-list__toggle-icon {
          -webkit-transform: rotate(-180deg);
                  transform: rotate(-180deg); } }

.chosen-channel {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  cursor: pointer;
  will-change: opacity;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #FFF;
  z-index: 1; }
  .chosen-channel:hover .chosen-channel__delete-button {
    opacity: 1; }
  .chosen-channel--disabled {
    cursor: default !important; }
  .chosen-channel--chosen {
    border: 4px solid #BE2323; }
  .chosen-channel--has-extra {
    background-position: center bottom 18px; }
  .chosen-channel__delete-button {
    position: absolute;
    background: radial-gradient(rgba(59, 59, 59, 0.8), rgba(34, 34, 34, 0.85));
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    z-index: 1; }
    @media (max-width: 1024px) {
      .chosen-channel__delete-button {
        width: 17px;
        height: 17px;
        left: auto;
        right: 0;
        opacity: 1;
        border-radius: 0px 8px 0 5px;
        background: #999; }
        .chosen-channel__delete-button .chosen-channel__icon {
          width: 10px;
          height: 10px; } }
  .chosen-channel__icon {
    position: absolute;
    display: block;
    width: 35%;
    height: 35%;
    fill: #FFF;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .chosen-channel__cost {
    text-align: center;
    margin-top: 5px; }
  .chosen-channel__print-title {
    display: none;
    margin-bottom: 0 !important; }
    @media print {
      .chosen-channel__print-title {
        display: block; } }
  .chosen-channel__extra-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #BE2323;
    border-radius: 0 0 5px 5px;
    color: #FFF;
    font: 400 10px/1.2 "BrandonGrotesque", sans-serif;
    padding: 3px; }
  .chosen-channel__extra-icon {
    display: inline-block;
    position: relative;
    width: 7px;
    height: 7px;
    fill: currentColor;
    bottom: 1px;
    margin-right: 1px; }

.wrapper-white {
  padding: 100px 0;
  background: url(../img/back-body-tv.jpg) center center repeat;
  width: 100%;
  display: inline-block; }
  .wrapper-white .icon {
    fill: #BE2323;
    margin-bottom: 35px; }
  .wrapper-white h1 {
    font-family: 'BrandonGrotesque', sans-serif;
    text-transform: uppercase;
    font-weight: 900; }
    @media (max-width: 991px) {
      .wrapper-white h1 {
        font-size: 30px;
        line-height: 34px; } }
    @media (max-width: 767px) {
      .wrapper-white h1 {
        font-size: 26px;
        line-height: 32px; } }
  .wrapper-white p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
    font-family: 'BrandonGrotesque', sans-serif; }
  @media (max-width: 991px) {
    .wrapper-white {
      padding: 65px 0; } }

.page-template-ebox-tv-confirmation .wrapper-white .icon {
  width: 80px;
  height: 90px; }
  @media (max-width: 991px) {
    .page-template-ebox-tv-confirmation .wrapper-white .icon {
      margin-bottom: 10px; } }

.page-template-ebox-tv-confirmation .wrapper-white h1 {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .page-template-ebox-tv-confirmation .wrapper-white h1 {
      margin-bottom: 18px; } }

.page-template-ebox-tv-confirmation .wrapper-white p {
  font-family: "Gloria Hallelujah";
  font-size: 20px;
  line-height: 30px; }

.page-template-ebox-tv-confirmation .wrapper-white .general-btn {
  margin-top: 70px; }
  @media (max-width: 991px) {
    .page-template-ebox-tv-confirmation .wrapper-white .general-btn {
      margin-top: 35px; } }

.general-btn {
  border-radius: 6px;
  border: 0;
  min-height: 60px;
  display: inline-block;
  color: #BE2323;
  font-weight: 700;
  padding: 0 30px;
  text-transform: uppercase;
  font-size: 16px !important;
  font-family: 'BrandonGrotesque', sans-serif;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  will-change: transform;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .general-btn {
      padding: 0 20px;
      line-height: 18px; } }
  .general-btn:before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background: #FFF;
    opacity: 1;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
  .general-btn:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background: #343434;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
  .general-btn:hover, .general-btn:focus {
    background: #343434;
    color: #FFF;
    -webkit-box-shadow: 5px 5px 5px rgba(52, 52, 52, 0.5);
            box-shadow: 5px 5px 5px rgba(52, 52, 52, 0.5); }
    .general-btn:hover:after, .general-btn:focus:after {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .general-btn:hover:before, .general-btn:focus:before {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
      opacity: 0; }
  .general-btn--inv-red {
    color: #FFF;
    line-height: 60px; }
    .general-btn--inv-red:before {
      background: #BE2323;
      color: #FFF; }

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 50px;
  margin-bottom: 50px; }
  @media (max-width: 992px) {
    .timeline {
      padding: 50px 0; } }
  @media (max-width: 730px) {
    .timeline {
      height: auto;
      padding: 35px 0; } }
  .timeline__step {
    display: inline-block;
    position: relative;
    text-align: left; }
    .timeline__step:not(.timeline__step--current):hover .timeline__step-icon {
      -webkit-animation: pulse 0.4s steps(2);
              animation: pulse 0.4s steps(2);
      fill: #D89C99; }
    @media (max-width: 730px) {
      .timeline__step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 0;
        text-align: center;
        margin: 0; } }
    .timeline__step--current .timeline__token:after {
      background-position: center -5%;
      -webkit-transform: none !important;
              transform: none !important; }
    @media (max-width: 730px) {
      .timeline__step--current .timeline__token {
        border-width: 11px;
        width: 26px;
        height: 26px; } }
    .timeline__step--current .timeline__step-icon {
      fill: #FFF; }
    .timeline__step--active .timeline__token:after {
      background-position: center 32.5%; }
    @media (max-width: 730px) {
      .timeline__step--active .timeline__token {
        background-color: #BE2323;
        background-image: none !important; } }
    .timeline__step--active .timeline__step-icon {
      fill: #FFF; }
    .timeline__step--disabled {
      pointer-events: none; }
      .timeline__step--disabled .timeline__token:after {
        background-position: center 108%; }
      @media (max-width: 730px) {
        .timeline__step--disabled .timeline__token {
          border-color: #D89C99; } }
      .timeline__step--disabled .timeline__step-icon {
        fill: #D89C99; }
      .timeline__step--disabled:hover .timeline__token {
        opacity: 0.8; }
      .timeline__step--disabled:hover .timeline__step-icon {
        -webkit-animation: none;
                animation: none; }
    .timeline__step:not(.timeline__step--current, .timeline__step--active, .timeline__step--disabled):hover .timeline__token:after {
      background-position: center 108%; }
  .timeline__step-title {
    font: 700 16px/22px "BrandonGrotesque", sans-serif;
    color: #1F1F1F;
    margin-top: -6px; }
    @media (max-width: 992px) {
      .timeline__step-title {
        display: none; } }
  .timeline__link {
    display: inline-block;
    text-align: center; }
    .timeline__link:hover, .timeline__link:focus, .timeline__link:active {
      text-decoration: none;
      color: #1F1F1F; }
  .timeline__token {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 120px;
    /* Makes the circles look all different by
        giving them a random rotation. */ }
    .timeline__token:after {
      content: '';
      position: absolute;
      display: inline-block;
      height: 110px;
      width: 110px;
      top: 50%;
      left: 50%;
      margin: -55px 0 0 -55px;
      background-size: 80px;
      background-image: url(../img/circle-sprite.png);
      background-repeat: no-repeat;
      background-position: center 70%;
      z-index: 1; }
    @media (max-width: 730px) {
      .timeline__token {
        width: 20px;
        height: 20px;
        background-image: url(../img/back-body-tv.jpg) !important;
        background-color: #FFF;
        border: 2px solid #BE2323;
        border-radius: 100%;
        z-index: 2; }
        .timeline__token:after {
          content: none; } }
  .timeline__step-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    width: 44px;
    height: 44px;
    fill: #BE2323;
    z-index: 2; }
    .timeline__step-icon:after {
      content: none; }
    @media (max-width: 730px) {
      .timeline__step-icon {
        display: none; } }

.ebtv-resume {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  width: 100%;
  max-height: 85vh;
  max-height: calc(100vh - 100px);
  left: 0;
  bottom: 0;
  background: url(../img/ebox-texture-background--red.jpg) center center repeat;
  z-index: 10; }
  @media (max-width: 991px) {
    .ebtv-resume {
      padding: 11px 0;
      z-index: 40;
      -webkit-transform: none !important;
              transform: none !important;
      max-height: none; } }
  @media (max-width: 450px) {
    body.is-search-results-opened .ebtv-resume, body.is-search-input-focused .ebtv-resume {
      display: none; } }
  .ebtv-resume--opened .ebtv-btn-details__icon {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
    @media (max-width: 991px) {
      .ebtv-resume--opened .ebtv-btn-details__icon {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); } }
  .ebtv-resume__sticky-cage {
    display: block;
    float: left;
    width: 100%;
    height: 104px; }
    @media (max-width: 1024px) {
      .ebtv-resume__sticky-cage {
        height: 112px; } }
    @media (max-width: 992px) {
      .ebtv-resume__sticky-cage {
        height: 76px; } }
  .ebtv-resume__content.container {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  @media (max-width: 991px) {
    .ebtv-resume__content {
      width: 100%; } }
  @media (max-width: 991px) {
    .ebtv-resume__section {
      padding-left: 30px;
      padding-right: 30px; } }
  .ebtv-resume__section--paddingright {
    padding-right: 61px; }
    @media (max-width: 991px) {
      .ebtv-resume__section--paddingright {
        padding-right: 30px;
        border-right: 1px solid #FFF; } }
  .ebtv-resume__section--paddingleft {
    padding-left: 61px; }
    @media (max-width: 991px) {
      .ebtv-resume__section--paddingleft {
        padding-left: 30px; } }
  @media (max-width: 767px) {
    .ebtv-resume__ebtv-btn-details.ebtv-btn-details {
      display: none; } }

.ebtv-resume--closed .ebtv-resume__container--tablethead {
  display: none; }

.ebtv-resume--closed .ebtv-resume__container--wrapper {
  display: none; }

@media (max-width: 991px) {
  .ebtv-resume--closed .ebtv-resume__container {
    position: fixed;
    top: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); } }

.ebtv-resume__container {
  overflow: auto;
  background: url(../img/ebox-texture-background--red.jpg) center center repeat; }
  @media (max-width: 991px) {
    .ebtv-resume__container {
      overflow: visible; } }
  @media (max-width: 992px) {
    .ebtv-resume__container .ebtv-resume__container__wrapper {
      padding-top: 0; } }
  .ebtv-resume__container .ebtv-resume-head {
    display: none; }
  .ebtv-resume__container .ebtv-resume__container--tablethead {
    position: relative; }
    .ebtv-resume__container .ebtv-resume__container--tablethead p {
      color: #FFF;
      font-size: 22px;
      margin: 0 auto;
      line-height: 52px;
      font-weight: 500;
      font-family: "Gloria Hallelujah"; }
    .ebtv-resume__container .ebtv-resume__container--tablethead button {
      position: absolute;
      right: 10px;
      top: 10px;
      background: none;
      border: 0;
      width: 32px;
      height: 32px; }
      .ebtv-resume__container .ebtv-resume__container--tablethead button svg {
        fill: #FFF;
        width: 32px;
        height: 32px; }
  @media (max-width: 991px) {
    .ebtv-resume__container {
      position: fixed;
      top: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      right: 0;
      max-width: 661px;
      width: 100%;
      z-index: inherit; } }
  .ebtv-resume__container--tablethead {
    height: 70px;
    background: url(../img/svg/ebtv-back-header-tablet-resume.svg) center bottom no-repeat;
    width: 100%;
    display: none; }
    @media (max-width: 991px) {
      .ebtv-resume__container--tablethead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 991px) {
    .ebtv-resume__container--wrapper {
      padding-top: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: auto;
      height: calc(100vh - 70px);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .ebtv-resume__container--wrapper .ebtv-resume__head {
        display: block; }
        .ebtv-resume__container--wrapper .ebtv-resume__head .ebtv-resume-head__title {
          font-size: 16px;
          font-weight: 500; }
        .ebtv-resume__container--wrapper .ebtv-resume__head .ebtv-resume-head__price {
          font: 700 22px "BrandonGrotesque", sans-serif; }
          .ebtv-resume__container--wrapper .ebtv-resume__head .ebtv-resume-head__price sup {
            font-size: 12px; }
          .ebtv-resume__container--wrapper .ebtv-resume__head .ebtv-resume-head__price span {
            display: none; } }

@media (max-width: 767px) {
  .ebtv-resume__sticky-cage .ebtv-resume__head .ebtv-resume-head__title {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px; } }

.ebtv-resume-head {
  margin: 0 auto;
  position: relative; }
  @media (max-width: 992px) {
    .ebtv-resume-head {
      margin-bottom: 0; } }
  .ebtv-resume-head .col-sm-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .ebtv-resume-head .col-sm-4:nth-child(2), .ebtv-resume-head .col-sm-4:nth-child(1) {
      border-right: 1px solid #FFF; }
    @media (max-width: 991px) {
      .ebtv-resume-head .col-sm-4 {
        height: 75px; } }
  .ebtv-resume-head__flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1024px) {
      .ebtv-resume-head__flex-row {
        height: 55px; } }
  .ebtv-resume-head__column {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    float: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .ebtv-resume-head__column--center:before, .ebtv-resume-head__column--center:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 40px;
      width: 3px;
      border-radius: 2px;
      background: #D89C99; }
      @media (max-width: 1024px) {
        .ebtv-resume-head__column--center:before, .ebtv-resume-head__column--center:after {
          width: 2px; } }
      @media (max-width: 450px) {
        .ebtv-resume-head__column--center:before, .ebtv-resume-head__column--center:after {
          width: 1px; } }
    .ebtv-resume-head__column--center:before {
      left: 0; }
    .ebtv-resume-head__column--center:after {
      right: 0; }
    .ebtv-resume-head__column--mobile {
      float: left; }
      .ebtv-resume-head__column--mobile:after {
        content: none; }
    .ebtv-resume-head__column--final {
      text-align: left;
      color: #FFF; }
    .ebtv-resume-head__column--actions {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 767px) {
        .ebtv-resume-head__column--actions {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .ebtv-resume-head__column .ebtv-btn-procede {
      width: auto;
      line-height: 45px;
      padding: 0 25px;
      font-size: 12px; }
    @media (max-width: 450px) {
      .ebtv-resume-head__column {
        padding: 0 5px; } }
  .ebtv-resume-head__price, .ebtv-resume-head__submit-btn {
    display: inline-block;
    text-align: center; }
  .ebtv-resume-head__price-container {
    margin-right: 60px; }
  .ebtv-resume-head__message {
    font: 400 14px/20px "BrandonGrotesque", sans-serif; }
  .ebtv-resume-head__title {
    font: 700 20px/24px "BrandonGrotesque", sans-serif;
    color: #FFF;
    margin-bottom: 0; }
    .ebtv-resume-head__title--message {
      font-size: 24px;
      line-height: 28px; }
    @media (max-width: 991px) {
      .ebtv-resume-head__title {
        font-size: 16px;
        font-weight: 500; } }
  .ebtv-resume-head__price {
    font: 700 25px/30px "BrandonGrotesque", sans-serif;
    color: #FFF;
    margin-bottom: 0; }
    .ebtv-resume-head__price sup {
      font-weight: 900;
      font-size: 15px; }
    @media (max-width: 991px) {
      .ebtv-resume-head__price {
        font: 700 22px "BrandonGrotesque", sans-serif; }
        .ebtv-resume-head__price sup {
          font-size: 12px; }
        .ebtv-resume-head__price .ebtv-resume-head__cost-permonth {
          display: none; } }
  .ebtv-resume-head__cost-counter {
    font-weight: 700;
    letter-spacing: 1px; }
  .ebtv-resume-head__cost-permonth {
    font-weight: 300; }

.ebtv-section-head {
  width: 100%;
  margin-bottom: 36px;
  border-bottom: 1px solid #FFF;
  position: relative;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .ebtv-section-head__title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .ebtv-section-head__price-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right; }
    .ebtv-section-head__price-container__price {
      color: #FFF;
      font: 700 20px/35px "BrandonGrotesque", sans-serif; }
      .ebtv-section-head__price-container__price--darken {
        color: #1F1F1F; }
  .ebtv-section-head__title {
    color: #FFF;
    font: 700 25px/35px "BrandonGrotesque", sans-serif;
    display: inline-block;
    margin: 0; }
  .ebtv-section-head__icon {
    width: 35px;
    height: 35px;
    fill: #FFF;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
  .ebtv-section-head__ebtv-btn-procede {
    border: none; }

.ebtv-section-body-container {
  position: relative; }
  .ebtv-section-body-container:after {
    content: "";
    width: 1px;
    background: #FFF;
    height: 100%;
    position: absolute;
    right: -61px;
    top: 0; }
    @media (max-width: 991px) {
      .ebtv-section-body-container:after {
        width: 0;
        right: 0; } }

.ebtv-section-body__title {
  font: 700 25px/31px "BrandonGrotesque", sans-serif;
  color: #FFF;
  margin: 0; }
  .ebtv-section-body__title--uppercase {
    text-transform: uppercase; }
  @media (max-width: 991px) {
    .ebtv-section-body__title {
      font: 700 22px/26px "BrandonGrotesque", sans-serif; } }

.ebtv-section-body__subtitle {
  color: #FFF;
  font: 500 16px/22px "BrandonGrotesque", sans-serif;
  margin: 0; }

.ebtv-price-container {
  margin-top: 15px; }
  .ebtv-price-container__text {
    font: 500 16px/22px "BrandonGrotesque", sans-serif;
    color: #FFF; }
    .ebtv-price-container__text--bold {
      font-weight: 700; }

.ebtv-section-edit {
  margin-top: 30px;
  margin-bottom: 84px;
  text-align: right; }
  .ebtv-section-edit--last {
    margin-bottom: 0; }
  .ebtv-section-edit__btn {
    color: #FFF;
    font: 16px/22px "BrandonGrotesque", sans-serif; }
    .ebtv-section-edit__btn span {
      padding: 0 1px; }
    .ebtv-section-edit__btn:hover {
      color: #1F1F1F; }

.ebtv-resume__container--wrapper .ebtv-resume-head {
  padding-bottom: 13px !important;
  border-bottom: 2px solid #FFF; }

.ebtv-resume__container--wrapper .container {
  width: 100%; }

.ebtv-resume-page__section--border-right {
  border-right: 1px solid rgba(52, 52, 52, 0.3); }
  @media (max-width: 767px) {
    .ebtv-resume-page__section--border-right {
      border-right: 0; } }

.ebtv-resume-page__section .ebtv-section-head__title--resume {
  color: #BE2323; }

.ebtv-resume-page__section .ebtv-section-head__icon--resume {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 10px; }

.ebtv-section-body h3 {
  font-size: 25px;
  line-height: 30px; }
  @media (max-width: 767px) {
    .ebtv-section-body h3 {
      font-size: 22px; } }

.ebtv-section-body__section-title {
  font-size: 25px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .ebtv-section-body__section-title {
      font-size: 22px; } }

.ebtv-section-body__section-title-note {
  font-weight: 400; }
  @media (max-width: 767px) {
    .ebtv-section-body__section-title-note {
      display: block; } }
  @media (max-width: 991px) {
    .ebtv-section-body__section-title-note--option {
      display: block; } }

.ebtv-section-body__section-content {
  width: 100%;
  text-align: center;
  padding-top: 30px; }
  .ebtv-section-body__section-content img {
    max-width: 100%;
    height: auto; }

.page-template-ebox-tv-resume h1 {
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .page-template-ebox-tv-resume h1 {
      margin-bottom: 60px; } }

.page-template-ebox-tv-resume .ebtv-resume-page__section .ebtv-section-head {
  border-bottom: 1px solid #BE2323; }

.page-template-ebox-tv-resume .ebtv-section-body-container {
  margin-bottom: 60px; }
  .page-template-ebox-tv-resume .ebtv-section-body-container:nth-child(4) {
    margin-bottom: 100px; }

.page-template-ebox-tv-resume .resume-list {
  margin-left: -20px;
  margin-right: -20px; }
  .page-template-ebox-tv-resume .resume-list li {
    margin: 20px; }

.custom-list {
  margin-top: 20px; }
  .custom-list li {
    padding-left: 25px;
    background: url(../img/svg/ic_arrow-right.svg) left 2px no-repeat;
    background-size: 16px;
    font-family: "BrandonGrotesque", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px; }

.application-web {
  margin-top: 20px; }
  .application-web li {
    display: inline-block; }
    .application-web li .channel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 90px;
      height: 90px;
      border: 4px solid #BE2323;
      border-radius: 8px; }

.customers {
  border-bottom: 1px solid #C7C7C7; }
  @media (max-width: 767px) {
    .customers {
      border-bottom: 0px; } }
  .customers li {
    display: inline-block;
    margin-right: 15px; }
    .customers li:first-child {
      margin-left: -15px; }
    .customers li .icon-ic_customer {
      width: 44px;
      height: 44px;
      fill: #C7C7C7; }
      .customers li .icon-ic_customer--paid {
        fill: #BE2323; }

.options-resume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .options-resume {
      display: inline-block;
      width: 100%; } }
  .options-resume .ebtv-section-body-container {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .legend {
    padding: 15px;
    border: 1px solid rgba(52, 52, 52, 0.3); } }

.legend .legend-list {
  margin-left: -8px; }

.legend__title {
  font: 700 18px/20px "BrandonGrotesque", sans-serif; }

.legend__user {
  background: url(../img/svg/ic_customer.svg) left top no-repeat;
  font: 500 12px/24px "BrandonGrotesque", sans-serif !important;
  position: relative;
  padding-left: 25px; }
  .legend__user:first-child {
    margin-bottom: 20px; }
  .legend__user svg {
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle !important;
    margin-bottom: 0 !important; }
  .legend__user--included svg {
    fill: #C7C7C7 !important; }

.legend__user:last-of-type {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .ebtv-resume-page__section--border-right .ebtv-section-body-container {
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(52, 52, 52, 0.3); } }

.page-resume .ebtv-section-head {
  padding-bottom: 5px; }

@media (max-width: 767px) {
  .page-resume .ebtv-section-head__title {
    font-size: 22px; } }

.page-resume .ebtv-section-head__price-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.page-resume .ebtv-section-head__price-container__price {
  font-size: 20px;
  line-height: 24px; }
  @media (max-width: 767px) {
    .page-resume .ebtv-section-head__price-container__price {
      font-size: 16px; } }

.page-resume__decoder-img {
  width: 100%;
  max-width: 100%; }

.page-resume__decoder-description {
  text-align: justify;
  font: 400 14px/18px "BrandonGrotesque", sans-serif !important; }

.nb-user {
  padding-left: 138px; }
  @media (max-width: 991px) {
    .nb-user {
      padding-left: 70px; } }
  @media (max-width: 767px) {
    .nb-user {
      padding-left: 15px; } }

@media (max-width: 991px) {
  .nb-recep {
    padding-right: 50px; } }

@media (max-width: 767px) {
  .nb-recep {
    padding-right: 15px; } }

.no-padding-left {
  padding-left: 0; }

.ebtv-btn-details {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 160px;
  bottom: 100%;
  background: url(../img/ebox-texture-background--red.jpg) center center repeat;
  border: 0;
  border-radius: 5px 5px 0 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font: 700 16px/22px "BrandonGrotesque", sans-serif;
  color: #FFF;
  padding: 8px 28px;
  text-transform: uppercase; }
  .ebtv-btn-details__icon {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    fill: #FFF;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  @media (max-width: 1440px) {
    .ebtv-btn-details {
      left: 60px; } }
  @media (max-width: 1200px) {
    .ebtv-btn-details {
      left: 30px; } }
  @media (max-width: 991px) {
    .ebtv-btn-details {
      right: 30px;
      left: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .ebtv-btn-details__icon {
        -webkit-transform: rotate(-270deg);
                transform: rotate(-270deg);
        margin-left: 0;
        margin-right: 5px;
        width: 20px;
        height: 20px;
        display: none; } }
  @media (max-width: 450) {
    .ebtv-btn-details {
      line-height: 30px; } }

.ebtv-resume__ebtv-btn-details--toggled .ebtv-btn-details__icon {
  -webkit-transform: rotate(0);
          transform: rotate(0); }

.ebtv-btn-procede {
  border: 2px solid #FFF;
  display: inline-block;
  line-height: 60px;
  padding: 0 10px;
  font-family: "BrandonGrotesque", sans-serif;
  font-size: 16px;
  font-weight: 700;
  width: 295px;
  color: #FFF;
  border-radius: 6px;
  background: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
  .ebtv-btn-procede:hover, .ebtv-btn-procede--inverted {
    background: #FFF;
    color: #BE2323; }
  .ebtv-btn-procede--inverted:hover {
    background: none;
    color: #FFF; }
  .ebtv-btn-procede--disabled {
    background: #FFF;
    opacity: 0.3;
    color: #BE2323;
    cursor: not-allowed; }
  @media (max-width: 991px) {
    .ebtv-btn-procede__desk {
      display: none; } }
  .ebtv-btn-procede__tab {
    display: none; }
    @media (max-width: 991px) {
      .ebtv-btn-procede__tab {
        display: inline-block; } }
  @media (max-width: 991px) {
    .ebtv-btn-procede {
      font-size: 12px;
      line-height: 40px;
      width: auto;
      padding: 0 30px; } }

.steps {
  font-family: "BrandonGrotesque", sans-serif !important; }
  .steps__title {
    position: relative;
    margin: 0 0 100px; }
    @media (max-width: 768px) {
      .steps__title {
        font: 900 30px/34px "BrandonGrotesque", sans-serif;
        margin: 0 0 70px; } }
    @media (max-width: 399px) {
      .steps__title {
        font: 900 26px/32px "BrandonGrotesque", sans-serif; } }
  .steps__title-note {
    position: absolute;
    bottom: 100%;
    right: -45px;
    padding-bottom: 30px;
    font: 400 16px/20px "Gloria Hallelujah";
    color: #BE2323;
    text-transform: none; }
    .steps__title-note:before {
      content: '';
      position: absolute;
      top: 5px;
      right: 100%;
      width: 75px;
      height: 75px;
      -webkit-transform: rotate(-70deg);
              transform: rotate(-70deg);
      background-image: url(../img/svg/drawn-arrow-03.svg);
      background-size: 90%;
      background-position: center;
      background-repeat: no-repeat; }
    .steps__title-note:lang(en):before {
      top: -10px;
      -webkit-transform: rotate(-50deg);
              transform: rotate(-50deg); }
    @media (max-width: 1300px) {
      .steps__title-note {
        display: block;
        position: relative;
        bottom: auto;
        right: auto;
        font: 700 25px/45px "BrandonGrotesque", sans-serif;
        color: currentColor; }
        .steps__title-note:before {
          content: none; } }
    @media (max-width: 767px) {
      .steps__title-note {
        display: block;
        position: relative;
        bottom: auto;
        right: auto;
        font: 700 20px/30px "BrandonGrotesque", sans-serif;
        color: currentColor; }
        .steps__title-note:before {
          content: none; } }
  .steps__container.steps__container {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .steps__container.steps__container--timeline:after {
      content: '';
      position: absolute;
      display: block;
      width: 90%;
      height: 2px;
      background-color: #BE2323;
      top: 44%;
      left: 50%;
      margin-top: -1px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 992px) {
        .steps__container.steps__container--timeline:after {
          top: 50%;
          margin-top: -1px; } }
      @media (max-width: 730px) {
        .steps__container.steps__container--timeline:after {
          margin-top: -5px;
          width: 100%; } }
    @media (max-width: 768px) {
      .steps__container.steps__container {
        padding: 0 !important; } }

.resume-list {
  margin: -10px; }
  .resume-list__item {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 10px; }

.basechannels {
  background-image: url(../img/back-body-tv.jpg);
  padding-bottom: 145px; }
  @media (max-width: 1440px) {
    .basechannels {
      padding-bottom: 145px; } }
  @media (max-width: 1200px) {
    .basechannels {
      padding-bottom: 145px; } }
  @media (max-width: 768px) {
    .basechannels {
      padding-bottom: 110px; } }
  @media (max-width: 600px) {
    .basechannels {
      padding-bottom: 70px; } }
  .basechannels .channel-list__body {
    margin-bottom: 70px; }
  @media (min-width: 1024px) {
    .basechannels__container .channel-list__list {
      margin: 0 -22.5px -22.5px; }
    .basechannels__container .channel-list__item {
      margin: 0 22.5px 22.5px; } }
  @media (max-width: 768px) {
    .basechannels__container {
      padding: 0 15px; } }

.wrapper-white .help {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 991px) {
    .wrapper-white .help {
      padding-top: 70px;
      padding-bottom: 35px; } }
  @media (max-width: 767px) {
    .wrapper-white .help {
      padding-top: 65px; } }
  .wrapper-white .help__title {
    font-family: "BrandonGrotesque", sans-serif;
    font-weight: 900;
    margin-bottom: 5px;
    color: #343434;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase; }
    @media (max-width: 991px) {
      .wrapper-white .help__title {
        font-size: 26px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .wrapper-white .help__title {
        font-size: 22px;
        line-height: 24px; } }
  .wrapper-white .help__title-exp {
    font-family: "Gloria Hallelujah";
    font-size: 45px;
    margin: 0;
    line-height: 50px; }
    @media (max-width: 991px) {
      .wrapper-white .help__title-exp {
        font-size: 26px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .wrapper-white .help__title-exp {
        font-size: 22px;
        line-height: 24px; } }

.wrapper-white .joinus .col-sm-6:first-child {
  border-right: 3px solid #C7C7C7;
  position: relative; }
  @media (max-width: 767px) {
    .wrapper-white .joinus .col-sm-6:first-child {
      border-right: 0px; }
      .wrapper-white .joinus .col-sm-6:first-child:after {
        content: "";
        width: 100%;
        border-bottom: 3px solid #C7C7C7;
        display: inline-block;
        margin-top: 65px;
        margin-bottom: 65px; } }

.wrapper-white .joinus .icon-ic_buy-online {
  width: 100px;
  height: 100px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .wrapper-white .joinus .icon-ic_buy-online {
      width: 80px;
      height: 80px;
      margin-bottom: 0; } }

.wrapper-white .joinus .icon-ic_phone {
  width: 98px;
  height: 98px;
  margin-bottom: 8px; }
  @media (max-width: 767px) {
    .wrapper-white .joinus .icon-ic_phone {
      width: 80px;
      height: 80px;
      margin-bottom: 4px; } }

.wrapper-white .joinus svg {
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
  @media (max-width: 991px) {
    .wrapper-white .joinus svg {
      width: 90px;
      height: 90px;
      margin-bottom: 10px; } }

.wrapper-white .joinus__title {
  font-family: "Gloria Hallelujah";
  color: #BE2323;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
  @media (max-width: 991px) {
    .wrapper-white .joinus__title {
      font-size: 26px;
      line-height: 32px; } }
  @media (max-width: 767px) {
    .wrapper-white .joinus__title {
      font-size: 22px;
      line-height: 34px; } }
  .wrapper-white .joinus__title span {
    margin-bottom: 5px;
    display: block;
    color: #343434;
    text-transform: uppercase;
    font-size: 35px;
    font-family: "BrandonGrotesque", sans-serif;
    font-weight: 700;
    line-height: 55px;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.2s cubic-bezier(0.55, 0, 0.1, 1); }
    @media (max-width: 991px) {
      .wrapper-white .joinus__title span {
        font-size: 26px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .wrapper-white .joinus__title span {
        font-size: 22px;
        line-height: 24px; } }

.wrapper-connexion {
  margin-top: 100px;
  border-radius: 12px;
  background: #FFFFFF;
  min-height: 540px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.5);
  background: url(../img/ebox-texture-background--red.jpg) center center repeat; }
  .wrapper-connexion-first-visit {
    background: #FFF;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px; }
  @media (max-width: 991px) {
    .wrapper-connexion {
      margin-top: 35px;
      min-height: 416px; } }
  @media (max-width: 767px) {
    .wrapper-connexion {
      display: inline-block;
      margin-top: 67px; } }
  .wrapper-connexion .general-btn {
    min-height: 50px;
    padding: 0 30px; }
  .wrapper-connexion .general-btn--inv-red {
    line-height: 50px;
    padding: 0 50px; }

.wrapper-connexion-account {
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wrapper-connexion-account__title {
    color: #FFF;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 28px; }
    .wrapper-connexion-account__title span {
      display: block; }
    @media (max-width: 991px) {
      .wrapper-connexion-account__title {
        font-size: 26px;
        line-height: 32px; } }
  .wrapper-connexion-account .general-btn {
    min-height: 50px;
    line-height: 50px; }
  .wrapper-connexion-account .general-btn--inv-red {
    line-height: 50px; }
  @media (max-width: 991px) {
    .wrapper-connexion-account {
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .wrapper-connexion-account {
      width: 100%;
      max-width: 100%;
      padding-bottom: 90px;
      padding-top: 35px;
      display: inline-block;
      padding-left: 20px;
      padding-right: 20px; } }
  .wrapper-connexion-account-input a {
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    font-family: "BrandonGrotesque", sans-serif;
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-top: 5px; }
  .wrapper-connexion-account-input:first-child {
    margin-bottom: 20px; }
  .wrapper-connexion-account input {
    width: 100%;
    background: none;
    border-top: 0;
    border-bottom: 1px solid #FFF;
    border-left: 0;
    border-right: 0;
    height: 40px;
    border-color: #FFF;
    font-family: "BrandonGrotesque", sans-serif;
    font-weight: 700;
    color: #FFF;
    font-size: 20px;
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
    .wrapper-connexion-account input::-webkit-input-placeholder {
      color: #FFF;
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
    .wrapper-connexion-account input:-ms-input-placeholder {
      color: #FFF;
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
    .wrapper-connexion-account input::-ms-input-placeholder {
      color: #FFF;
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
    .wrapper-connexion-account input::placeholder {
      color: #FFF;
      -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
      transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .wrapper-connexion-account button {
    margin-top: 40px; }

.wrapper-connexion-first-visit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wrapper-connexion-first-visit__title {
    margin-bottom: 28px; }
    .wrapper-connexion-first-visit__title span {
      display: block; }
    @media (max-width: 991px) {
      .wrapper-connexion-first-visit__title {
        font-size: 26px;
        line-height: 32px; } }
  @media (max-width: 767px) {
    .wrapper-connexion-first-visit {
      padding-bottom: 35px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .wrapper-connexion-first-visit .general-btn {
      margin-top: 12px; } }
  .wrapper-connexion-first-visit:before {
    content: "";
    width: 100%;
    height: 130%;
    left: -100px;
    top: 50%;
    position: absolute;
    background: #FFF;
    display: inline-block;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-50%) rotate(-10deg);
            transform: translateY(-50%) rotate(-10deg); }
    @media (max-width: 991px) {
      .wrapper-connexion-first-visit:before {
        left: -60px;
        -webkit-transform: translateY(-50%) rotate(-6deg);
                transform: translateY(-50%) rotate(-6deg); } }
    @media (max-width: 767px) {
      .wrapper-connexion-first-visit:before {
        left: 0;
        width: 130%;
        -webkit-transform: translateY(-50%) rotate(-4deg);
                transform: translateY(-50%) rotate(-4deg); } }
  .wrapper-connexion-first-visit p {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 12px; }
    @media (max-width: 991px) {
      .wrapper-connexion-first-visit p {
        font-size: 22px;
        line-height: 26px; } }
  .wrapper-connexion-first-visit ul {
    margin-bottom: 25px; }
    .wrapper-connexion-first-visit ul li {
      font-family: "BrandonGrotesque", sans-serif;
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 12px;
      background: url(../img/svg/ic_check.svg) left 2px no-repeat;
      padding-left: 25px;
      background-size: 16px; }
      .wrapper-connexion-first-visit ul li:last-child {
        margin-bottom: 0; }

.connexion-content {
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .connexion-content {
      max-width: 280px; } }
  @media (max-width: 767px) {
    .connexion-content {
      max-width: 100%; } }

.page-template-ebox-tv-connexion .wrapper-white h1 {
  margin-top: 7px; }

.ebtv-required {
  border-bottom: 2px solid red !important; }
  .ebtv-required::-webkit-input-placeholder {
    font-style: italic; }
  .ebtv-required:-ms-input-placeholder {
    font-style: italic; }
  .ebtv-required::-ms-input-placeholder {
    font-style: italic; }
  .ebtv-required::placeholder {
    font-style: italic; }

.material_input_focused input {
  border-bottom: 2px solid #FFF !important; }
  .material_input_focused input.ebtv-required {
    border-bottom: 2px solid red !important; }

.joinus a {
  color: #1F1F1F; }
  .joinus a:hover .joinus__title {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    will-change: transform; }
    .joinus a:hover .joinus__title span {
      will-change: transform; }
  .joinus a:active, .joinus a:focus {
    text-decoration: none !important; }

.connexion-content label {
  font-family: "BrandonGrotesque", sans-serif;
  font-weight: 700;
  color: #FFF;
  font-size: 20px; }

.wrapper-connexion-account-input a:hover {
  color: rgba(255, 255, 255, 0.6); }

.page-resume {
  padding-top: 0; }
  @media (max-width: 450px) {
    .page-resume .channel-list--row20 {
      margin: 0 -16px -16px; } }

.page-template-commande-tv-forfait-tele .radio__input {
  display: none; }

.page-template-commande-tv-forfait-tele .radio__radio {
  -ms-flex-item-align: center;
      align-self: center;
  width: 17px;
  height: 17px;
  border: 2px solid #BE2323;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .page-template-commande-tv-forfait-tele .radio__radio--marginR {
    margin-right: 45px; }
  .page-template-commande-tv-forfait-tele .radio__radio::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #BE2323;
    border-radius: 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
    border: 1px solid #BE2323;
    padding: 2px; }

.page-template-commande-tv-forfait-tele .radio__input:checked + .radio__radio::after {
  -webkit-transform: scale(1);
          transform: scale(1); }

.page-template-commande-tv-forfait-tele .col-md-3 {
  margin: 10px 0 0 30px; }

@media (max-width: 1024px) {
  .page-template-commande-tv-forfait-tele .col-md-9 {
    width: 100%; } }

@media (max-width: 1024px) {
  .page-template-commande-tv-forfait-tele .col-md-8 {
    width: 100%; } }

.page-template-commande-tv-forfait-tele h2 {
  padding-bottom: 30px; }

.page-template-commande-tv-forfait-tele .include-txt {
  margin-bottom: 35px; }

.page-template-commande-tv-forfait-tele .uploadSpeed {
  width: 100%;
  border: 1px solid #626262;
  border-radius: 12px;
  text-align: center;
  padding: 40px 25px;
  margin-bottom: 35px; }
  .page-template-commande-tv-forfait-tele .uploadSpeed__alert {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 25px; }

.page-template-commande-tv-forfait-tele .radioTV {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .page-template-commande-tv-forfait-tele .radioTV {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.page-template-commande-tv-forfait-tele .surMesure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #BE2323; }
  .page-template-commande-tv-forfait-tele .surMesure span {
    color: #343434; }
  .page-template-commande-tv-forfait-tele .surMesure a {
    color: #343434; }
    .page-template-commande-tv-forfait-tele .surMesure a:hover {
      color: #BE2323; }

.page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .redLink {
  padding-bottom: 10px; }

.page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem {
  margin-bottom: 40px; }
  .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__row {
    padding: 10px 0 !important; }
    .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__row--title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border-radius: 12px 12px 0 0; }
    .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__row--content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      height: 100%; }
      .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__row--content .radio__input {
        margin: 20px 0px 0px 30px; }
        @media (max-width: 767px) {
          .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__row--content .radio__input {
            display: none; } }
      .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__row--content .radio__radio {
        margin-left: 40px; }
        @media (max-width: 767px) {
          .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__row--content .radio__radio {
            margin: 0 auto;
            display: none; } }
  .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__active {
    border: 2px solid #BE2323; }
  .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__pricing {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27%;
            flex: 0 0 27%; }
    @media (max-width: 1200px) {
      .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__pricing {
        pointer-events: none; } }
    @media (max-width: 767px) {
      .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__pricing {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
        .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__pricing .ButtonEffect {
          display: inline-block !important;
          pointer-events: none; } }
  .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__features {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62%;
            flex: 0 0 62%; }
    @media (max-width: 767px) {
      .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__features {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  @media (max-width: 767px) {
    .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__feature {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .page-template-commande-tv-forfait-tele .page-template-ebox-tv-forfaits-tele__forfait-items .TVForfaitItem__feature-title-container h5 {
    font-size: 14px; }

.page-template-commande-tv-forfait-tele .basechannels {
  margin-right: 60px;
  padding-bottom: 0; }
  @media (max-width: 1024px) {
    .page-template-commande-tv-forfait-tele .basechannels {
      margin-right: 0; } }
  .page-template-commande-tv-forfait-tele .basechannels .mg-bottom {
    margin-bottom: 80px; }

.page-template-commande-tv-forfait-tele .voip .voip__title {
  margin-bottom: 33px; }
  .page-template-commande-tv-forfait-tele .voip .voip__title h4 {
    margin-bottom: 25px; }
  .page-template-commande-tv-forfait-tele .voip .voip__title p {
    margin-bottom: 20px; }

.page-template-commande-tv-forfait-tele .voip .three-blocs {
  margin-top: 20px; }
  .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px;
    border: 1px solid #f2f2f2;
    border-radius: 12px;
    -webkit-box-shadow: 0px 1px 6px -1px #343434;
            box-shadow: 0px 1px 6px -1px #343434;
    position: relative;
    margin-bottom: 30px;
    background-color: #FFF; }
    @media (max-width: 767px) {
      .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
        padding: 25px; } }
    .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items::before {
      content: "";
      width: 1px;
      height: 90px;
      background: #c2c2c2;
      display: inline-block;
      position: absolute;
      right: 207px;
      bottom: 21px; }
      @media (max-width: 767px) {
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items::before {
          left: 90px;
          right: 0;
          height: 65px; } }
    .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items--selected {
      border: 3px solid #BE2323; }
    .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .top-spec {
      display: none; }
      @media (max-width: 767px) {
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .top-spec {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          position: absolute;
          top: -3px;
          left: -3px;
          width: 101.5%;
          color: white;
          background-color: #626262;
          border-radius: 8px 8px 0px 0px;
          padding: 10px 0; }
          .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .top-spec .spec-detail {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-left: 25px; }
            .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .top-spec .spec-detail--right {
              margin-left: 10px; }
            .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .top-spec .spec-detail .speed-value {
              font-weight: 500;
              font-size: 14px;
              margin: 0 10px; }
            .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .top-spec .spec-detail .text-credit {
              font-size: 10px;
              margin: 0 10px; }
            .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .top-spec .spec-detail svg {
              width: 50px;
              height: 50px;
              fill: #c7c7c7; } }
    .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      @media (max-width: 767px) {
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left {
          margin: 70px 0px 0px 10px; } }
      .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .radio {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
        margin-right: 10px;
        font-size: 20px;
        color: #343434;
        padding: 10px 0;
        font-weight: 600; }
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .radio img {
          padding: 0px 20px 0px 53px; }
      .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .optionChoice {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 45px; }
        @media (max-width: 1199px) {
          .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .optionChoice {
            max-width: 260px; } }
        @media (max-width: 767px) {
          .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .optionChoice {
            display: none; } }
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .optionChoice svg {
          width: 50px;
          height: 50px;
          fill: #c7c7c7; }
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .optionChoice .optionChoice-txt {
          margin-left: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .optionChoice .optionChoice-txt .choiceDetail {
            font-size: 20px;
            font-weight: bold; }
          .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .optionChoice .optionChoice-txt .optionChoice-soustexte {
            font-size: 12px;
            color: #626262;
            line-height: 14px; }
      .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .radioQty {
        position: absolute;
        right: 245px;
        top: 47px; }
        @media (max-width: 767px) {
          .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .radioQty {
            left: 120px;
            top: 98px; } }
        @media (max-width: 375px) {
          .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .radioQty {
            right: 190px;
            top: 98px; } }
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .radioQty .qtyradio {
          padding: 0px 15px;
          background: #f2f2f2;
          font-size: 18px;
          font-weight: bold;
          text-align: center;
          border: none; }
          .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__left .radioQty .qtyradio::-webkit-inner-spin-button {
            opacity: 1; }
    .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right {
      padding-right: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right {
          padding-right: 20px;
          margin-top: 57px; } }
      .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right .Listing__prix {
        font-size: 46px;
        font-weight: 900;
        color: #BE2323 !important;
        position: relative;
        margin-left: 0;
        padding-left: 20px; }
        @media (max-width: 767px) {
          .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right .Listing__prix {
            margin-left: 100px; } }
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right .Listing__prix sup {
          font-size: 16px;
          vertical-align: super;
          top: 3px; }
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right .Listing__prix span {
          position: absolute;
          right: -27px;
          top: 30px;
          font: 400 10px "Gloria Hallelujah"; }
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right .Listing__prix .fr {
          right: -17px; }
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right .Listing__prix .en {
          right: -34px; }
        .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right .Listing__prix--promo {
          font-size: 20px;
          margin-right: 10px;
          color: #343434;
          position: absolute;
          top: 64px;
          right: 150px;
          display: inline-block; }
          @media (max-width: 767px) {
            .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right .Listing__prix--promo {
              left: 110px;
              width: 42px;
              right: 0;
              top: 106px; } }
          .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right .Listing__prix--promo sup {
            font-size: 12px; }
          .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right .Listing__prix--promo:after {
            content: "";
            width: 100%;
            height: 1px;
            background: #C7C7C7;
            opacity: 1;
            position: absolute;
            left: -4px;
            top: 15px;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg); }
      .page-template-commande-tv-forfait-tele .voip .three-blocs .three-blocs__items .items__right .Listing__promo {
        width: 82px;
        height: 72px;
        background-size: 100%;
        position: absolute;
        display: inline-block;
        top: -4px;
        right: -4px;
        opacity: 1; }
  .page-template-commande-tv-forfait-tele .voip .three-blocs .error-message {
    color: #BE2323;
    display: none; }

.page-template-commande-tv-forfait-tele .voip .three-blocs.error .error-message {
  display: block; }

.page-template-commande-tv-forfait-tele .voip .voip {
  margin: 85px 0; }

.page-template-commande-tv-forfait-tele .voip__infonuagique {
  margin-right: 60px; }
  @media (max-width: 1024px) {
    .page-template-commande-tv-forfait-tele .voip__infonuagique {
      margin-right: 0; } }
  .page-template-commande-tv-forfait-tele .voip__infonuagique svg {
    width: 50px;
    height: 50px;
    fill: #c7c7c7; }
  .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items {
    width: 100%; }
    @media (max-width: 767px) {
      .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items {
        padding: 80px 38px 20px !important; } }
    .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .top-spec {
      padding: 10px 20px 10px 0 !important; }
      @media (max-width: 767px) {
        .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .top-spec .spec-detail {
          margin-left: 30px !important; }
          .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .top-spec .spec-detail .text-spec {
            margin-left: 10px;
            line-height: 18px; }
          .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .top-spec .spec-detail .speed-value {
            font-size: 14px !important;
            margin: 0 !important; } }
    .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .cloud-selector__choice-item {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .cloud-selector__choice-item {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .cloud-selector__choice-item .cloud-selector__fake-radio {
        -ms-flex-item-align: center;
            align-self: center; }
        @media (max-width: 767px) {
          .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .cloud-selector__choice-item .cloud-selector__fake-radio {
            margin-top: 30px; } }
      .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .cloud-selector__choice-item .infoNuagique--title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 40px; }
        @media (max-width: 767px) {
          .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .cloud-selector__choice-item .infoNuagique--title {
            display: none; } }
        .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .cloud-selector__choice-item .infoNuagique--title p {
          max-width: 350px;
          font-size: 18px;
          font-weight: bold;
          padding-left: 20px; }
      @media (max-width: 767px) {
        .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .cloud-selector__choice-item .items__left {
          margin: 0 !important;
          padding-bottom: 22px; } }
      @media (max-width: 767px) {
        .page-template-commande-tv-forfait-tele .voip__infonuagique .three-blocs__items .cloud-selector__choice-item .items__right {
          margin-top: 0 !important; } }

.cloud-selector__choice-list {
  margin: 0;
  padding: 0; }

.cloud-selector__choice-item {
  font: 600 16px/24px "tt_hazelnuts"; }
  .cloud-selector__choice-item:not(:last-child) {
    margin-bottom: 16px; }

.cloud-selector__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }

.cloud-selector__radio {
  position: absolute;
  visibility: hidden; }
  .cloud-selector__radio:checked + .cloud-selector__fake-radio:after {
    -webkit-transform: scale(1);
            transform: scale(1); }

.cloud-selector__fake-radio {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  top: 3px;
  width: 16px;
  height: 16px;
  color: #BE2323;
  border: 2px solid currentColor;
  border-radius: 100%;
  margin-right: 8px; }
  .cloud-selector__fake-radio:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    -webkit-transform: scale(0);
            transform: scale(0);
    border-radius: 100%;
    background-color: currentColor;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.2s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.2s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.55, 0, 0.1, 1); }

.none-available-text {
  margin-bottom: 30px; }

.SelectPackage__redirect-btn {
  float: left;
  margin-right: 15px; }
  .SelectPackage__redirect-btn:last-child {
    margin-right: 0; }
@media (max-width: 600px) {
  [section-toggle] {
    overflow: hidden; } }
[search-form] [search-form-noresult] {
  display: none; }

[search-form] .channel--premium:not(.channel--unavailable) .channel__banner {
  top: auto;
  bottom: 36px;
  left: -5px; }
  [search-form] .channel--premium:not(.channel--unavailable) .channel__banner + .channel__logo-container .channel__logo {
    padding-bottom: 22px; }

[search-form] .channel--premium:not(.channel--unavailable) .channel__banner-wrapper {
  padding: 4px 5px;
  font: 400 12px/1.2 "BrandonGrotesque", sans-serif;
  background-color: #931b1b; }
  [search-form] .channel--premium:not(.channel--unavailable) .channel__banner-wrapper:before, [search-form] .channel--premium:not(.channel--unavailable) .channel__banner-wrapper:after {
    top: auto;
    bottom: 100%; }
  [search-form] .channel--premium:not(.channel--unavailable) .channel__banner-wrapper:before {
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #681313 transparent; }
  [search-form] .channel--premium:not(.channel--unavailable) .channel__banner-wrapper:after {
    border-width: 5px 0 0 5px;
    border-color: transparent transparent transparent #681313; }
forfaits-listing {
  display: block; }
  forfaits-listing .ForfaitsListing {
    padding: 0;
    margin: 0; }
    forfaits-listing .ForfaitsListing__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 15px;
      color: #FFF; }
      forfaits-listing .ForfaitsListing__item--faded {
        color: #C7C7C7; }
    forfaits-listing .ForfaitsListing__icon {
      width: 20px;
      height: 20px;
      fill: currentColor;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20px;
              flex: 0 0 20px;
      margin-right: 5px; }
    forfaits-listing .ForfaitsListing__title {
      font: 600 12px/18px "BrandonGrotesque", sans-serif;
      color: currentColor; }
      forfaits-listing .ForfaitsListing__title a {
        color: #BE2325 !important; }
    forfaits-listing .ForfaitsListing__sep {
      display: block;
      height: 1px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      background: currentColor;
      margin: 0 6px; }
    forfaits-listing .ForfaitsListing__price {
      font: 600 12px/16px "BrandonGrotesque", sans-serif;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
[show-on-plain-package] {
  display: none; }
