@charset "UTF-8";
button, hr, input {
  overflow: visible; }

progress, sub, sup {
  vertical-align: baseline; }

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0; }

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

textarea {
  overflow: auto; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden], template{
  display: none; }
.hide{
  display: none !important;
}
* {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  font-weight: 100;
  outline: 0; }

ul {
  list-style: none; }

@font-face {
  font-family: 'BoldOblique';
  src: url("../fonts/acumin_black_italique.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bold';
  src: url("../fonts/acumin_bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Extrabold';
  src: url("../fonts/acumin_ultrablack.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Medium';
  src: url("../fonts/acumin.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Eurostile';
  src: url("../fonts/acumin_wide_black_italique.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  position: relative; }

body {
  font-family: 'Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-right: auto;
  margin-left: auto;
  color: #2b2b2b; }

.fixedPosition {
  position: fixed;
  overflow: hidden;
  margin: 0 auto; }

main {
  display: block;
  background-color: rgb(245, 245, 245);
  color: #2b2b2b !important; }

.content-ads {
  background-color: #f9f9f9;
  text-align: center;
  float: left;
  width: 100%; }


.nav_index{
  margin-top: 25px !important;
  margin-left: 20px;
}

/* ADS */

.advert-hpw {
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
}

.advert-pbottom {
  padding-bottom:20px;
}

.advert-ptop {
  padding-top:20px;
}

@media (min-width:700px) {
  .advert-mobileo {
    display:none;
  }
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 1.2em;
  letter-spacing: 0.5px;
  font-weight: 100;
  height: 58px;
  line-height: 56px;
  outline: none;
  padding-left: 20px;
  padding-right: 32px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .nice-select.open .list {
    width: 100%;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    /*-webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(- $input_height / 2);
        -ms-transform: scale(.75) translateY(- $input_height / 2);
            transform: scale(.75) translateY(- $input_height / 2);
    -webkit-transition
: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;*/
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    letter-spacing: 0px;
    font-size: 0.8em;
    cursor: pointer;
    line-height: 33px;
    list-style: none;
    min-height: 18px;
    outline: none;
    padding-left: 20px;
    padding-right: 31px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    /*&.selected {
        color:$white;
      background-color: $darkcyan;
    }*/ }
    .nice-select .option:hover, .nice-select .option.focus:hover {
      background-color: #0055FF;
      color: #fff; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/*!
 * Picker.js v1.2.1
 * https://fengyuanchen.github.io/pickerjs
 *
 * Copyright 2016-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-02-18T13:08:09.658Z
 */
.picker {
  background-color: rgba(0, 0, 0, 0.5);
  color: #333;
  color: #333;
  direction: ltr;
  display: none;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.picker-fixed {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1986; }

.picker-fixed > .picker-dialog {
  bottom: -100%;
  left: 0;
  max-height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: bottom .3s;
  transition: bottom .3s; }

.picker-fixed .picker-header {
  display: block; }

.picker-fixed .picker-footer {
  display: table; }

.picker-open {
  display: block;
  opacity: 0; }

.picker-opened {
  opacity: 1; }

.picker-opened > .picker-dialog {
  bottom: 0; }

.picker-dialog {
  background-color: #fff;
  background-color: #fff;
  border: 1px solid #eee;
  border: 1px solid #eee; }

.picker-header {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: none;
  padding: .875rem 1.25rem;
  position: relative; }

.picker-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin: 0; }

.picker-close {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  color: #999;
  color: #999;
  cursor: pointer;
  font-size: 1.75rem;
  height: 3rem;
  opacity: .75;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem; }

.picker-close:focus,
.picker-close:hover {
  opacity: 1;
  outline: none; }

.picker-body {
  overflow: hidden; }

.picker-grid {
  display: table;
  table-layout: fixed;
  width: 100%; }

.picker-cell {
  display: table-cell;
  position: relative; }

.picker-cell:after,
.picker-cell:before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3; }

.picker-cell:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  bottom: 50%;
  margin-bottom: 1rem;
  top: 0; }

.picker-cell:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.05)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  bottom: 0;
  margin-top: 1rem;
  top: 50%; }

.picker-cell + .picker-cell {
  border-left: 1px solid #eee;
  border-left: 1px solid #eee; }

.picker-headers .picker-cell:before {
  margin-bottom: 0; }

.picker-headers .picker-cell:after {
  margin-top: 2rem; }

.picker-single:not(.picker-controls):not(.picker-headers) .picker-cell:after,
.picker-single:not(.picker-controls):not(.picker-headers) .picker-cell:before {
  display: none; }

.picker-cell__header {
  color: #999;
  color: #999;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0;
  overflow: hidden;
  padding: .25rem .5rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap; }

.picker-cell__control {
  cursor: pointer;
  height: 2rem;
  padding: .25rem .5rem;
  position: relative;
  z-index: 4; }

.picker-cell__control:before {
  border: 0 solid #ccc;
  content: "";
  display: block;
  height: .5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: .5rem; }

.picker-cell__control:hover:before {
  border-color: #FF0078; }

.picker-cell__control--prev:before {
  border-right-width: 1px;
  border-top-width: 1px;
  margin-top: 2px; }

.picker-cell__control--next:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
  margin-bottom: 2px; }

.picker-cell__body {
  overflow: hidden;
  position: relative; }

.picker-cell__body:after,
.picker-cell__body:before {
  content: "";
  height: 2rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1; }

.picker-cell__body:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), #fff);
  top: 0; }

.picker-cell__body:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  bottom: 0; }

.picker-single .picker-cell__body:after,
.picker-single .picker-cell__body:before {
  display: none; }

.picker-list {
  list-style: none;
  margin: -2rem 0;
  padding: 0;
  position: relative; }

.picker-item {
  color: #999;
  color: #999;
  padding: .25rem .5rem;
  text-align: center;
  white-space: nowrap; }

.picker-picked {
  color: #0074d9;
  color: #FF0078;
  font-size: 1.125em;
  line-height: 1.5rem; }

@media (min-width: 88em) {
  .picker-item {
    color: #999;
    color: #999;
    padding: .25rem .5rem;
    text-align: center;
    white-space: nowrap;
    font-size: 1.5em; }
  .picker-picked {
    color: #0074d9;
    color: #FF0078;
    font-size: 1.75em;
    line-height: 1.5rem; } }

.picker-footer {
  border-top: 1px solid #eee;
  border-top: 1px solid #eee;
  display: none;
  width: 100%; }

.picker-cancel,
.picker-confirm {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  cursor: pointer;
  display: table-cell;
  font-size: 1rem;
  padding: .75rem 1rem;
  width: 50%; }

.picker-cancel:focus,
.picker-cancel:hover,
.picker-confirm:focus,
.picker-confirm:hover {
  background-color: #fcfcfc;
  outline: none; }

.picker-confirm {
  color: #0074d9;
  color: #FF0078; }

#front_header_wrapper {
  padding-top: 15px;
  margin: 0 25px; }

#header_wrapper {
  padding-top: 15px;
  margin: 0 20px; }

@media (min-width: 350px) {
  #header_wrapper {
    margin: 0 25px; } }

@media (min-width: 60em) {
  #front_header_wrapper,
  #header_wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 400px;
    position: relative;
    padding-top: 10px; } }

@media (min-width: 88em) {
  #front_header_wrapper,
  #header_wrapper {
    max-width: 1200px; } }

#front_header_wrapper,
#header_wrapper {
  position: relative;
  /*==============================

*   NAVIGATION

==============================*/

  /*==============================

*   HEADER INFO

==============================*/ }
  #front_header_wrapper .topbar,
  #header_wrapper .topbar {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    position: relative;
    z-index: 100;
    position: inherit; }
  #front_header_wrapper #logo a,
  #header_wrapper #logo a {
    display: block;
    background: url(../img/static/LOGO_HEADER.svg) no-repeat;
    background-size: contain;
    min-width: 130px;
    height: 75px; }
  #front_header_wrapper nav .menu,
  #header_wrapper nav .menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 0px;
    z-index: 9999;
    -webkit-user-select: none;
    user-select: none; }
    #front_header_wrapper nav .menu input,
    #header_wrapper nav .menu input {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      cursor: pointer;
      opacity: 0;
      z-index: 2;
      -webkit-touch-callout: none; }
      #front_header_wrapper nav .menu input:checked ~ span,
      #header_wrapper nav .menu input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #fff; }
        #front_header_wrapper nav .menu input:checked ~ span:nth-last-child(3),
        #header_wrapper nav .menu input:checked ~ span:nth-last-child(3) {
          opacity: 0;
          transform: rotate(0deg) scale(0.2, 0.2); }
        #front_header_wrapper nav .menu input:checked ~ span:nth-last-child(2),
        #header_wrapper nav .menu input:checked ~ span:nth-last-child(2) {
          opacity: 1;
          transform: rotate(-45deg) translate(0, -1px); }
      #front_header_wrapper nav .menu input:checked ~ ul,
      #header_wrapper nav .menu input:checked ~ ul {
        transform: scale(1, 1);
        opacity: 1; }
    #front_header_wrapper nav .menu span,
    #header_wrapper nav .menu span {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      background: #0055FF;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
      #front_header_wrapper nav .menu span:first-child,
      #header_wrapper nav .menu span:first-child {
        transform-origin: 0% 0%; }
      #front_header_wrapper nav .menu span:nth-last-child(2),
      #header_wrapper nav .menu span:nth-last-child(2) {
        transform-origin: 0% 100%; }
    #front_header_wrapper nav .menu .menu-content,
    #header_wrapper nav .menu .menu-content {
      box-sizing: content-box;
      position: absolute;
      width: 100vw;
      margin: -62px 0 0 0;
      padding: 50px;
      padding-top: 100px;
      right: -100px;
      height: 100vh;
      background: #0055FF;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055FF', endColorstr='#FF0078',GradientType=1 );
      list-style-type: none;
      -webkit-font-smoothing: antialiased;
      transform-origin: 0% 0%;
      transform: translate(100%, 0);
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
      #front_header_wrapper nav .menu .menu-content ul,
      #header_wrapper nav .menu .menu-content ul {
        list-style: none; }
      #front_header_wrapper nav .menu .menu-content .plusbutton,
      #header_wrapper nav .menu .menu-content .plusbutton {
        display: none; }
      #front_header_wrapper nav .menu .menu-content a,
      #header_wrapper nav .menu .menu-content a {
        color: #fff;
        text-transform: uppercase;
        font-family: 'BoldOblique', sans-serif;
        font-size: 2em;
        margin-left: 30px; }
      #front_header_wrapper nav .menu .menu-content li,
      #header_wrapper nav .menu .menu-content li {
        margin-bottom: 5px; }
  @media (min-width: 60em) {
    #front_header_wrapper #logo,
    #header_wrapper #logo {
      width: 140px;
      height: 100px; }
    #front_header_wrapper nav,
    #header_wrapper nav {
      margin-top: 15px; }
      #front_header_wrapper nav .menu,
      #header_wrapper nav .menu {
        display: block;
        position: inherit;
        right: 30px; }
        #front_header_wrapper nav .menu input,
        #header_wrapper nav .menu input {
          display: none; }
        #front_header_wrapper nav .menu span,
        #header_wrapper nav .menu span {
          display: none; }
        #front_header_wrapper nav .menu .menu-content,
        #header_wrapper nav .menu .menu-content {
          position: inherit;
          width: auto;
          margin: 0;
          padding: 0;
          padding-top: 0;
          height: auto;
          background: none;
          transform-origin: 0% 0%;
          transform: none;
          transition: none; }
          #front_header_wrapper nav .menu .menu-content .plusbutton,
          #header_wrapper nav .menu .menu-content .plusbutton {
            position: relative;
            z-index: 101;
            cursor: pointer;
            display: inherit;
            width: 22px;
            height: 22px;
            border-radius: 20px;
            background: url(../img/plus.svg) no-repeat center center;
            background-color: #0055FF;
            background-size: 10px;
            transition: .1s all ease-out; }
            #front_header_wrapper nav .menu .menu-content .plusbutton:hover,
            #header_wrapper nav .menu .menu-content .plusbutton:hover {
              background-color: #FF0078; }
          #front_header_wrapper nav .menu .menu-content .plusbutton.clickevent2,
          #header_wrapper nav .menu .menu-content .plusbutton.clickevent2 {
            background-color: #FF0078; }
          #front_header_wrapper nav .menu .menu-content a,
          #header_wrapper nav .menu .menu-content a {
            color: #0055FF;
            font-size: 1.45em;
            margin-left: 0;
            transition: .1s all ease-out; }
            #front_header_wrapper nav .menu .menu-content a:hover,
            #header_wrapper nav .menu .menu-content a:hover {
              color: #FF0078; }
          #front_header_wrapper nav .menu .menu-content li,
          #header_wrapper nav .menu .menu-content li {
            margin-bottom: 0; }
          #front_header_wrapper nav .menu .menu-content > li,
          #header_wrapper nav .menu .menu-content > li {
            display: inline-block;
            margin-left: 8px; }
            #front_header_wrapper nav .menu .menu-content > li:last-child,
            #header_wrapper nav .menu .menu-content > li:last-child {
              position: relative;
              text-align: center; }
          #front_header_wrapper nav .menu .menu-content #secondary-menu-container,
          #header_wrapper nav .menu .menu-content #secondary-menu-container {
            position: absolute;
            top: 0;
            left: 50%;
            margin-left:-90px;
            list-style: none;
            margin-top: 35px;
            z-index: 100;
            width: 180px; }
            #front_header_wrapper nav .menu .menu-content #secondary-menu-container #secondary-menu,
            #header_wrapper nav .menu .menu-content #secondary-menu-container #secondary-menu {
              display:none;
              position: relative;
              box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
              border-radius: 10px;
              background-color: #fff;
              padding: 10px 0px 10px 0px;}
              #front_header_wrapper nav .menu .menu-content #secondary-menu-container #secondary-menu li a,
              #header_wrapper nav .menu .menu-content #secondary-menu-container #secondary-menu li a {
                font-family: 'Medium', sans-serif;
                font-size: 1.2em; }
            #front_header_wrapper nav .menu .menu-content #secondary-menu-container #secondary-menu.clickevent1,
            #header_wrapper nav .menu .menu-content #secondary-menu-container #secondary-menu.clickevent1 {
              display:block;}
          #front_header_wrapper nav .menu .menu-content #secondary-menu-container.clickevent3,
          #header_wrapper nav .menu .menu-content #secondary-menu-container.clickevent3 {
            z-index: 100; } }
  #front_header_wrapper .current-show,
  #header_wrapper .current-show {
    position: relative;
    margin: 0 auto;
    height: auto;
    padding-bottom: 30px;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
    #front_header_wrapper .current-show .rightnow,
    #header_wrapper .current-show .rightnow {
      font-family: 'Medium', sans-serif;
      font-size: 1em;
      margin-top: 20px; }
      #front_header_wrapper .current-show .rightnow .show-time,
      #header_wrapper .current-show .rightnow .show-time {
        font-family: 'Eurostile', sans-serif;
        font-size: 1.1em;
        line-height: 0.8em; }
    #front_header_wrapper .current-show .show-name,
    #header_wrapper .current-show .show-name {
      margin: 15px 0 0px 0; }
      #front_header_wrapper .current-show .show-name img,
      #header_wrapper .current-show .show-name img {
        width: 100%;
        height: auto;
        max-width: 410px; }
    #front_header_wrapper .current-show .show-lowerbar,
    #header_wrapper .current-show .show-lowerbar {
      max-width: 410px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: baseline; }
      #front_header_wrapper .current-show .show-lowerbar .show-host,
      #header_wrapper .current-show .show-lowerbar .show-host {
        font-size: 1.1em;
        letter-spacing: 3px;
        text-transform: uppercase; }
    #front_header_wrapper .current-show .show-host-picture,
    #header_wrapper .current-show .show-host-picture {
      visibility: hidden; }
  #front_header_wrapper .front_playbar,
  #header_wrapper .front_playbar {
    margin-right: 0px;
    height: 55px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    /*justify-self: flex-end*/
    margin-left: auto; }
    #front_header_wrapper .front_playbar a,
    #header_wrapper .front_playbar a {
      display: block;
      cursor: pointer;
      outline: none;
      border: none;
      border-radius: 30px;
      position: relative;
      height: 42px;
      width: 42px; }
      #front_header_wrapper .front_playbar a i,
      #header_wrapper .front_playbar a i {
        background-size: auto;
        width: 30px;
        height: 20px;
        display: block;
        position: absolute;
        left: 6px;
        top: 11px; }
      #front_header_wrapper .front_playbar a span,
      #header_wrapper .front_playbar a span {
        display: none;
        color: #fff; }
    #front_header_wrapper .front_playbar #btn_listen,
    #header_wrapper .front_playbar #btn_listen {
      margin-left: 10px;
      background: #FF0078;
      background: -moz-linear-gradient(45deg, #FF0078 0%, rgb(206, 0, 96) 100%);
      background: -webkit-linear-gradient(45deg, #FF0078 0%, rgb(206, 0, 96) 100%);
      background: linear-gradient(45deg, #FF0078 0%, rgb(206, 0, 96) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0078', endColorstr='rgb(206, 0, 96)', GradientType=1); }
      #front_header_wrapper .front_playbar #btn_listen i,
      #header_wrapper .front_playbar #btn_listen i {
        background: url(../img/icon_play.svg) no-repeat center center; }
    #front_header_wrapper .front_playbar #btn_funvision,
    #header_wrapper .front_playbar #btn_funvision {
      background: #0055FF;
      background: -moz-linear-gradient(45deg, #0055FF 0%, rgb(68, 131, 255) 100%);
      background: -webkit-linear-gradient(45deg, #0055FF 0%, rgb(68, 131, 255) 100%);
      background: linear-gradient(45deg, #0055FF 0%, rgb(68, 131, 255) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055FF', endColorstr='rgb(68, 131, 255)', GradientType=1); }
      #front_header_wrapper .front_playbar #btn_funvision i,
      #header_wrapper .front_playbar #btn_funvision i {
        background: url(../img/icon_cam.svg) no-repeat center center; }
  #front_header_wrapper .playback_source,
  #header_wrapper .playback_source {
    display: none; }
  @media (min-width: 25em) {
    #front_header_wrapper .front_playbar div:first-child,
    #header_wrapper .front_playbar div:first-child {
      width: 165px; }
      #front_header_wrapper .front_playbar div:first-child a,
      #header_wrapper .front_playbar div:first-child a {
        width: 150px; }
        #front_header_wrapper .front_playbar div:first-child a:hover,
        #header_wrapper .front_playbar div:first-child a:hover {
          width: calc( 150px + 10px); }
    #front_header_wrapper .front_playbar a,
    #header_wrapper .front_playbar a {
      font-size: .85em;
      color: #fff;
      letter-spacing: 3px;
      padding: 8px 15px 8px 35px;
      position: relative;
      width: auto;
      height: auto; }
      #front_header_wrapper .front_playbar a span,
      #header_wrapper .front_playbar a span {
        display: inline; }
      #front_header_wrapper .front_playbar a i,
      #header_wrapper .front_playbar a i {
        left: 6px;
        top: 6px; }
    #front_header_wrapper .front_playbar #btn_listen,
    #header_wrapper .front_playbar #btn_listen {
      margin-left: 0px;
      transition: .2s ease all; }
      #front_header_wrapper .front_playbar #btn_listen:hover,
      #header_wrapper .front_playbar #btn_listen:hover {
        padding-left: 45px;
        background-position: 38px; }
    #front_header_wrapper .front_playbar #btn_funvision,
    #header_wrapper .front_playbar #btn_funvision {
      transition: .2s ease all; }
      #front_header_wrapper .front_playbar #btn_funvision:hover,
      #header_wrapper .front_playbar #btn_funvision:hover {
        padding-left: 45px;
        background-position: 38px; }
      }
  @media (min-width: 38em) {
    #front_header_wrapper .current-show,
    #header_wrapper .current-show {
      padding-bottom: 0px;
      height: 300px; }
      #front_header_wrapper .current-show .info,
      #header_wrapper .current-show .info {
        display: flex;
        flex-flow: row nowrap; }
      #front_header_wrapper .current-show .rightnow,
      #header_wrapper .current-show .rightnow {
        font-size: 1.4em;
        margin-top: 10px; }
        #front_header_wrapper .current-show .rightnow .show-time,
        #header_wrapper .current-show .rightnow .show-time {
          font-size: 1em; }
      #front_header_wrapper .current-show .show-name,
      #header_wrapper .current-show .show-name {
        margin: 15px 0 0px 0; }
        #front_header_wrapper .current-show .show-name img,
        #header_wrapper .current-show .show-name img {
          width: 410px;
          height: 106px;
          pointer-events: none; }
      #front_header_wrapper .current-show .show-lowerbar .show-host,
      #header_wrapper .current-show .show-lowerbar .show-host {
        font-size: 1.4em; }
      #front_header_wrapper .current-show .show-host-picture,
      #header_wrapper .current-show .show-host-picture {
        visibility: visible;
        position: absolute;
        z-index: -97;
        top: -10px;
        left: 40%;
        width: 380px;
        height: 310px;
        margin-left: 30px;
        display: block;
        opacity: 0.50; }
      #front_header_wrapper .current-show .front_playbar div:first-child,
      #header_wrapper .current-show .front_playbar div:first-child {
        width: 190px; }
        #front_header_wrapper .current-show .front_playbar div:first-child a,
        #header_wrapper .current-show .front_playbar div:first-child a {
          width: 172.783px; }
          #front_header_wrapper .current-show .front_playbar div:first-child a:hover,
          #header_wrapper .current-show .front_playbar div:first-child a:hover {
            width: calc( 172.783px + 10px); }
      #front_header_wrapper .current-show .front_playbar a,
      #header_wrapper .current-show .front_playbar a {
        font-size: 1.1em; }
        #front_header_wrapper .current-show .front_playbar a i,
        #header_wrapper .current-show .front_playbar a i {
          top: 8.5px; } }
  @media (min-width: 60em) {
    #front_header_wrapper .current-show,
    #header_wrapper .current-show {
      z-index: 10;
      position: inherit; }
      #front_header_wrapper .current-show .show-host-picture,
      #header_wrapper .current-show .show-host-picture {
        visibility: visible;
        position: relative;
        z-index: 6;
        top: -20px;
        left: -30px;
        width: 380px;
        height: 310px;
        margin-left: 30px;
        display: block;
        opacity: 1; }
    #front_header_wrapper .broadcast_playback .playback_overlaycache,
    #header_wrapper .broadcast_playback .playback_overlaycache {
      width: 525px;
      height: 400px;
      z-index: 5;
      position: absolute;
      top: 0;
      right: 0;
      background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to bottom, white 15%, rgba(255, 255, 255, 0) 40%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); }
    #front_header_wrapper .broadcast_playback .playback_source,
    #header_wrapper .broadcast_playback .playback_source {
      display: inherit;
      z-index: 3;
      width: 520px;
      height: 400px;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 0; }
      #front_header_wrapper .broadcast_playback .playback_source video,
      #header_wrapper .broadcast_playback .playback_source video {
        width: 520px;
        height: 400px;
        object-fit: cover;
        font-family: 'object-fit: cover;';
        -webkit-transform-style: preserve-3d; }
    #front_header_wrapper .broadcast_playback .playback_mask,
    #header_wrapper .broadcast_playback .playback_mask {
      z-index: 4;
      width: 520px;
      height: 400px;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url(../img/static/BANNER_NAV_FRONT_MAIN.svg);
      background-size: cover; } }
  @media (min-width: 88em) {
    #front_header_wrapper .playback_overlaycache,
    #header_wrapper .playback_overlaycache {
      display: none; }
    #front_header_wrapper .playback_funvisionplay,
    #header_wrapper .playback_funvisionplay {
      width: 525px;
      height: 400px;
      z-index: 99;
      position: absolute;
      top: 0;
      right: 0; }
      #front_header_wrapper .playback_funvisionplay a,
      #header_wrapper .playback_funvisionplay a {
        display: block;
        background: url(../img/static/BUTTON_FUNVISION_PLAY.svg) no-repeat;
        width: 90px;
        height: 74px;
        position: absolute;
        left: 180px;
        top: 180px;
        transform: scale(1);
        transition: .1s all ease-in; }
        #front_header_wrapper .playback_funvisionplay a:hover,
        #header_wrapper .playback_funvisionplay a:hover {
          transform: scale(1.1); } }

