@font-face {
  font-family: 'Reglo';
  src: url("../reglo/RE01.otf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Reglo';
  src: url("../reglo/RE02-Medium.otf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Reglo';
  src: url("../reglo/RE03-Bold.otf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'RegloCondensed';
  src: url("../reglo/Reglo-Bold.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Symbols';
  src: url("../reglo/RESYMBOL-resized.otf?20210916");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RegloScale';
  src: url("../reglo/RegloScaleBold.otf");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /*font-size:1.3em;*/ }

.icons.big {
  font-size: 2em; }

.icons.huge {
  font-size: 3em; }

.info:before, .warning:before, .error:before {
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0.2em; }

.info:before {
  content: "\f05a"; }

.warning:before {
  content: "\f071"; }

.error:before {
  content: "\f056 "; }

.checked:before {
  content: "\f056 "; }

/******************/
/*HTML TAG DISPLAYS */
/******************/
* {
  color: inherit; }

body {
  font-family: "Reglo";
  font-weight: normal;
  line-height: normal;
  text-align: left;
  margin: 2.8em auto 0 auto;
  /*padding: 0px 10px;*/
  clear: both; }

code, pre {
  display: block;
  overflow: auto;
  padding: 0.5em;
  background: black !important;
  color: white !important;
  font-family: monospace; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  border: none;
  box-sizing: content-box;
  line-height: normal; }

audio {
  display: block;
  width: 90%;
  margin: 0.5em auto 1em auto; }

a {
  color: inherit;
  text-decoration: none;
  overflow-wrap: break-word; }

.userContent a:hover {
  text-decoration: underline; }

a.block:hover, nav a:hover {
  text-decoration: none; }

button, .button {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  cursor: pointer;
  background: none; }

img {
  max-width: 100%; }

img.logo {
  border: 2px solid black; }

header {
  padding: 0 0 2em 0; }
  @media screen and (max-width: 760px) {
    header {
      padding: 0; } }
h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1em;
  padding: 0.2em 0 0.2em 0; }

h1, h2, h3, h4 {
  text-transform: uppercase; }

h1 {
  font-size: 6em; }

h2 {
  font-size: 4em; }

h3 {
  font-size: 3em; }

h4 {
  font-size: 1.8em; }

h5 {
  font-size: 1.1em; }

/*Specific rules for text writen by final users */
.userContent h1 {
  font-size: 2em; }

.userContent h2 {
  font-size: 1.9em; }

h1, h2, h3, h4, .squashed {
  font-family: 'RegloScale'; }

nav {
  padding: 0em;
  font-weight: bold;
  text-transform: uppercase; }

hr {
  height: 0;
  margin: 0.5em 0 0.5em 0;
  padding: 0;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: black; }

table {
  margin: auto;
  table-layout: fixed; }

table, td, tr {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #D0D0D0;
  border-collapse: collapse; }

th {
  white-space: nowrap;
  text-transform: uppercase; }

p {
  /*line-height: 1.2;*/
  margin-bottom: 1em;
  overflow-wrap: break-word; }

p a {
  text-decoration: underline; }

em {
  font-weight: 700;
  font-style: normal; }

strong {
  text-transform: uppercase; }

blockquote {
  padding: 1em;
  font-style: italic; }

button {
  display: inline-block; }

button {
  font-weight: 700;
  text-transform: uppercase; }

ul, ol {
  margin: 0;
  padding: 0 0 0 2em; }

nav ul, ul.inline, ul.custom, ul.custom li {
  list-style: none;
  margin: 0;
  padding: 0; }

nav ul li, ul.inline li {
  display: inline; }

ul.list {
  list-style-type: square;
  /*Not working but why?*/
  list-style-position: inside; }

ul.list > li {
  padding: 0.5em 0 0.5em 0; }

/******************/
/*USEFULL CLASSES */
/******************/
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  background: white;
  color: black; }

a.active, button.active {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid; }

.active * {
  font-weight: inherit; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.block {
  display: block; }

.userContent .right {
  margin-bottom: 1.5em; }

.smooth {
  opacity: 0.5; }

.hidden {
  display: none; }

.padded {
  padding: 1.5em; }

.marged {
  margin: 1.5em 0 1.5em 0; }

.small {
  font-size: 80%; }

.big {
  font-size: 150%; }

.huge {
  font-size: 200%; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

/* And the rest is Eric & Seb, AGPLv3*/
label, select, input, button, textarea {
  font-size: inherit; }

label {
  margin-right: 1em;
  height: 1.2em;
  display: inline-block;
  text-transform: uppercase; }

select {
  height: 1.2em;
  appearance: none; }

select[multiple],
select[size] {
  height: auto;
  background-image: inherit; }

input[type=date] {
  appearance: none; }

select, select option {
  height: 1.2em;
  text-transform: none; }

input, select {
  height: 1.2em;
  background: #fff;
  border: 1px inset #aaa; }

input[type=text], textarea {
  width: 100%;
  max-width: 10em;
  display: inline-block;
  border: 2px solid black;
  border-radius: 0.2em; }

input[type=submit] {
  text-align: left;
  border: none; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/* icons */
@font-face {
  font-family: 'FontAwesome';
  src: url("/static/xstatic/fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* specific icon classes */
.icon-archive:before {
  content: "\f187"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-calendar:before {
  content: "\f073"; }

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

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

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-comments:before {
  content: "\f086"; }

.icon-double-angle-left:before {
  content: "\f100"; }

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

.icon-envelope:before {
  content: "\f0e0"; }

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

.icon-globe:before {
  content: "\f0ac"; }

.icon-website:before {
  content: "\f0ac"; }

.icon-headphones:before {
  content: "\f025"; }

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

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

.icon-microphone:before {
  content: "\f130"; }

.icon-pause:before {
  content: "\f04c"; }

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

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

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

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

.icon-remove:before {
  content: "\f00d"; }

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

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

.icon-step-backward:before {
  content: "\f048"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-trash:before {
  content: "\f014"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-link-facebook::before {
  content: "\f09a"; }

.icon-link-twitter::before {
  content: "\f099"; }

.icon-link-instagram::before {
  content: "\f16d"; }

.icon-link-twitch::before {
  content: "\f1e8"; }

.icon-link-youtube::before {
  content: "\f16a"; }

.icon-link-soundcloud::before {
  content: "\f1be"; }

.icon-link-mixcloud::before {
  content: "\f289"; }

.icon-link-bandcamp::before {
  content: "\f2d5"; }

.icon-link-globe:before {
  content: "\f0ac"; }

.icon-link-website:before {
  content: "\f0ac"; }

form.quixote div.grid {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  clear: none; }

div.cell.grid-1-1,
div.dataview div.grid-1-1,
form.quixote div.grid-1-1 {
  clear: none; }
  div.cell.grid-1-1.newline,
  div.dataview div.grid-1-1.newline,
  form.quixote div.grid-1-1.newline {
    clear: both; }

div.grid-1-1 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 100%; }
  @media screen and (max-width: 400px) {
    div.grid-1-1 {
      width: 100%; } }
  div.grid-1-1 textarea, div.grid-1-1 select, div.grid-1-1 input[type=text], div.grid-1-1 input[type=password], div.grid-1-1 input[type=email] {
    width: 100%; }

form div.grid-1-1 + h3,
form div.grid-1-1 + h4,
form div.grid-1-1 + p,
form div.grid-1-1 + div {
  clear: both; }

div.cell.grid-1-2,
div.dataview div.grid-1-2,
form.quixote div.grid-1-2 {
  clear: none; }
  div.cell.grid-1-2.newline,
  div.dataview div.grid-1-2.newline,
  form.quixote div.grid-1-2.newline {
    clear: both; }

div.grid-1-2 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 50%; }
  @media screen and (max-width: 400px) {
    div.grid-1-2 {
      width: 100%; } }
  div.grid-1-2 textarea, div.grid-1-2 select, div.grid-1-2 input[type=text], div.grid-1-2 input[type=password], div.grid-1-2 input[type=email] {
    width: 100%; }

form div.grid-1-2 + h3,
form div.grid-1-2 + h4,
form div.grid-1-2 + p,
form div.grid-1-2 + div {
  clear: both; }

div.cell.grid-2-2,
div.dataview div.grid-2-2,
form.quixote div.grid-2-2 {
  clear: none; }
  div.cell.grid-2-2.newline,
  div.dataview div.grid-2-2.newline,
  form.quixote div.grid-2-2.newline {
    clear: both; }

div.grid-2-2 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 100%; }
  @media screen and (max-width: 400px) {
    div.grid-2-2 {
      width: 100%; } }
  div.grid-2-2 textarea, div.grid-2-2 select, div.grid-2-2 input[type=text], div.grid-2-2 input[type=password], div.grid-2-2 input[type=email] {
    width: 100%; }

form div.grid-2-2 + h3,
form div.grid-2-2 + h4,
form div.grid-2-2 + p,
form div.grid-2-2 + div {
  clear: both; }

div.cell.grid-1-3,
div.dataview div.grid-1-3,
form.quixote div.grid-1-3 {
  clear: none; }
  div.cell.grid-1-3.newline,
  div.dataview div.grid-1-3.newline,
  form.quixote div.grid-1-3.newline {
    clear: both; }

div.grid-1-3 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 33.3333333333%; }
  @media screen and (max-width: 400px) {
    div.grid-1-3 {
      width: 100%; } }
  div.grid-1-3 textarea, div.grid-1-3 select, div.grid-1-3 input[type=text], div.grid-1-3 input[type=password], div.grid-1-3 input[type=email] {
    width: 100%; }

form div.grid-1-3 + h3,
form div.grid-1-3 + h4,
form div.grid-1-3 + p,
form div.grid-1-3 + div {
  clear: both; }

div.cell.grid-2-3,
div.dataview div.grid-2-3,
form.quixote div.grid-2-3 {
  clear: none; }
  div.cell.grid-2-3.newline,
  div.dataview div.grid-2-3.newline,
  form.quixote div.grid-2-3.newline {
    clear: both; }

div.grid-2-3 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 66.6666666667%; }
  @media screen and (max-width: 400px) {
    div.grid-2-3 {
      width: 100%; } }
  div.grid-2-3 textarea, div.grid-2-3 select, div.grid-2-3 input[type=text], div.grid-2-3 input[type=password], div.grid-2-3 input[type=email] {
    width: 100%; }

form div.grid-2-3 + h3,
form div.grid-2-3 + h4,
form div.grid-2-3 + p,
form div.grid-2-3 + div {
  clear: both; }

div.cell.grid-3-3,
div.dataview div.grid-3-3,
form.quixote div.grid-3-3 {
  clear: none; }
  div.cell.grid-3-3.newline,
  div.dataview div.grid-3-3.newline,
  form.quixote div.grid-3-3.newline {
    clear: both; }

div.grid-3-3 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 100%; }
  @media screen and (max-width: 400px) {
    div.grid-3-3 {
      width: 100%; } }
  div.grid-3-3 textarea, div.grid-3-3 select, div.grid-3-3 input[type=text], div.grid-3-3 input[type=password], div.grid-3-3 input[type=email] {
    width: 100%; }

form div.grid-3-3 + h3,
form div.grid-3-3 + h4,
form div.grid-3-3 + p,
form div.grid-3-3 + div {
  clear: both; }

div.cell.grid-1-4,
div.dataview div.grid-1-4,
form.quixote div.grid-1-4 {
  clear: none; }
  div.cell.grid-1-4.newline,
  div.dataview div.grid-1-4.newline,
  form.quixote div.grid-1-4.newline {
    clear: both; }

div.grid-1-4 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 25%; }
  @media screen and (max-width: 760px) {
    div.grid-1-4 {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    div.grid-1-4 {
      width: 100%; } }
  div.grid-1-4 textarea, div.grid-1-4 select, div.grid-1-4 input[type=text], div.grid-1-4 input[type=password], div.grid-1-4 input[type=email] {
    width: 100%; }

form div.grid-1-4 + h3,
form div.grid-1-4 + h4,
form div.grid-1-4 + p,
form div.grid-1-4 + div {
  clear: both; }

div.cell.grid-2-4,
div.dataview div.grid-2-4,
form.quixote div.grid-2-4 {
  clear: none; }
  div.cell.grid-2-4.newline,
  div.dataview div.grid-2-4.newline,
  form.quixote div.grid-2-4.newline {
    clear: both; }

div.grid-2-4 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 50%; }
  @media screen and (max-width: 760px) {
    div.grid-2-4 {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    div.grid-2-4 {
      width: 100%; } }
  div.grid-2-4 textarea, div.grid-2-4 select, div.grid-2-4 input[type=text], div.grid-2-4 input[type=password], div.grid-2-4 input[type=email] {
    width: 100%; }

form div.grid-2-4 + h3,
form div.grid-2-4 + h4,
form div.grid-2-4 + p,
form div.grid-2-4 + div {
  clear: both; }

div.cell.grid-3-4,
div.dataview div.grid-3-4,
form.quixote div.grid-3-4 {
  clear: none; }
  div.cell.grid-3-4.newline,
  div.dataview div.grid-3-4.newline,
  form.quixote div.grid-3-4.newline {
    clear: both; }

div.grid-3-4 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 75%; }
  @media screen and (max-width: 760px) {
    div.grid-3-4 {
      width: 100%; } }
  @media screen and (max-width: 400px) {
    div.grid-3-4 {
      width: 100%; } }
  div.grid-3-4 textarea, div.grid-3-4 select, div.grid-3-4 input[type=text], div.grid-3-4 input[type=password], div.grid-3-4 input[type=email] {
    width: 100%; }

form div.grid-3-4 + h3,
form div.grid-3-4 + h4,
form div.grid-3-4 + p,
form div.grid-3-4 + div {
  clear: both; }

div.cell.grid-4-4,
div.dataview div.grid-4-4,
form.quixote div.grid-4-4 {
  clear: none; }
  div.cell.grid-4-4.newline,
  div.dataview div.grid-4-4.newline,
  form.quixote div.grid-4-4.newline {
    clear: both; }

div.grid-4-4 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 100%; }
  @media screen and (max-width: 760px) {
    div.grid-4-4 {
      width: 100%; } }
  @media screen and (max-width: 400px) {
    div.grid-4-4 {
      width: 100%; } }
  div.grid-4-4 textarea, div.grid-4-4 select, div.grid-4-4 input[type=text], div.grid-4-4 input[type=password], div.grid-4-4 input[type=email] {
    width: 100%; }

form div.grid-4-4 + h3,
form div.grid-4-4 + h4,
form div.grid-4-4 + p,
form div.grid-4-4 + div {
  clear: both; }

div.cell.grid-1-6,
div.dataview div.grid-1-6,
form.quixote div.grid-1-6 {
  clear: none; }
  div.cell.grid-1-6.newline,
  div.dataview div.grid-1-6.newline,
  form.quixote div.grid-1-6.newline {
    clear: both; }

div.grid-1-6 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 16.6666666667%; }
  @media screen and (max-width: 760px) {
    div.grid-1-6 {
      width: 33.3333333333%; } }
  @media screen and (max-width: 400px) {
    div.grid-1-6 {
      width: 100%; } }
  div.grid-1-6 textarea, div.grid-1-6 select, div.grid-1-6 input[type=text], div.grid-1-6 input[type=password], div.grid-1-6 input[type=email] {
    width: 100%; }

form div.grid-1-6 + h3,
form div.grid-1-6 + h4,
form div.grid-1-6 + p,
form div.grid-1-6 + div {
  clear: both; }

div.cell.grid-2-6,
div.dataview div.grid-2-6,
form.quixote div.grid-2-6 {
  clear: none; }
  div.cell.grid-2-6.newline,
  div.dataview div.grid-2-6.newline,
  form.quixote div.grid-2-6.newline {
    clear: both; }

div.grid-2-6 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 33.3333333333%; }
  @media screen and (max-width: 760px) {
    div.grid-2-6 {
      width: 33.3333333333%; } }
  @media screen and (max-width: 400px) {
    div.grid-2-6 {
      width: 100%; } }
  div.grid-2-6 textarea, div.grid-2-6 select, div.grid-2-6 input[type=text], div.grid-2-6 input[type=password], div.grid-2-6 input[type=email] {
    width: 100%; }

form div.grid-2-6 + h3,
form div.grid-2-6 + h4,
form div.grid-2-6 + p,
form div.grid-2-6 + div {
  clear: both; }

div.cell.grid-3-6,
div.dataview div.grid-3-6,
form.quixote div.grid-3-6 {
  clear: none; }
  div.cell.grid-3-6.newline,
  div.dataview div.grid-3-6.newline,
  form.quixote div.grid-3-6.newline {
    clear: both; }

div.grid-3-6 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 50%; }
  @media screen and (max-width: 760px) {
    div.grid-3-6 {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    div.grid-3-6 {
      width: 100%; } }
  div.grid-3-6 textarea, div.grid-3-6 select, div.grid-3-6 input[type=text], div.grid-3-6 input[type=password], div.grid-3-6 input[type=email] {
    width: 100%; }

form div.grid-3-6 + h3,
form div.grid-3-6 + h4,
form div.grid-3-6 + p,
form div.grid-3-6 + div {
  clear: both; }

div.cell.grid-4-6,
div.dataview div.grid-4-6,
form.quixote div.grid-4-6 {
  clear: none; }
  div.cell.grid-4-6.newline,
  div.dataview div.grid-4-6.newline,
  form.quixote div.grid-4-6.newline {
    clear: both; }

div.grid-4-6 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 66.6666666667%; }
  @media screen and (max-width: 760px) {
    div.grid-4-6 {
      width: 66.6666666667%; } }
  @media screen and (max-width: 400px) {
    div.grid-4-6 {
      width: 100%; } }
  div.grid-4-6 textarea, div.grid-4-6 select, div.grid-4-6 input[type=text], div.grid-4-6 input[type=password], div.grid-4-6 input[type=email] {
    width: 100%; }

