@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 {
  background-color:#f5f5f5;
  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; }

/* FONTS */

@font-face {
  font-family: 'BoldOblique';
  src: url("../fonts/Owners-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Bold';
  src: url("../fonts/Owners-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Medium';
  src: url("../fonts/Owners-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* Police légère (300) */
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Police normale (400) */
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Police grasse (700) */
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Police extra-grasse (800) */
@font-face {
  font-family: 'Work Sans';
  src: url('../fonts/WorkSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/*END FONTS */

/*@media (max-width:310px){
    body{
        display: none;
    }
}*/
* {
  -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: 'Work Sans', 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: 35px !important;
  margin-left: 70px;
}

/* 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 */

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  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;
    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; }

/* END NICE SELECT */

/* PICKER */  

.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: #000054; }

.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;
  padding: .25rem .5rem;
  text-align: center;
  white-space: nowrap; }

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

@media (min-width: 88em) {
  .picker-item {
    padding: .25rem .5rem;
    text-align: center;
    white-space: nowrap;
    font-size: 1.5em; }
  .picker-picked {
    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; }

/* END PICKER */  

header.dark-header {
  background-color:#000054;
  color:white;
}

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

#header_wrapper {
  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:0px; } }

@media (min-width: 88em) {
  #front_header_wrapper,
  #header_wrapper {
    max-width: 1200px;  }
  #front_header_wrapper {
    background: url(../img/static/BANNER_NAV_FRONT_1200.png) no-repeat;
  }
}

#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: 190px;
    height:39px;
    margin:28px 0; }
  #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: #000054; }
        #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: #00FF9A;
      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: #00FF9A;
      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 {
         font-family: "Bold", sans-serif;
         color:#000054;
        text-transform: uppercase;
        font-size: 2em;
        margin-left: 30px; }
      #front_header_wrapper nav .menu .menu-content li,
      #header_wrapper nav .menu .menu-content li {
        margin-bottom: 5px; }
      #front_header_wrapper nav .menu .menu-content li #secondary-menu a,
      #header_wrapper nav .menu .menu-content li #secondary-menu a {
           font-family: "Medium", sans-serif;
      }
  @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: 5px;
            background: url(../img/plus.svg) no-repeat center center;
            background-color: #00FF9A;
            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: #50FFFF; }
          #front_header_wrapper nav .menu .menu-content .plusbutton.clickevent2,
          #header_wrapper nav .menu .menu-content .plusbutton.clickevent2 {
            background-color: #50FFFF; }
          #front_header_wrapper nav .menu .menu-content a,
          #header_wrapper nav .menu .menu-content a {
            color: #00FF9A;
            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: #50FFFF; }
          #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;
              border-radius:8px;
              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-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 {
    font-family:'Medium', sans-serif;
    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-size: 1em;
      margin-top: 20px; }
      #front_header_wrapper .current-show .rightnow .show-time,
      #header_wrapper .current-show .rightnow .show-time {
        font-family:'BoldOblique', 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;
    margin-left: auto; }
    #front_header_wrapper .front_playbar a,
    #header_wrapper .front_playbar a {
      display: block;
      cursor: pointer;
      outline: none;
      border: none;
      border-radius:5px;
      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: #00FF9A;
      background: -moz-linear-gradient(45deg, #00FF9A 0%, rgb(0, 190, 114) 100%);
      background: -webkit-linear-gradient(45deg, #00FF9A 0%, rgb(0, 190, 114) 100%);
      background: linear-gradient(45deg, #00FF9A 0%, rgb(0, 190, 114) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00FF9A', endColorstr='rgb(0, 190, 114)', 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_regarder,
    #header_wrapper .front_playbar #btn_regarder {
      background: #FF4C47;
      background: -moz-linear-gradient(45deg, #FF4C47 0%, rgb(197, 63, 59) 100%);
      background: -webkit-linear-gradient(45deg, #FF4C47 0%, rgb(197, 63, 59) 100%);
      background: linear-gradient(45deg, #FF4C47 0%, rgb(197, 63, 59) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4C47', endColorstr='rgb(197, 63, 59)', GradientType=1); }
      #front_header_wrapper .front_playbar #btn_regarder i,
      #header_wrapper .front_playbar #btn_regarder i {
        background: url(../img/icon_cam.svg) no-repeat center center; }
  @media (min-width: 25em) {
    #front_header_wrapper .front_playbar div:first-child,
    #header_wrapper .front_playbar div:first-child {
      width: 150px; }
      #front_header_wrapper .front_playbar div:first-child a,
      #header_wrapper .front_playbar div:first-child a {
        width: 130px; }
        #front_header_wrapper .front_playbar div:first-child a:hover,
        #header_wrapper .front_playbar div:first-child a:hover {
          width: calc( 130px + 10px); }
    #front_header_wrapper .front_playbar a,
    #header_wrapper .front_playbar a {
      font-size: .85em;
      color: #fff;
      letter-spacing: 3px;
      padding: 8px 13px 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 {
      font-family:'Bold', sans-serif;
      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_regarder,
    #header_wrapper .front_playbar #btn_regarder {
      font-family:'Bold', sans-serif;
      transition: .2s ease all; }
      #front_header_wrapper .front_playbar #btn_regarder:hover,
      #header_wrapper .front_playbar #btn_regarder:hover {
        padding-left: 45px;
        background-position: 38px; }
      #front_header_wrapper .front_playbar #btn_regarder i,
      #header_wrapper .front_playbar #btn_regarder i {
        background: url(../img/icon_cam.svg) no-repeat center center; } }
  @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: 6;
        top: -10px;
        left: 35%;
        width: 380px;
        height: 310px;
        display: block; }
      #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: 159px; }
          #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( 159px + 10px); }
      #front_header_wrapper .current-show .front_playbar a,
      #header_wrapper .current-show .front_playbar a {
        font-size: 1.2em; }
        #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: -10px;
        left:0;
        width: 380px;
        height: 310px;
        display: block;
        opacity: 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: 63px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    /*justify-self: flex-end*/
    margin-left: auto; }
    #header_wrapper .playbar a {
      font-family:'Bold', sans-serif;
      border-radius:5px;
      display: block;
      cursor: pointer;
      outline: none;
      border: none;
      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 {
      background: #00FF9A;
      background: -moz-linear-gradient(45deg, #00FF9A 0%, rgb(0, 190, 114) 100%);
      background: -webkit-linear-gradient(45deg, #00FF9A 0%, rgb(0, 190, 114) 100%);
      background: linear-gradient(45deg, #00FF9A 0%, rgb(0, 190, 114) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00FF9A', endColorstr='rgb(0, 190, 114)', GradientType=1); }
      #header_wrapper .playbar #btn_listen i {
        background: url(../img/icon_play.svg) no-repeat center center; }
    #header_wrapper .playbar #btn_regarder {
      margin-left:10px;
      background: #FF4C47;
      background: -moz-linear-gradient(45deg, #FF4C47 0%, rgb(197, 63, 59) 100%);
      background: -webkit-linear-gradient(45deg, #FF4C47 0%, rgb(197, 63, 59) 100%);
      background: linear-gradient(45deg, #FF4C47 0%, rgb(197, 63, 59) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4C47', endColorstr='rgb(197, 63, 59)', GradientType=1); }
      #front_header_wrapper .front_playbar #btn_regarder i,
      #header_wrapper .playbar #btn_regarder i {
        background: url(../img/icon_cam.svg) no-repeat center center; }
  @media (min-width: 25em) {
      #front_header_wrapper nav .menu,
  #header_wrapper nav .menu {
    top: 32px;
 }
    #header_wrapper {
      height: 90px; }
      #header_wrapper #logo {
        padding-bottom: 10px; }
        #header_wrapper #logo a {
          min-width: 190px;
          height: 39px; }
      #header_wrapper .playbar {
        margin-right: 55px; } }
  @media (min-width: 60em) {
    #header_wrapper {
      height: 100px;
    }
    #header_wrapper #logo a {
        height: 39px;
    }
    #header_wrapper nav {
        margin-top:35px;
        margin-left:70px;
    }
    #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_regarder {
      top: 3px;
      height: 38px;
      width: 38px;
    }
  }
  @media (min-width: 88em) {

    #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_regarder {
      height: auto;
      width: auto;
      transition: .2s ease all;
      padding: 8px 10px 8px 35px; }
      #header_wrapper .playbar #btn_regarder i {
        background: url(../img/icon_play.svg) no-repeat center center; }
      #header_wrapper .playbar #btn_regarder: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: 30px 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);
}