/*==============================

*   NOT HOME HEADER REWRITE

==============================*/
#header_wrapper {
  height: 80px; }
  #header_wrapper .topbar {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start; }
  #header_wrapper #logo {
    padding-bottom: 10px; }
    #header_wrapper #logo a {
      min-width: 120px;
      height: 45px; }
  #header_wrapper .playbar {
    margin-right: 45px;
    height: 52px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    /*justify-self: flex-end*/
    margin-left: auto; }
    #header_wrapper .playbar a {
      display: block;
      cursor: pointer;
      outline: none;
      border: none;
      border-radius: 30px;
      position: relative;
      height: 42px;
      width: 42px; }
      #header_wrapper .playbar a i {
        background-size: auto;
        width: 30px;
        height: 20px;
        display: block;
        position: absolute;
        left: 6px;
        top: 0;
        bottom: 0;
        margin: auto; }
      #header_wrapper .playbar a span {
        display: none;
        color: #fff; }
    #header_wrapper .playbar #btn_listen {
      margin-left: 10px;
      background: #FF0078;
      background: -moz-linear-gradient(45deg, #FF0078 0%, rgb(206, 0, 96) 100%);
      background: -webkit-linear-gradient(45deg, #FF0078 0%, rgb(206, 0, 96) 100%);
      background: linear-gradient(45deg, #FF0078 0%, rgb(206, 0, 96) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0078', endColorstr='rgb(206, 0, 96)', GradientType=1); }
      #header_wrapper .playbar #btn_listen i {
        background: url(../img/icon_play.svg) no-repeat center center; }
    #header_wrapper .playbar #btn_funvision {
      background: #0055FF;
      background: -moz-linear-gradient(45deg, #0055FF 0%, rgb(68, 131, 255) 100%);
      background: -webkit-linear-gradient(45deg, #0055FF 0%, rgb(68, 131, 255) 100%);
      background: linear-gradient(45deg, #0055FF 0%, rgb(68, 131, 255) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055FF', endColorstr='rgb(68, 131, 255)', GradientType=1); }
      #header_wrapper .playbar #btn_funvision i {
        background: url(../img/icon_cam.svg) no-repeat center center; }
  @media (min-width: 25em) {
    #header_wrapper {
      height: 90px; }
      #header_wrapper #logo {
        padding-bottom: 10px; }
        #header_wrapper #logo a {
          min-width: 165px;
          height: 60px; }
      #header_wrapper .playbar {
        margin-right: 55px; } }
  @media (min-width: 60em) {
    #header_wrapper {
      height: 100px;
    }
    #header_wrapper #logo a {
        height: 70px;
    }
    #header_wrapper nav {
        margin-top: 25px;
    }
    #header_wrapper nav .menu-content li:first-child {
          margin-left: 0px;
    }
    #header_wrapper .playbar {
      /* height: 60px; */
      margin-right: 0;
    }
    #header_wrapper .playbar #btn_listen {
      color: #fff;
      letter-spacing: 3px;
      padding: 10px 15px 9px 35px;
      height: auto;
      width: auto;
      top: 3px;
      font-size: .9em;
      transition: .2s ease all;
    }
    #header_wrapper .playbar #btn_listen span {
      font-size: 1.1em;
      display: inherit;
      display: inline;
    }
    #header_wrapper .playbar #btn_listen:hover {
      padding-left: 45px;
      background-position: 38px;
    }
    #header_wrapper .playbar #btn_funvision {
      top: 3px;
      height: 38px;
      width: 38px;
    }
  }
  @media (min-width: 88em) {
    #header_wrapper nav {
      margin-top: 25px; }
    #header_wrapper .playbar div:first-child {
      width: 175px; }
      #header_wrapper .playbar div:first-child a {
        width: 165px; }
        #header_wrapper .playbar div:first-child a:hover {
          width: calc( 165px + 10px); }
    #header_wrapper .playbar a {
      font-size: .9em;
      color: #fff;
      letter-spacing: 3px;
      height: auto;
      width: auto; }
      #header_wrapper .playbar a i {
        left: 4px;
        top: 0;
        bottom: 0;
        margin: auto; }
      #header_wrapper .playbar a span {
        font-size: 1.1em;
        display: inline; }
    #header_wrapper .playbar #btn_listen {
      height: auto;
      transition: .2s ease all;
      padding: 8px 10px 8px 35px; }
      #header_wrapper .playbar #btn_listen:hover {
        padding-left: 45px;
        background-position: 38px; }
    #header_wrapper .playbar #btn_funvision {
      height: auto;
      width: auto;
      transition: .2s ease all;
      padding: 8px 10px 8px 35px; }
      #header_wrapper .playbar #btn_funvision:hover {
        padding-left: 45px;
        background-position: 38px; } }

#front_page_layout {
  padding: 20px 10px;
  display: flex;
  flex-flow: column;
  width: 100%; }

@media (min-width: 350px) {
  #front_page_layout {
    padding: 20px 25px;
    } }

@media (min-width: 60em) {
  #front_page_layout {
    max-width: 900px;
    margin: 0 auto; } }

@media (min-width: 88em) {
  #front_page_layout {
    max-width: 1200px; } }

.module {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1); 
}