form div.grid-4-6 + h3,
form div.grid-4-6 + h4,
form div.grid-4-6 + p,
form div.grid-4-6 + div {
  clear: both; }

div.cell.grid-5-6,
div.dataview div.grid-5-6,
form.quixote div.grid-5-6 {
  clear: none; }
  div.cell.grid-5-6.newline,
  div.dataview div.grid-5-6.newline,
  form.quixote div.grid-5-6.newline {
    clear: both; }

div.grid-5-6 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 83.3333333333%; }
  @media screen and (max-width: 760px) {
    div.grid-5-6 {
      width: 66.6666666667%; } }
  @media screen and (max-width: 400px) {
    div.grid-5-6 {
      width: 100%; } }
  div.grid-5-6 textarea, div.grid-5-6 select, div.grid-5-6 input[type=text], div.grid-5-6 input[type=password], div.grid-5-6 input[type=email] {
    width: 100%; }

form div.grid-5-6 + h3,
form div.grid-5-6 + h4,
form div.grid-5-6 + p,
form div.grid-5-6 + div {
  clear: both; }

div.cell.grid-6-6,
div.dataview div.grid-6-6,
form.quixote div.grid-6-6 {
  clear: none; }
  div.cell.grid-6-6.newline,
  div.dataview div.grid-6-6.newline,
  form.quixote div.grid-6-6.newline {
    clear: both; }

div.grid-6-6 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 100%; }
  @media screen and (max-width: 760px) {
    div.grid-6-6 {
      width: 100%; } }
  @media screen and (max-width: 400px) {
    div.grid-6-6 {
      width: 100%; } }
  div.grid-6-6 textarea, div.grid-6-6 select, div.grid-6-6 input[type=text], div.grid-6-6 input[type=password], div.grid-6-6 input[type=email] {
    width: 100%; }