.module .loadmore, .moduleside .loadmore {
  text-align: center;
}

.module .loadmore a, .moduleside .loadmore a {
  font-family:'Medium', sans-serif;
  width:100%;
  display:block;
  text-transform: uppercase;
  color: #000054;
  border: solid 1px #000054;
  border-radius: 5px;
  padding: 5px 15px 3px 15px;
  background: #fff;
  transition: all .2s ease-out;}

.module .loadmore a:hover, .moduleside .loadmore a:hover {
  color: #fff;
  border: solid 1px #ff4c47;
  background: #ff4c47; }



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

*   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 {
          font-family:'Bold', sans-serif;
          border-radius: 8px;
          background-color: #fff;
          padding: 10px 16px;
          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: 5px;
            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 {
            font-family:'Medium', sans-serif;
            background-color: #FFDC00;
            color: white;
          }
          #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- {
            font-family:'Medium', sans-serif;
            color: #000054;
            border:1px solid #000054;
            transition:none;
          }
            #front_page_layout #mod-1.module-picture .picture-container .picture-content-bottom .picture-content-bottom-right .link-news-.picture-link:hover {
              box-shadow: inset 0px -40px 0px 0px #ff4c47;
              color: black;
              transition:none;
              color: #fff;
              border: solid 1px #ff4c47;
              background: #ff4c47;}
          #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;
        position:relative;
      }
    #front_page_layout .module-list .loadmore {
        position:absolute;
        bottom:10px;
        width: calc(100% - 30px);
    }
    #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;
        background-color:white;
        background-image: url(../img/static/BANNER_MODULE_TITRESDIFFUSES.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center;
       }
      #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:'Medium', sans-serif;
        letter-spacing: 1px;
        font-size: 0.8em;
        line-height: 1.8em; }
      #front_page_layout .module-list .list-item .list-artist {
        font-family:'BoldOblique', sans-serif;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: clip;
        font-size: 1.1em;
        line-height: 1.05em;
        text-transform: uppercase;
        color: #000054; }
      #front_page_layout .module-list .list-item .list-title {
        font-family:'Bold', sans-serif;
        font-size: 1em;
        line-height: 1em;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-transform: uppercase; }
  #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 {
       /*-webkit-box-shadow: 0px 0px 10px 0px #b3b3b3;
      -moz-box-shadow: 0px 0px 10px 0px #b3b3b3;
      box-shadow: 0px 0px 10px 0px #b3b3b3; */
    background-color: white}
      #front_page_layout .module-news .block-news_li a {
        font-family:'Medium', sans-serif;
        border-radius:5px;
  }

  #front_page_layout .module-news .loadmore {
    margin:10px;
  }

    #front_page_layout .module-news header {
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      height:70px;
    }

    #front_page_layout .module-news header .news-illustration {
              width: calc(100% + 30px);
            height: 60px;
            background-color:white;
            background-image: url(../img/static/BANNER_MODULE_NEWS.png);
            background-repeat: no-repeat;
            background-size: auto 100%;
            background-position: center;
    }

      #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: 5px; }
        #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;
      }
      .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 {
        font-family:'Bold', sans-serif;
        margin-top: 15px;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #000054; }
      #front_page_layout .module-replay .replay-feed-grid .replay-feed-item h4.play-date {
        font-family:'Medium', sans-serif;
        color: #888;
        font-size: 12px;
        margin-top:3px;
      }
      #front_page_layout .module-replay .replay-feed-grid .replay-feed-item h2.play-title {
        font-family:'Bold', sans-serif;
        color: #2b2b2b;
        cursor: pointer;
        display: block;
        font-size: 21px;
        padding: 10px 0px 10px 0; }