.obscura {
  border-radius: 8px;
  position: absolute;
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none; }

  /*==============================

*   REPLAYS
*

==============================*/
  #front_page_layout #mod-1.module-picture {
    background-color: white;
    position: relative;
    height: 420px;}
    #front_page_layout #mod-1.module-picture .picture-thumbnail {
      min-height: 310px; }
    #front_page_layout #mod-1.module-picture .obscura {
      -webkit-box-shadow: inset 0px 0px 0px 10px #fff7ff;
      -moz-box-shadow: inset 0px 0px 0px 10px #fff7ff;
      box-shadow: inset 0px 0px 0px 10px #fff7ff; }
    #front_page_layout #mod-1.module-picture .picture-container {
      border-radius: 8px;
      display: flex;
      flex-flow: wrap column;
      justify-content: space-between;
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 25px 30px;
      padding-bottom: 20px; }
      #front_page_layout #mod-1.module-picture .picture-container .picture-content-top {
        width: 100%; }
        #front_page_layout #mod-1.module-picture .picture-container .picture-content-top .picture-content-top-right {
          width: 70px;
          height: 70px;
          background-color: #fff;
          position: absolute;
          top: 0;
          right: 30px;
          border-radius: 4px;
          display: flex;
          justify-content: center;
          align-items: center; }
          #front_page_layout #mod-1.module-picture .picture-container .picture-content-top .picture-content-top-right .contest-partner {
            width: 55px;
            height: 55px; }
      #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom {
        width: 100%;
        display: flex;
        flex-flow: wrap row;
        justify-content: space-between;
        align-items: flex-end; }
        #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-tag {
          margin-bottom: 10px;
          background-color: #FFDC00;
          display: inline-block;
          letter-spacing: 1px;
          font-size: 0.8em; }
        #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-title {
          border-radius: 8px;
          background-color: #fff;
          padding: 10px 16px;
          font-family: 'BoldOblique', sans-serif;
          font-size: 1.7em;
          line-height: 1em;
          max-width: 360px; }
          #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-title a {
            color: #2b2b2b !important; }
        #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-subtitle {
          color: #2b2b2b;
          padding-left: 16px;
          text-transform: uppercase;
          padding-bottom: 5px; }
        #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-subtitle-partner {
          color: #fff; }
        #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-right {
          margin-top: 15px;
          margin-bottom: 10px;
          padding: 0 16px; }
          #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .picture-link {
            text-transform: uppercase;
            font-size: 1em;
            letter-spacing: 1px;
            border-radius: 4px;
            padding: 9px 18px 7px 18px;
            transition: all .2s ease-in;
            box-shadow: inset 0px 0px 0px 0px #2b2b2b;
            color: #2b2b2b; }
            #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .picture-link:hover {
              box-shadow: inset 0px -40px 0px 0px #2b2b2b;
              color: #FFDC00; }
          #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .link-contest {
            background-color: #FFDC00;
            color: white;
            /* color: #2b2b2b;*/ }
          #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .link-partner {
            border: solid 1px #fff;
            color: #2b2b2b;
            background-color: white; }
            #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .link-partner:hover {
              color: #b3b3b3; }
          #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .link-news- {
            background-color: #FFDC00;
            color: white;
            /* color: #2b2b2b; */ }
          #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .link-news-cyan {
            background-color: #0055FF;
            color: #fff; }
            #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .link-news-cyan:hover {
              color: #0055FF; }
          #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .link-news-pink {
            background-color: #FF0078;
            color: #fff; }
            #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .link-news-pink:hover {
              color: #FF0078; }
  #front_page_layout .module-list {
    background-color: white;
    padding: 15px;
    height: 420px;
    /* -webkit-box-shadow: 0px 0px 10px 0px #b3b3b3;
    -moz-box-shadow: 0px 0px 10px 0px #b3b3b3;
    box-shadow: 0px 0px 10px 0px #b3b3b3; */ }
    #front_page_layout .module-list header {
      display: flex;
      flex-flow: nowrap;
      justify-content: space-between;
      position: relative;
      margin-bottom: 15px; }
      #front_page_layout .module-list header .list-illustration {
        width: calc(100% + 30px);
        height: 60px;
        margin: -15px -15px 0px -15px; }
        #front_page_layout .module-list header .list-illustration img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      #front_page_layout .module-list header .list-title {
        position: absolute;
        right: 0;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 20%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 20%); }
    #front_page_layout .module-list .list-container {
      position: relative; }
      #front_page_layout .module-list .list-container .obscura {
        position: absolute;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 95%, white 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 95%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 95%, white 100%); }
    #front_page_layout .module-list .list-item {
      display: flex;
      width: 100%;
      margin-bottom: 8px; }
      #front_page_layout .module-list .list-item img {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        margin-right: 10px;
        flex-shrink: 0; }
      #front_page_layout .module-list .list-item .list-item-right {
        overflow: hidden; }
      #front_page_layout .module-list .list-item .list-hour {
        font-family: 'Eurostile', sans-serif;
        letter-spacing: 1px;
        font-size: 0.8em;
        line-height: 1.8em; }
      #front_page_layout .module-list .list-item .list-artist {
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
        font-family: 'Medium', sans-serif;
        font-size: 1.2em;
        line-height: 1.05em;
        text-transform: uppercase;
        color: #FF0078; }
      #front_page_layout .module-list .list-item .list-title {
        font-family: 'BoldOblique', sans-serif;
        font-size: 1.1em;
        line-height: 1em;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-transform: uppercase; }
    #front_page_layout .module-list footer {
      text-align: center;
      padding-top: 15px;
      padding-bottom: 15px; }
      #front_page_layout .module-list footer a {
        display: inline-block;
        color: #b3b3b3;
        border: solid 1px #b3b3b3;
        border-radius: 5px;
        padding: 5px 15px 3px 15px;
        background: #fff;
        transition: all .2s ease-out; }
        #front_page_layout .module-list footer a:hover {
          color: #fff;
          border: solid 1px #FF0078;
          background: #FF0078; }
  #front_page_layout .module-adv {
    border-radius: 0; }
    #front_page_layout .module-adv div {
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: 300px;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center; }
 #front_page_layout .module-news {
  background-color: white}
    #front_page_layout .module-news a {
      font-weight: 100; }
    #front_page_layout .module-news header {
      background-color: white;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      padding: 15px; }
      #front_page_layout .module-news header .title {
        color: #2b2b2b; }
        #front_page_layout .module-news header .load_more_replay {
        display: inline-block;
        cursor: pointer;
        background-color: #0055FF;
        color: #fff;
        padding: 10px 20px;
        border-radius: 8px; }
        #front_page_layout .module-news header .load_more_replay:hover {
          background-color: #FF0078; }
          #front_page_layout .module-news header .load_more_replay span:last-child {
          display: none; }
        .block-news {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;}
        .block-news .block-news_li{
        width: calc(100% - 20px);
        margin-bottom: 20px;}
      .block-news .img_container{
      display: block;
      width: 100%;
      height: 200px;
      border: none;
      outline: none; }
      .block-news .img_container img {
        display: block;
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        border-radius:8px;
      }
      .block-news .block-news_li h2 ul li{
        margin: 20px 0 15px 0;
        font-size: .5em;
      }
      .block-news .block-news_li h2 ul li a{
        font-family:'Medium', sans-serif;
        white-space: nowrap;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 4px 13px 2px 13px;
        border-radius: 5px;
      }
      .block-news .block-news_li p {
        font-family:'Bold', sans-serif;
        font-size:1.2em;
      }





     #front_page_layout .module-news .news-block {
      background-color: #fff;
      position: relative; }
      #front_page_layout .module-news .news-block .news-block-border {
        box-shadow: inset 0 0 0 10px #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        user-select: none;
        pointer-events: none; }
      #front_page_layout .module-news .news-block .news-container {
        padding: 10px; }
        #front_page_layout .module-news .news-block .news-container .news-item {
          display: flex; }
          #front_page_layout .module-news .news-block .news-container .news-item:not(:last-child) {
            margin-bottom: 7px; }
          #front_page_layout .module-news .news-block .news-container .news-item .news-thumbnail {
            display: block;
            width: 140px;
            height: 140px;
            border: none;
            outline: none; }
            #front_page_layout .module-news .news-block .news-container .news-item .news-thumbnail img {
              display: block;
              width: 100%;
              height: 100%;
              border: none;
              outline: none; }
          #front_page_layout .module-news .news-block .news-container .news-item .news-text {
            width: calc(100% - 150px);
            margin-left: 10px;
            height: 140px;
            text-overflow: clip;
            overflow: hidden;
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
            -ms-hyphens: auto;
            -o-hyphens: auto;
            hyphens: auto; }
            #front_page_layout .module-news .news-block .news-container .news-item .news-text h2 {
              position: relative;
              font-size: 0.8em; }
              #front_page_layout .module-news .news-block .news-container .news-item .news-text h2 a {
                display: inline-block;
                font-weight: 100;
                letter-spacing: 1px;
                text-transform: uppercase;
                padding: 4px 10px; }
            #front_page_layout .module-news .news-block .news-container .news-item .news-text .news-title {
              display: inline-block;
              margin-top: 10px;
              color: #2b2b2b;
              text-transform: uppercase;
              font-size: .8em; }
  #front_page_layout .module-replay {
    background-color: white;
    padding: 15px;}
    #front_page_layout .module-replay .replay-feed-grid .replay-feed-item {
      margin-bottom: 20px; }
      #front_page_layout .module-replay .replay-feed-grid .replay-feed-item a {
        cursor: pointer; }
      #front_page_layout .module-replay .replay-feed-grid .replay-feed-item a.play-image {
        border-radius: 8px;
        display: block;
  background-size:100% auto;
  background-position:center center;
  position: relative;
  padding-bottom: 56.25%;}
      #front_page_layout .module-replay .replay-feed-grid .replay-feed-item h3.play-program {
        margin-top: 15px;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #0055FF; }
      #front_page_layout .module-replay .replay-feed-grid .replay-feed-item h4.play-date {
        color: #888;
        font-size: 12px;
        font-family: 'Medium', sans-serif; }
      #front_page_layout .module-replay .replay-feed-grid .replay-feed-item h2.play-title {
        color: #2b2b2b;
        cursor: pointer;
        display: block;
        font-size: 20px;
        font-family: 'Medium', sans-serif;
        padding: 10px 0px 10px 0; }
    #front_page_layout .module-replay header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }
      #front_page_layout .module-replay header .title {
        color: #2b2b2b; }
      #front_page_layout .module-replay header .load_more_replay {
        display: inline-block;
        cursor: pointer;
        background-color: #0055FF;
        color: #fff;
        padding: 10px 20px;
        border-radius: 8px; }
        #front_page_layout .module-replay header .load_more_replay:hover {
          background-color: #FF0078; }
        #front_page_layout .module-replay header .load_more_replay span:last-child {
          display: none; }

@media (min-width: 700px) {
  #mod-5.module-replay header .load_more_replay span:last-child, #mod-4.module-news header .load_more_replay span:last-child {
    display: inherit; }
  #mod-5.module-replay header .load_more_replay span:first-child, #mod-4.module-news header .load_more_replay span:first-child {
    display: none; }
  #mod-5.module-replay .replay-feed-grid {
    display: flex;
    flex-flow: wrap; }
    #mod-5.module-replay .replay-feed-grid:after {
      content: "";
      flex: auto; }
    #mod-5.module-replay .replay-feed-grid .replay-feed-item {
      margin-bottom: 0px;
      width: calc((100% / 3) - 14px);
      margin-right: 20px; }
      #mod-5.module-replay .replay-feed-grid .replay-feed-item:last-child {
        margin-right: 0; } }

@media (min-width: 38em) {
  #front_page_layout {
    flex-flow: row wrap; }
    #front_page_layout .module-inadv {
      width: calc(100% - 320px); }
      #front_page_layout .module-inadv .inadv-thumbnail {
        width: 100%;
        margin-right: 0;
        height: 250px; }
    #front_page_layout .module-adv {
      width: 300px; }
      #front_page_layout .module-adv div {
        margin-left: 0; }
   .block-news .block-news_li{
    width: calc(50% - 20px);}
  #mod-1 {
    width: calc(55% - 20px);
    margin-right: 20px; }
  #mod-2 {
    width: 45%; }
  #mod-3 {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  #mod-4 {
    width: 100%; } }

@media (min-width: 60em) {
  #front_page_layout {
    padding-left: 0;
    padding-right: 0; }
    #front_page_layout #mod-1.module-picture .picture-thumbnail .picture-container .picture-content-top {
      width: 100%; }
      #front_page_layout #mod-1.module-picture .picture-thumbnail .picture-container .picture-content-top .picture-content-top-right {
        width: 80px;
        height: 100px;
        align-items: flex-end;
        padding-bottom: 7px; }
        #front_page_layout #mod-1.module-picture .picture-thumbnail .picture-container .picture-content-top .picture-content-top-right .contest-partner {
          width: 65px;
          height: 65px; }
    #front_page_layout #mod-1.module-picture .picture-thumbnail .picture-container .picture-content-bottom .picture-content-bottom-right {
      padding: 0; }
    #front_page_layout .module-inadv {
      width: 300px; }
      #front_page_layout .module-inadv .inadv-thumbnail {
        width: 300px;
        height: 250px; }
    #front_page_layout #mod-4.module-news .news-block .news-container {
      height: 93%;
      padding: 10px; }
      #front_page_layout #mod-4.module-news .news-block .news-container .news-item {
        display: block;
        height: 100%; }
        #front_page_layout #mod-4.module-news .news-block .news-container .news-item:nth-child(3), #front_page_layout #mod-4.module-news .news-block .news-container .news-item:nth-child(4) {
          margin-bottom: 0; }
        #front_page_layout #mod-4.module-news .news-block .news-container .news-item:nth-child(odd), #front_page_layout #mod-4.module-news .news-block .news-container .news-item:nth-child(even) {
          width: 25%;
          margin: 0; }
        #front_page_layout #mod-4.module-news .news-block .news-container .news-item:not(:last-child) {
          margin-bottom: 0px; }
        #front_page_layout #mod-4.module-news .news-block .news-container .news-item .news-thumbnail {
          display: block;
          width: 140px;
          height: 180px; }
          #front_page_layout #mod-4.module-news .news-block .news-container .news-item .news-thumbnail img {
            width: 100%;
            height: 100%; }
        #front_page_layout #mod-4.module-news .news-block .news-container .news-item .news-text {
          margin: 0;
          padding-top: 15px;
          padding-left: 5px;
          padding-right: 5px;
          width: 100%;
          height: 200px; }
          #front_page_layout #mod-4.module-news .news-block .news-container .news-item .news-text h2 {
            text-align: center; }
          #front_page_layout #mod-4.module-news .news-block .news-container .news-item .news-text .news-title {
            text-overflow: ellipsis;
            text-align: center;
            letter-spacing: 1px;
            font-size: 0.9em; }
  #mod-1 {
    width: calc(65% - 20px);
    margin-right: 20px; }
  #mod-2 {
    width: 35%; }
  #mod-3 {
    display: block;
    width: 300px;
    margin-right: 20px; }
  #mod-4 {
    width: calc(100% - 320px); } }

@media (min-width: 88em) {
  #front_page_layout #mod-4.module-news .news-block .news-container .news-item .news-thumbnail {
    width: 220px;
    height: 280px; }
  #front_page_layout #mod-4.module-news .news-block .news-container .news-item .news-text {
    padding-top: 15px;
    height: 180px; }
    #front_page_layout #mod-4.module-news .news-block .news-container .news-item .news-text .news-title {
      letter-spacing: 0px;
      font-size: 1.2em;
      font-family: 'Medium', sans-serif; }
  #front_page_layout #mod-1.module-picture .picture-thumbnail .picture-container .picture-content-top {
    width: 100%; }
    #front_page_layout #mod-1.module-picture .picture-thumbnail .picture-container .picture-content-top .picture-content-top-right {
      width: 90px;
      height: 90px;
      align-items: center;
      padding-bottom: 0; }
      #front_page_layout #mod-1.module-picture .picture-thumbnail .picture-container .picture-content-top .picture-content-top-right .contest-partner {
        width: 70px;
        height: 70px; }
  #front_page_layout #mod-1.module-picture .picture-thumbnail .picture-container .picture-content-bottom .picture-content-bottom-left .picture-tag {
    letter-spacing: 1px;
    font-size: 0.9em;
    padding: 0px 6px;
    margin-bottom: 15px; }
    #front_page_layout #mod-1.module-picture .picture-thumbnail .picture-container .picture-content-bottom .picture-content-bottom-left .picture-tag span {
      vertical-align: -25%; }
  #front_page_layout #mod-1.module-picture .picture-thumbnail .picture-container .picture-content-bottom .picture-content-bottom-left .picture-title {
    font-family: 'BoldOblique', sans-serif;
    font-size: 2em;
    line-height: 0.95em;
    max-width: 550px; }
    #front_page_layout #mod-1.module-picture .picture-thumbnail .picture-container .picture-content-bottom .picture-content-bottom-left .picture-title a {
      color: #fff; }
  #front_page_layout #mod-1.module-picture .picture-thumbnail .picture-container .picture-content-bottom .picture-content-bottom-left .picture-subtitle {
    font-size: 1em;
    letter-spacing: 1px; }
  #mod-1 {
    width: calc(70% - 20px); }
  #mod-2 {
    width: 30%; } }

#footer_wrapper {
  margin: 0 25px;
  text-transform: uppercase;
  padding: 35px 25px; }