form div.grid-6-6 + h3,
form div.grid-6-6 + h4,
form div.grid-6-6 + p,
form div.grid-6-6 + div {
  clear: both; }

div.cell.grid-1-12,
div.dataview div.grid-1-12,
form.quixote div.grid-1-12 {
  clear: none; }
  div.cell.grid-1-12.newline,
  div.dataview div.grid-1-12.newline,
  form.quixote div.grid-1-12.newline {
    clear: both; }

div.grid-1-12 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 8.3333333333%; }
  @media screen and (max-width: 760px) {
    div.grid-1-12 {
      width: 33.3333333333%; } }
  @media screen and (max-width: 400px) {
    div.grid-1-12 {
      width: 100%; } }
  div.grid-1-12 textarea, div.grid-1-12 select, div.grid-1-12 input[type=text], div.grid-1-12 input[type=password], div.grid-1-12 input[type=email] {
    width: 100%; }

form div.grid-1-12 + h3,
form div.grid-1-12 + h4,
form div.grid-1-12 + p,
form div.grid-1-12 + div {
  clear: both; }

div.cell.grid-2-12,
div.dataview div.grid-2-12,
form.quixote div.grid-2-12 {
  clear: none; }
  div.cell.grid-2-12.newline,
  div.dataview div.grid-2-12.newline,
  form.quixote div.grid-2-12.newline {
    clear: both; }

div.grid-2-12 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 16.6666666667%; }
  @media screen and (max-width: 760px) {
    div.grid-2-12 {
      width: 33.3333333333%; } }
  @media screen and (max-width: 400px) {
    div.grid-2-12 {
      width: 100%; } }
  div.grid-2-12 textarea, div.grid-2-12 select, div.grid-2-12 input[type=text], div.grid-2-12 input[type=password], div.grid-2-12 input[type=email] {
    width: 100%; }

form div.grid-2-12 + h3,
form div.grid-2-12 + h4,
form div.grid-2-12 + p,
form div.grid-2-12 + div {
  clear: both; }

div.cell.grid-3-12,
div.dataview div.grid-3-12,
form.quixote div.grid-3-12 {
  clear: none; }
  div.cell.grid-3-12.newline,
  div.dataview div.grid-3-12.newline,
  form.quixote div.grid-3-12.newline {
    clear: both; }

div.grid-3-12 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 25%; }
  @media screen and (max-width: 760px) {
    div.grid-3-12 {
      width: 33.3333333333%; } }
  @media screen and (max-width: 400px) {
    div.grid-3-12 {
      width: 100%; } }
  div.grid-3-12 textarea, div.grid-3-12 select, div.grid-3-12 input[type=text], div.grid-3-12 input[type=password], div.grid-3-12 input[type=email] {
    width: 100%; }

form div.grid-3-12 + h3,
form div.grid-3-12 + h4,
form div.grid-3-12 + p,
form div.grid-3-12 + div {
  clear: both; }

div.cell.grid-4-12,
div.dataview div.grid-4-12,
form.quixote div.grid-4-12 {
  clear: none; }
  div.cell.grid-4-12.newline,
  div.dataview div.grid-4-12.newline,
  form.quixote div.grid-4-12.newline {
    clear: both; }

div.grid-4-12 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 33.3333333333%; }
  @media screen and (max-width: 760px) {
    div.grid-4-12 {
      width: 33.3333333333%; } }
  @media screen and (max-width: 400px) {
    div.grid-4-12 {
      width: 100%; } }
  div.grid-4-12 textarea, div.grid-4-12 select, div.grid-4-12 input[type=text], div.grid-4-12 input[type=password], div.grid-4-12 input[type=email] {
    width: 100%; }

form div.grid-4-12 + h3,
form div.grid-4-12 + h4,
form div.grid-4-12 + p,
form div.grid-4-12 + div {
  clear: both; }

div.cell.grid-5-12,
div.dataview div.grid-5-12,
form.quixote div.grid-5-12 {
  clear: none; }
  div.cell.grid-5-12.newline,
  div.dataview div.grid-5-12.newline,
  form.quixote div.grid-5-12.newline {
    clear: both; }

div.grid-5-12 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 41.6666666667%; }
  @media screen and (max-width: 760px) {
    div.grid-5-12 {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    div.grid-5-12 {
      width: 100%; } }
  div.grid-5-12 textarea, div.grid-5-12 select, div.grid-5-12 input[type=text], div.grid-5-12 input[type=password], div.grid-5-12 input[type=email] {
    width: 100%; }

form div.grid-5-12 + h3,
form div.grid-5-12 + h4,
form div.grid-5-12 + p,
form div.grid-5-12 + div {
  clear: both; }

div.cell.grid-6-12,
div.dataview div.grid-6-12,
form.quixote div.grid-6-12 {
  clear: none; }
  div.cell.grid-6-12.newline,
  div.dataview div.grid-6-12.newline,
  form.quixote div.grid-6-12.newline {
    clear: both; }

div.grid-6-12 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 50%; }
  @media screen and (max-width: 760px) {
    div.grid-6-12 {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    div.grid-6-12 {
      width: 100%; } }
  div.grid-6-12 textarea, div.grid-6-12 select, div.grid-6-12 input[type=text], div.grid-6-12 input[type=password], div.grid-6-12 input[type=email] {
    width: 100%; }

form div.grid-6-12 + h3,
form div.grid-6-12 + h4,
form div.grid-6-12 + p,
form div.grid-6-12 + div {
  clear: both; }

div.cell.grid-7-12,
div.dataview div.grid-7-12,
form.quixote div.grid-7-12 {
  clear: none; }
  div.cell.grid-7-12.newline,
  div.dataview div.grid-7-12.newline,
  form.quixote div.grid-7-12.newline {
    clear: both; }

div.grid-7-12 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 58.3333333333%; }
  @media screen and (max-width: 760px) {
    div.grid-7-12 {
      width: 50%; } }
  @media screen and (max-width: 400px) {
    div.grid-7-12 {
      width: 100%; } }
  div.grid-7-12 textarea, div.grid-7-12 select, div.grid-7-12 input[type=text], div.grid-7-12 input[type=password], div.grid-7-12 input[type=email] {
    width: 100%; }

form div.grid-7-12 + h3,
form div.grid-7-12 + h4,
form div.grid-7-12 + p,
form div.grid-7-12 + div {
  clear: both; }

div.cell.grid-8-12,
div.dataview div.grid-8-12,
form.quixote div.grid-8-12 {
  clear: none; }
  div.cell.grid-8-12.newline,
  div.dataview div.grid-8-12.newline,
  form.quixote div.grid-8-12.newline {
    clear: both; }

div.grid-8-12 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 66.6666666667%; }
  @media screen and (max-width: 760px) {
    div.grid-8-12 {
      width: 66.6666666667%; } }
  @media screen and (max-width: 400px) {
    div.grid-8-12 {
      width: 100%; } }
  div.grid-8-12 textarea, div.grid-8-12 select, div.grid-8-12 input[type=text], div.grid-8-12 input[type=password], div.grid-8-12 input[type=email] {
    width: 100%; }

form div.grid-8-12 + h3,
form div.grid-8-12 + h4,
form div.grid-8-12 + p,
form div.grid-8-12 + div {
  clear: both; }

div.cell.grid-9-12,
div.dataview div.grid-9-12,
form.quixote div.grid-9-12 {
  clear: none; }
  div.cell.grid-9-12.newline,
  div.dataview div.grid-9-12.newline,
  form.quixote div.grid-9-12.newline {
    clear: both; }

div.grid-9-12 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 75%; }
  @media screen and (max-width: 760px) {
    div.grid-9-12 {
      width: 66.6666666667%; } }
  @media screen and (max-width: 400px) {
    div.grid-9-12 {
      width: 100%; } }
  div.grid-9-12 textarea, div.grid-9-12 select, div.grid-9-12 input[type=text], div.grid-9-12 input[type=password], div.grid-9-12 input[type=email] {
    width: 100%; }

form div.grid-9-12 + h3,
form div.grid-9-12 + h4,
form div.grid-9-12 + p,
form div.grid-9-12 + div {
  clear: both; }

div.cell.grid-10-12,
div.dataview div.grid-10-12,
form.quixote div.grid-10-12 {
  clear: none; }
  div.cell.grid-10-12.newline,
  div.dataview div.grid-10-12.newline,
  form.quixote div.grid-10-12.newline {
    clear: both; }

div.grid-10-12 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 83.3333333333%; }
  @media screen and (max-width: 760px) {
    div.grid-10-12 {
      width: 66.6666666667%; } }
  @media screen and (max-width: 400px) {
    div.grid-10-12 {
      width: 100%; } }
  div.grid-10-12 textarea, div.grid-10-12 select, div.grid-10-12 input[type=text], div.grid-10-12 input[type=password], div.grid-10-12 input[type=email] {
    width: 100%; }

form div.grid-10-12 + h3,
form div.grid-10-12 + h4,
form div.grid-10-12 + p,
form div.grid-10-12 + div {
  clear: both; }

div.cell.grid-11-12,
div.dataview div.grid-11-12,
form.quixote div.grid-11-12 {
  clear: none; }
  div.cell.grid-11-12.newline,
  div.dataview div.grid-11-12.newline,
  form.quixote div.grid-11-12.newline {
    clear: both; }

div.grid-11-12 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 91.6666666667%; }
  @media screen and (max-width: 760px) {
    div.grid-11-12 {
      width: 66.6666666667%; } }
  @media screen and (max-width: 400px) {
    div.grid-11-12 {
      width: 100%; } }
  div.grid-11-12 textarea, div.grid-11-12 select, div.grid-11-12 input[type=text], div.grid-11-12 input[type=password], div.grid-11-12 input[type=email] {
    width: 100%; }

form div.grid-11-12 + h3,
form div.grid-11-12 + h4,
form div.grid-11-12 + p,
form div.grid-11-12 + div {
  clear: both; }