#front_page_layout .module-replay header {
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  height:60px;
}

#front_page_layout .module-replay header .replay-illustration {
          width: calc(100% + 30px);
        height: 60px;
        margin: -15px -15px 0px -15px;
        background-color:white;
        background-image: url(../img/static/BANNER_MODULE_PODCASTS.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center;
}

      #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:5px; }
        #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;
       }
  #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-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-family:'BoldOblique', sans-serif;
    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_wrapper h3 {
  font-family: "BoldOblique", sans-serif;
  font-size:1.2em;
}

.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-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;
       }
    .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%;
    margin: 0 auto;
    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-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: 30px 20px !important;
  width: 100%;
  margin-top:50px !important;
  margin-bottom:200px !important;
  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);
}
  #heavytext h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 2em;
    margin-bottom: 30px; }
  #heavytext h2 {
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
   }
  #heavytext p {
     }
  #heavytext ul {
    list-style: circle;
    margin-left: 15px;
    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; } }

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

#regarder {
  padding: 20px 10px 30px 10px;
  width: 100%; }
  #regarder .regarder-logo {
    text-align:center;
   }
  #regarder .regarder-logo img {
      height:80px;
     }
  #regarder .regarder-container {
    max-width: 1000px;
    margin: 0 auto; }
  #regarder .regarder-player {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    /* padding-top: 56.25%; */
    /*border-radius: 8px;*/ }
    #regarder .regarder-player iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none; }
  #regarder .regarder-footer {
    max-width: 1000px;
    margin: 0 auto; }
    #regarder .regarder-footer .now {
      color: #fff; }
      #regarder .regarder-footer .now .current-show {
        margin: 20px 0; }
        #regarder .regarder-footer .now .current-show .tag {
          font-family:'Medium', sans-serif;
          margin-bottom: 5px;
          font-size: 12px;
          letter-spacing: 2px; }
        #regarder .regarder-footer .now .current-show .title {
          font-family:'BoldOblique', sans-serif;
          font-size: 21px;
          margin-bottom: 0px;
          text-transform: uppercase;
          letter-spacing: 1px; }
        #regarder .regarder-footer .now .current-show .time {
          font-family:'Medium', sans-serif;
          }
        #regarder .regarder-footer .now .current-show .bar {
          margin-top: 20px;
          padding: 2px;
          width: 100%;
          background-color: #fff;
          border-radius: 20px; }
          #regarder .regarder-footer .now .current-show .bar .progress {
            border-radius: 20px;
            height: 8px;
            width: 100%;
            background-color: #00ff9a; }
    #regarder .regarder-footer .contest {
      margin-top: 10px;
       }
      #regarder .regarder-footer .contest .tag {
        font-family:'Medium', sans-serif;
        font-size: 12px;
        background-color: #FFDC00;
        padding: 4px 8px;
        display: inline-block;
        letter-spacing: 1px;
        margin-bottom: 10px;
      }
      #regarder .regarder-footer .contest .title {
        font-family:'BoldOblique', sans-serif;
        color: #fff;
        font-size: 21px;
        margin-bottom: 20px;
        display: block; }
      #regarder .regarder-footer .contest .link {
        font-family:'Bold', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px;
        letter-spacing: 1px;
        background-color: #FFDC00;
        color: white;
        border-radius: 4px;
        padding: 6px 12px 6px 12px;
        transition: all .2s ease-in;
        box-shadow: inset 0px 0px 0px 0px #fff; }
        #regarder .regarder-footer .contest .link:hover {
          box-shadow: inset 0px -40px 0px 0px #fff;
          color: #FFDC00; }

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

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

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

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