.footer-top {
  display: flex;
  flex-flow: nowrap row; }
  .footer-top .footer-top-navigation {
    padding-right: 15px;
    min-height: 280px; }
    .footer-top .footer-top-navigation ul li a {
      color: #0055FF;
      font-size: 1.3em;
      transition: .1s all ease-out; }
      .footer-top .footer-top-navigation ul li a:hover {
        color: #FF0078; }
    .footer-top .footer-top-navigation ul hr {
      color: #b3b3b3;
      margin: 10px 0; }
  .footer-top .footer-top-social h1 {
    font-family: 'BoldOblique', sans-serif;
    font-size: 1.4em;
    line-height: 1em;
    margin-bottom: 10px; }
  .footer-top .footer-top-social h2 {
    text-transform: lowercase;
    font-size: 1.1em;
    color: #b3b3b3; }
  .footer-top .footer-top-social ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    margin-right: 5px; }
    .footer-top .footer-top-social ul li a {
      display: block;
      width: 35px;
      height: 35px;
      background-repeat: no-repeat;
      background-position: center center; }
  .footer-top .footer-top-social ul .footer-social-blue {
    background-color: #0055FF; }
    .footer-top .footer-top-social ul .footer-social-blue a {
      background-image: url(../img/icon_fb.svg); }
  .footer-top .footer-top-social ul .footer-social-red {
    background-color: #FF0078; }
    .footer-top .footer-top-social ul .footer-social-red a {
      background-image: url(../img/icon_ig.svg); }
  .footer-top .footer-top-social ul .footer-social-yellow {
    background-color: #FFDC00; }
    .footer-top .footer-top-social ul .footer-social-yellow a {
      background-image: url(../img/icon_sc.svg); }

.footer-bottom {
  margin-top: 20px; }
  .footer-bottom .footer-bottom-navigation li {
    padding-bottom: 1px; }
    .footer-bottom .footer-bottom-navigation li a {
      color: #b3b3b3;
      font-size: .8em;
      font-family: 'Medium', sans-serif; }
    .footer-bottom .footer-bottom-navigation li img {
      margin-top: 10px;
      width: 200px;
      user-select: none; }

@media (min-width: 38em) {
  .footer-bottom {
    margin-top: 40px; }
    .footer-bottom .footer-bottom-navigation li {
      display: inline-block;
      padding-bottom: 0px;
      padding-right: 20px; }
      .footer-bottom .footer-bottom-navigation li img {
        margin-top: 10px;
        width: 200px; } }

@media (min-width: 60em) {
  .footer-bg {
    position: absolute;
    z-index: -1;
    width: 466px;
    height: 300px;
    margin: 0 auto;
    right: -220px;
    bottom: 0;
    background-image: url(../img/tubeft.svg);
    background-repeat: no-repeat;
    background-size: 100%; }
  #footer_wrapper {
    width: 100%;
    /* max-width: 1200px;*/
    margin: 0 auto;
    /*height: 400px; */
    position: relative; }
  .footer-top .footer-top-navigation {
    padding-right: 30px; }
    .footer-top .footer-top-navigation ul li a {
      color: #0055FF;
      font-size: 1.6em;
      transition: .1s all ease-out; }
      .footer-top .footer-top-navigation ul li a:hover {
        color: #FF0078; }
    .footer-top .footer-top-navigation ul hr {
      margin: 10px 0; }
  .footer-top .footer-top-social {
    margin-top: 10px; }
    .footer-top .footer-top-social h1 {
      font-family: 'BoldOblique', sans-serif;
      font-size: 2.2em;
      line-height: 1em;
      margin-bottom: 5px; }
    .footer-top .footer-top-social h2 {
      margin-top: 5px;
      font-size: 1.4em;
      color: #b3b3b3; }
    .footer-top .footer-top-social ul li {
      display: inline-block;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      margin-right: 5px; }
      .footer-top .footer-top-social ul li a {
        display: block;
        width: 40px;
        height: 40px;
        background-repeat: no-repeat;
        background-position: center center; }
  .footer-bottom {
    margin-top: 50px; }
    .footer-bottom .footer-bottom-navigation li {
      display: inline-block;
      position: relative;
      padding-left: 20px;
      padding-right: 20px; }
      .footer-bottom .footer-bottom-navigation li:first-child, .footer-bottom .footer-bottom-navigation li:nth-child(2), .footer-bottom .footer-bottom-navigation li:nth-child(3) {
        border-right: solid 1px #b3b3b3; }
      .footer-bottom .footer-bottom-navigation li:first-child {
        padding-left: 0px; }
      .footer-bottom .footer-bottom-navigation li:last-child {
        padding-right: 0px; }
        .footer-bottom .footer-bottom-navigation li:last-child a {
          position: absolute;
          bottom: 0; }
      .footer-bottom .footer-bottom-navigation li a {
        letter-spacing: 1px; }
        .footer-bottom .footer-bottom-navigation li a img {
          margin-top: 0px;
          width: 250px; } }

@media (min-width: 88em) {
  #footer_wrapper {
    max-width: 1200px; }
  .footer-bg {
    width: 626px;
    height: 407px;
    margin: 0 auto;
    right: -250px;
    bottom: 0px;
    background-position: 0 20px; }
  .footer-bottom {
    margin-top: 40px; }
    .footer-bottom .footer-bottom-navigation li:last-child {
      padding-right: 0px; }
      .footer-bottom .footer-bottom-navigation li:last-child a {
        position: absolute;
        bottom: 0; }
        .footer-bottom .footer-bottom-navigation li:last-child a img {
          width: 350px; } }

#heavytext {
  padding: 50px 20px;
  width: 100%; }
  #heavytext h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2em;
    font-family: 'BoldOblique', sans-serif;
    margin-bottom: 30px; }
  #heavytext h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'BoldOblique', sans-serif; }
  #heavytext p {
    font-family: 'Medium', sans-serif; }
  #heavytext ul {
    list-style: circle;
    margin-left: 15px;
    font-family: 'Medium', sans-serif;
    margin-top: 8px;
    margin-bottom: 8px; }
    #heavytext ul li {
      margin-top: 8px;
      margin-bottom: 8px; }
  #heavytext a {
    color: #2b2b2b; }

@media (min-width: 38em) {
  #heavytext {
    margin: 0 auto;
    max-width: 600px; } }

@media (min-width: 60em) {
  #heavytext {
    padding: 50px 0px; }
    #heavytext h1 {
      font-size: 3em; }
    #heavytext p {
      text-align: justify; } }

@media (min-width: 88em) {
  #heavytext {
    max-width: 900px; } }

.funvision_dark_mode {
  background-color: #2b2b2b; }

#funvision {
  padding: 20px 10px 30px 10px;
  width: 100%; }
  #funvision .fv-logo {
    background: url(../img/static/LOGO_VISION.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 50px;
    opacity: 0.5;
    margin-bottom: 20px; }
  #funvision .funvision-container {
    max-width: 1000px;
    margin: 0 auto; }
  #funvision .funvision-player {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border-radius: 8px; }
    #funvision .funvision-player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none; }
  #funvision .funvision-footer {
    max-width: 1000px;
    margin: 0 auto; }
    #funvision .funvision-footer .now {
      font-family: 'Medium', sans-serif;
      color: #fff; }
      #funvision .funvision-footer .now .current-show {
        margin: 20px 0; }
        #funvision .funvision-footer .now .current-show .tag {
          margin-bottom: 5px;
          font-size: 12px;
          letter-spacing: 2px; }
        #funvision .funvision-footer .now .current-show .title {
          font-size: 21px;
          margin-bottom: 0px;
          font-family: 'Extrabold', sans-serif;
          text-transform: uppercase;
          letter-spacing: 1px; }
        #funvision .funvision-footer .now .current-show .time {
          font-family: 'Eurostile', sans-serif; }
        #funvision .funvision-footer .now .current-show .bar {
          margin-top: 20px;
          padding: 2px;
          width: 100%;
          background-color: #fff;
          border-radius: 20px; }
          #funvision .funvision-footer .now .current-show .bar .progress {
            border-radius: 20px;
            height: 8px;
            width: 100%;
            background-color: #0055FF; }
    #funvision .funvision-footer .contest {
      margin-top: 10px;
      font-family: 'Medium', sans-serif; }
      #funvision .funvision-footer .contest .tag {
        font-family: 'Bold', sans-serif;
        font-size: 12px;
        background-color: #FFDC00;
        padding: 2px 6px;
        display: inline-block;
        letter-spacing: 1px;
        margin-bottom: 10px;
        border-radius: 50px }
      #funvision .funvision-footer .contest .title {
        color: #fff;
        font-size: 21px;
        margin-bottom: 20px;
        display: block; }
      #funvision .funvision-footer .contest .link {
        font-family: 'Bold', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        letter-spacing: 1px;
        background-color: #FFDC00;
        /* color: #2b2b2b; */
        color: white;
        border-radius: 4px;
        padding: 8px 12px 6px 12px;
        transition: all .2s ease-in;
        box-shadow: inset 0px 0px 0px 0px #fff; }
        #funvision .funvision-footer .contest .link:hover {
          box-shadow: inset 0px -40px 0px 0px #fff;
          color: #FFDC00; }

@media (min-width: 350px) {
  #funvision {
    padding: 30px 15px 40px 15px; } }

@media (min-width: 660px) {
  #funvision .funvision-footer {
    display: flex; }
    #funvision .funvision-footer .now {
      width: 50%;
      padding-right: 30px; }
      #funvision .funvision-footer .now .current-show .title {
        font-size: 26px; }
    #funvision .funvision-footer .contest {
      width: 50%;
      margin-top: 20px; }
      #funvision .funvision-footer .contest .title {
        font-size: 24px; } }

@media (min-width: 38em) {
  #funvision .fv-logo {
    height: 60px;
    margin-bottom: 28px; } }

@media (min-width: 60em) {
  #funvision {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 0px 60px 0px; }
    #funvision .fv-logo {
      height: 75px;
      margin-bottom: 30px; }
    #funvision .funvision-footer .now {
      width: 40%;
      padding-right: 30px; }
      #funvision .funvision-footer .now .current-show .title {
        font-size: 26px; }
    #funvision .funvision-footer .contest {
      width: 60%;
      margin-top: 20px; }
      #funvision .funvision-footer .contest .tag {
        margin-bottom: 15px; }
      #funvision .funvision-footer .contest .title {
        font-size: 26px;
        margin-bottom: 30px; }
      #funvision .funvision-footer .contest .link {
        font-size: 14px; } }

@media (min-width: 88em) {
  #funvision {
    max-width: 1200px; }
    #funvision .fv-logo {
      height: 100px;
      margin-bottom: 35px; } }

#sidebar,
.multi-advert {
  min-width: 300px; }
  #sidebar .sidewidg,
  .multi-advert .sidewidg {
    margin-bottom: 20px;
    min-width: 300px; }
  #sidebar .prevent-block,
  .multi-advert .prevent-block {
    width: 300px;
    height: 250px;
    background-image: url(../img/bruno.jpg);
    margin-left: auto;
    margin-right: auto; }
  #sidebar .com,
  .multi-advert .com {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: auto;
    background-color: #fff; }
  #sidebar .module-picture,
  .multi-advert .module-picture {
    position: relative;
    height: 350px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 10px 0px #b3b3b3;
    -moz-box-shadow: 0px 0px 10px 0px #b3b3b3;
    box-shadow: 0px 0px 10px 0px #b3b3b3; }
    #sidebar .module-picture .picture-thumbnail,
    .multi-advert .module-picture .picture-thumbnail {
      border-radius: 16px;
      min-height: 350px; }
    #sidebar .module-picture .obscura,
    .multi-advert .module-picture .obscura {
      -webkit-box-shadow: inset 0px 0px 0px 10px #fff7ff;
      -moz-box-shadow: inset 0px 0px 0px 10px #fff7ff;
      box-shadow: inset 0px 0px 0px 10px #fff7ff; }
    #sidebar .module-picture .picture-container,
    .multi-advert .module-picture .picture-container {
      border-radius: 8px;
      display: flex;
      flex-flow: wrap column;
      justify-content: space-between;
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 25px 30px; }
      #sidebar .module-picture .picture-container .picture-content-top,
      .multi-advert .module-picture .picture-container .picture-content-top {
        width: 100%; }
        #sidebar .module-picture .picture-container .picture-content-top .picture-content-top-right,
        .multi-advert .module-picture .picture-container .picture-content-top .picture-content-top-right {
          width: 70px;
          height: 70px;
          background-color: #fff;
          position: absolute;
          top: 0;
          right: 30px;
          border-radius: 4px;
          display: flex;
          justify-content: center;
          align-items: center; }
          #sidebar .module-picture .picture-container .picture-content-top .picture-content-top-right .contest-partner,
          .multi-advert .module-picture .picture-container .picture-content-top .picture-content-top-right .contest-partner {
            width: 55px;
            height: 55px; }
      #sidebar .module-picture .picture-container .picture-content-bottom,
      .multi-advert .module-picture .picture-container .picture-content-bottom {
        width: 100%;
        display: flex;
        flex-flow: wrap row;
        justify-content: space-between;
        align-items: flex-end; }
        #sidebar .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-tag,
        .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-tag {
          margin-bottom: 10px;
          background-color: #FFDC00;
          display: inline-block;
          letter-spacing: 1px;
          font-size: 0.8em;
          padding: 0px 5px; }
          #sidebar .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-tag span,
          .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-tag span {
            vertical-align: -25%; }
        #sidebar .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-title,
        .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-title {
          font-family: 'BoldOblique', sans-serif;
          font-size: 2em;
          line-height: 0.85em;
          max-width: 400px; }
          #sidebar .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-title a,
          .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-title a {
            color: #fff; }
        #sidebar .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-subtitle,
        .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-subtitle {
          color: #FFDC00; }
        #sidebar .module-picture .picture-container .picture-content-bottom .picture-content-bottom-right,
        .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-right {
          margin-top: 15px;
          margin-bottom: 10px; }
          #sidebar .module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .picture-link,
          .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .picture-link {
            font-size: 1em;
            letter-spacing: 1px;
            background-color: #FFDC00;
            /* color: #2b2b2b; */
            color: white;
            border-radius: 4px;
            padding: 9px 18px 7px 18px;
            transition: all .2s ease-in;
            box-shadow: inset 0px 0px 0px 0px #fff; }
            #sidebar .module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .picture-link:hover,
            .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .picture-link:hover {
              box-shadow: inset 0px -40px 0px 0px #fff; }
  #sidebar .module-partner,
  .multi-advert .module-partner {
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  #sidebar .module-inadv .inadv-thumbnail,
  .multi-advert .module-inadv .inadv-thumbnail {
    -webkit-box-shadow: 0px 0px 10px 0px #b3b3b3;
    -moz-box-shadow: 0px 0px 10px 0px #b3b3b3;
    box-shadow: 0px 0px 10px 0px #b3b3b3;
    position: relative;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 250px; }
  #sidebar .module-inadv .inadv-container,
  .multi-advert .module-inadv .inadv-container {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: space-between; }
    #sidebar .module-inadv .inadv-container .funvisionlogo,
    .multi-advert .module-inadv .inadv-container .funvisionlogo {
      background: url(../img/fvisionlogo.svg) no-repeat left;
      background-size: 124px;
      width: 100%;
      height: 88px;
      display: inline;
      margin-bottom: 15px; }
    #sidebar .module-inadv .inadv-container p,
    .multi-advert .module-inadv .inadv-container p {
      font-size: 0.75em;
      margin-right: 5px;
      max-width: 130px; }
    #sidebar .module-inadv .inadv-container a,
    .multi-advert .module-inadv .inadv-container a {
      font-size: 1em;
      letter-spacing: 1px;
      border-radius: 4px;
      padding: 8px 18px 8px 18px;
      box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0);
      transition: box-shadow .2s ease-in, color 0.1s ease-in; }
    #sidebar .module-inadv .inadv-container .buttonpartner,
    .multi-advert .module-inadv .inadv-container .buttonpartner {
      background-color: #fff;
      color: #2b2b2b; }
      #sidebar .module-inadv .inadv-container .buttonpartner:hover,
      .multi-advert .module-inadv .inadv-container .buttonpartner:hover {
        color: #b3b3b3;
        box-shadow: inset 0px -40px 0px 0px white; }
    #sidebar .module-inadv .inadv-container .buttongradient,
    .multi-advert .module-inadv .inadv-container .buttongradient {
      background: #0055FF;
      background: -moz-linear-gradient(45deg, #0055FF 0%, #FF0078 100%);
      background: -webkit-linear-gradient(45deg, #0055FF 0%, #FF0078 100%);
      background: linear-gradient(45deg, #0055FF 0%, #FF0078 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055FF', endColorstr='#FF0078',GradientType=1 );
      color: #fff; }
      #sidebar .module-inadv .inadv-container .buttongradient:hover,
      .multi-advert .module-inadv .inadv-container .buttongradient:hover {
        color: #FF0078;
        box-shadow: inset 0px -40px 0px 0px white; }

.multi-advert .com {
  height: 250px;
  overflow: hidden; }

.multi-advert .module-picture {
  height: 250px; }
  .multi-advert .module-picture .picture-container .picture-content-top .picture-content-top-right {
    width: 60px;
    height: 60px; }
    .multi-advert .module-picture .picture-container .picture-content-top .picture-content-top-right .contest-partner {
      width: 45px;
      height: 45px; }
  .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-tag {
    margin-bottom: 10px;
    background-color: #FFDC00;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 0.2em;
    padding: 0px 5px; }
    .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-tag span {
      vertical-align: -25%; }
  .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-title {
    font-family: 'BoldOblique', sans-serif;
    font-size: 2em;
    line-height: 0.85em;
    max-width: 400px; }
    .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-title a {
      color: #fff; }
  .multi-advert .module-picture .picture-container .picture-content-bottom .picture-content-bottom-left .picture-subtitle {
    display: none; }

@media (min-width: 700px) {
  #sidebar {
    width: 300px;
    margin-left: 20px; } }

#ctk_page_layout {
  width: 100%;
  margin-bottom: 20px; }

#ctk_page_layout .module-list {
  background-color: white;
  border-radius: 8px;
    webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
  }
#ctk_page_layout #ctktop {
  border-radius:8px 8px 0 0;
  
}
#ctk_page_layout .list-box {
  border-radius:0 0 8px 8px;
}
  #ctk_page_layout .module-list header {
    background: url(../img/ctkbanner.svg) #f599cb no-repeat center;
    height: 110px;
    width: 100%;
    overflow: hidden;
    background-size: cover; }
  #ctk_page_layout .module-list .querypicker {
    background-color: #FF0078;
    color: #fff;
    padding: 15px 15px;
    font-family: 'Medium', sans-serif; }
    #ctk_page_layout .module-list .querypicker #ctkStartSearch {
      background: url(../img/icon_search.svg) no-repeat left;
      background-size: 17px;
      padding-left: 25px;
      display: block;
      cursor: pointer; }
    #ctk_page_layout .module-list .querypicker #ctkDynamicContent {
      display: none;
      margin: 0 auto;
      text-align: center; }
      #ctk_page_layout .module-list .querypicker #ctkDynamicContent #ctkQuerryContainer {
        margin: 0 auto;
        max-width: 700px;
        border-radius: 5px;
        overflow: hidden; }
      #ctk_page_layout .module-list .querypicker #ctkDynamicContent #ctkStartQuerry {
        text-align: center;
        margin-top: 10px;
        display: inline-block;
        background-color: #fff;
        color: #FF0078;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 5px;
        border: 1px solid #fff; }
        #ctk_page_layout .module-list .querypicker #ctkDynamicContent #ctkStartQuerry:hover {
          background-color: #FF0078;
          color: #fff; }
    #ctk_page_layout .module-list .querypicker.opened #ctkStartSearch {
      background: url(../img/icon_close.svg) no-repeat left;
      background-size: 17px;
      margin-bottom: 10px; }
    #ctk_page_layout .module-list .querypicker.opened #ctkDynamicContent {
      display: inherit; }
  #ctk_page_layout .module-list .list-box {
    padding: 15px;
    padding-top: 25px; }
  #ctk_page_layout .module-list .list-container {
    position: relative; }
    #ctk_page_layout .module-list .list-container .obscura {
      position: absolute;
      width: 100%;
      height: 100%;
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 95%, white 100%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 95%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 95%, white 100%); }
    #ctk_page_layout .module-list .list-container ul .loading {
      background: url(../img/loading.svg) no-repeat center;
      background-size: 80px;
      width: 100%;
      height: 200px; }
    #ctk_page_layout .module-list .list-container ul .error {
      text-align: center;
      padding: 50px 0; }
  #ctk_page_layout .module-list .list-item {
    display: flex;
    width: 100%;
    margin-bottom: 8px; }
    #ctk_page_layout .module-list .list-item:last-child {
      margin-bottom: 0px; }
    #ctk_page_layout .module-list .list-item img {
      width: 60px;
      height: 60px;
      border-radius: 5px;
      margin-right: 10px;
      flex-shrink: 0; }
    #ctk_page_layout .module-list .list-item .list-item-right {
      overflow: hidden; }
    #ctk_page_layout .module-list .list-item .list-hour {
      font-family: 'Eurostile', sans-serif;
      letter-spacing: 1px;
      font-size: 0.8em;
      line-height: 1.8em; }
      #ctk_page_layout .module-list .list-item .list-hour span {
        font-size: 0.8em;
        color: #b3b3b3; }
    #ctk_page_layout .module-list .list-item .list-artist {
      min-width: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: clip;
      font-family: 'Medium', sans-serif;
      font-size: 1.2em;
      line-height: 1.05em;
      text-transform: uppercase;
      color: #FF0078; }
    #ctk_page_layout .module-list .list-item .list-title {
      font-family: 'BoldOblique', sans-serif;
      font-size: 1.1em;
      line-height: 1em;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-transform: uppercase; }