div.cell.grid-12-12,
div.dataview div.grid-12-12,
form.quixote div.grid-12-12 {
  clear: none; }
  div.cell.grid-12-12.newline,
  div.dataview div.grid-12-12.newline,
  form.quixote div.grid-12-12.newline {
    clear: both; }

div.grid-12-12 {
  float: left;
  box-sizing: border-box;
  padding-right: 1em;
  width: 100%; }
  @media screen and (max-width: 760px) {
    div.grid-12-12 {
      width: 100%; } }
  @media screen and (max-width: 400px) {
    div.grid-12-12 {
      width: 100%; } }
  div.grid-12-12 textarea, div.grid-12-12 select, div.grid-12-12 input[type=text], div.grid-12-12 input[type=password], div.grid-12-12 input[type=email] {
    width: 100%; }

form div.grid-12-12 + h3,
form div.grid-12-12 + h4,
form div.grid-12-12 + p,
form div.grid-12-12 + div {
  clear: both; }

form div[class*=grid-] span.select2-selection,
form div[class*=grid-] div.select2-container {
  width: 100% !important; }

/* COLORS */
/* birthday special colours */
html {
  --primary-color: #fe73b6;
  --primary-light-color: #ffd8eb;
  --primary-dark-color: #fd0e81;
  --secondary-color: #018901;
  --body-background: white;
  --body-color: #333;
  --body-color-smooth: #666;
  --body-color-very-smooth: #ccc;
  --body-color-strong: black;
  --nav-background: #3a3a3a;
  --nav-color: #e8e8e8;
  --logo: url(../img/logo-panik-500-gray.png);
  --waveform-normal: rgba(10, 10, 10, 0.8);
  --waveform-done: linear-gradient(to top, #3A3A3A 0%, #858585 80%); }

@media (prefers-color-scheme: dark) {
  html {
    --primary-color: #fe73b6;
    --secondary-color: #018901;
    --body-background: #101010;
    --body-color: #f0f0f0;
    --body-color-smooth: #ccc;
    --body-color-very-smooth: #aaa;
    --body-color-strong: #fff;
    --nav-background: #050505;
    --nav-color: #e8e8e8;
    --logo: url(../img/logo-panik-500-invert-transparent.png);
    --waveform-normal: #eee;
    --waveform-done: linear-gradient(to top, #3A3A3A 0%, #858585 80%); } }

/****************************************************/
/* FONTS */
.date, .dateBloc {
  font-family: "RegloCondensed";
  text-transform: uppercase; }

.inline .date, .resume .date {
  text-align: center; }

.dateBloc {
  width: 4em;
  text-align: center; }

.dateBloc {
  display: inline-block; }

.dateBloc * {
  line-height: 100%; }

.dateBloc .day {
  font-size: 1.8em; }

.dateBloc .number {
  font-size: 1.8em; }

.dateBloc .month {
  font-size: 0.8em; }

.dateBloc .time {
  font-size: 1.2em;
  margin: 0.2em 0; }

.dateBloc.small {
  font-size: 80%; }

.date.smooth {
  text-transform: none;
  font-size: 100%;
  font-weight: normal; }

.tabs .ui-tabs-nav {
  font-family: "RegloCondensed";
  text-transform: uppercase; }

.legend {
  font-family: "RegloCondensed";
  font-size: 1.2em;
  border-bottom: 3px solid var(--body-color-strong);
  padding: 0.2em 0 0.2em 0;
  margin: 0.2em 0 0.2em 0; }

#Main .sectionLabel {
  margin-bottom: 1em; }

.sectionLabel, .label {
  text-transform: uppercase;
  font-family: "RegloCondensed";
  font-size: 1.3em; }

.rightPart .right.sectionLabel {
  text-transform: none;
  border-bottom: 1px solid black;
  padding-bottom: 3px; }

.section-title {
  display: flex;
  justify-content: space-between; }
  .section-title--main {
    flex: 1; }

h2.focus-title,
.focus-title h2,
.focus-title h3 {
  color: var(--secondary-color); }

strong.title {
  display: block;
  text-transform: none;
  line-height: 130%;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0; }

.episode.standalone strong.title {
  display: inline-block; }

.rightPart #search-form {
  text-align: right;
  margin-bottom: 2em;
  padding-top: 0; }

.label.relative {
  background-color: black;
  position: absolute;
  left: 10px;
  top: -5px;
  color: white;
  padding: 5px 7px 0px 7px; }

ul.list > li {
  border-bottom: 1px solid var(--body-color-very-smooth); }

/****************************************************/
/* WRAPPER */
/****************************************************/
.wrapper {
  max-width: 1560px;
  padding: 0 1%; }

.wrapper.text {
  max-width: 780px;
  margin: auto; }

.wrapper .rightPart {
  margin-top: 1em; }

@media screen and (min-width: 760px) {
  #player-container.fixed {
    position: fixed;
    top: 60px;
    width: calc(0% + 235px); }
  .wrapper .rightPart {
    margin-top: 0; }
  .wrapper.navigation .leftPart {
    width: 60%; }
  .wrapper.navigation .rightPart {
    width: 35%; }
  .wrapper .leftPart {
    float: left; }
  .wrapper .rightPart {
    float: right; }
  #specialHome {
    padding-left: 0; }
  .intro {
    padding-top: 0px;
    padding-bottom: 40px; } }

button.control, button.symbol {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0; }

nav.menu {
  width: 100%;
  text-align: justify;
  text-justify: distribute-all-lines; }

nav.menu li {
  display: inline-block;
  margin-right: 2em; }

button.tag, a.tag {
  font-size: 0.9em;
  background: white;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #CCC !important;
  color: #342E2E;
  margin: 0.2em;
  padding: 0.3em;
  border-radius: 0.7em; }

button.check, a.check {
  font-size: 0.9em;
  text-transform: none;
  display: inline-block;
  margin: 0.2em;
  padding: 0.3em; }

.category {
  font-weight: 700;
  text-transform: uppercase; }

button.check:before, a.check:before {
  display: inline-block;
  width: 1.5em; }

.ui-tooltip {
  border: 1px solid white;
  position: absolute;
  margin: 0;
  padding: 0.5em;
  background: #222;
  color: white;
  z-index: 9999;
  max-width: 50%;
  background: white;
  color: #222;
  border-color: #222; }

/****************************************************/
/**** BODY ****/
/****************************************************/
body {
  background: var(--body-background);
  color: var(--body-color); }

/****************************************************/
/**** metaNAV ****/
/****************************************************/
#metaNav {
  color: var(--nav-color);
  background-color: var(--nav-background);
  position: fixed;
  z-index: 1000;
  top: 0px;
  width: 100%;
  font-size: 90%;
  height: 3em;
  overflow: hidden; }

.nav--links li {
  float: left;
  padding: 0 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.nav--links a {
  height: 3em;
  line-height: 3em;
  display: block; }

.nav--links span {
  display: inline-block; }

.nav--links span.nav-icon {
  display: none; }

#metaNav ul li#nav-language a {
  cursor: pointer;
  height: 3em;
  line-height: 3em;
  display: inline-block; }

#metaNav ul li#nav-language a.lang-on {
  color: white; }

#metaNav a:focus, #metaNav a:hover {
  opacity: 0.8; }

#metaNav ul li.active, #metaNav ul li.active a {
  color: white; }

#metaNav li#nav-search {
  float: right; }
  #metaNav li#nav-search a {
    display: inline; }
  #metaNav li#nav-search form {
    display: inline-block;
    padding-top: 0.2em; }
  #metaNav li#nav-search input {
    background: transparent;
    font-weight: bold;
    border: none;
    color: #FFFFFF;
    border-bottom: 1px solid #ececec;
    width: 10em; }
    #metaNav li#nav-search input:focus {
      outline: none; }

#metaNav li.nav--burger {
  display: none; }

.icon-rss {
  color: orange; }
  .icon-rss::before {
    font-family: FontAwesome;
    content: "\f09e"; }

@media screen and (max-width: 760px) {
  #metaNav {
    overflow: visible; }
  #bg-title {
    display: none; }
  #metaNav ul.nav--links {
    display: flex; }
  #metaNav ul li {
    display: none;
    float: none; }
  #metaNav ul li.nav--home {
    flex: 1; }
  #metaNav ul li.nav--home,
  #metaNav ul li.nav--burger,
  #metaNav ul li#nav-language {
    display: inline-block; }
  #metaNav ul li {
    padding: 0; }
  #metaNav ul li a {
    padding: 0 1em; }
  .nav--links form {
    display: none !important; }
  #metaNav ul li#nav-language {
    padding: 0.2em 0 0 1em; }
  div#Changing {
    margin: 0 5px; }
  #metaNav ul li.nav--burger {
    margin-left: 1em;
    margin-right: 0.8em; } }

@media screen and (max-width: 400px) {
  #metaNav ul li#nav-language {
    padding: 0.2em 0 0 1ex; }
  #metaNav ul li a {
    padding: 0 0.8em; } }

button#opener {
  cursor: pointer;
  background: none;
  border: none;
  display: block;
  z-index: 200;
  position: relative;
  width: calc(20px + 7px);
  height: 3em;
  line-height: 3em;
  padding: 0;
  margin: 0;
  background: transparent;
  transition: all 0.25s ease;
  border: 0; }
  button#opener .icon-bar {
    position: absolute;
    left: 17%;
    width: 66%;
    margin: 0;
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
    transition: all 0.25s ease; }
  button#opener .icon-bar-1 {
    top: 33%; }
  button#opener .icon-bar-2 {
    top: 50%; }
  button#opener .icon-bar-3 {
    top: 67%; }
  button#opener.toggled .icon-bar-1 {
    top: 50%;
    transform: rotate(45deg); }
  button#opener.toggled .icon-bar-2 {
    opacity: 0; }
  button#opener.toggled .icon-bar-3 {
    top: 50%;
    transform: rotate(-45deg); }