@media (min-width: 88em) {
  #regarder {
    max-width: 1200px; }
    #regarder .regarder-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 {
      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-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;
    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-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 .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: #000054;
    color: #fff;
    padding: 15px 15px;
    border-radius:8px 8px 0 0;
 }
    #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 {
        font-family:'Bold', sans-serif;
        text-align: center;
        margin-top: 10px;
        display: inline-block;
        color: white;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 5px;
        border: 1px solid #fff;
        transition: all .2s ease-out;}
        #ctk_page_layout .module-list .querypicker #ctkDynamicContent #ctkStartQuerry:hover {
          background-color: white;
          color: #000054; }
    #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:'Medium', 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 {
      font-family:'BoldOblique', sans-serif;
      min-width: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: clip;
      font-size: 1.2em;
      line-height: 1.05em;
      text-transform: uppercase;
      color: #000054; }
    #ctk_page_layout .module-list .list-item .list-title {
      font-family:'Bold', 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; } }

.news-banner {
  min-height:60px;
  height:10vw;
  max-height:120px;
  background-color:white;
  width: 100%;
  background-image: url(../img/static/BANNER_PAGE_NEWS.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center; }

.emissions-banner {
  min-height:60px;
  height:10vw;
  max-height:120px;
  background-color:white;
  width: 100%;
  background-image: url(../img/static/BANNER_PAGE_EMISSIONS.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center; }

.podcast-banner {
  min-height:60px;
  height:10vw;
  max-height:120px;
  background-color:white;
  width: 100%;
  background-image: url(../img/static/BANNER_PAGE_PODCASTS.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center; }

.frequences-banner {
  min-height:60px;
  height:10vw;
  max-height:120px;
  background-color:white;
  width: 100%;
  background-image: url(../img/static/BANNER_PAGE_FREQUENCES.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center; }

.ctkoi-banner {
  min-height:60px;
  height:10vw;
  max-height:120px;
  background-color:white;
  width: 100%;
  background-image: url(../img/static/BANNER_PAGE_TITRESDIFFUSES.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center; }

.contact-banner {
  min-height:60px;
  height:10vw;
  max-height:120px;
  background-color:white;
  width: 100%;
  background-image: url(../img/static/BANNER_PAGE_CONTACT.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 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;
    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-family: "Medium", sans-serif;
        font-size: 0.8em;
        padding: 5px 5px;
        color: #000054;
        border: 1px solid #000054;
        border-radius: 5px;
        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: #FF4C47;
          border: 1px solid #FF4C47;
        }
        #show_page_layout .showframeloader ul li a .dayiso3 .dayisofull {
          display: none; }
      #show_page_layout .showframeloader ul li .active {
        font-family: "Bold", sans-serif;
        color: white;
        background-color:#000054;
        border: 1px solid #000054;}
        #show_page_layout .showframeloader ul li a.active:hover {
          color: white;
          border: 1px solid #000054;
        }
      #show_page_layout .showframeloader .show-output .show-item {
         margin-top: 40px;
         margin-bottom: 40px;
         background-color:#000054;
         border-radius:10px;
         color:white;
      }
      #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 {
        padding:20px;
    }
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-time {
        font-size: 1.6em;
        margin-bottom: 5px;
        font-family:'BoldOblique', sans-serif;
    }
      #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;
        font-family:'Medium', sans-serif;}
      #show_page_layout .showframeloader .show-output .show-item .show-left .show-description {
        margin-top: 12px;
        font-size: 0.9em;
        text-align: justify; }
      #show_page_layout .showframeloader .show-output .show-item .show-right {
        display: none;
        margin-right:10px;}