@media (min-width: 60em) {
  #ctk_page_layout .module-list .list-item {
    margin-bottom: 14px; }
    #ctk_page_layout .module-list .list-item img {
      width: 80px;
      height: 80px;
      border-radius: 5px;
      margin-right: 15px;
      flex-shrink: 0; }
    #ctk_page_layout .module-list .list-item .list-item-right {
      overflow: hidden; }
    #ctk_page_layout .module-list .list-item .list-hour {
      letter-spacing: 1px;
      font-size: 1em;
      line-height: 1.8em; }
    #ctk_page_layout .module-list .list-item .list-artist {
      font-size: 1.4em;
      line-height: 1.05em; }
    #ctk_page_layout .module-list .list-item .list-title {
      font-size: 1.2em;
      line-height: 1em; } }

@media (min-width: 88em) {
  #ctk_page_layout .module-list header {
    height: 150px; }
  #ctk_page_layout .module-list .querypicker {
    padding: 15px 15px; }
    #ctk_page_layout .module-list .querypicker #ctkStartSearch {
      background: url(../img/icon_search.svg) no-repeat left;
      background-size: 20px;
      padding-left: 28px;
      font-size: 21px; }
    #ctk_page_layout .module-list .querypicker #ctkDynamicContent #ctkStartQuerry {
      font-size: 18px;
      margin-top: 15px;
      letter-spacing: 1px; }
    #ctk_page_layout .module-list .querypicker.opened #ctkStartSearch {
      background-size: 20px;
      margin-bottom: 10px;
      margin-left: 72px; }
    #ctk_page_layout .module-list .querypicker.opened #ctkDynamicContent {
      display: inherit; } }

#funlist_page_layout {
  overflow: hidden;
  margin-bottom: 20px; }

.news-banner,
.emissions-banner,
.podcast-banner,
.frequences-banner,
.ctkoi-banner,
.contact-banner,
.funlist-banner {
  height: 120px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* dégradé toujours full width */
  background-image: linear-gradient(to right, #cf2ab6, #0468c4);
}

/* Images limitées à 1800px de large et centrées */
.news-banner {
  background-image: url(../img/static/BANNER_MODULE_NEWS.webp), linear-gradient(to right, #cf2ab6, #0468c4);
  background-size: 2000px auto, cover;
  background-position: center, center;
}

.emissions-banner {
  background-image: url(../img/static/BANNER_MODULE_EMISSIONS.webp), linear-gradient(to right, #cf2ab6, #0468c4);
  background-size: 2000px auto, cover;
  background-position: center, center;
}

.podcast-banner {
  background-image: url(../img/static/BANNER_MODULE_PODCASTS.webp), linear-gradient(to right, #cf2ab6, #0468c4);
  background-size: 2000px auto, cover;
  background-position: center, center;
}

.frequences-banner {
  background-image: url(../img/static/BANNER_MODULE_FREQUENCES.webp), linear-gradient(to right, #cf2ab6, #0468c4);
  background-size: 2000px auto, cover;
  background-position: center, center;
}

.ctkoi-banner {
  background-image: url(../img/static/BANNER_MODULE_CTKOI.webp), linear-gradient(to right, #cf2ab6, #0468c4);
  background-size: 2000px auto, cover;
  background-position: center, center;
}

.contact-banner {
  background-image: url(../img/static/BANNER_MODULE_CONTACT.webp), linear-gradient(to right, #cf2ab6, #0468c4);
  background-size: 2000px auto, cover;
  background-position: center, center;
}

.funlist-banner {
  background-image: url(../img/static/BANNER_MODULE_FUNLIST.webp), linear-gradient(to right, #cf2ab6, #0468c4);
  background-size: 2000px auto, cover;
  background-position: center, center;
}

#show_page_layout {
  width: 100%;
  margin-bottom: 20px;
}
  #show_page_layout h1 {
    display: block;
    text-transform: uppercase;
    font-size: 2.2em;
    line-height: 1em;
    font-family: "BoldOblique", sans-serif;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #e3e3e3; }
  #show_page_layout .showframeloader {
    width: 100%;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
     box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1); }
    #show_page_layout .showframeloader ul {
      display: flex;
      justify-content: space-around;
      margin-bottom: 25px; }
      #show_page_layout .showframeloader ul li a {
        font-size: 0.8em;
        padding: 5px 5px;
        color: #0055FF;
        border-radius: 20px;
        text-align: center;
        line-height: 1.6em;
        width: auto;
        height: auto;
        display: block;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: all 0.2s ease-out;
        cursor: pointer; }
        #show_page_layout .showframeloader ul li a:hover {
          color: #FF0078; }
        #show_page_layout .showframeloader ul li a .dayiso3 .dayisofull {
          display: none; }
      #show_page_layout .showframeloader ul li .active {
        color: #FF0078; }
    #show_page_layout .showframeloader .show-output .show-item {
      margin-top: 40px;
      margin-bottom: 40px; }
      #show_page_layout .showframeloader .show-output .show-item hr {
        display: none; }
      #show_page_layout .showframeloader .show-output .show-item:last-child {
        margin-bottom: 0px; }
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-time {
        font-size: 1.6em;
        font-family: "Eurostile", sans-serif;
        margin-bottom: 5px; }
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-name {
        width: 100%;
        max-width: 410px;
        height: auto; }
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-host {
        letter-spacing: 1px;
        text-transform: uppercase; }
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-description {
        margin-top: 12px;
        font-family: "Medium", sans-serif;
        font-size: 0.9em;
        text-align: justify; }
      #show_page_layout .showframeloader .show-output .show-item .show-right {
        display: none; }

@media (min-width: 500px) {
  #show_page_layout .showframeloader ul li a {
    /* background-color: #0055FF;
    color: #fff;*/
    border: 1px solid #0055FF;
    display: inline;
    padding: 5px 10px; }
    #show_page_layout .showframeloader ul li a:hover {
      /* background-color: #FF0078;
      color: #fff;*/
      border: 1px solid #FF0078;
      color: #FF0078; }
    #show_page_layout .showframeloader ul li a .dayiso3 {
      display: inherit; }
  #show_page_layout .showframeloader ul li .active {
    /* background-color: #FF0078;
    color: #fff; */
    border: 1px solid rgb(206, 0, 96);
    color: rgb(206, 0, 96); }
  #show_page_layout .showframeloader .show-output .show-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #show_page_layout .showframeloader .show-output .show-item .show-left {
      width: 48%; }
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-time {
        font-size: 1.2em;
        font-family: "Eurostile", sans-serif;
        margin-bottom: 5px; }
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-name {
        width: 100%;
        max-width: 410px;
        height: auto; }
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-host {
        letter-spacing: 1px;
        text-transform: uppercase; }
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-description {
        margin-top: 12px;
        font-family: "Medium", sans-serif;
        font-size: 0.9em;
        text-align: justify; }
    #show_page_layout .showframeloader .show-output .show-item .show-right {
      display: inherit;
      width: 48%;
      position: relative; }
      #show_page_layout .showframeloader .show-output .show-item .show-right .obscura {
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 95%, white 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 95%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 95%, white 100%);
        position: absolute;
        bottom: 0;
        z-index: 2; }
      #show_page_layout .showframeloader .show-output .show-item .show-right .show-host-picture {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1; } }

@media (min-width: 700px) {
  #show_page_layout .showframeloader ul li a {
    font-size: 0.7em;
    display: inline;
    padding: 4px 8px; }
  #show_page_layout .showframeloader .show-output .show-item .show-left {
    width: 100%; }
  #show_page_layout .showframeloader .show-output .show-item .show-right {
    display: none; } }

@media (min-width: 800px) {
  #show_page_layout .showframeloader ul li a {
    font-size: 0.7em;
    display: inline;
    padding: 4px 8px; }
  #show_page_layout .showframeloader .show-output .show-item .show-left {
    width: 48%; }
  #show_page_layout .showframeloader .show-output .show-item .show-right {
    display: inherit; } }

@media (min-width: 60em) {
  #show_page_layout .showframeloader ul {
    justify-content: space-between; }
    #show_page_layout .showframeloader ul li a .dayiso3 .dayisofull {
      display: inherit; }
  #show_page_layout .show-output .show-item hr {
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 20px; }
  #show_page_layout .show-output .show-item:last-child hr {
    display: none; } }

@media (min-width: 88em) {
  #show_page_layout h1 {
    font-size: 3em;
    margin-bottom: 20px; }
  #show_page_layout .showframeloader {
    padding: 25px; }
    #show_page_layout .showframeloader ul li a {
      font-size: 1em;
      padding: 6px 17px 5px 17px; }
      #show_page_layout .showframeloader ul li a .dayiso3 .dayisofull {
        display: inherit; }
    #show_page_layout .showframeloader .show-output .show-item .show-left {
      width: 55%; }
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-host {
        font-size: 1.6em;
        margin-top: 5px; }
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-description {
        font-size: 1.2em;
        text-align: left; }
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-time {
        font-size: 1.8em;
        margin-bottom: 15px; }
    #show_page_layout .showframeloader .show-output .show-item .show-right {
      width: 40%; } }

#frequences_page_layout {
  width: 100%;
  margin-bottom: 20px;}
  #frequences_page_layout h1 {
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 2.2em;
    line-height: 1em;
    font-family: "BoldOblique", sans-serif;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: solid 1px #e3e3e3; }
  #frequences_page_layout ul {
    -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    background-color: white;
    border-radius: 8px;
    padding: 25px; }
    #frequences_page_layout ul li {
      margin-bottom: 20px; }
      #frequences_page_layout ul li .city {
        text-transform: uppercase;
        font-size: 1.2em;
        color: #FF0078; }
      #frequences_page_layout ul li .freq {
        font-family: "Eurostile", sans-serif;
        font-size: 1.8em; }

@media (min-width: 500px) {
  #frequences_page_layout ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }
    #frequences_page_layout ul li {
      display: inline-block;
      width: 49%; } }

@media (min-width: 88em) {
  #frequences_page_layout h1 {
    font-size: 3em;
    margin-bottom: 15px; }
  #frequences_page_layout ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    #frequences_page_layout ul li {
      display: inline-block;
      width: 33%; } }