#extra-menu {
  position: absolute;
  display: none;
  box-sizing: border-box;
  background: var(--nav-background) url(../img/logo-panik-500-invert-transparent.png) bottom center no-repeat;
  background-size: 50vw;
  left: 0;
  right: 0px;
  top: 3em;
  width: 100vw;
  height: calc(100vh - 3em - 69px);
  z-index: 10000;
  padding: 1em; }
  #extra-menu ul {
    display: flex;
    flex-wrap: wrap; }
  #extra-menu ul li {
    display: block;
    width: 45vw;
    line-height: 1.5em;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center; }
    #extra-menu ul li .nav-icon {
      display: none; }
    #extra-menu ul li a {
      display: block;
      padding: 1em 0; }
  #extra-menu form {
    margin-top: 2em;
    padding: 1em;
    display: flex;
    font-size: 120%; }
    #extra-menu form span {
      padding: 1em; }
    #extra-menu form input {
      padding: 1em;
      flex: 1; }

/****************************************************/
/**** Commons ****/
/****************************************************/
.audio button {
  font-size: 2rem;
  color: var(--primary-color) !important; }
  .audio button::before {
    font-family: Symbols; }
  .audio button.icon-share::before {
    font-family: FontAwesome; }

.extra-soundfiles .audio button,
.sound.small .audio button {
  font-size: 1.25rem; }

/****************************************************/
/**** HEADER ****/
/****************************************************/
/* PANIK LOGO */
#Commons {
  position: relative;
  z-index: 5; }

#mainHeader {
  padding-bottom: 1em; }

#mainHeader {
  font-size: 70%; }

#mainHeader * {
  color: black !important;
  line-height: 1em; }

#Panik img {
  display: block;
  margin: auto;
  max-height: 200px; }

#mainHeader h1 {
  padding-left: 75px; }

#player-container {
  min-width: 240px; }

#Changing h1.top a:hover {
  opacity: 1.0; }

@media screen and (max-width: 760px) {
  #All h1.top {
    font-size: 60px;
    padding: 0;
    padding-top: 10px;
    text-align: center; }
  #specialHome .leftPart h1.top {
    display: none; }
  #specialHome .leftPart h2 {
    padding-top: 10px;
    text-align: center; } }

@media screen and (min-width: 760px) {
  #Commons {
    float: left;
    width: 20%;
    width: calc(0% + 240px); }
  #Changing {
    position: relative;
    float: right;
    width: 78%;
    width: calc(100% - 280px); }
  #All h1.top {
    font-size: 120px;
    font-family: RegloScale;
    text-transform: uppercase;
    padding-left: 0;
    padding-top: 2rem;
    padding-bottom: 0; }
  #metaNav {
    padding-top: 2px; }
  #metaNav .nav-icon {
    display: none; }
    #metaNav .nav-icon.icon-search {
      display: inline-block; }
  ul#ticker {
    margin-bottom: 10px; }
  #News .news.wrapper {
    padding: 0; }
  #News .news.wrapper li a {
    margin-left: 0;
    padding-left: 0; }
  #Nav header.marged,
  #Main > .marged {
    margin: 0; }
  #Main > .wrapper,
  #Main > .soundfiles > .wrapper,
  #Main > .news > .wrapper,
  #Nav > .wrapper {
    padding-left: 0; }
  #All #Nav nav ul {
    margin-top: 0; }
  div.program.padded {
    padding-top: 0;
    padding-left: 0; }
  div.program.padded {
    padding-top: 1.5em; }
  #fiber-content h2.title {
    margin-top: 0;
    padding-top: 0; } }

#Related .wrapper,
#Related .padded {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0; }

@media screen and (max-width: 760px) {
  #Related .wrapper {
    padding-top: 1em; }
  #Related .padded {
    padding-right: 0; } }

#backgroundBox {
  background: transparent center top -2px no-repeat var(--logo);
  background-size: 180px; }

#All #backgroundBox h1.top {
  font-size: 50px;
  padding-left: 10px;
  width: 200%; }

#backgroundBox h1 {
  color: var(--primary-color) !important; }

#All h1.top#radiopanik {
  padding-top: 0;
  color: black !important;
  padding-bottom: 30px;
  height: 130px; }

#All #backgroundBox h1 {
  visibility: hidden; }

#specialHome div.rightPart h1,
div.focus {
  color: var(--secondary-color); }

h1.top#frequence {
  color: var(--primary-color); }

/****************************************************/
/****  SCREEN NAV ****/
#Nav nav {
  padding: 0.1em; }

#Nav input {
  color: #333; }

#Nav, .menu-horizontal {
  font-weight: bold;
  font-size: 100%;
  text-transform: uppercase; }
  #Nav ul, .menu-horizontal ul {
    margin: 0 0 1em 0;
    padding: 0; }
  #Nav li, .menu-horizontal li {
    display: inline;
    padding-right: 1em; }
    #Nav li a, .menu-horizontal li a {
      display: inline-block; }
  #Nav ul li button,
  #Nav ul li a, .menu-horizontal ul li button,
  .menu-horizontal ul li a {
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: transparent; }
  #Nav .selected a,
  #Nav ul li.current a, #Nav ul li.selected a, #Nav ul a.active, #Nav button.active, .menu-horizontal .selected a,
  .menu-horizontal ul li.current a, .menu-horizontal ul li.selected a, .menu-horizontal ul a.active, .menu-horizontal button.active {
    border-color: var(--body-color); }

#Nav nav {
  margin: 0; }

#specialHome h2,
#Nav h2 {
  margin: 0;
  padding: 0; }

#specialHome h2.bg-title {
  padding-bottom: 1rem; }

#roller {
  display: flex;
  justify-content: space-between; }

.menu-vertical {
  font-size: 150%; }
  .menu-vertical ul.menu {
    border-bottom: 2px solid var(--body-color); }
  .menu-vertical li, .menu-vertical li a {
    display: block; }
  .menu-vertical ul {
    padding: 0.5em; }
  .menu-vertical li a {
    padding: 0.5em; }
  .menu-vertical .selected > a,
  .menu-vertical .current {
    font-weight: bold; }

/****************************************************/
/**** PLAYER ****/
/****************************************************/
#player-container,
#player-container * {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important; }

#player-container .metas, #player-container img {
  border-color: #fff; }

#player-container .padded {
  padding: 0.3em; }

#player-container .metas {
  float: right; }

#LiveStreamController {
  display: inline !important; }

#chatSymbol,
#streamSymbol {
  font-size: 3em;
  float: left;
  margin-right: 5px;
  position: relative;
  z-index: 10;
  top: -6px; }

#CurrentlyPlaying {
  padding: 0 0 0 0; }

#Player button::hover {
  opacity: 0.5; }

#localList button.playPause,
#streamSymbol {
  font-family: Symbols; }
  #localList button.playPause::after,
  #streamSymbol::after {
    content: "";
    border: 2px solid transparent;
    border-radius: 100%;
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px; }
  #localList button.playPause.icon-stop::after, #localList button.playPause.icon-pause::after,
  #streamSymbol.icon-stop::after,
  #streamSymbol.icon-pause::after {
    animation: rotating-border 2s 1; }
  #localList button.playPause:hover,
  #streamSymbol:hover {
    opacity: 0.5; }

#streamSymbol:focus-visible {
  outline: none; }
  #streamSymbol:focus-visible::after {
    border-color: var(--secondary-color); }

@keyframes rotating-border {
  0% {
    border-left-color: var(--primary-dark-color);
    transform: rotate(0deg); }
  99% {
    border-left-color: var(--primary-dark-color);
    transform: rotate(360deg); }
  100% {
    border-left-color: transparent; } }

#Live a::before {
  font-family: Symbols; }

#Player.withPlaylist #player-container #Playlist {
  border-top: 2px solid black; }

#Player.withPlaylist #player-container #Playlist {
  margin-top: 1em;
  padding-top: 1em; }

#player-container #myPlaylist {
  clear: both;
  padding: 1em 0 0 0;
  height: auto; }

#player-container #myPlaylist a {
  margin-right: 30px;
  white-space: normal;
  padding-bottom: 1ex; }

#player-container.minimized {
  width: auto;
  border-width: 0px 2px 2px 0 !important;
  border-bottom-right-radius: 1em; }

/*Playlist*/
#Playlist #playlistLabel {
  float: right; }

#Playlist .playListControls button {
  margin-right: 0.5em;
  display: inline-block; }

#Playlist .playListControls .playPause {
  font-size: 3em;
  margin-right: 5px;
  float: left;
  position: relative;
  top: -8px; }

#Playlist .playlistControls button, #Playlist .playlistControls .button {
  margin: 0 0.1em 0 0.1em; }

#Playlist li {
  clear: right; }

#player-container #Playlist ol {
  clear: right;
  padding: 0;
  margin-left: 50px; }

#player-container #Playlist ol li {
  line-height: 1.3em;
  padding: 0;
  margin: 0; }

#Playlist ol li .soundControls {
  line-height: 1.5em;
  height: 1.5em;
  clear: right;
  float: right; }

#Playlist ol li .title {
  margin-right: 70px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

#Playlist .active {
  text-transform: uppercase;
  font-weight: bold; }

/*limit height of playlist*/
#CurrentlyPlaying,
#player-container #Playlist ol {
  opacity: 0.9;
  padding-top: 0.2em;
  height: auto;
  overflow: hidden; }

@media screen and (max-width: 760px) {
  #backgroundBox {
    background-position: center -10px;
    background-size: 160px; }
  #All h1.top#radiopanik {
    height: 80px; }
  #Player {
    margin-top: 1em; }
  #Player.withPlaylist #player-container #audioPlayer,
  #Player.withPlaylist #player-container #audioPlayer,
  #Player.withPlaylist #player-container #Playlist {
    float: none !important;
    width: auto !important;
    border-right: none !important;
    max-width: auto !important; }
  #player-container.on-chat-page {
    display: none; }
  div.chat-page .rightPart {
    font-size: 95%;
    margin-top: 4em;
    padding-top: 1em;
    border-top: 1px solid var(--body-color); } }