@media (min-width: 500px) {
  #show_page_layout .showframeloader ul li a {
    display: inline;
    padding: 5px 10px; }
    #show_page_layout .showframeloader ul li a .dayiso3 {
      display: inherit; }
  #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;
        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-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 .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.5em;
        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;
    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 {
        font-family: "Bold", sans-serif;
        text-transform: uppercase;
        font-size: 1.2em;
        color: #000054; }
      #frequences_page_layout ul li .freq {
        font-family: "BoldOblique", 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 {
    font-family:'Bold', sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 2.4em;
    line-height: 1em;
    padding-top: 10px;
    margin-bottom: 15px; }
  #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;}
  #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"] {
    font-family: "Medium", sans-serif;
    outline: none;
    border: none;
    border:1px solid #000054;
    color:#000054;
    border-radius: 5px;
    letter-spacing: 1px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15px 8px 15px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color:transparent;}
    #contact_page_layout input[type="submit"]:hover, #contact_page_layout input[type="submit"]:focus {
      border: solid 1px #ff4c47;
      background: #ff4c47;
      color:white;
    }
  #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: #ff4c47;
    font-family: "Medium", sans-serif;
     }
  #contact_page_layout input.error, #contact_page_layout .error {
    border: 1px solid #ff4c47; }
  #contact_page_layout .msg {
    text-align: left;
    margin-bottom: 15px; }
  #contact_page_layout .texterror, #contact_page_layout .errors {
    color: #ff4c47;
    font-family: "Medium", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
  #contact_page_layout .thanks {
    margin-top: 20px;
    color: #ff4c47;
    font-family: "Medium", sans-serif;
    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;
  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);}
  #news_page_layout header.pagetitle {
    display: block;
    text-transform: uppercase;
    font-size: 2.4em;
    margin-bottom: 15px;
    text-align: center; }
    #news_page_layout header.pagetitle .newslocationtitle {
      font-family: "Bold", sans-serif;
      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 {
          font-family:'Medium', sans-serif;
          white-space: nowrap;
          letter-spacing: 1px;
          text-transform: uppercase;
          padding: 4px 13px 4px 13px;
          border-radius:5px; }
  #news_page_layout #news_loop article {
    -webkit-box-shadow: 0px 0px 10px 0px #b3b3b3;
    -moz-box-shadow: 0px 0px 10px 0px #b3b3b3;
    box-shadow: 0px 0px 10px 0px #b3b3b3;
    background-color: white;
    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; }
      #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;
    padding: 50px 20px; }
    #news_page_layout #news_loop .news-nothing .news-nothing-title {
      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 {
        font-family: "Medium", sans-serif;
        padding: 10px 10px; }
      #news_page_layout footer .pagination a {
        color: #000054;
        transition: all .2s ease-out; }
        #news_page_layout footer .pagination a:hover {
          color: #fff;
          background-color:#ff4c47; }
      #news_page_layout footer .pagination .current {
        background-color:#000054;
        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 .replay-filter-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  margin-bottom: 20px;
  justify-items: stretch;
}

@media (max-width: 1407px) {
  #replay_page_layout .replay-filter-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}


#replay_page_layout .replay-filter-card {
  width: 100%;
  min-width: 0;                
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  border:1px solid #eee;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#replay_page_layout .replay-filter-cards .rf-cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

#replay_page_layout .replay-filter-cards .rf-title {
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  max-width: 100%;
  min-width: 0;               
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;      
  color:#000054;
}

#replay_page_layout .replay-filter-cards .rf-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  flex-wrap: wrap;            
  overflow: visible;       
}

#replay_page_layout .replay-filter-cards .rf-badge {
  font-size: 12px;
  background: #000054;
  padding: 3px 6px;
  border-radius: 12px;
  white-space: nowrap;
  min-width: 0;
  color: white;
  font-weight:900;
}

#replay_page_layout .replay-filter-cards .rf-badge .material-symbols-outlined {
  font-size: 15px;
  vertical-align: -3px;
  margin-right: 3px;
}

.show-header .sh-back .material-symbols-outlined {
  font-size: 35px;
  margin-right: 10px;
  color: black;
}