#contact_page_layout {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px; }
  #contact_page_layout h1 {
    display: block;
    text-transform: uppercase;
    font-size: 2.4em;
    line-height: 1em;
    padding-top: 10px;
    margin-bottom: 15px;
    font-family: "BoldOblique", sans-serif; }
  #contact_page_layout form {
    max-width: 580px;
    text-align: center;
    margin-bottom: 40px; }
  #contact_page_layout input[type="text"],
  #contact_page_layout select,
  #contact_page_layout textarea {
    outline: none;
    border: none;
    width: 100%;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: solid 1px #e8e8e8;
    transition: all 0.2s ease-in-out; }
    #contact_page_layout input[type="text"]:hover,
    #contact_page_layout select:hover,
    #contact_page_layout textarea:hover {
      border-color: #dbdbdb; }
    #contact_page_layout input[type="text"]:active, #contact_page_layout input[type="text"]:focus,
    #contact_page_layout select:active,
    #contact_page_layout select:focus,
    #contact_page_layout textarea:active,
    #contact_page_layout textarea:focus {
      border-color: #999; }
  #contact_page_layout textarea {
    margin-top: 15px;
    max-width: 100%;
    resize: none;
    min-height: 206px;
    max-height: 206px;
    font-family: "Medium", sans-serif; }
  #contact_page_layout option {
    outline: none; }
  #contact_page_layout select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSdibGFjaycgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyB3aWR0aD0nMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcgMTBsNSA1IDUtNXonLz48cGF0aCBkPSdNMCAwaDI0djI0SDB6JyBmaWxsPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 95% center; }
  #contact_page_layout label {
    width: 100%;
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px; }
  #contact_page_layout input[type="submit"] {
    outline: none;
    border: none;
    background-color: #0055FF;
    color: #fff;
    border-radius: 8px;
    letter-spacing: 1px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15px 8px 15px;
    cursor: pointer;
    transition: all 0.2s ease-in-out; }
    #contact_page_layout input[type="submit"]:hover, #contact_page_layout input[type="submit"]:focus {
      background-color: rgb(68, 131, 255); }
  #contact_page_layout #default_contact_surname {
    display: none; }
  #contact_page_layout .form-info {
    display: none; }
  #contact_page_layout label.error {
    margin: 0;
    margin-bottom: 15px;
    text-transform: inherit;
    color: #FF0078;
    font-family: 'Medium', sans-serif; }
  #contact_page_layout input.error, #contact_page_layout .error {
    border: 1px solid #FF0078; }
  #contact_page_layout .msg {
    text-align: left;
    margin-bottom: 15px; }
  #contact_page_layout .texterror, #contact_page_layout .errors {
    color: #FF0078;
    text-transform: uppercase;
    letter-spacing: 1px; }
  #contact_page_layout .thanks {
    margin-top: 20px;
    color: #0055FF;
    text-transform: uppercase;
    letter-spacing: 1px; }
  #contact_page_layout .textarea-action {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px; }
    #contact_page_layout .textarea-action span {
      position: absolute;
      right: 0;
      top: -5px; }

@media (min-width: 88em) {
  #contact_page_layout h1 {
    font-size: 3em;
    margin-bottom: 15px; }
  #contact_page_layout .contact-form-container {
    display: flex; }
    #contact_page_layout .contact-form-container .form-info {
      display: inherit;
      width: calc(100% - 580px);
      padding: 0 25px; } }

#news_page_layout {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
  #news_page_layout .module-list {
    background-color: white;
    padding: 15px;
    -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1); 
    border-radius:8px;}
  #news_page_layout header.pagetitle {
    display: block;
    text-transform: uppercase;
    font-size: 2.4em;
    margin-bottom: 15px;
    font-family: "Extrabold", sans-serif;
    text-align: center; }
    #news_page_layout header.pagetitle .newslocationtitle {
      color: #2b2b2b; }
    #news_page_layout header.pagetitle ul {
		line-height: 0.8em;
      text-align: center; }
      #news_page_layout header.pagetitle ul li {
        display: inline-block;
        margin:0 8px;
        font-size: .35em; }
        #news_page_layout header.pagetitle ul li a {
          white-space: nowrap;
          font-family: "Bold", sans-serif;
          letter-spacing: 1px;
          text-transform: uppercase;
          padding: 4px 13px 4px 13px;
          border-radius: 50px; }
  #news_page_layout #news_loop article {
    -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1); 
    background-color: white;
    border-radius: 8px;
    margin-bottom: 15px; }
    #news_page_layout #news_loop article .obscura {
      display: none; }
    #news_page_layout #news_loop article .thumbnail {
      position: relative;
      z-index: 1;
      height: 190px;
      border-radius: 8px; }
      #news_page_layout #news_loop article .thumbnail div {
        position: absolute;
        border-radius: 8px 8px 0 0;
        width: 100%;
        height: 220px; }
    #news_page_layout #news_loop article .titlebox {
      position: relative;
      text-align: center;
      z-index: 2;
      margin: 0 auto;
      width: 85%;
      display: block;
      background-color: white;
      padding: 15px;
      border-radius: 8px; }
      #news_page_layout #news_loop article .titlebox h1 {
        line-height: 0.6em; }
        #news_page_layout #news_loop article .titlebox h1 a {
          font-size: 0.7em;
          font-weight: 100;
          color: #2b2b2b; }
      #news_page_layout #news_loop article .titlebox h2 {
        position: relative;
        z-index: 3;
        text-align: center;
        font-size: 0.8em;
        margin-bottom: 10px; }
        #news_page_layout #news_loop article .titlebox h2 a {
          pointer-events: none;
          display: inline-block;
          font-weight: 100;
          letter-spacing: 1px;
          text-transform: uppercase;
          padding: 4px 10px 4px 10px; }
  #news_page_layout #news_loop .news-nothing {
    width: 100%;
    text-align: center;
    background-color: white;
    border-radius: 8px;
    padding: 50px 20px; }
    #news_page_layout #news_loop .news-nothing .news-nothing-title {
      font-family: "Medium", sans-serif;
      font-weight: 100;
      font-size: 1.2em; }
  #news_page_layout footer {
    width: 100%;
    display: flex;
    justify-content: center; }
    #news_page_layout footer .pagination {
      background-color: #fff;
      width: auto;
      display: flex;
      border-radius: 8px;
      overflow: hidden; }
      #news_page_layout footer .pagination a,
      #news_page_layout footer .pagination span {
        padding: 10px 10px; }
      #news_page_layout footer .pagination a {
        color: #2b2b2b; }
        #news_page_layout footer .pagination a:hover {
          color: #fff;
          background-color: #0055FF; }
      #news_page_layout footer .pagination .current {
        background-color: rgb(68, 131, 255);
        color: #fff; }

@media (min-width: 60em) {
  #news_page_layout #news_loop {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between; }
    #news_page_layout #news_loop .article-container {
      width: 49%; }
    #news_page_layout #news_loop article {
      height: 360px;
      overflow: hidden;
      position: relative; }
      #news_page_layout #news_loop article .obscura {
        display: inherit;
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 96%, white 99%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, white 99%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, white 99%);
        position: absolute;
        bottom: 0;
        z-index: 5; }
      #news_page_layout #news_loop article .thumbnail {
        height: 200px; }
        #news_page_layout #news_loop article .thumbnail div {
          height: 250px; }
      #news_page_layout #news_loop article .titlebox {
        width: 85%; } }

@media (min-width: 88em) {
  #news_page_layout #news_loop {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between; }
    #news_page_layout #news_loop:after {
      content: "";
      flex: auto; }
    #news_page_layout #news_loop .article-container {
      width: 33.33%; }
      #news_page_layout #news_loop .article-container:nth-child(3n) article {
        margin-right: 0px; }
    #news_page_layout #news_loop article {
      margin-right: 15px;
      height: 420px;
      overflow: hidden;
      position: relative; }
      #news_page_layout #news_loop article .obscura {
        width: 100%;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 92%, white 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 92%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 92%, white 100%);
        position: absolute;
        bottom: 0;
        z-index: 5; }
      #news_page_layout #news_loop article .thumbnail {
        height: 250px; }
        #news_page_layout #news_loop article .thumbnail div {
          height: 300px; }
      #news_page_layout #news_loop article .titlebox {
        width: 85%; } }

#replay_page_layout {
  width: 100%;
  margin-bottom: 20px;}
  #replay_page_layout h1 {
    display: block;
    text-transform: uppercase;
    font-size: 2.4em;
    line-height: 1em;
    padding-top: 10px;
    margin-bottom: 20px;
    font-family: "BoldOblique", sans-serif; }
  #replay_page_layout .replayframeloader {
    width: 100%;
    padding: 15px;
    background-color: white;
    border-radius: 8px;
    -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);  }
    #replay_page_layout .replayframeloader header {
      margin-bottom: 20px; }
      #replay_page_layout .replayframeloader header ul li {
        display: inline-block;
        cursor: pointer; }
        #replay_page_layout .replayframeloader header ul li a {
          font-size: 13px;
          color: #0055FF;
          padding: 5px 10px;
          display: block;
          border: 1px solid #0055FF;
          border-radius: 30px;
          margin-bottom: 5px;
          margin-left: 5px;
          font-family: "Medium", sans-serif; }
        #replay_page_layout .replayframeloader header ul li:hover a {
          color: #FF0078;
          border: 1px solid #FF0078; }
    #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item {
      margin-bottom: 30px; }
      #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item a {
        cursor: pointer; }
      #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item a.play-image {
        border-radius: 8px;
        display: block;
  background-size:100% auto;
  background-position:center center;
  position: relative;
  padding-bottom: 56.25%;}
      #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item h3.play-program {
        margin-top: 15px;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #0055FF; }
      #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item h4.play-date {
        color: #888;
        font-size: 12px;
        font-family: 'Medium', sans-serif; }
      #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item h2.play-title {
        cursor: pointer;
        display: block;
        font-size: 20px;
        font-family: 'Medium', sans-serif;
        padding: 10px 0px 10px 0; }
      #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item .play-button {
        border-radius: 6px;
        padding: 5px 10px;
        display: inline-block;
        text-transform: uppercase;
        margin-right: 5px;
        border: 1px solid #b3b3b3;
        font-size: 0.8em;
        letter-spacing: 1px; }
        #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item .play-button svg {
          width: 15px; }
        #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item .play-button.play-audio svg {
          fill: #FF0078; }
        #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item .play-button.play-audio:hover {
          border-color: #FF0078;
          background-color: #FF0078;
          color: #fff; }
          #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item .play-button.play-audio:hover svg {
            fill: #fff; }
        #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item .play-button.play-video svg {
          fill: #0055FF; }
        #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item .play-button.play-video:hover {
          border-color: #0055FF;
          background-color: #0055FF;
          color: #fff; }
          #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item .play-button.play-video:hover svg {
            fill: #fff; }
    #replay_page_layout .replayframeloader footer {
      text-align: center; }
      #replay_page_layout .replayframeloader footer a.load_more_replay {
        display: inline-block;
        cursor: pointer;
        background-color: #0055FF;
        color: #fff;
        padding: 10px 20px;
        border-radius: 8px; }
        #replay_page_layout .replayframeloader footer a.load_more_replay:hover {
          background-color: #FF0078; }
  #replay_page_layout #replay-player {
    display: none;
    position: fixed;
    z-index: 2147483647;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    padding: 0px; }
    #replay_page_layout #replay-player .replay-player-content {
      position: relative;
      max-width: 800px;
      background-color: #fff;
      padding: 0; }
      #replay_page_layout #replay-player .replay-player-content .html5player video, #replay_page_layout #replay-player .replay-player-content .html5player audio {
        width: 100%; }
      #replay_page_layout #replay-player .replay-player-content .html5player .plyr {
        width: 100%; }
      #replay_page_layout #replay-player .replay-player-content .closeit {
        padding: 0 10px;
        z-index: 25;
        color: #aaa;
        font-size: 28px;
        font-weight: bold; }
      #replay_page_layout #replay-player .replay-player-content .closeit:hover,
      #replay_page_layout #replay-player .replay-player-content .closeit:focus {
        color: black;
        text-decoration: none;
        cursor: pointer; }
      #replay_page_layout #replay-player .replay-player-content h1 {
        padding: 0 10px;
        font-size: 20px;
        font-family: "Medium", sans-serif; }
      #replay_page_layout #replay-player .replay-player-content h2 {
        padding: 0 10px;
        margin-top: 15px;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #0055FF; }
      #replay_page_layout #replay-player .replay-player-content h3 {
        padding: 0 10px;
        margin-bottom: 5px;
        color: #888;
        font-size: 12px;
        font-family: 'Medium', sans-serif; }
      #replay_page_layout #replay-player .replay-player-content .share-call {
        padding: 0 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        height: 24px;
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        #replay_page_layout #replay-player .replay-player-content .share-call p {
          display: inline-block;
          height: 24px;
          padding-top: 5px;
          padding-right: 5px; }
      #replay_page_layout #replay-player .replay-player-content .share {
        margin-right: 5px;
        width: 24px;
        height: 24px;
        display: flex; }
        #replay_page_layout #replay-player .replay-player-content .share img {
          width: 100%; }

@media (min-width: 700px) {
  #replay_page_layout .replayframeloader header ul li a {
    font-size: 14px;
    padding: 5px 15px; }
  #replay_page_layout #replay-player {
    padding: 20px; }
    #replay_page_layout #replay-player .replay-player-content h1 {
      padding: 0 20px;
      font-size: 24px; }
    #replay_page_layout #replay-player .replay-player-content h2 {
      padding: 0 20px;
      margin-top: 15px;
      font-size: 16px;
      letter-spacing: 1px; }
    #replay_page_layout #replay-player .replay-player-content h3 {
      padding: 0 20px;
      margin-bottom: 5px; }
    #replay_page_layout #replay-player .replay-player-content .share-call {
      padding: 0 20px; }
    #replay_page_layout #replay-player .replay-player-content .closeit {
      padding: 0 20px; } }

@media (min-width: 60em) {
  #replay_page_layout h1 {
    font-size: 3em;
    margin-bottom: 15px; }
  #replay_page_layout .replayframeloader .replay-feed-grid {
    display: flex;
    flex-flow: wrap; }
    #replay_page_layout .replayframeloader .replay-feed-grid:after {
      content: "";
      flex: auto; }
    #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item {
      width: calc(50% - 10px);
      margin-right: 20px; }
      #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item:nth-child(even) {
        margin-right: 0; }
  #replay_page_layout #replay-player .replay-player-content {
    padding-bottom: 15px; }
    #replay_page_layout #replay-player .replay-player-content h1 {
      padding: 0 30px; }
    #replay_page_layout #replay-player .replay-player-content h2 {
      padding: 0 30px; }
    #replay_page_layout #replay-player .replay-player-content h3 {
      padding: 0 30px; }
    #replay_page_layout #replay-player .replay-player-content .share-call {
      padding: 0 30px; }
    #replay_page_layout #replay-player .replay-player-content .closeit {
      padding: 0 30px; } }