/****************************************************/
/**** #Changing #Footer ... ****/
/****************************************************/
#Changing {
  display: flex;
  flex-direction: column;
  min-height: 97vh; }

#Main {
  flex-grow: 1;
  color: var(--body-color);
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 760px) {
    #Main {
      z-index: 1; } }
#Main > .wrapper {
  padding-bottom: 2em; }

#Home #Main {
  min-height: 0; }

#Changing a:hover, #Changing button:hover {
  opacity: 0.6;
  text-decoration: none; }

/* GLOBAL SITE NAV */
#userLog {
  z-index: 2000;
  position: fixed;
  bottom: 0px;
  right: 0px; }

#userLog .log {
  margin: 0.3em;
  box-shadow: 0px 0px 3px #000;
  border-radius: 0.5em;
  text-align: center;
  padding: 0.3em;
  font-size: 0.9em;
  color: black;
  background-color: var(--primary-color);
  border: 2px solid black;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.04) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0.04) 75%, transparent 75%, transparent); }

#userLog .log.info {
  background-color: grey;
  color: white; }

#userLog .log.ok {
  background-color: green;
  border-color: black;
  color: white; }

#userLog .log.error {
  background-color: var(--primary-color);
  border-color: yellow; }

#mainLegend {
  width: 30%;
  text-align: right;
  float: right;
  padding: 1em; }

#Footer {
  border-top: 2px solid var(--body-color);
  padding-top: 2em;
  padding-bottom: 80px;
  position: relative;
  z-index: 3; }

#Footer ul li {
  padding-right: 2em; }

#Footer a:hover {
  opacity: 0.6; }

/****************************************************/
.inline .link {
  display: block;
  padding: 1em; }

/**** Liste   ****/
/**** EMISSIONS ****/
/*
*/
#Emission-tabs-menu .sub {
  margin-bottom: 1em; }

/**** Detail	****/
.emission-detail .metas {
  line-height: 1.5em;
  float: left;
  width: 49%;
  margin-top: 0; }

.emission-detail .subtitle {
  margin-top: 1em;
  font-weight: normal;
  font-family: 'RegloCondensed';
  text-transform: none;
  float: left; }

.emission-detail ul.schedule {
  margin-top: 0;
  margin-bottom: 1em; }

.emission-detail ul.schedule .weekdiff {
  font-size: 80%; }

.emission-detail article {
  clear: both; }

.emission-detail .logo {
  float: right;
  width: 50%;
  margin-bottom: 1ex; }

@media screen and (max-width: 300px) {
  .emission-detail .metas {
    float: none;
    width: auto;
    margin: 0; }
  .emission-detail .logo {
    max-width: 100%; } }

.emission .mainHeader {
  overflow: hidden;
  margin-bottom: 1.5em; }

.contacts {
  clear: both;
  padding: 0.2em 0.5em;
  margin: 1em 0 2em 0;
  border-radius: 0.2em;
  background: #222;
  color: #fff; }
  .contacts span[class^="icon-"], .contacts span[class*=" icon-"] {
    width: 1.3em;
    display: inline-block;
    text-align: center; }

/**** Inline	****/
.emission.inline, .emission.resume {
  padding: 1em 0 1em 0; }

.emission.inline div.date {
  min-height: 3em;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 1em; }

.emission .archived {
  opacity: 0.6; }

.emission .link .description {
  margin: 0px 0 5px 0;
  font-weight: 500; }

/**** EPISODE ****/
/**** Detail  ****/
.episode.resume {
  padding: 1em 0.5em 1em; }

.episode.inline .dateBloc, .episode.resume .dateBloc {
  float: left; }

.episode.resume img {
  border: 2px solid black; }

.episode.resume .title {
  margin-bottom: 0.5em; }

.episode.resume .logo {
  float: right; }

.topik-link .logo,
.episode.inline .logo {
  min-height: 50px;
  float: left;
  margin-right: 1em; }

.episode.resume .sound {
  float: right;
  margin: 0 0 0.5em 0.5em; }

.title-and-audio {
  display: flex;
  justify-content: space-between; }
  .title-and-audio .sound {
    white-space: nowrap; }

.episode.inline .sound.right {
  text-align: center;
  font-size: 70%;
  position: relative;
  z-index: 10; }

.episode.inline .sound.right button {
  font-size: 1.5em;
  display: inline;
  text-align: center;
  padding-bottom: 0.05em; }

.episode.resume .sound.right .icon-download {
  text-align: center; }

.episode.resume .sound.right .icon-download {
  display: block; }

.big.icon-pause,
.big.icon-stop,
.big.icon-share {
  display: inline-block;
  vertical-align: middle; }

.episode.detail .logo.right {
  max-width: 50%; }

.episode.resume .content {
  padding-left: 5em; }

.episode.resume .logo {
  margin: 0 0 1em;
  max-width: 20%; }

.episode.inline .date {
  font-size: 80%; }

div.extra-soundfiles h3 {
  margin-top: 1em;
  font-size: 2.5em; }

div.extra-soundfiles ul li {
  position: relative; }

div.extra-soundfiles ul li div.audio {
  display: inline;
  top: 5px;
  right: 0;
  position: absolute;
  font-size: 60%; }

div.extra-soundfiles ul strong {
  padding-right: 3em; }

@media screen and (max-width: 400px) {
  .episode .dateBloc {
    width: 4em;
    font-size: 80%; }
  .episode.resume .content {
    padding-left: 4em; } }

/****************************************************/
/**** News ****/
#newsRoll {
  max-width: 500px; }

.newsRoll .title {
  background: black;
  color: white;
  bottom: 0px;
  opacity: 0.9;
  width: 100%;
  text-align: left;
  font-weight: 700;
  position: absolute;
  left: 0; }

.newsRoll .title div {
  padding: 1em; }

.newsRoll a, .newsRoll button img {
  border: 3px solid var(--secondary-color); }

#newsRoll #ticker {
  position: relative; }
  #newsRoll #ticker li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0; }
  #newsRoll #ticker:focus-within {
    outline-offset: 1px;
    outline: 3px solid var(--secondary-color); }
  #newsRoll #ticker li[aria-hidden="true"] {
    z-index: -10; }

.newsRoll .by3 button {
  width: 100%; }

.soundfiles .special a {
  position: relative; }

.labels {
  position: absolute;
  display: block;
  background: var(--secondary-color);
  color: white;
  margin: 0.1em;
  font-size: 0.9em;
  padding: 0.3em 0.3em 0 0.3em; }
  .labels span {
    text-transform: uppercase;
    font-family: RegloCondensed;
    font-size: 1.3em;
    display: inline-block; }

.newsList .current a {
  opacity: 0.5; }

.card {
  position: relative;
  margin-bottom: 2em; }
  .card > a {
    display: block;
    position: relative; }
  .card--news .smooth {
    padding-top: 5px; }

/****************************************************/
.soundfiles ul.custom li a,
.news ul.custom li a {
  max-width: 100%; }

.news li.item a {
  padding: 1em; }

.logo img {
  display: block;
  border-style: solid;
  border-width: 3px; }

.main-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .main-flex li {
    width: 48%;
    list-style: none; }
    @media only screen and (max-width: 970px) {
      .main-flex li {
        width: 100%; } }
    .main-flex li .big.logo img {
      box-sizing: border-box; }

@media only screen and (max-width: 970px) {
  .columns {
    column-count: 1; } }

/****************************************************/
/**** Home & ****/
/****************************************************/
#Home #Nav .wrapper {
  max-width: auto !important;
  width: auto !important; }

/****************************************************/
/**** PROGRAM ****/
/****************************************************/
.program.tabs nav ul li {
  display: table-cell;
  width: 14%;
  text-align: center; }

.program.tabs nav ul li.week-arrow {
  width: 1%;
  padding-bottom: 5px; }

.program ul .dateBloc {
  float: left;
  padding-top: 1em; }

.program ul .schedule {
  margin-left: 5em; }

.program .nonstop {
  text-align: left; }

.program-week .programDate {
  float: left;
  width: 3em; }

.program-week .programCell {
  margin-left: 3.5em; }

.program-week .nonStop .programDate {
  visibility: hidden; }

.program-week .nonStop .programCell {
  font-size: 0.9em;
  padding-left: 50%;
  text-align: right; }

.program-week a.nonstop {
  font-size: 0.9em;
  margin: 0.1em; }

.program-week .inline, .program-week .resume {
  padding: 0; }

.program-week .title {
  color: var(--body-color-strong);
  display: inline; }

.program-week .emission .title {
  text-transform: uppercase; }

.program-week .smooth {
  color: var(--body-color-smooth);
  opacity: 1.0;
  font-size: 80%; }

.program-week .smooth .title {
  color: var(--body-color);
  text-transform: uppercase; }

.program-week .description {
  color: var(--body-color-strong);
  font-size: 90%; }

.program-week .programCell:hover {
  opacity: 0.5; }

#Changing .program-week .programCell a {
  opacity: 1.0; }

#Changing .program-week .programCell .smooth a {
  opacity: 0.5; }

/****************************************************/
/**** SEARCH ****/
/****************************************************/
.search-filters {
  text-align: justify;
  margin-bottom: 1em; }
  .search-filters ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 5px; }
    .search-filters ul li {
      font-size: 90%;
      border: 2px solid black;
      border-width: 2px 2px 2px 2px;
      margin-top: -2px;
      margin-left: -2px; }
      .search-filters ul li:first-child {
        margin-left: 0;
        border-radius: 5px 0 0 5px; }
      .search-filters ul li:last-child {
        border-radius: 0 5px 5px 0; }
      .search-filters ul li.selected, .search-filters ul li:hover {
        background: #333; }
        .search-filters ul li.selected a, .search-filters ul li:hover a {
          color: white;
          opacity: 1 !important; }
      .search-filters ul li a {
        display: block;
        white-space: pre;
        font-weight: normal;
        padding: 6px 5px 4px 5px; }

div.previous-page {
  text-align: left;
  margin-bottom: 1em; }

div.next-page {
  text-align: right;
  margin-top: 1em; }

div.timedGroup,
div.monthGroup {
  margin-bottom: 2em; }

/****************************************************/
/**** GRILLE ****/
/****************************************************/
#grid th {
  color: var(--gbody-color-strong); }