.show-header .rf-badge {
  font-size: 14px;
  background:#000054;
  padding: 5px 8px;
  border-radius: 12px;
  white-space: nowrap;
  min-width: 0;
  color: white;
  font-weight:900;
}

.show-header .rf-badge .material-symbols-outlined {
  font-size: 17px;
  vertical-align: -4px;
  margin-right: 3px;
}

.show-header .sh-wrap {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  margin: 0.5em;
  flex-direction: row;
}

.show-header .sh-left {
  flex: 1 1 auto;
}

.show-header .sh-right {
  width: 420px;
  max-width: 40%;
}

.show-header .sh-desc {
  margin-bottom: 0.7em;
}

.sh-cover169 {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.rf-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 16px 0 8px;
}

@media (max-width: 1000px) {
  .show-header .sh-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }

  .show-header .sh-right {
    width: 100%;
    max-width: 100%;
    order: -1;
  }

  .show-header .sh-left {
    width: 100%;
  }
}

.also-like { 
   padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  margin-bottom: 20px;
  margin-top:24px;
  
}
.also-like-title { font-family: "Bold", sans-serif; margin-bottom:12px;  text-align:center; font-size:2em; }
.also-like-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(180px,1fr)); gap:16px; }
.also-like-card { display:flex; flex-direction:column; text-decoration:none; border:1px solid #eee; border-radius:10px; padding:10px; }
.alc-cover { width:100%; aspect-ratio:1/1; background-size:cover; background-position:center; border-radius:8px; }
.alc-title { margin-top:8px; font-weight:600; text-align:center; color:#000054; }

@media (max-width:960px){ .show-header .sh-right{ max-width:100%; width:100%; } .show-header .sh-wrap{ flex-direction:column; } }

  #replay_page_layout h1 {
    display: block;
    text-transform: uppercase;
    font-size: 2.4em;
    line-height: 1em;
    padding-top: 10px;
    margin-bottom: 20px;
     }
  #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-family: "Medium", sans-serif;
          font-size: 13px;
          color:#000054;
          padding: 5px 10px;
          display: block;
          border: 1px solid #000054;
          border-radius: 5px;
          margin-bottom: 5px;
          margin-left: 5px;
           }
        #replay_page_layout .replayframeloader header ul li:hover a {
          color: #FF4C47;
          border: 1px solid #FF4C47; }
    #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 {
        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 {
        font-family: 'Medium', sans-serif;
        margin-top: 15px;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color:#000054; }
      #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item h4.play-date {
        font-family: 'Medium', sans-serif;
        color: #888;
        font-size: 12px;
        margin-top:3px;
        }
      #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item h2.play-title {
        font-family: 'Bold', sans-serif;
        cursor: pointer;
        display: block;
        font-size: 20px;
        padding: 10px 0px 10px 0; }
      #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item .play-button {
        font-family: 'Medium', sans-serif;
        border-radius: 5px;
        padding: 5px 10px;
        display: inline-block;
        text-transform: uppercase;
        margin-right: 5px;
        border: 1px solid #000054;
        color:#000054;
        font-size: 0.8em;
        letter-spacing: 1px;
        transition: all .2s ease-out;}
        #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: #000054; }
        #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item .play-button.play-audio:hover {
          border-color:#FF4C47;
          background-color:#FF4C47;
          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: #000054; }
        #replay_page_layout .replayframeloader .replay-feed-grid .replay-feed-item .play-button.play-video:hover {
          border-color:#FF4C47;
          background-color:#FF4C47;
          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 {
        font-family:'Medium', sans-serif;
        display: inline-block;
        cursor: pointer;
        border:1px solid #000054;
        color: #000054;
        padding: 10px 20px;
        border-radius:5px;
        transition: all .2s ease-out;}
        #replay_page_layout .replayframeloader footer a.load_more_replay:hover {
          border:1px solid #ff4c47;
          background-color: #ff4c47;
          color:white; }
 
#replay_page_layout #replay-player {
  display: none;
  position: fixed;
  z-index: 2147483647;
  height: 55vw;
  max-height:100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  padding: 0;
}

#replay_page_layout #replay-player.auto-close {
  flex-direction: row;
  gap: 20px;
  padding: 20px;
}


#replay_page_layout #replay-player .replay-player-content {
  background-color: #fff;
  max-height:100%;
  border-radius: 8px;
  flex: 0 1 140vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-y: auto;
}


#replay_page_layout #replay-player.videomode .html5player {
  width:100%;
  aspect-ratio: 16 / 9;
  max-height:100%;
  background: #000;
  flex-shrink: 0;
}

#replay_page_layout #replay-player .html5player iframe,
#replay_page_layout #replay-player .html5player video,
#replay_page_layout #replay-player .html5player audio {
  width: 100%;
  height: 100%;
  border: none;
}