.replaypagestate {
  color: #FF0078 !important;
  border: 1px solid #FF0078 !important; }

#page_layout.rise_uni {
  display: flex;
  flex-flow: column;
  width: 100%; }
  #page_layout.rise_uni #main_layout {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden; }
    #page_layout.rise_uni #main_layout img {
      width: 100%; }
    #page_layout.rise_uni #main_layout a,
    #page_layout.rise_uni #main_layout p,
    #page_layout.rise_uni #main_layout span,
    #page_layout.rise_uni #main_layout h1,
    #page_layout.rise_uni #main_layout h2,
    #page_layout.rise_uni #main_layout h3,
    #page_layout.rise_uni #main_layout h4 {
      color: #2b2b2b;
      font-family: 'Medium', sans-serif;
      font-size: 12px;
      padding: 0;
      margin: 0; }
    #page_layout.rise_uni #main_layout .grid-item {
      padding: 0 10px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
      #page_layout.rise_uni #main_layout .grid-item .item {
        padding-bottom: 10px; }
        #page_layout.rise_uni #main_layout .grid-item .item .item-image {
          display: block;
          padding-bottom: 5px; }
          #page_layout.rise_uni #main_layout .grid-item .item .item-image img {
            border-radius: 8px;
            overflow: hidden; }
        #page_layout.rise_uni #main_layout .grid-item .item .item-title {
          display: block;
          padding-bottom: 3px; }
          #page_layout.rise_uni #main_layout .grid-item .item .item-title .item-title-title {
            font-size: 14px; }
        #page_layout.rise_uni #main_layout .grid-item .item .item-subtitle {
          display: block; }
          #page_layout.rise_uni #main_layout .grid-item .item .item-subtitle .item-subtitle-date {
            text-transform: uppercase;
            font-size: 10px;
            color: #b3b3b3; }
    #page_layout.rise_uni #main_layout footer .pagination {
      padding: 10px 0;
      text-align: center;
      display: flex;
      justify-content: center;
      overflow: hidden; }
      #page_layout.rise_uni #main_layout footer .pagination a,
      #page_layout.rise_uni #main_layout footer .pagination span {
        border-radius: 8px;
        padding: 5px 10px;
        margin-left: 2px;
        margin-right: 2px; }
      #page_layout.rise_uni #main_layout footer .pagination a {
        color: #2b2b2b; }
        #page_layout.rise_uni #main_layout footer .pagination a:hover {
          color: #fff;
          background-color: #0055FF; }
      #page_layout.rise_uni #main_layout footer .pagination .current {
        background-color: rgb(68, 131, 255);
        color: #fff; }

@media (min-width: 400px) {
  #page_layout.rise_uni {
    padding: 20px 20px; }
    #page_layout.rise_uni #main_layout {
      margin-bottom: 20px; }
      #page_layout.rise_uni #main_layout .grid-item {
        padding: 10px 10px 0 10px;
        display: flex;
        flex-direction: row; }
        #page_layout.rise_uni #main_layout .grid-item .item {
          width: 50%;
          padding-bottom: 10px; }
          #page_layout.rise_uni #main_layout .grid-item .item:nth-child(odd) {
            padding-right: 5px; }
          #page_layout.rise_uni #main_layout .grid-item .item:nth-child(even) {
            padding-left: 5px; }
          #page_layout.rise_uni #main_layout .grid-item .item .item-image {
            display: block;
            padding-bottom: 5px; }
          #page_layout.rise_uni #main_layout .grid-item .item .item-title .item-title-title {
            font-size: 14px; }
          #page_layout.rise_uni #main_layout .grid-item .item .item-subtitle .item-subtitle-date {
            text-transform: uppercase;
            font-size: 10px;
            color: #b3b3b3; } }

@media (min-width: 60em) {
  #page_layout.rise_uni {
    flex-direction: row;
    max-width: 900px;
    margin: 0 auto; } }

@media (min-width: 88em) {
  #page_layout.rise_uni {
    max-width: 1200px; }
    #page_layout.rise_uni #main_layout .grid-item {
      padding: 20px 20px 0px 20px; }
      #page_layout.rise_uni #main_layout .grid-item .item {
        width: 50%;
        padding-bottom: 20px; }
        #page_layout.rise_uni #main_layout .grid-item .item:nth-child(odd) {
          padding-right: 7px; }
        #page_layout.rise_uni #main_layout .grid-item .item:nth-child(even) {
          padding-left: 7px; }
        #page_layout.rise_uni #main_layout .grid-item .item .item-image {
          display: block;
          padding-bottom: 5px;
          font-size: 14px; }
        #page_layout.rise_uni #main_layout .grid-item .item .item-title {
          padding-bottom: 6px; }
          #page_layout.rise_uni #main_layout .grid-item .item .item-title .item-title-title {
            font-size: 18px; }
        #page_layout.rise_uni #main_layout .grid-item .item .item-subtitle .item-subtitle-date {
          text-transform: uppercase;
          font-size: 10px;
          color: #b3b3b3; }
    #page_layout.rise_uni #main_layout footer .pagination {
      padding: 20px 0; }
      #page_layout.rise_uni #main_layout footer .pagination a,
      #page_layout.rise_uni #main_layout footer .pagination span {
        font-size: 14px; } }

#any_page_layout {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1); 
  background-color: white;
  border-radius: 8px;
  padding: 25px; }
  #any_page_layout h1 {
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-size: 2.2em;
    line-height: 1em;
    font-family: "BoldOblique", sans-serif;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: solid 1px #e3e3e3; }
  #any_page_layout .nous-ecouter-div .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px; }
  #any_page_layout .nous-ecouter-div .text {
    font-family: 'Medium', sans-serif; }
    #any_page_layout .nous-ecouter-div .text p {
      display: block;
      margin-bottom: 10px; }
    #any_page_layout .nous-ecouter-div .text a {
      color: #FF0078;
      display: inline-block;
      margin-bottom: 2px;
      cursor: pointer; }
  #any_page_layout .nous-ecouter-div.nous-ecouter-dab .icon {
    background: url(../img/dablogo.jpg) no-repeat;
    background-size: contain;
    background-position: bottom; }
  #any_page_layout .nous-ecouter-div.nous-ecouter-fm .icon {
    background: url(../img/fmlogo.jpg) no-repeat;
    background-size: contain;
    background-position: bottom; }
  #any_page_layout .nous-ecouter-div.nous-ecouter-stream .icon {
    background: url(../img/onlinelogo.jpg) no-repeat;
    background-size: contain;
    background-position: bottom; }
  #any_page_layout .nous-ecouter-div.nous-ecouter-help {
    padding-top: 15px;
    margin-top: 25px;
    border-top: solid 1px #e3e3e3; }
  #any_page_layout .support-div {
    font-family: "Medium";
    max-width: 550px; }
    #any_page_layout .support-div .info-box {
      display: none; }
    #any_page_layout .support-div .support-form-show {
      display: inherit; }
    #any_page_layout .support-div p.helper {
      margin-top: 10px;
      line-height: 1.2em; }
    #any_page_layout .support-div ul.helper {
      font-size: 0.8em;
      list-style: disc;
      padding-left: 30px;
      margin-bottom: 5px;
      margin-top: 5px; }
      #any_page_layout .support-div ul.helper li {
        margin: 5px 0; }
    #any_page_layout .support-div .question {
      font-family: "Medium";
      margin-top: 30px;
      margin-bottom: 10px;
      font-size: 1.2em;
      color: #fff;
      background-color: #0055FF;
      padding: 5px 10px; }
    #any_page_layout .support-div .margin-plus {
      margin-bottom: 15px; }
    #any_page_layout .support-div input[type="text"], #any_page_layout .support-div input[type="time"], #any_page_layout .support-div input[type="date"], #any_page_layout .support-div textarea {
      padding: 0;
      padding: 10px 10px;
      width: 100%;
      margin-bottom: 5px;
      resize: none; }
    #any_page_layout .support-div textarea {
      height: 125px; }
    #any_page_layout .support-div input[type="checkbox"], #any_page_layout .support-div input[type="radio"] {
      margin-bottom: 15px; }
    #any_page_layout .support-div .other-input {
      width: inherit !important;
      max-width: 250px !important; }

@media (min-width: 88em) {
  #any_page_layout h1 {
    font-size: 3em;
    margin-bottom: 40px; }
  #any_page_layout .nous-ecouter-div {
    display: flex;
    margin-bottom: 30px; }
    #any_page_layout .nous-ecouter-div:last-child {
      margin-bottom: 0px; }
    #any_page_layout .nous-ecouter-div .icon {
      width: 100px;
      height: 100px;
      margin-bottom: 0px;
      margin-right: 30px; }
    #any_page_layout .nous-ecouter-div .text {
      flex: 1;
      font-size: 1.2em; }
    #any_page_layout .nous-ecouter-div.nous-ecouter-dab .icon {
      background-position: top; }
    #any_page_layout .nous-ecouter-div.nous-ecouter-fm .icon {
      background-position: top; }
    #any_page_layout .nous-ecouter-div.nous-ecouter-stream .icon {
      background-position: top; }
    #any_page_layout .nous-ecouter-div.nous-ecouter-help {
      margin-top: 0px; }
  #any_page_layout .support-div input[type="date"] {
    width: 70%; }
  #any_page_layout .support-div input[type="time"] {
    width: 29%; }
  #any_page_layout .support-div .break50-input {
    width: 49.5% !important; } }

.category-color-cyan a {
  /* background-color: #0055FF;
  color: #fff;*/
  border-radius: 50px;
  color: #0055FF;
  border: 1px solid #0055FF; }

.category-color-pink a {
  /* background-color: #FF0078;
  color: #fff; */
  border-radius: 50px;
  color: #FF0078;
  border: 1px solid #FF0078;  }

.category-color-yellow a {
  /* background-color: #FFDC00;
  color: #2b2b2b; */
  border-radius: 50px;
  color: #FFDC00;
  border: 1px solid #FFDC00;  }

.category-color- a {
  /* background-color: #e3e3e3;
  color: #2b2b2b; */
  border-radius: 50px;
  color: #e3e3e3;
  border: 1px solid #e3e3e3; }

#single_page_layout {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 8px; }
  #single_page_layout article {
    background-color: white;
    border-radius: 8px; }
    #single_page_layout article:not(.type-concours) {
      padding-bottom: 15px; }
    #single_page_layout article .thumbnail {
      position: relative;
      z-index: 1;
      height: 190px;
      border-radius: 8px; }
      #single_page_layout article .thumbnail div {
        position: absolute;
        border-radius: 8px 8px 0 0;
        width: 100%;
        height: 220px; }
    #single_page_layout article h1 {
      position: relative;
      text-align: center;
      line-height: 22px;
      font-size: 20px;
      z-index: 2; }
      #single_page_layout article h1 a {
        font-weight: 100;
        color: #2b2b2b;
        margin: 0 auto;
        width: 85%;
        display: block;
        background-color: white;
        padding: 15px;
        border-radius: 8px; }
    #single_page_layout article h2 {
      text-align: center;
      font-size: 0.8em;
      margin-bottom: 30px; }
      #single_page_layout article h2 a {
        display: inline-block;
        font-weight: 100;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 5px 10px 5px 10px;
        border-radius:5px; }
    #single_page_layout article .date {
      margin-bottom: 12px;
      display: block;
      text-align: center;
      color: #b3b3b3;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 0.74em; }
    #single_page_layout article .single-user-content {
      padding: 0 15px;
      text-align: left;
      font-family: "Medium", sans-serif;
      font-size: 13px;
      line-height: 17px; }
      #single_page_layout article .single-user-content p, #single_page_layout article .single-user-content div, #single_page_layout article .single-user-content img, #single_page_layout article .single-user-content ul, #single_page_layout article .single-user-content ol {
        margin-bottom: 12px; }
      #single_page_layout article .single-user-content img {
        max-width: 400px; }
      #single_page_layout article .single-user-content h1, #single_page_layout article .single-user-content h2 {
        font-size: 24px;
        text-align: left;
        margin-bottom: 10px; }
      #single_page_layout article .single-user-content a {
        color: #FF0078; }
      #single_page_layout article .single-user-content strong {
        font-family: "Bold", sans-serif;
        font-weight: 100; }
      #single_page_layout article .single-user-content ul {
        list-style: disc;
        padding-left: 15px; }
      #single_page_layout article .single-user-content .post-edit-link {
        border: 1px solid #FF0078;
        padding: 5px 15px;
        border-radius: 8px;
        display: inline-block;
        text-align: center;
        margin-bottom: 15px; }
    #single_page_layout article .single-partner {
      margin-top: 30px;
      padding: 0 25px; }
      #single_page_layout article .single-partner p {
        font-size: 0.6em;
        letter-spacing: 1px; }
      #single_page_layout article .single-partner .contest-partner {
        display: block;
        width: 70px;
        height: 70px; }
    #single_page_layout article .single-contest-info {
      margin-top: 25px;
      background-color: #FFDC00;
      padding: 20px 25px;
      border-radius: 0 0 8px 8px; }
      #single_page_layout article .single-contest-info .contest-flexcontainer {
        display: flex;
        width: 100%;
        justify-content: space-between; }
        #single_page_layout article .single-contest-info .contest-flexcontainer .big {
          font-size: 2em;
          position: relative; }
          #single_page_layout article .single-contest-info .contest-flexcontainer .big span {
            font-family: "Medium", sans-serif;
            font-size: 0.5em;
            position: absolute;
            top: 0;
            right: 0; }
      #single_page_layout article .single-contest-info .ruleinfo {
        text-align: right;
        font-family: "Medium", sans-serif;
        font-size: 0.8em; }
  #single_page_layout article.type_video h1, #single_page_layout article.type_video h2 {
    text-align: left;
    margin: 0 15px; }
  #single_page_layout article.type_video h1 {
    margin-top: 15px;
    margin-bottom: 5px; }
  #single_page_layout article.type_video h2 {
    display: flex; }
    #single_page_layout article.type_video h2 a {
      display: block;
      padding: 0;
      margin-right: 8px;
      color: #0055FF; }
    #single_page_layout article.type_video h2 span {
      margin-top: 2px; }

@media (min-width: 25em) {
  #single_page_layout article .thumbnail {
    height: 220px; }
    #single_page_layout article .thumbnail div {
      height: 250px; }
  #single_page_layout article .date {
    margin-bottom: 12px;
    font-size: 0.74em; } }

@media (min-width: 60em) {
  #single_page_layout article .thumbnail {
    height: 270px; }
    #single_page_layout article .thumbnail div {
      height: 300px; }
  #single_page_layout article .single-contest-info .contest-flexcontainer .right {
    text-align: center; }
  #single_page_layout article .single-contest-info .contest-flexcontainer .big {
    font-size: 3em; } }

@media (min-width: 88em) {
  #single_page_layout article:not(.type-concours) {
    padding-bottom: 25px; }
  #single_page_layout article .thumbnail {
    height: 350px; }
    #single_page_layout article .thumbnail div {
      height: 380px; }
  #single_page_layout article h1 {
    line-height: 0.95em;
    font-size: 2em; }
    #single_page_layout article h1 a {
      padding: 25px;
      padding-bottom: 15px;
      width: 70%; }
  #single_page_layout article h2 {
    font-size: 1em;
    margin-bottom: 30px; }
  #single_page_layout article .date {
    margin-bottom: 12px;
    font-size: 0.74em; }
  #single_page_layout article .single-user-content {
    padding: 0 45px;
    font-size: 15px;
    line-height: 20px; }
  #single_page_layout article .single-contest-info .contest-flexcontainer {
    justify-content: center; }
    #single_page_layout article .single-contest-info .contest-flexcontainer .left {
      margin-right: 30px; }
  #single_page_layout article .single-contest-info .ruleinfo {
    text-align: center; }
  #single_page_layout article .single-partner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 45px; }
    #single_page_layout article .single-partner .contest-partner {
      width: 80px;
      height: 80px; }
  #single_page_layout article.type_video h1, #single_page_layout article.type_video h2 {
    margin: 0 45px; }
  #single_page_layout article.type_video h1 {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 10px; }
  #single_page_layout article.type_video h2 {
    display: flex; }
    #single_page_layout article.type_video h2 a {
      display: block;
      padding: 0;
      margin-right: 8px;
      color: #0055FF; }
    #single_page_layout article.type_video h2 span {
      margin-top: 3px; } }

.press h1 {
  margin-bottom: 20px; }

.press article {
  padding-top: 30px; }

/*==============================

*   Ordre du menu admin
*   (doit être dernier)

==============================*/
#page_layout:not(.rise_uni) {
  padding: 15px 10px;
  display: flex;
  flex-flow: column;
  width: 100%; }

@media (min-width: 38em) {
  #page_layout:not(.rise_uni) {
    padding: 30px 15px; } }

@media (min-width: 700px) {
  #page_layout:not(.rise_uni) {
    flex-flow: row; } }