#grid .heure {
  height: 50px !important; }

#grid .heure.vertical {
  padding: 1.5em 0; }

#grid .day {
  padding: 1em 0 1em 0; }

#grid .item {
  padding: 0.5em 0.2em 0.5em 0.2em; }

#grid .cell hr {
  border: 1px dotted #ddd;
  margin: 0.3em; }

#grid .time-label {
  margin-top: 0.5em; }

#grid .highlighted, #grid .highlighted * {
  background: #333 !important;
  color: white !important; }

#Emissions li.item.normal {
  display: none; }

#Emissions li.item.hightlighted {
  display: block !important; }

#gridNav span.category {
  text-transform: none;
  font-family: Reglo; }

/**** Navigation for static pages ****/
.menu-vertical {
  font-size: 150%; }

.menu-vertical li, .menu-vertical li a {
  display: block; }

.menu-vertical ul {
  padding: 0.5em; }

.menu-vertical li a {
  padding: 0.5em; }

.textcell a {
  text-decoration: underline; }

#fiber-content .episode a,
#fiber-content ul.list a {
  text-decoration: none; }

#fiber-content a:hover {
  text-decoration: none; }

.intro,
.userContent,
#fiber-content,
.content {
  line-height: 130%; }

.text-cell strong,
.userContent strong {
  text-transform: none;
  font-weight: 700;
  font-style: normal; }

.text-cell em,
.userContent em {
  font-weight: inherit;
  font-family: inherit;
  font-style: italic; }

.text-cell small,
.userContent small {
  font-size: 80%; }

/**** SCREEN SIZE ADAPTATIONS ****/
html #main {
  font-size: 70%; }

body {
  font-size: 18px; }

@media (max-width: 300px) {
  body #All {
    font-size: 80%; } }

@media (min-width: 300px) and (max-width: 800px) {
  body #All {
    font-size: 85%; } }

@media (min-width: 700px) and (max-width: 1000px) {
  body #All {
    font-size: 90%; } }

@media (min-width: 1000px) {
  body #All {
    font-size: 100%; } }

#subscribe-form {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 2em; }

#Home #subscribe-form {
  margin-bottom: 0; }

#subscribe-form ul.errorlist {
  position: absolute;
  bottom: -2em;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  color: #800; }

#subscribe-form input {
  width: 15em;
  max-width: none; }

#Nav div.search form {
  padding: 1em 0; }

div.episode.resume div.title {
  white-space: normal; }

#Home div.program.tabs {
  margin: 1em 0; }

nav#program li {
  display: block;
  margin: 0; }

#recent-emissions,
#recent-news,
#recent-sounds {
  margin-top: 2em; }

#recent-emissions h3,
#recent-news h3,
#recent-sounds h3 {
  font-size: 140%; }

.recent-episodes h2 {
  display: none; }

.futur-episodes ~ .recent-episodes h2 {
  /* only display "previously" title if a "coming soon" title was displayed */
  display: block; }

.futur-episodes {
  margin-bottom: 2em; }

#recent-emissions .sectionLabel {
  margin-bottom: 0; }

.episode.soundfile {
  padding: 0; }

.soundfile .metas {
  color: var(--body-color-smooth);
  opacity: 1.0;
  font-size: 80%; }
  .soundfile .metas .title {
    display: inline; }

.soundfile p.date {
  margin: 0; }

.frontpage.soundfile .audio {
  font-size: 80%;
  padding-top: 0.5ex;
  padding-bottom: 1ex; }

#panikdb {
  position: absolute;
  top: -20px;
  right: 0px;
  background: white;
  color: #888;
  padding: 5px 10px;
  border: 1px solid #888;
  border-width: 1px 1px 0 1px;
  transform-origin: bottom right;
  transform: rotate(270deg); }

img.logo.right {
  margin-bottom: 1em; }

.soundfile .special {
  margin-bottom: 2em; }

/* USER CONTENT */
.userContent ul {
  margin: 1em 0; }

.userContent h1, .userContent h2, .userContent h3, .userContent h4 {
  text-transform: none;
  font-weight: bold; }

.userContent h1 {
  font-size: 2em; }

.userContent h2 {
  font-size: 1.8em; }

.userContent h3 {
  font-size: 1.5em; }

.userContent h4 {
  font-size: 1.5em; }

.userContent a {
  text-decoration: underline;
  color: var(--secondary-color); }

.userContent a.tag {
  text-decoration: none;
  color: inherit; }

@media screen and (max-width: 760px) {
  #streamSymbol {
    top: 0; }
  #MainHeader {
    margin: 0 auto; }
  #All #backgroundBox h1.top {
    width: 94%; }
  #Player.withoutPlaylist #player-container #audioPlayer {
    margin: auto;
    width: 100%; }
  #Player.withoutPlaylist #player-container #audioPlayer #Live {
    font-size: 150%; }
  #player-container {
    width: 100%;
    left: 0;
    border-width: 2px 0 0 0;
    border-style: solid; }
  #player-container {
    background: var(--primary-color); }
  #player-container * {
    color: white !important; }
  #player-container {
    z-index: 500;
    position: fixed;
    width: 100% !important;
    /*top:2em;*/
    font-size: 80%;
    bottom: 0em;
    border-bottom: none; }
  #Player.withPlaylist #player-container #audioPlayer {
    float: left;
    width: 50%;
    border-right: 2px solid black; }
  #Player.withPlaylist #player-container #Playlist {
    float: right;
    width: 49%;
    text-align: left; }
  #player-container #myPlaylist {
    padding: 0; }
  #player-container #myPlaylist a {
    white-space: nowrap; }
  #player-container #Playlist ol {
    margin-left: 30px; } }

div.emission-logo {
  margin-left: 1em; }
  div.emission-logo::after {
    content: "";
    display: table;
    clear: both; }

div.extra-soundfiles {
  clear: both;
  padding: 0; }

h3.episode-subtitle {
  font-size: 2.5em; }

.waveform {
  display: none;
  position: relative; }

.waveform span {
  background: var(--waveform-normal);
  display: inline-block;
  width: 0.50%; }

.waveform span.done {
  background: var(--waveform-done); }

.waveform span.done.current + span {
  background: var(--primary-color); }

.waveform i.duration {
  position: absolute;
  right: 4px;
  bottom: 4px;
  color: var(--primary-color);
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-style: normal;
  font-weight: bold; }

span.timestamp {
  cursor: pointer;
  border-bottom: 1px dotted var(--body-color-smooth); }

div.fragment-sound {
  position: relative; }

div.soundcell {
  width: 100%; }

div.soundcell div.logo {
  vertical-align: top; }

div.extra-soundfiles div.fragment-sound {
  margin-top: 5px; }

div.extra-soundfiles div.fragment-name {
  font-style: italic;
  position: relative;
  top: 1ex;
  max-width: 70%; }

div.extra-soundfiles ul li div.fragment-sound div.audio {
  bottom: 0; }

#fiber-content div.extra-soundfiles strong {
  text-transform: uppercase; }

.nonstop-track-title, .nonstop-track-artist {
  font-size: 80%; }

.soundfile-info {
  padding-right: 75px; }

#fiber-content div.extra-soundfiles .soundfile-info strong {
  padding-right: 0; }

#fiber-content div.extra-soundfiles .soundfile-info a {
  text-decoration: none; }

#fiber-content div.extra-soundfiles {
  margin: 1em 0; }

div.extra-soundfiles div.logo {
  display: inline-block; }

div#fiber-content div.extra-soundfiles ul.list {
  display: inline-block;
  width: 88%;
  width: calc(100% - 74px); }

div.download-links {
  position: absolute;
  z-index: 1000;
  width: 8em;
  text-align: center;
  border: 2px solid var(--primary-color);
  background: var(--body-background); }

div.hidden-download-links {
  display: none !important; }

div.episode-detail div.sound div.download-links {
  padding: 1ex 0; }

h1.top a.dimmed {
  opacity: 0.7; }

div.agenda--item {
  margin-bottom: 1em; }

div.previous-and-next-months {
  margin-top: 1em;
  font-size: 2em;
  font-family: 'RegloScale';
  text-transform: uppercase; }

div.publication-date.date.smooth {
  font-size: 80%; }

#All h1.top.fullwidth {
  width: 150%; }

div.gallery img {
  padding: 2px;
  background: white;
  border: 1px solid var(--body-color); }

div#dialog-background,
div.gallery div.first {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  text-align: center; }

div.gallery .gallery-close,
div.gallery .gallery-previous,
div.gallery .gallery-next {
  display: none;
  position: fixed;
  z-index: 1005;
  top: 49vh;
  padding: 1vw;
  color: white;
  font-size: 200%; }

div.gallery .gallery-previous {
  left: 1vw; }

div.gallery .gallery-next {
  right: 1vw; }

div.gallery .gallery-close {
  top: 50px;
  right: 1vw; }

div.gallery div.first {
  display: flex;
  justify-content: center;
  align-items: center; }

div.gallery div.image-container {
  display: flex;
  flex-direction: column; }

div.gallery div.first img {
  display: block;
  padding: 5px;
  transition: all 0.25s ease;
  transform-origin: bottom left;
  max-width: calc(95vw - 500px);
  max-height: 80vh; }

div.gallery span.gallery-legend {
  order: 2;
  display: inline-block;
  max-width: 70vw;
  background: white;
  color: #000000;
  border: 1px solid #000000;
  z-index: 1000; }
  div.gallery span.gallery-legend:not(:empty) {
    padding: 5px; }

div.gallery span.image {
  display: inline-block;
  cursor: pointer; }

@media screen and (max-width: 640px) {
  div.gallery div.first img {
    max-width: 80vw;
    margin: 0;
    max-height: 80vh;
    display: block; } }