#replay_page_layout #replay-player .replay-player-more {
  background: #000;
  color: #fff;
  flex: 0 0 350px;
  max-width: 400px;
  height: 56vw;
  max-height:100%;
  overflow-y: auto;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#replay_page_layout #replay-player.audiomode .replay-player-more {
  display:none;
}

#replay_page_layout #replay-player .replay-feed-item {
  background-color: #111;
  border-radius: 6px;
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

#replay_page_layout #replay-player .replay-feed-item:hover {
  background-color: #222;
}

#replay_page_layout #replay-player .replay-feed-item .play-image {
  display: flex;
    align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}

#replay_page_layout #replay-player .replay-feed-item .play-image i {
  display:block;
  width:50px;
  height:50px;
  background-image: url(../img/icon_play.svg);
  background-size:auto 100%;
  background-repeat:no-repeat;
  background-position:center;  
}

#replay_page_layout #replay-player .replay-feed-item h2 {
  font-size:15px;
  line-height: 1.3;
  color: white;
  
}

#replay_page_layout #replay-player .replay-feed-item h3 {
  text-transform: uppercase;
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.3;
  color: white;
}

#replay_page_layout #replay-player .replay-feed-item h4 {
  margin: 5px 0;
  font-size: 12px;
  line-height: 1.3;
  color: white;
}

#replay_page_layout #replay-player .replay-player-content h1,
#replay_page_layout #replay-player .replay-player-content h2,
#replay_page_layout #replay-player .replay-player-content h3 {
  padding: 0 10px;
}

#replay_page_layout #replay-player .replay-player-content h1 {
  font-family: 'Bold', sans-serif;
  font-size: 20px;
  margin-top: 10px;
}

#replay_page_layout #replay-player .replay-player-content h2 {
  font-family: 'Medium', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000054;
  margin-top: 15px;
}

#replay_page_layout #replay-player .replay-player-content h3 {
  font-family: 'Medium', sans-serif;
  color: #888;
  font-size: 12px;
  margin-top: 6px;
}

#replay_page_layout #replay-player .replay-player-content .closeit {
  position: absolute;
  bottom: 10px;
  right: 20px;
  color: black;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}

#replay_page_layout #replay-player .share-call {
  display: flex;
  align-items: center;
  padding: 0 10px 10px;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 12px;
}

#replay_page_layout #replay-player .share {
  width: 24px;
  height: 24px;
  display: flex;
}

#replay_page_layout #replay-player .share img {
  width: 100%;
}

@media (max-width: 1000px) {
  #replay-player {
    flex-direction: column !important;
    align-items: stretch !important;
    height: 100vh !important;
    overflow: hidden !important;
  }

  #replay-player .replay-player-content {
    width: 100% !important;
    flex: 0 0 auto !important;
  }

  #replay-player .html5player.videomode {
    width: 100%;
    aspect-ratio: 16 / 9;
    flex-shrink: 0;
  }

  #replay-player .replay-player-more {
    width: 100% !important;
    flex: 1 1 auto !important;
    overflow-y: auto;
    margin-top: 0 !important;
    max-width:100vw !important;
  }
  
  #replay-player .replay-player-more {
    width: 100% !important;
    flex: 1 1 auto !important;
    overflow-y: auto;
    margin-top: 0 !important;
    max-width:100vw !important;
  }
  
  #replay-player .replay-player-more {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
    overflow-y: auto;
    height: auto;
    max-height: none;
  }
  
  #replay_page_layout #replay-player.audiomode .replay-player-more {
    display:none !important;
  }

  #replay-player .replay-feed-item {
    padding: 0;
    background: none;
    border: none;
  }

  #replay-player .replay-feed-item .play-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
  }
}


@media (min-width: 700px) {
  #replay_page_layout .replayframeloader header ul li a {
    font-size: 14px;
    padding: 5px 15px;
    transition: all .2s ease-out;
  }
}

@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: white !important;
  background-color:#000054;
  border: 1px solid #000054 !important;
  font-family: "Bold", sans-serif;}

#page_layout.rise_uni {
  display: flex;
  flex-flow: column;
  width: 100%; }
  #page_layout.rise_uni #main_layout {
    background-color: #fff;
    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-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 {
        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 #b3b3b3;
  -moz-box-shadow: 0px 0px 10px 0px #b3b3b3;
  box-shadow: 0px 0px 10px 0px #b3b3b3;
  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;
    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 {
    }
    #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 {
    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 {
      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; } }