@media (min-width: 60em) {
  #page_layout:not(.rise_uni) {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 88em) {
  #page_layout:not(.rise_uni) {
    max-width: 1200px; } }

/*==============================

*   Ordre du menu admin
*   (doit être dernier)

==============================*/
#err404_landing {
  width: 100%;
  height: auto;
  padding: 50px 25px 50px 25px; }
  #err404_landing .err404-mark {
    margin: 0 auto 30px;
    width: 80%;
    height: 200px;
    background-image: url(../img/404-2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  #err404_landing .err404-info {
    font-family: 'Medium', sans-serif; }
    #err404_landing .err404-info a {
      display: block;
      margin-top: 15px;
      color: #FF0078; }
  @media (min-width: 60em) {
    #err404_landing {
      max-width: 800px;
      margin: 0 auto; }
      #err404_landing .err404-mark {
        margin: 0 auto 30px;
        width: 80%;
        height: 400px; } }








.footer{
  background-color: #0055FF;
  padding: 10px 0;
  color: white;
}
.footer h3{
  font-family: "BoldOblique", sans-serif;
}
.footer a{
  color: white;
  text-transform: none;
}
.footer_logo{
  margin-left: -20px;
}
#footer_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.footer_liens{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'Bold', sans-serif;
  margin: 0 15px;
}
.footer_liens li{
  margin: 20px 5px;
}
.footer_liens li a{
  padding: 10px 5px;
  transition: all 0.2s ease-in-out;
}
.footer_liens li a:hover, .footer_follow ul li a:hover{
  opacity: 0.7;
}
.footer_liens ul:nth-child(2) a{
  margin-right: 35px;
}
.footer_liens ul:last-child a, .footer_follow p, .footer_follow form label{
  font-family: 'Medium', sans-serif;
  text-transform: none;
}
.footer_follow ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.footer_follow ul li a{
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px 10px 10px 0;
  padding: 8px;
  border: 2px solid white;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
.footer_follow form{
  margin-top: 20px;
  width: 400px;
}
.footer_follow form input{
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  border: none;
  margin: 10px 0 5px 0;
  border-radius: 5px;
  font-size: 0.8em;
}
.footer_follow form input::placeholder{
  color: rgb(121, 165, 255);
}

.footer_follow form .mc-field-group{
  position: relative;
}
.footer_follow form input[type="submit"]{
  background-color: rgb(19, 19, 19);
  color: white;
  padding: 12px 10px 10px 10px;
  margin: 0;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
}
.footer_follow form .response, .mce_inline_error{
  color: rgb(19, 19, 19);
}
.link_app li img{
  margin: 3px 0 0 0;
}
@media (min-width: 88em) {
  #footer_wrapper {
    padding: 35px 0;
    justify-content: space-between; }
}
@media (max-width: 751px) {
  #footer_wrapper, .footer_liens{
    justify-content: left;
  }
  .footer_liens{
    margin: 0 40px 20px -10px;
  }
}
@media (max-width: 500px) {
  #footer_wrapper{
    margin: 0;
  }
  .footer_follow, .footer_follow form{
    width: 100%;
  }
}


.h5player_video {
    position: relative;
}
.h5player_video::before {
    content: '';
    display: block;
    /* ratio de 16/9 */
    padding-bottom: 56.25%;
}
.h5player_video > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.replay-player-content {
  width:100%;
}

 /*
  Webradios
  */

.webradio-container {
    display: flex;
}
  
  .webr-container {
      width:100%;
      position:relative;
      border-radius:15px;
      background-color:#0051ff;
  }
  
  .webr-logo {
      height:100px;
      width:100px;
      margin:0 15px;
  }
  
  .webr-desc {
      font-size:15px;
      line-height:20px;
      padding:0 20px 0 20px;
      color:white;
      overflow: hidden;
    text-overflow: ellipsis;
    height:40px;
  }
  
  .webr-ecouter {
      position:absolute;
      right:15px;
      top:15px;
      height:75px;
      width:75px;
      border-radius:150px;
      background-repeat:no-repeat;
      background-size:auto 100%;
      background-position:center;
      background-color:rgba(250,250,250,0.4);
  }
  
  .webr-ecouter img {
      height:20px;
      width:20px;
      fill:white;
  }
  
  .webr-ecouter .webr-play {
      margin:28.5px;    
  }
  
  .webr-ecouter .webr-stop {
      margin:27.5px 27px;    
  }
  
  #pwebr-clink {
      display:none;
      margin-top:15px;
  }
  
  .webr-container.playing .webr-play {
      display:none;
  }
  
  .webr-container.stopped .webr-stop {
      display:none;
  }
  
  .webr-rds {
      background-color:white;
      padding:12px 15px 12px 15px;
      border-radius:12px;
      margin:10px;
    font-size:15px;
    line-height:20px;
    min-height:60px;
  }
  
  .webr-title {
    white-space: nowrap;
          overflow: hidden;
          text-transform: uppercase;
     text-overflow: ellipsis;
    font-family: 'Medium', sans-serif;
    text-transform:uppercase;
    color: #FF0078;
  }
  
  
  .webr-artist {
  white-space: nowrap;
          overflow: hidden;
      text-overflow: ellipsis;
      font-family: 'BoldOblique', sans-serif;
      color:#2b2b2b;
  }
  
  .webr-cover {
      float:left;
      height:40px;
      width:40px;
      margin-right:8px;
      border-radius:3px;
  }

.webradio-app {
  border-top:1px solid #f5f5f5;
  margin-top:12px;
  padding-top:12px;
}

.webradio-app h3 {
  text-align:center;
	font-family: "BoldOblique", sans-serif;
  font-size:16px;
}

.webradio-app-link {
  margin-top:5px;
  display:flex;
  justify-content:center;
  align-items:center;
  height:50px;
  gap:15px;
}

 #front_page_layout .module-webradios {
    background-color: white;
    padding: 15px;}

.webradios-container {
     display: flex;
    flex-wrap:wrap;
    gap:15px 0;
    justify-content:space-between;
}
  @media(min-width:750px) {
    .webradios-container .webr-container {
      flex-basis:49%;
    }  
  }
  .webradios-container .webr-container {
      text-decoration:none;
      width:100%;
  }

.module-webradios header {
  display:flex;
  align-items:flex-start;
  height:55px;
  justify-content:space-between;
}

  @media(max-width:750px) {
    .webradios-app {
      visibility:hidden;
    }  
  }

.webradios-app {
  display:flex;
  border:1px solid #f5f5f5;
  border-radius:6px;
  padding:6px 6px 0px 10px;
}

.webradios-app h3 {
  font-family: "BoldOblique", sans-serif;
  font-size:14px;
  margin-right:5px;
  white-space: nowrap;
  text-align:right;
}

.webradios-app-link {
  width:205px;
  text-align:center;
}

.webradios-app-link img {
  height:29px;
}

 /*
 Video podcasts single news
  */

  .news_videoplayer {
    aspect-ratio: 16 / 9;
    }

/*
SIDEBAR
*/

#sidebar .moduleside {
  border-radius:8px;
  background-color: white;
  padding: 15px;
  webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
  box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
}

    #sidebar header {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px; }



#sidebar header a {  color: #2b2b2b; }

#sidebar .module-podcasts .podcasts-illustration {
        width: calc(100% + 30px);
        height: 40px;
        margin: -15px -15px 0px -15px;
        border-radius:8px 8px 0 0;
        background-image: url(../img/static/BANNER_MODULE_PODCASTS.webp), linear-gradient(to right, #cf2ab6, #0468c4);
        background-repeat: no-repeat;
        background-size: auto 160%;
        background-position: center;
}

      #sidebar .module-podcasts .replay-feed-item a {
        cursor: pointer; }

      #sidebar .module-podcasts .replay-feed-item a.play-image {
        border-radius: 8px;
        display: block;
  background-size:100% auto;
  background-position:center center;
  position: relative;
  padding-bottom: 56.25%;}

      #sidebar .module-podcasts .replay-feed-item h3.play-program {
        font-family:'Bold', sans-serif;
        margin-top: 15px;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #000054; }

      #sidebar .module-podcasts .replay-feed-item h4.play-date {
        font-family:'Medium', sans-serif;
        color: #888;
        font-size: 12px;
        margin-top:3px;
      }

      #sidebar .module-podcasts .replay-feed-item h2.play-title {
        font-family:'Bold', sans-serif;
        color: #2b2b2b;
        cursor: pointer;
        display: block;
        font-size: 18px;
        padding: 5px 0px 10px 0; }

#sidebar .module-news .news-illustration {
        width: calc(100% + 30px);
        height: 40px;
        margin: -15px -15px 0px -15px;
        border-radius:8px 8px 0 0;
        background-image: url(../img/static/BANNER_MODULE_NEWS.webp), linear-gradient(to right, #cf2ab6, #0468c4);
        background-repeat: no-repeat;
        background-size: auto 150%;
        background-position: center;
}

  #sidebar  .module-news .block{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
  }

  #front_page_layout .module-news .block .block_li{
        /* width: calc(100% - 20px); */
        margin-bottom: 20px;
  }

  #sidebar .module-news .block .img_container{
      display: block;
      width: 100%;
      height: 200px;
      border: none;
      outline: none; }

  #sidebar .module-news .block .img_container img {
        display: block;
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        border-radius: 8px; }
  #sidebar .module-news .block_li h2 ul li{
        margin: 20px 0 15px 0;
        font-size: .5em;
      }
  #sidebar .module-news .block_li h2 ul li a{
        font-family:'Medium', sans-serif;
        white-space: nowrap;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 4px 13px 2px 13px;
        border-radius:5px;
      }
#sidebar .module-news .block_li {
    margin-bottom:10px;
}
#sidebar .module-news .block_li p {
    font-family:'Bold', sans-serif;
    color: #2b2b2b;
    font-size:18px;
}

#sidebar .loadmore {
  text-align:center;
}

#sidebar .loadmore a {
  display: inline-block;
  cursor: pointer;
  background-color: #0055FF;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px;
  color:white;
  font-size:14px;
}

#sidebar .loadmore a:hover {
  background-color: #FF0078; }

  /* EVENEMENTS */

.module-event {
  line-height:0;
}

.module-event img {
  width:100%;
  line-height:0;
}

@media(min-width:750px) {

  .module-event .mobile {
    display:none;
  }

}

@media(max-width:750px) {

  .module-event .pc {
    display:none;
  }
  
}

/* FUN LIST */

  #page_layout #fun_list_layout {
    width: 100%;
    padding: 0 15px;
    background-color: white;
    border-radius: 8px;
    -webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.1);  }

#page_layout #fun_list_layout h2 {
  text-align:center;
}

#fun_list_layout .fun-toplist {
  margin: 20px 0;
}

#fun_list_layout .fun-toplist__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

#fun_list_layout .fun-toplist__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 10px; /* reset */
  padding-left: 0; /* reset */
}

#fun_list_layout .fun-toplist__item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}

#fun_list_layout .fun-toplist__pos {
  flex: 0 0 40px;
  width: 40px;
  height:40px;
  line-height:43px;
  text-align:center;
  font-weight: 700;
  font-size:25px;
  border-radius:20px;
  color:white;
}


#fun_list_layout .fun-toplist__item:nth-child(odd) .fun-toplist__pos {
  background-color: #0055ff;
}

#fun_list_layout .fun-toplist__item:nth-child(even) .fun-toplist__pos {
  background-color: #ff0078;
}

#fun_list_layout .fun-toplist__cover {
  border-radius: 6px;
  display: block;
}

#fun_list_layout .fun-toplist__txt {
  line-height: 1.2;
}

#fun_list_layout .fun-toplist__move {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 3px 10px 0px 10px;
  margin-right:20px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
}

#fun_list_layout .fun-toplist__move.move-equal {
  background: #e5e7eb;
  color: #374151;
  border-color: #d1d5db;
}

#fun_list_layout .fun-toplist__move.move-up {
  background: #dcfce7;
  color: #166534;
  border-color: #86efac;
}

#fun_list_layout .fun-toplist__move.move-down {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fecaca;
}

#fun_list_layout .fun-toplist__move.move-new {
  background: #dbeafe;
  color: #1d4ed8;
  border-color: #bfdbfe;
}

/* Bouton VOTER (style badge) */
#fun_list_layout .fun-toplist__select {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 2px solid #0055ff;
  background: #fff;
  color: #0055ff;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .05s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}

#fun_list_layout .fun-toplist__select:hover {
  transform: translateY(-1px);
}

#fun_list_layout .fun-toplist__select[aria-pressed="true"],
#fun_list_layout .fun-toplist__item.is-selected .fun-toplist__select {
  background: #0055ff;
  color: #fff;
  border-color: #0055ff;
}

/* Ajoute un V à gauche quand sélectionné */
#fun_list_layout .fun-toplist__item.is-selected .fun-toplist__select::before {
  content: "☑";
  font-weight: 900;
  margin-right: 8px;
}

/* Panneau votes en bas : centré */
#fun_list_layout .fun-vote-panel {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  margin-top: 16px;
}

#fun_list_layout .fun-vote-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

#fun_list_layout #fun-vote-count {
  font-weight: 800;
}

/* Bouton VALIDER MES VOTES : même style que VOTER */
#fun_list_layout #fun-vote-submit {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 2px solid #0055ff;
  background: #fff;
  color: #0055ff;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .05s ease, background-color .15s ease, color .15s ease, border-color .15s ease;
}

#fun_list_layout #fun-vote-submit:hover:not([disabled]) {
  transform: translateY(-1px);
}

#fun_list_layout #fun-vote-submit:disabled {
  opacity: .5;
  cursor: not-allowed;
}

#fun_list_layout #fun-vote-submit:not([disabled]).active,
#fun_list_layout .has-selection #fun-vote-submit {
  background: #0055ff;
  color: #fff;
  border-color: #0055ff;
}

/* ===== HERO (deux colonnes) ===== */
#fun_list_layout .fun-hero {
  display:flex;
  gap: 24px;
  padding:20px 10px 0 10px;
  margin:24px 0;
  border-bottom:1px solid rgba(0,0,0,0.05);
  background-image:url("https://www.funradio.be/wp-content/uploads/2025/08/SIMON-3-2025-1.png");
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position: right 20px bottom;
  min-height:250px;
}

#fun_list_layout .fun-badge {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 4px 14px 0 14px;
  border-radius: 999px;           /* badge très arrondi */
  background: #f50073;            /* plein */
  color: #fff;
  font-family:BoldOblique;
  text-transform: uppercase;
  font-size:20px;
  white-space: nowrap;
}

#fun_list_layout .fun-hero__lead {
  margin: 0;
  font-size: 1.30rem;
  line-height: 1.5;
  font-weight: 600;
}

#fun_list_layout .fun-hero__hint {
  margin: 0;
  font-size: .95rem;
  opacity: .8;
  margin-top: auto;
  margin-bottom:20px;
}

#fun_list_layout .fun-hero__left {
  max-width:65%;
  display: flex;
  flex-direction: column;
  gap: 12px;              /* petit espace régulier */
  flex: 1;
}


/* ===== Responsive (max 900px) ===== */
@media (max-width: 900px) {
  /* réduire covers */
  #fun_list_layout .fun-toplist__cover {
    width: 70px;
    height: 70px;
  }

  /* réduire pastille position */
  #fun_list_layout .fun-toplist__pos {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    line-height: 30px;
    font-size: 18px;
  }

  /* réduire bouton voter */
  #fun_list_layout .fun-toplist__select {
    height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }

  /* réduire texte */
  #fun_list_layout .fun-toplist__txt {
    font-size: 0.9rem;
  }

  /* badge du hero + textes plus petits */
  #fun_list_layout .fun-badge {
    font-size: 14px;
    height: 26px;
    padding: 2px 10px 0 10px;
  }

  #fun_list_layout .fun-hero__lead {
    font-size: 1rem;
  }

  #fun_list_layout .fun-hero__hint {
    font-size: 0.8rem;
  }
}