ul.tags {
  padding-top: 1em;
  clear: both;
  padding-bottom: 1em; }

a.topik-link {
  clear: both;
  display: block;
  margin-top: 1em; }

.text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .text .cell {
    margin-bottom: 1rem; }
  .text .textcell {
    width: 100%; }
  .text .linkcell img {
    box-sizing: border-box; }
  .text .linkcell.topik-large {
    width: 100%; }
  .text .linkcell.topik {
    width: 48%; }
    @media screen and (max-width: 760px) {
      .text .linkcell.topik {
        width: 100%; } }
  .text .topikcellcontent a {
    text-decoration: none; }

.news .text,
.emission .text {
  display: block; }

div.topik-large div.topikcellcontent a {
  width: 100%;
  float: none;
  display: inline-block;
  text-align: left; }

div.topik-large div.topikcellcontent img {
  width: 100%;
  display: block; }

div.topik-large div.topikcellcontent a div {
  margin-top: 0.5rem; }
  @media screen and (min-width: 760px) {
    div.topik-large div.topikcellcontent a div {
      display: flex; } }
  div.topik-large div.topikcellcontent a div strong.title {
    font-family: 'RegloScale';
    padding: 0;
    margin-top: 0.5rem;
    font-size: 3.5em;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 1ex; }
    @media screen and (max-width: 760px) {
      div.topik-large div.topikcellcontent a div strong.title {
        padding-bottom: 0; } }
div.topikcellcontent h2 {
  font-size: 3.5em; }

.program-week img.smooth {
  padding-bottom: 0; }

div#dialog-background {
  display: flex; }

div#dialog-embed {
  position: relative;
  background: white;
  width: 50%;
  margin: auto;
  text-align: left;
  padding: 1ex; }
  @media screen and (max-width: 760px) {
    div#dialog-embed {
      width: 90%; } }
div#dialog-embed textarea {
  width: 100%;
  max-width: none; }

div#dialog-embed #close-button {
  position: absolute;
  right: 1ex; }

body#embed {
  min-height: auto !important;
  margin: 0;
  background: white; }

body#embed #Main {
  background: transparent; }

body#embed #Commons,
body#embed #metaNav,
body#embed #Footer,
body#embed #userLog,
body#embed #panikdb,
body#embed #Player {
  display: none; }

body#embed #Changing {
  float: none;
  width: auto; }

body#embed #Main > .wrapper {
  padding: 0; }

body#embed .logo {
  padding-top: 4px; }

body#embed ul.custom {
  display: inline-block;
  width: calc(100% - 72px); }

body#embed ul.custom .soundfile-info {
  padding: 1ex; }

body#embed span.fragment-title {
  font-weight: normal; }

ul.nonstop-playlist {
  line-height: 130%;
  list-style: none;
  padding: 0; }

p.playlist-disclaimer {
  margin-top: 2em;
  max-width: 60ex;
  font-style: italic; }

div.commands {
  display: flex;
  width: 90vw; }

@media screen and (min-width: 760px) {
  div.commands {
    width: calc(90vw - 240px); } }

input#msg {
  flex-grow: 1; }

div.chat-area {
  max-width: 60em; }

#chat {
  margin-top: 1ex; }

#chat div.msg {
  position: relative;
  margin-bottom: 1ex;
  transition: opacity 1s ease; }

#chat div.msg.new {
  opacity: 0; }

#chat div.msg.msg-out span.content {
  font-size: 90%;
  color: #444; }

#chat span.from {
  display: inline-block;
  width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
  position: absolute; }

#chat span.content {
  display: inline-block;
  padding-left: 11rem; }

#chat div.msg.info span.content {
  padding-left: 1rem;
  font-style: italic;
  color: #666; }

@media screen and (max-width: 760px) {
  #chat span.from {
    display: block;
    position: static;
    width: auto; }
  #chat span.content {
    display: block;
    padding-left: 2rem; } }

h1.top > span.chat.with-logo {
  position: relative;
  left: 140px;
  display: inline-block;
  max-width: calc(100% - 140px); }

div.top-logo {
  position: absolute;
  top: 30px; }

div.top-logo img {
  border: 2px solid black; }

@media screen and (max-width: 760px) {
  div.top-logo {
    display: none; }
  h1.top > span.chat.with-logo {
    position: static;
    max-width: none; }
  div.topikcellcontent a {
    width: auto; }
  #fiber-content div.topikcell a {
    height: auto; } }

div#CurrentlyChatting {
  cursor: pointer;
  margin-top: 1em; }

div.description-emission-chat {
  margin-bottom: 2em; }

div.chatPart h3 {
  padding-top: 0; }

div#chat.moderation .msg-in span.from {
  cursor: pointer; }

div#chat.moderation .msg-in span.from:hover::after {
  padding-left: 1ex;
  font-family: FontAwesome;
  content: "\f056";
  font-size: 80%; }

div.programCell a.playlist {
  font-size: 80%; }

#bg-title {
  display: none;
  color: var(--primary-light-color);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 100%;
  font-size: 250px;
  font-size: 25vh;
  position: absolute;
  left: -260px;
  top: 48vh;
  z-index: 0;
  cursor: default; }

div#loading-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: var(--secondary-color);
  z-index: 1100;
  animation-name: load_animation;
  animation-duration: 6000ms;
  animation-timing-function: ease-out;
  transition: opacity 200ms linear; }
  div#loading-page.fade {
    opacity: 0; }

@keyframes load_animation {
  0% {
    right: 100%; }
  100% {
    right: 0%; } }

.episode-auto-selection-cell.hide-emission-titles .emission-title, .episode-auto-selection-cell.hide-emission-titles .soundfile-info .sep {
  display: none; }

.sound {
  clear: both; }

@media screen and (max-width: 760px) {
  .episode.detail .episode-header img.logo {
    float: none;
    margin: 0;
    max-width: 100%; } }

#Main .proposed-by-title {
  margin-bottom: 0; }

.proposed-by {
  margin-bottom: 1em; }

.emissions-newsitems {
  margin-bottom: 2em; }

.onair--nonstop-track-separator {
  display: block;
  overflow: hidden;
  height: 0px; }

.image-attribution {
  margin: 1em 0; }

#search-form {
  text-align: center;
  padding: 1.5em 0; }
  #search-form .newsitems-categories,
  #search-form .soundfiles-formats {
    margin: 2em 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center; }
    #search-form .newsitems-categories label,
    #search-form .soundfiles-formats label {
      height: 2em;
      margin: 0;
      padding: 0; }
      #search-form .newsitems-categories label span,
      #search-form .soundfiles-formats label span {
        margin: 0;
        padding: 6px 5px 2px 5px;
        border: 2px solid black;
        border-width: 2px 2px 2px 2px;
        margin-top: -2px;
        cursor: pointer;
        margin-left: -2px;
        font-size: 90%; }
      #search-form .newsitems-categories label:first-child span,
      #search-form .soundfiles-formats label:first-child span {
        margin-left: 0;
        border-radius: 5px 0 0 5px; }
      #search-form .newsitems-categories label:last-child span,
      #search-form .soundfiles-formats label:last-child span {
        border-radius: 0 5px 5px 0; }
      #search-form .newsitems-categories label input:checked + span,
      #search-form .newsitems-categories label span:hover,
      #search-form .soundfiles-formats label input:checked + span,
      #search-form .soundfiles-formats label span:hover {
        background: #333;
        color: white; }
    #search-form .newsitems-categories input,
    #search-form .soundfiles-formats input {
      display: none; }

.emission-resume .logo img,
.episode-resume .logo img,
.newsitem-resume .logo img {
  float: left;
  margin-right: 1em; }

img.big-image {
  float: right;
  max-width: 50%; }
  img.big-image.full-width {
    max-width: 100%;
    margin-bottom: 2em; }

.big-error {
  font-size: 150%;
  text-align: center; }
  .big-error::before {
    font-family: FontAwesome;
    content: "\f056";
    margin-right: 0.5em; }

.loading {
  animation: loading 2s infinite ease-in; }

@keyframes loading {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.3; } }

.footer-cdj {
  display: none;
  position: absolute;
  right: 0;
  top: 1em; }
  @media screen and (max-width: 760px) {
    .footer-cdj {
      position: static; } }
@media screen and (max-width: 760px) {
  .page-index #Footer {
    padding-bottom: 150px; } }

.page-index .footer-cdj {
  padding-top: 1em;
  display: block;
  float: right; }

/* birthday special */
#metaNav {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to right, black 0em, rgba(0, 0, 0, 0) 20em), url(../img/bande40ans.jpg);
  background-position: -60px 0;
  background-size: 3000px;
  background-repeat: repeat;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.8) !important; }
  #metaNav .nav--links {
    font-size: 110%; }
  #metaNav .iconLabel {
    /* somehow it doesn't inherit to some items on chrom* */
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.8) !important; }
  #metaNav #extra-menu .iconLabel {
    -webkit-text-stroke: 0px !important; }

#backgroundBox {
  background-position: center top -20px; }

#mainHeader {
  position: relative; }

h1, h2.bg-title, #panik40 {
  background-image: url(../img/bande40ans.jpg) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-size: 1000px;
  background-repeat: repeat;
  background-position: top center;
  background-attachment: scroll;
  -webkit-text-stroke: 1px black !important;
  color: transparent !important; }

#panik40 {
  position: absolute;
  top: 127px;
  width: 194px;
  text-align: right;
  font-size: 40px;
  font-family: RegloCondensed;
  background-size: 300px;
  background-position: 20px 0 !important; }
  @media screen and (max-width: 760px) {
    #panik40 {
      text-align: center;
      width: 99vw;
      top: 100px; } }
#metaNav li#nav-search input,
#metaNav #extra-menu input {
  background: rgba(255, 255, 255, 0.8);
  color: black;
  -webkit-text-stroke: 0px !important; }

@keyframes scrolling-background {
  0% {
    background-position-x: 0%; }
  50% {
    background-position-x: 100%; }
  100% {
    background-position-x: 0%; } }