#single_page_layout {
  width: 100%;
  margin-bottom: 20px;}
  #single_page_layout 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; }
    #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-family:'Bold', sans-serif;
        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 {
        font-family:'Medium', sans-serif;
        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 {
      font-family:'Medium', sans-serif;
      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-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: #000054; }
      #single_page_layout article .single-user-content strong {
        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-radius:5px;
        border: 1px solid #000054;
        padding: 5px 15px;
        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 p {
          font-family: 'Medium', sans-serif;
        }
        #single_page_layout article .single-contest-info .contest-flexcontainer .big {
          font-family: 'BoldOblique', sans-serif;
          font-size: 2em;
          position: relative; }
          #single_page_layout article .single-contest-info .contest-flexcontainer .big span {
            font-size: 0.5em;
            position: absolute;
            top: 0;
            right: 0; }
      #single_page_layout article .single-contest-info .ruleinfo {
        font-family: 'Medium', sans-serif;
        text-align: right;
        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%;
  min-height:80vh;
  padding: 50px 25px 50px 25px; }
  #err404_landing .err404-mark {
    margin: 0 auto 30px;
    width: 80%;
    height: 200px;
    background-image: url(../img/static/BANNER_404.png);
    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:#000054; }
  @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: #000054;
  padding: 10px 0;
  color: white;
}
.footer a{
  color: white;
  text-transform: none;
}
.footer_logo img {
  height:32px;
  width:160px;
  margin:20px 0;
}
#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;
  margin: 0 15px;
}
.footer_liens li{
  margin: 20px 5px;
}
.footer_liens li a{
  font-family: "Bold", sans-serif;
  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{
  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:5px;
  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;
  border-radius:0 5px 5px 0;
  cursor:pointer;
}
.footer_follow form .response, .mce_inline_error{
  font-family:'Medium', sans-serif;
  color:white;
}
.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;
    background-color:black;
}
.h5player_video::before {
    content: '';
    display: block;
    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;
      background-color:#0051ff;
  }
  
  .webr-logo {
      height:100px;
      width:100px;
      margin:0 15px;
  }
  
  .webr-desc {
      font-family:'Medium', sans-serif;
      font-size:1.2em;
      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:20px;
      margin:10px;
    font-size:15px;
    line-height:20px;
    min-height:60px;
  }
  
  .webr-title {
    font-family:'BoldOblique', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
     text-overflow: ellipsis;
    text-transform:uppercase;
    color:#000054;
  }
  
  
  .webr-artist {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#2b2b2b;
    font-family:'Bold', sans-serif;
  }
  
  .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-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%;
      border-radius:20px;
  }

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

.module-webradios header .webradios-illustration {
          width: calc(100% + 30px);
        height: 60px;
        margin: -15px -15px 0px -15px;
        background-color:white;
        background-image: url(../img/static/BANNER_MODULE_WEBRADIOS.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center;
}

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

.webradios-app {
  display:flex;
  border-radius:5px;
  padding:6px 6px 0px 10px;
  align-items: center;
  justify-content: center;
  margin:10px 0 0 0;
  background-color:#00ff9a;
}

.webradios-app h3 {
  font-family: "Bold", sans-serif;
  font-size:1em;
  margin-right:5px;
  color:#000054;
  line-height:2.5em;
}


.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-color:white;
        background-image: url(../img/static/BANNER_MODULE_PODCASTS.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        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-color:white;
        background-image: url(../img/static/BANNER_MODULE_NEWS.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        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: 5px;*/ }
  #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;
}

#single_page_related_posts {
   border-radius:8px;
  background-color: white;
  padding:25px 15px;
  margin-top:20px;
  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);
}


.single_page_replay_item {
  color: white;
  background-color: #000054;
  margin: 20px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
}

.single_page_replay_item a {
  color: white;
}

.single_page_replay_item .play-image {
  display:flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  aspect-ratio: 16 / 9;
  width: 300px;
  flex-shrink: 0;
  background-position:center;
}

.single_page_replay_item .play-image i {
  display:block;
  width:50px;
  height:50px;
  background-image: url(../img/icon_play.svg);
  background-size:auto 100%;
  background-repeat:no-repeat;
  background-position:center;  
}

.single_page_replay_item .play-info {
  margin: 20px;
  flex: 1;
}

@media (max-width: 750px) {
  .single_page_replay_item {
    flex-direction: column;
  }

  .single_page_replay_item .play-image {
    width: 100%;
  }

  .single_page_replay_item .play-info {
    margin: 20px;
  }
}
.single_page_replay_item .play-date {
  font-weight:400;
}

.single_page_replay_item .play-program {
  font-size:15px;
  font-weight:800;
  text-transform: uppercase;  
}

.single_page_replay_item .play-title {
  font-weight:800;
  font-size:25px;
}

  /* 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;
  }
  
}

#contact_page_layout {
  background-color:white;
  padding:20px;
  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);
}